@charset "utf-8";

/* -------------------- FUENTES -------------------- */
@font-face {
    font-family: "font1";
    src: url( "../fuentes/gotham-light.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font2";
    src: url( "../fuentes/gotham-normal.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font3";
    src: url("../fuentes/gotham-bold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
    font-family: "font4";
    src: url("../fuentes/gotham-black.otf") format("truetype");
	font-display: swap;
}

/* -------------------- BASE -------------------- */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: font1;
    scroll-behavior: smooth;
}

/* -------------------- BANNER FORMULARIO -------------------- */
#banner_formulario {
    --opacidad-negro: 0.7;
    background-image: url("../img/baner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: contrast(100%);
    min-height: 100px;
    width: 100%;
    padding-left: 2%;
}

/* Texto */
#pie h2{
    font-family: font2;
    color: #fff;
    font-size: 1.1vw;
}
#pie h3{
    font-family: font1;
    color: #ccc;
    font-size: 1vw;
}
#servicios h3{
    font-family: font2;
    color: #007fb6;
    font-size: 3vw;
}
#servicios h4{
    font-family: font1;
    color: #4d4c4c;
    font-size: 1.2vw;
    line-height: 140%;
}
#banner_formulario p {
    font-size: 1.1vw;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}
#banner_formulario h1 {
    color: #FFFFFF;
    text-shadow: -3px 3px 11px #000000;
    font-size: 4vw;
    font-weight: bold;
    line-height: 150%;
    margin-top: 2%;
    font-family: font4;
}
#banner_formulario h2 {
    color: #fff;
    font-size: 1.2vw;
    font-weight: normal;
    font-family: font1; 
    margin-top: -2%;
    line-height: 140%;

}
#banner_formulario h3 {
    color: #fff;
    border-radius: 10px;
    width: 60%;
    text-align: center;
    font-size: 1.35vw;
    font-family: font2;
    padding: 2%;
    margin: 0 auto;
    float: left;
}
#banner_formulario h4 {
    color: #FFFFFF;
    font-size: 1.2vw;
    padding-bottom: 15px;
    line-height: 140%;			
}


/* -------------------- MENÚ -------------------- */
#menu { 
    position: relative; 
    z-index: 1000; 
}
#menu a {
    color: #000;
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5%;
    transition: color 0.3s;
}
#menu a:hover {
    color: #009BDB;
    text-decoration: solid; 

}

/* -------------------- FORMULARIO -------------------- */
.campos_form {
    width: 50%;	
    border-radius: 10px;
    font-size: 20px;
    margin: auto;
    padding: 4%;
    margin-bottom: 3%;
    border: 0;
    font-family: font1;
    margin: auto;
    margin-bottom: 2%;
}
#boton_enviar {
    background-color: #009BDB;
    width: 30%;
    padding: 3%;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 1.3vw;
    font-family: font1;
}
#boton_enviar:hover {
    background-color: #007fb6;
}


/* -------------------- PIE -------------------- */
#pie p {
    font-size: 1.5vw;
    color: #FFFFFF;
}

/* -------------------- DIVS -------------------- */
.div100 { width: 100%; padding: 0%; float: left; }
.div70  { width: 68%; padding: 1%; float: left; background-color: #fff; }
.div60  { width: 58%; padding: 1%; float: left; }
.div50  { width: 40%; padding: 5%; float: left; }
.div40  { width: 36%; padding: 2%; float: left; text-align: center; }
.div30  { width: 22%; padding: 0.5%; float: left; text-align: right; background-color: #fff; }
.div30clinicas { width: 29%; padding: 2%; float: left; text-align: left; margin-bottom: 5%; }
.div20  { width: 15%; padding: 1%; float: left; }

.vistav { display: none; }
.vistah { display: block; }

/* -------------------- MOBILE -------------------- */

@media (max-width: 800px) {
   
/* Texto */
#pie h2{
    font-family: font2;
    color: #fff;
    font-size: 3vw;
    margin-left: 10%;
    margin-top: 5%;
}
#pie h3{
    font-family: font1;
    color: #ccc;
    font-size: 2.5vw;
    margin-left: 10%;
    line-height: 180%;

}
#servicios h3{
    font-family: font2;
    color: #007fb6;
    font-size: 7vw;
}
#servicios h4{
    font-family: font1;
    color: #4d4c4c;
    font-size: 3.5vw;
    line-height: 140%;
}
#banner_formulario p {
    font-size: 1.1vw;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}
#banner_formulario h1 {
    color: #FFFFFF;
    text-shadow: -3px 3px 11px #000000;
    font-size: 9vw;
    font-weight: bold;
    line-height: 150%;
    margin-top: 2%;
    font-family: font4;
}
#banner_formulario h2 {
    color: #fff;
    font-size: 3.5vw;
    font-weight: normal;
    font-family: font1; 
    margin-top: -2%;
    line-height: 140%;

}
#banner_formulario h3 {
    color: #fff;
    border-radius: 10px;
    width: 60%;
    text-align: center;
    font-size: 1.35vw;
    font-family: font2;
    padding: 2%;
    margin: 0 auto;
    float: left;
}
#banner_formulario h4 {
    color: #FFFFFF;
    font-size: 3.5vw;
    padding-bottom: 15px;
    line-height: 140%;			
}


/* -------------------- MENÚ -------------------- */
#menu { 
    position: relative; 
    z-index: 1000; 
}
#menu a {
    color: #000;
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5%;
    transition: color 0.3s;
}
#menu a:hover {
    color: #009BDB;
    text-decoration: solid; 

}

/* -------------------- FORMULARIO -------------------- */
.campos_form {
    width: 50%;	
    border-radius: 10px;
    font-size: 20px;
    margin: auto;
    padding: 4%;
    margin-bottom: 3%;
    border: 0;
    font-family: font1;
    margin: auto;
    margin-bottom: 2%;
}
#boton_enviar {
    background-color: #009BDB;
    width: 30%;
    padding: 3%;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 4vw;
    font-family: font1;
    margin-bottom: 5%;
}
#boton_enviar:hover {
    background-color: #007fb6;
}


/* -------------------- PIE -------------------- */
#pie p {
    font-size: 1.5vw;
    color: #FFFFFF;
}

/* -------------------- DIVS -------------------- */
.div100 { width: 100%; padding: 0%; float: left; }
.div70  { width: 98%; padding: 1%; float: left; background-color: #fff; }
.div60  { width: 98%; padding: 1%; float: left; }
.div50  { width: 80%; padding: 10%; float: left; }
.div40  { width: 98%; padding: 1%; float: left; text-align: center; }
.div30  { width: 22%; padding: 0.5%; float: left; text-align: right; background-color: #fff; }
.div30clinicas { width: 29%; padding: 2%; float: left; text-align: left; margin-bottom: 5%; }
.div20  { width: 15%; padding: 1%; float: left; }

.vistav { display: block; }
.vistah { display: none; }
}
