@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    border: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%; /* Look, it's not fixed anymore! */
    display: flex;
    flex-direction: column;
}
body {
    font-family: Roboto, Arial, sans-serif;
    background-color: #0A0B1A;
    color: #FFFFFF;
    margin: 0;
    /* padding: 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
}

.construccion{
    background-color: #044875;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}













#quienes_somos{
	background-image:url(img/1.jpg);
}

#coberturas{
	background-image:url(img/2.jpg);
}

#coberturas section img{
	width: 210px;
	margin: 0 15px 15px 0;
}

#consultorios{
	background-image:url(img/4.jpg);
}

#centros{
	background-image:url(img/1.jpg);
}

#contacto{
	background-image:url(img/2.jpg);
}

.final {
clear: both;
float: none;
}

a {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

p{
	padding: 0 0 20px 0;
	line-height: 1.5;
}

h1 {
	font-size: 40px;
	font-weight: 600;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	padding: 0 0 10px 0;
}

h3 {
font-size: 24px;
font-weight:normal;
padding: 0 0 20px 0;
}


#fondo-imagenes, #fondo-imagenes img{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    z-index: 1; /* posicionar debajo del contenido */
}

#fondo-imagenes, #fondo-imagenes div{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 799px;
    background-size: cover;
    background-position: center center;
    z-index: 1; /* posicionar debajo del contenido */
}




#home #contenedor {
	max-width: 420px;
	width: 80%;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

#contenedor {
	margin:0 auto;
	width: 960px;
}

#home #top{
	/* float:none; */
	/* width: auto; */
}

#top{
	text-align:center;
	font-size: 14px;
	font-weight: 200;
	float:left;
	top: 0;
	/* width: 240px; */
}

.logo{
	background-color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px;
}

.logo a{
	display: block;
}

.logo img{
	width: 210px;
}

#home .logo img{
	width: 70%;
}

nav li{
	color:#FFFFFF;
	background-color: rgba(48, 58, 30, 0.9);
	font-size: 24px;
    display: block;
}

nav li:nth-child(2){
	background-color: rgba(69, 83, 39, 0.9);
}

nav li:nth-child(3){
	background-color: rgba(93, 112, 48, 0.9);
}

nav li:nth-child(4){
	background-color: rgba(120, 146, 56, 0.9);
}

nav li:nth-child(5){
	background-color: rgba(151, 185, 65, 0.9);
}

nav li a{
	display:block;
	height: 15vh;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

#home nav li a{
	height: 12vh;
}

nav li a:hover{
	color:#000000;
	text-decoration:none;
	background-color:#FFF;
}












#medio {
	float: right;
	width: 720px;
	position: relative;
	min-height: 100vh;
	box-sizing: border-box;
}

#medio a{
	font-weight:bold;
}

#quienes_somos #medio{
	background-color: rgba(48, 58, 30, 0.9);
}

#coberturas #medio{
	background-color: rgba(69, 83, 39, 0.9);
}

#consultorios #medio{
	background-color: rgba(93, 112, 48, 0.9);
}

#centros #medio{
	background-color: rgba(120, 146, 56, 0.9);
}

#contacto #medio{
	background-color: rgba(151, 185, 65, 0.9);
}

.medio_contenedor{
	padding: 50px;
	min-height: 85vh;
	box-sizing: border-box;
}

.thumbs{
	float:left;
	margin: 0 20px 20px 0;
}

.profesionales{
	margin: 15px 0 0 0;
}

.profesional{
	float: left;
    width: 40%;
    box-sizing: border-box;
    margin: 0 10% 25px 0;
}

.contacto_nombre{
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px 0;
	color: #97B941;
}

#centros .contacto_nombre{
	color: #303A1E;
}

.contacto_tel{
	font-weight: bold;
}

.contacto_mail{
	padding: 0 0 0 0;
}

#centros .contacto_mail{
	padding: 0 0 15px 0;
}

.trayectoria{
	padding: 10px 0 25px 0;
}

#medio .trayectoria a{
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #97B941;
}

#medio .trayectoria a:hover{
	opacity: 0.5;
}






#home #pie {
	/* position: inherit; */
	/* width: auto; */
}



#pie {
	text-align: center;
	background-color: rgba(00, 00, 00, 0.7);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
}

.redes{
	font-weight: 300;
	padding: 10px 0 0 0;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* align-content: center; */
	/* flex-wrap: wrap; */
}




#formC{
	font-size: 12px;
}

.form_celda_titulo {
	padding: 10px 10px 10px 0;
}

.form_campo {
	background-color: transparent;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-top: none;
    border-right: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    box-sizing: border-box;
}

.form_campo:focus{
	border-bottom: solid 1px #1B121E;
	border-left: solid 1px #1B121E;
	border-top:none;
	border-right:none;
	color:#FFFFFF;
}

.form_campo_error,
.form_campo_error:focus {
    border-color: #FF0000;
    margin: 0 0 -4px 0;
}

.form_campo + span,
.form_campo:focus + span{
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 5px 14px 4px;
    text-align: left;
    font-size: 12px;
    z-index: -10;
    margin: 0 0 20px;
    display: none;
}

.form_campo_error + span,
.form_campo_error:focus + span{
    display: block;
}

*:focus  {
	outline: none;
}

.form_boton {
	border: none;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	width: 150px;
	margin-right: 15px;
	cursor:pointer;
	padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #97B941;
}

.form_boton:hover {
	background-color: #FFFFFF;
	color:#1B121E;
}

.g-recaptcha{
	margin: 0 0 20px 0;
}

.modal {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;

    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    opacity: 1;
}

.modal div {
    background-color: #3a432a;
    border-radius: 5px;
    padding: 20px;
    color: #FFF;
    position: relative;
    width: 400px;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;


}

#home .modal div {
    padding: 0px;
    width: auto;
}

#home .modal div .coronavirus {
	height: 80vh;
}

.modal div .modal_close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
}

.modal.change{
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
}

.modal.change div{
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}




.form_insertar_archivo{
	width:315px;
	background-color: #97B941;
	margin: 8px 0 8px 0;
	padding: 5px;
	border: solid 1px #FFFFFF;
}

.form_selector{
	height: 22px;
	border: 1px solid #feb421;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
}

::-webkit-input-placeholder {
   color: #FFFFFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;  
}

:-ms-input-placeholder {  
   color: #FFFFFF;  
}

select, input, textarea {
	margin: 10px 0;
}

textarea{
	resize: none;
}

input[type="radio"]  {
	border-style:none;
	width:25px;
}

#home #menuMobile {
	display: block !important;
}




@media only screen and (min-width: 716px){
	
	#menuMobile {
	    display: block !important;
	}

	.botones_desplegadores {
    	display: none;
	}
}




@media only screen and (max-width: 715px){

	#fondo-imagenes, #fondo-imagenes div{
		/* display: none; */
		/* background-image: none !important; */
	}

	#contenedor {
		width: 100%;
	}

	/*BOTON MENU CELULARES*/

	#home #bt_menu_celulares{
		display: none;
	}

    #bt_menu_celulares {
        display: inline-block;
        cursor: pointer;
    	float: right;
    	padding: 3px 10px;
    }

    .barra1, .barra2, .barra3 {
        width: 35px;
        height: 1px;
        background-color: #000;
        margin: 10px 0;
        transition: all 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }

    .change .barra1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .barra2 {opacity: 0;}

    .change .barra3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    /*BOTON MENU CELULARES*/

    #nav{    	
        transition: 0.3s ease-in-out;
        overflow: hidden;
        height: 0px;
    }

    #nav.change {
    	height: 450px;
	}

	#home #nav{
		height: auto;
	}

	nav li a{
		height: 90px;
	}

    nav li{
		background-color: rgba(48, 58, 30, 1);
	}

	nav li:nth-child(2){
		background-color: rgba(69, 83, 39, 1);
	}

	nav li:nth-child(3){
		background-color: rgba(93, 112, 48, 1);
	}

	nav li:nth-child(4){
		background-color: rgba(120, 146, 56, 1);
	}

	nav li:nth-child(5){
		background-color: rgba(151, 185, 65, 1);
	}

    #home #contenedor {
		/* width: 100%; */
	}

	#home .logo{
		/* float: none; */
		/* width: 100%; */
		/* padding: 35px 0; */
		/* height: 25vh; */
	}

	#home .logo img {
		/* width: auto; */
		/* max-width: 304px; */
		/* height: 10vh; */
		margin: 0;
	}

	.logo{
		/* float: left; */
		/* height: 10vh; */
	}

	.logo img {
	    /* width: auto; */
	    /* height: 6vh; */
	    /* margin: 0 0 0 15px; */
	}

	body{
		background-image: none !important;
	}

	#medio{
		width: 100%;
		min-height: auto;
	}

	#quienes_somos #medio {
	    background-color: rgba(48, 58, 30, 1);
	}

	#coberturas #medio{
		background-color: rgba(69, 83, 39, 1);
	}

	#consultorios #medio{
		background-color: rgba(93, 112, 48, 1);
	}

	#centros #medio{
		background-color: rgba(120, 146, 56, 1);
	}

	#contacto #medio{
		background-color: rgba(151, 185, 65, 1);
	}

	.medio_contenedor{
		padding: 20px;
		min-height: auto;
	}

	#top{
		width: 100%;
	}

	#pie{
		background-color: #000000;
	}

	.slide{
		margin: 0 -20px 20px;
	}

	.profesional{
		float: none;
		width: 100%;
	}

	#coberturas section{
		text-align: center;
	}

	#coberturas section img {
	    width: 200px;
	    margin: 0 0 15px 0;
	}



}/*@media max-width: 715px*/

