body {margin:0; padding:0;
font-family: 'Source Sans Pro';
font-size: 16px;
font-style: normal;
font-weight: 400;
color: #1B1C1E;
}

a {color: #039;}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-Semibold.eot');
    src: url('../font/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Semibold.woff2') format('woff2'),
        url('../font/SourceSansPro-Semibold.woff') format('woff'),
        url('../font/SourceSansPro-Semibold.ttf') format('truetype'),
        url('../font/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-Bold.eot');
    src: url('../font/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Bold.woff2') format('woff2'),
        url('../font/SourceSansPro-Bold.woff') format('woff'),
        url('../font/SourceSansPro-Bold.ttf') format('truetype'),
        url('../font/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-Regular.eot');
    src: url('../font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Regular.woff2') format('woff2'),
        url('../font/SourceSansPro-Regular.woff') format('woff'),
        url('../font/SourceSansPro-Regular.ttf') format('truetype'),
        url('../font/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.container {padding:0 15px; margin:0 auto;}
@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}} @media (min-width:1400px){.container{max-width:1320px}}


.top-section {
background-image: url(/images/header.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    position: relative;	
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.top-section-logo {
    padding-top:30px;
}

.top-section-text {margin-top:100px; font-size: 40px; color:#fff; width:60%;}


.h100 {height:100%;} 
.top-section-text1 span {font-size: 48px;}
.top-section-text2 {margin-top:50px; }
.top-section-text3 {margin-top:30px; }

.section-icons {background-color:#B9D1DB; padding:50px 0;}
.icons-flex {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px; 
}

.icon-block-icon {
text-align: center;
margin-bottom:10px;	
}
.icon-block-text {
color: #1B1C1E;
text-align: center;
font-size: 20px;
font-weight: 900;
}

.producto-section {padding:50px 0;}
.producto-flex {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 130px; 	
}
.producto-text {}
.producto-text-title {
color: #747474;
font-size: 32px;
font-weight: 900;
margin-bottom:15px;	
}
.producto-text-text {
color: #1B1C1E;	
}
.producto-text-div {margin-bottom:50px;}
.men-flex {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px; 	
}
.men-info1 {
	color: #1B1C1E;
font-size: 32px;
font-weight: 900;}

.content-email-buttons {
    display: grid;
    grid-template-columns: 40% 60%;	
    grid-gap: 20px;
    align-items: center;
}
.email-buttons-left {
    color: #1B1C1E;
font-size: 28px;
font-weight: 900;
}
.content-email-buttons a {
    display: inline-flex;
    background-color: #003399;
    padding: 6px 25px 6px 25px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    align-items:center;
    gap:10px;
}
.men-section-part1 {background: #AFCEDB; padding:50px 0;}
.men-section-part2 {background: #fff; padding:30px 0;}
.men-info2 {margin-top:25px;}
.men-info3 {margin-top:30px;}
.men-image {position:relative;}
.men-image img {position:absolute;}
.men-section-part2-inf1 {
color: #1B1C1E;
font-size: 28px;
font-weight: 700;
margin-bottom:15px;	
}
.men-info4 {
color: #1B1C1E;
font-size: 28px;
font-weight: 900;
margin-top:15px;	
}
.men-info5 {margin-top:15px;}
.men-info6 {margin-top:20px;}

.men-info6 a {
    display: inline-flex;
    background-color: #003399;
    padding: 6px 25px 6px 25px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    align-items:center;
    gap:10px;
}

footer {
background-image: url(/images/footer.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding:50px 0;
    position: relative;	
}
.footer-logo {
color: #FFF;
font-size: 16px;
font-weight: 600;	
}

.cita-top-section-text {
margin-top: 100px;
color: #fff;	
}

.cita-top-section-text1 {
    font-size: 40px;
}
.cita-top-section-text1 span {
    font-size: 48px;
}
.cita-top-section-text2 {
    font-size: 30px;
	margin-top:50px;
}
.cita-top-section-text2 ul {margin:0; padding:0; margin-left:30px}
.cita-top-section-text2 ul li {font-size: 30px; margin-bottom:10px;}
.top-section-flex {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;	
}

.form-body form {width:100%;}
.form-body-in {
display:flex;
flex-direction: column;
width:100%;
max-width:600px;
margin:0 auto;
}

.form-body input {  
border-radius: 8px;
background: #AFCEDB;
    padding: 12px 15px;
    color: #000;
	margin-bottom:15px;	
	font-size:20px;
	border:none;
}
.form-body input::placeholder {color: #1B1C1E; font-size:20px;}
.checkbox-flex {
    display: flex;
}
.checkbox-flex2, .checkbox-flex2 a {
color: #B9D1DB;
font-size: 18px;}
.checkbox-flex2 a {text-decoration:underline;}

.send {
    display: flex;
    background-color: #003399;
    padding: 6px 15px 6px 15px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    align-items:center;
    gap:10px;
	border:none;
	width:190px;
	cursor:pointer;
}	

.cita-top-section {
    background-image: url(/images/cita.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    position: relative;
}

.cita-top-section.nueva {
    background-image: url(/images/cita2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    position: relative;
}

#sername {display:none !important;}

.typ-top-section-text {color: #1B1C1E;}

.typ-top-section-text1 {
font-size: 40px;
}
.typ-top-section-text1 span {
font-size: 48px; display:block;
margin-bottom:10px;
}
.typ-top-section-text2 {
font-size: 30px; margin-top: 30px;
}
.typ-top-section-flex {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
margin-top:100px;	
}
.typ-cita-top-section {
height: 100vh;
background-color:#AFCEDB;	
}

.d-mob {display:none;}




@media (max-width: 768px) {
	
.d-pc {display:none;}
.d-mob {display:block;}
	
.top-section-text {
    margin-top: 100px;
    font-size: 20px;
    width: 100%;
}
.top-section-text1 span {
    font-size: 28px;
}	
.icons-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}
.producto-text-title {
    font-size: 22px;
}
.men-info1 {
font-size: 22px;
}
.email-buttons-left {
 font-size: 18px;
}
.men-section-part2-inf1 {font-size: 22px;}
.men-image {display:none;}
.men-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}
.xs-none {display:none;}
.top-section-text2 {
    margin-top: 30px;
}
.top-section-text3 {
    margin-top: 20px;
}
.producto-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
}
.men-info4 {
font-size: 18px;
}
.content-email-buttons a {
    padding: 6px 15px 6px 15px;
    gap: 5px;
}
.content-email-buttons {
    grid-template-columns: 47% 53%;
}
.producto-text-div {
    margin-bottom: 30px;
}
footer {
    padding:30px 0;
    position: relative;	
}




.cita-top-section-text1 {
    font-size: 20px;
}
.cita-top-section-text1 span {
    font-size: 28px;
}

.cita-top-section-text2 {
    font-size: 16px;
	margin-top:20px;
}
.cita-top-section-text2 ul {margin:0; padding:0; margin-left:15px}
.cita-top-section-text2 ul li {font-size: 16px; margin-bottom:10px;}
.top-section-flex {
display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;	
}


.form-body input {  
font-size:16x;
}
.form-body input::placeholder {font-size:16px;}

.checkbox-flex2, .checkbox-flex2 a {
color: #B9D1DB;
font-size: 14px;
margin-top: 2px;
}

.cita-top-section-text {
    margin-top: 20px;
}

.cita-top-section {height:auto; padding-bottom:40px;}



.typ-top-section-text1 {
font-size: 20px;
}
.typ-top-section-text1 span {
font-size: 30px;
}
.typ-top-section-text2 {
font-size: 20px;
}

.typ-top-section-flex {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
    margin-top: 15px;
}

.typ-cita-top-section {
 height: 90vh   
}



	
}



