/* --
Author: Geraldo
-- */
/*--reset--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    background: url(../images/fondo_1024x768.png)no-repeat 0px 0px;
    /* background-color: #fff; */
    /* background: #b52e31; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.top-img-agileits-w3layouts {
    background: url(../images/fondo_1024x768.png)no-repeat 0px 0px; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    border-radius: 0px;
    padding: 30px 25px;
	opacity: 0.8;
}
/*MetodoPago Custom*/
#cuenta p{
	padding: 5px 0px;
}
#cuentar p input[type="number"], #cuentar p input[type="text"]{
	margin-bottom: 0px;
}
#tarjeta p{
	padding: 5px 0px;
}
#tarjeta p input[type="number"], #tarjeta p input[type="text"]{
	margin-bottom: 0px;
}
/*MetodoPago Custom*/

/*Barra de navegacion*/
@font-face {
	font-family: Amarillo;
	src: url(../fonts/Amarillo.ttf);
}
@font-face {
	font-family: Ruthligos;
	src: url(../fonts/Ruthligos.ttf);
}
#fraseFirma .frase{
    margin-top: 20px;
    text-align: center;
	font-family: amarillo;
    color: #00477d;
}
#fraseFirma .firma{
	font-family: Ruthligos;
    line-height: 40px;
    text-align: center;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
        background-color: #fff;
}

#zona_logo {
    position: relative;
    float: left;
    width: 220px;
    min-height: 60px;
    text-align: left;
    margin-top: 0px;
    z-index: 200px;
}
#zona_logo_menu {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#zona_logo a img{
    /* max-width: 50%;  */
    margin: 34px 26px;
}

#zona_menu {
    position: relative;
    float: right;
    margin-top: 0px;
}


#menu {
    float: right;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

#menu li {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    color: #959595;
    width: 86px;
    height: 95px;
    text-align: center;
    margin: 10px 0px;
    padding: 0 5px;
    font-size: 14px;
}

#menu li:hover,
#menu li.activo {
    background-color: #00477d !important;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff !important;
    cursor: pointer;
}

#menu1 {
    background: url(../images/opcion1off.png);
}

#menu2 {
    background: url(../images/opcion2off.png);
}

#menu3 {
    background: url(../images/opcion3off.png);
}

#menu4 {
    background: url(../images/opcion4off.png);
}

#menu5 {
    background: url(../images/opcion5off.png);
}

#menu6 {
    background: url(../images/opcion6off.png);
}

#menu1:hover,
#menu1.activo {
    background: url(../images/opcion1on.png);
}

#menu2:hover,
#menu2.activo {
    background: url(../images/opcion2on.png);
}

#menu3:hover,
#menu3.activo {
    background: url(../images/opcion3on.png);
}

#menu4:hover,
#menu4.activo {
    background: url(../images/opcion4on.png);
}

#menu5:hover,
#menu5.activo {
    background: url(../images/opcion5on.png);
}

#menu6:hover,
#menu6.activo {
    background: url(../images/opcion6on.png);
}

#menu li div {
    position: relative;
    text-align: center;
    left: 0;
    margin-top: 70px;
}

#menumovil {
    width: 51px;
    height: 51px;
    position: relative;
    float: right;
    top: 12px;
    right: 0;
    cursor: pointer;
    display: none;
}

@font-face {
	font-family: Playlist_Script;
	src: url(../fonts/Playlist_Script.otf);
}


@media (max-width: 995px) {
	.container {
		width: 90%;
		max-width: 90%;
		margin: auto;
	}

	#zona_logo {
		margin-top: 0px;
		max-width: 60px;
	}
	#fraseFirma{
        
		max-width: 230px;
		line-height: 15px;
	}
	#fraseFirma .frase{
        margin-top: 0px;
		font-size: 7px;
	}
	#fraseFirma .firma{
		font-size: 10px;
		text-align: center;
        line-height: 30px;
	}
	#zona_logo a img{
		max-width: 100%; 
		margin-left: 0px;
	}
	#zona_menu {
        display: none;
    }
	#menumovil {
        display: inline;
    }
    
    
}

@media (max-width: 956px) {
    #menu li{
    font-size:  14px;
    padding:8px 10px;
}
    .container{
        width:96% !important;
        max-width: 96% !important;
        margin:auto;
    }
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    .mitadi2,.mitadd2{
        width:100%;
    }
}
/*Barra de navegacion*/

/*footer*/
footer{
    
    background: #00477d;
}
footer .top-footer{
    width: 100%;
    background: #91b5e7;
    padding-top: 1px;
}
footer .top-footer p{
    color: rgb(0, 0, 0);
}
footer .top-footer a{
    color: #44fdff;
    text-decoration: revert;
}
.container-footer-2{
        padding: 20px 65px;
        text-align: center;
}

.footer-title{
    font-family: montserrat-light-extra;
    font-weight: lighter;
    font-size: 18px;
    color: #f5f4f4;
    
}
.footer-title span{
    font-family: montserrat-bold;
    font-size: 18px;
    color: #f5f4f4;
}
/*footer*/



/**** LOGIN_SIGNUP ******/
/* signup Form styles */
h2.sub-head-w3-agileits {
    text-align: left;
    font-size:30px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
    font-weight: 400;
    text-align: center;
	font-weight: 700;
}

.top-img-agileits-w3layouts p {
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    font-size: 13px;
    /* line-height: 40px; */
    padding-top: 15px;
    text-align: center;
}

.login-form {
    padding: 2em;
}
.login-w3l {
    width: 35%;
    margin: 0 auto;
    background: rgb(0, 0, 0);
    border-radius: 0px;
    -webkit-box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.1);
}
.login-form input[type="text"], .login-form input[type="number"], .login-form textarea, .login-form input[type="email"], .login-form input[type="date"], .login-form select {
    width: 100%;
    padding: 10px 20px;
    border: none;
	border-radius: 18px;
    outline: none;
    color: rgb(0, 0, 0);
	    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background: rgb(255, 255, 255);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.login-form input[type="date"] {
    width: 100%;
    padding: 10px 20px;
    border: none;
	border-radius: 18px;
    outline: none;
    color: rgb(0, 0, 0);
	    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background: rgb(255, 255, 255);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.login-form input[type="date"]:not(.has-value):before{
    color: lightgray;
    content: attr(placeholder);
}

h1 {
    font-size: 45px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    margin: 2em 0 1.5em;
}
.login-form textarea{
	resize:none;
	height:100px;
}
.login-form input[type="submit"] {
    background: #91b5e7;
    color: rgb(0, 0, 0);
    font-size: 18px;
    border: none;
    text-transform: capitalize;
    border: 2px solid #91b5e7;
    width: 100%;
	    box-sizing: border-box;
	border-radius: 24px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 0;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;
}
.login-form input[type="submit"]:hover {
	    background:transparent;
}


/*-- //login --*/
::-webkit-input-placeholder{
	color:#adb2bd;
}

:-moz-placeholder { /* Firefox 18- */
   color: #adb2bd; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #adb2bd;  
}

:-ms-input-placeholder {  
   color: #adb2bd;  
}
/*--responsive--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
	h1 {
		font-size: 32px;
		margin: 1.5em 0 1em;
	}
	h2.sub-head-w3-agileits {
		font-size: 22px;
	}
	.top-img-agileits-w3layouts p {
		font-size: 12px;
	}
	.login-form input[type="submit"] {
		font-size: 16px;
		padding: 11px 0;
		margin-top: 10px;
	}
	.footer-agileits p {
		font-size: 13px;
		margin: 3em 0;
	}
}
@media(max-width:1080px){
	h1 {
		letter-spacing: 6px;
	}
.login-w3l {
    width: 50%;
	}
}
@media(max-width:1050px){
}
@media(max-width:1024px){
	h1 {
		font-size: 30px;
		margin: 1.2em 0 1em;
	}
	.top-img-agileits-w3layouts {
		padding: 25px 25px;
	}
	.footer-agileits p {
		margin: 3em 0;
	}
	h2.sub-head-w3-agileits {
		font-size: 20px;
	}
}
@media(max-width:991px){
}
@media(max-width:900px){
	h1 {
		font-size: 28px;
		margin: 1.4em 0 1.1em;
	}
	.footer-agileits p {
		font-size: 12px;
	}
}
@media(max-width:800px){
	.login-form {
		padding: 1.6em 0;
	}
	.login-form input[type="text"], .login-form textarea, .login-form input[type="email"] {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.login-w3l {
		width: 60%;
	}
	.login-form input[type="submit"] {
		font-size: 15px;
		padding: 10px 0;
		margin-top: 8px;
	}
	.top-img-agileits-w3layouts p {
		line-height: 22px;
		padding-top: 9px;
	}
}
@media(max-width:768px){
	h1 {
		margin: 3.4em 0 2.1em;
	}
	.footer-agileits p {
		margin: 5em 0;
	}
}
@media(max-width:767px){
	h1 {
		margin: 1.4em 0 1.1em;
	}
	.footer-agileits p {
		margin: 3em 0;
	}
}
@media(max-width:736px){
	h1 {
		font-size: 25px;
	}
	h2.sub-head-w3-agileits {
		font-size: 18px;
		padding-bottom: 8px;
	}
}
@media(max-width:667px){
}
@media(max-width:640px){
	.top-img-agileits-w3layouts {
		padding: 20px 25px;
	}
	.login-form input[type="submit"] {
		font-size: 14px;
		padding: 8px 0;
	}
	h1 {
		margin: 1.3em 0 1em;
	}
	.footer-agileits p {
		margin: 2.3em 0;
	}
}
@media(max-width:600px){
	.footer-agileits p {
		margin: 1.8em 2.5em;
		line-height: 28px;
	}
}
@media(max-width:568px){
	.login-w3l {
		width: 65%;
	}
}
@media(max-width:480px){
	h1 {
		font-size: 23px;
		letter-spacing: 5px;
	}
	h2.sub-head-w3-agileits {
		font-size: 17px;
	}
	.login-w3l {
		width: 80%;
	}
}
@media(max-width:414px){
	h1 {
		letter-spacing: 4px;
		margin: 2.3em 0 1.5em;
	}
	.footer-agileits p {
		margin: 3.5em 2.5em;
	}
}
@media(max-width:384px){
	h1 {
		letter-spacing: 3px;
		font-size: 22px;
		margin: 1.5em 0 1em;
	}
	.login-w3l {
		width: 82%;
	}
	.footer-agileits p {
		margin: 1.8em 2em 0em;
	}
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	h1 {
		letter-spacing: 2.5px;
		font-size: 22px;
	}
	.login-w3l {
		width: 93%;
	}
	.footer-agileits p {
    margin: 1.8em 0.5em 1.8em;
}
	.login-form input[type="submit"] {
		margin-top: 4px;
	}
}
/*--responsive--*/

/*--ultimos cambios realizados y añadidos--*/
.container-lang{
    width: auto;
    margin-top: 40px;
    background-color: #ffffff;
    padding-top: 5px;
}
.container-lang p{
    text-align: right;
    font-family: Poppins-bold; 
    margin-right: 20px;
}
.container-lang p a{
    text-decoration: revert;
    color: red;
}

@media (max-width: 995px){
    .container-lang{
        margin-top: 10px;
    }
}

#clientes{
    /* margin-top: 40px; */
    
}
@media (max-width: 995px){
    #clientes{
        /* margin-top: 0px; */
    }
}

.containercli {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
}

#clientes .containercli .cont-clientes {
    background: url(../images/fotoweb1.png) no-repeat;
    /* Nuestra imagen de fondo */
    background-attachment: fixed;
    /* Establecemos una posicion fija para la imagen */
    background-size: contain;
    height: 650px;
}

#clientes .containercli .cont-clientes-text {
    background: #ffffff;
    width: 50%;
    margin-left: 50%;
    height: 650px;
    display: grid;
    /* flex-wrap: wrap; */
    align-content: center;
}

#clientes .containercli .cont-clientes-text h1 {
    /* font-family: montserrat-light; */
    color: #000000;
    padding: 20px;
    margin: auto;
    font-size: 40px;
}

#clientes .containercli .cont-clientes-text p {
    /* font-family: montserrat-light; */
    font-weight: normal;
    padding: 20px;
    text-align: justify;
    text-indent: 20px;
    margin: auto;
    font-size: 25px;
}

@media (min-width: 1367px) {
    #clientes .containercli {
        max-width: 1365px;

    }
}


@media(max-width:480px) {

    #clientes .containercli .cont-clientes-text {
        width: 100%;
        margin-left: 0;
        height: 100px;
        padding-top: 450px;
        background: transparent;
        
    }
    #clientes .containercli .cont-clientes-text h1{
        font-size: 20px;
        padding-top: 170px;
    }
    #clientes .containercli .cont-clientes-text p{
        font-size: 17px;
    }
}


/***********************************************************************/
#conoceme {
    background-color: #f4efeb;
    padding: 10px;
}

#conoceme .cont-conoceme {
    margin: 65px 5%;
    background-color: #f4efeb;
    display: flex;
    flex-direction: row;
}

#conoceme .cont-conoceme .cont-conoceme-text {
    width: 60%;
}

#conoceme .cont-conoceme .cont-conoceme-text .cont-conoceme-text-tit {
    background-color: #00477d;
    padding: 20px;
    color: #ffffff;
}

#conoceme .cont-conoceme .cont-conoceme-text h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #ffffff;
}
#conoceme .cont-conoceme .cont-conoceme-text h3{
    margin: 10px 0px;
}

#conoceme .cont-conoceme .cont-conoceme-text p {
    padding: 0px 10px;
    text-align: justify;
    font-size: 12px;
    line-height: 1.6em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

#conoceme .cont-conoceme .cont-conoceme-img {}

@media(max-width:480px) {

    #conoceme .cont-conoceme {
        flex-direction: column;
        margin: 65px 0%;
    }
    #conoceme .cont-conoceme .cont-conoceme-text {
    width: 100%;
    }
    #conoceme .cont-conoceme .cont-conoceme-img img{
        width: 100%;
    }
}

/***********************************************************************/

#servicios{
    width: auto;
    background-color: #fff;
}
#servicios .servicios-tit{
    background-color: #00477d;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
#servicios .servicios-tit h1{
    margin: 20px auto;
    font-size: 30px;
    color: #ffffff;
}
#servicios .servicios-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px auto;
    padding-bottom: 20px;
}
#servicios .servicios-list div.cajaserv{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    box-shadow: 1px 1px 9px #0000006e;
    width: 200px;
    margin: 10px 0 0 0;
}
#servicios .servicios-list div.cajaserv img{
    margin: 10px auto;
}
#servicios .servicios-list div.cajaserv p{
    font-size: 20px;
    margin: 0px 5px 10px 5px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
}
    @media(max-width:480px) {
        #servicios .servicios-list{
        flex-direction: column;
        align-content: center;
    }
        
}
#HealthPolicy, #LifePolicy, #DentalPolicy, #Internationalinsurance, #Medicare, #AccidentHospitalizationProtection{
    margin: auto;
    max-width: 250px;
    padding: 10px;
    background-color: #f4efeb;
    box-shadow: inherit;
    text-align: justify;
    font-size: 13px;
}
#servicios .servicios-list div.cajaserv button{
    max-width: 90px;
    margin: 0 auto 10px auto;
    padding: 5px;
    background-color: #00477d;
    font-size: 13px;
    font-family: Poppins-Medium;
    color: #fff;
}
/*--ultimos cambios realizados y añadidos--*/