@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    border:0px;
    font-family: 'Open Sans', sans-serif;
}
textarea:focus,input:focus,select:focus {outline: none;}
p, ul li, a{
	font-family: 'Open Sans', sans-serif;
	color: #141414;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
body{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
h1{
    font-family: 'Roboto Condensed', sans-serif;
    color: #141414;
}
h2{
	text-transform: none;
	font-size: 35px;
	color: #141414;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;    
}
h3{
	text-transform: uppercase;
	font-size: 16px;
	color: #141414;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
}
h4{
	text-transform: uppercase;
	font-size: 16px;
	color: #141414;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	padding: 0;
	z-index: 1000;
	width: auto;
	margin: 0;
}
a{
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
    text-decoration: none;
}
a:hover{
	color: #ff4e50;
}
.wrap{
    width: 1200px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    position: relative;
}
/*
*****************************************************************************
*****************************************************************************
    Estilos header: menu, logo, boton wsp
*****************************************************************************
*****************************************************************************
*/
header{
    width: 100%;
    height: 80px;
    float: left;
    position: fixed;
    background: #fafafa;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 0 20px;
    box-sizing: border-box;
}
header img{
    height: 60px;
    margin: 10px 0;
    float: left;
    position: relative;
}
.menutop{
    width: auto;
    float: right;
    height: 80px;
    margin: 0;
}
.menutop li{
    color: #fff;
    font-size: 14px;
    line-height: normal;
    list-style: none;
    margin: 0 15px;
    float: left;
}
.menutop li a{
    color: #141414;
    font-size: 15px;
    line-height: normal;
    height: 80px;
    width: auto;
    display: inline-block;
    line-height: 80px; 
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.menutop li a:hover{
    color: #0047b9;
}
.menutop li a:after{
    width: 100%;
    height: 2px;
    background: #0047b9;
    position: absolute;
    bottom: 25px;
    left: 0;
    opacity: 0;
    content: "";
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.menutop li a:hover:after{
    transform: scaleX(1);
    opacity: 1;
}
.btnwsphd{
    float: right;
    position: relative;
    width: auto;
    height: 50px;
    border-radius: 50px;
    background: #46a01f;
    color: #fff;
    margin: 15px 0 15px 15px;
    padding: 6px 30px 5px 54px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
}
.btnwsphd big{
    font-weight: 800;
    font-size: 18px;
}
.btnwsphd i{
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 20px;
    color: #fff;
    transform: translateY(-50%);
}
.btnwsphd:hover{
    background: #0047b9;
    color: #fff;
}
/*
*****************************************************************************
*****************************************************************************
    Estilos portada top
*****************************************************************************
*****************************************************************************
*/
.portada{
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    background: #00376d;
    margin-top: 80px;
}
.fotoportada{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/port1.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
    opacity: 0.3;
}
.textoportada{
    width: 650px;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}
.textoportada h1{
    font-size: 80px;
    line-height: 82px;
    text-align: center;
    display: inline-block;
    padding: 0 50px;
    box-sizing: border-box;
    color: #fff;
    width: auto;
    position: relative;
    margin: 0 0 20px 0;
}
.textoportada h1:after, .textoportada h1:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,0.8);
}
.textoportada h1:before{
    left: auto;
    right: 0;
}
.textoportada p{
    font-size: 30px;
    line-height: normal;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
/*
*****************************************************************************
*****************************************************************************
    Estilos cuerpo y descargas
*****************************************************************************
*****************************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    padding: 70px 20px;
    box-sizing: border-box;
}
.fotocuerpono{
    width: 450px;
    height: 700px;
    float: left;
    position: relative;
    margin: 0 50px 0 0;
    border-radius: 20px;
    box-shadow: -15px 15px 0 0 #f0f0f0;
} 
.textocuerpono{
    width: calc(100% - 500px);
    float: left;
    position: relative;
    text-align: left;
}
.textocuerpono h2{
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    text-align: left;
}
.cuerpo span{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.cuerpo p{
    text-align: left;
}
.cuerpo ol{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.cuerpo ol li{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    list-style: none;
    min-height: 40px;
    padding: 0 0 0 54px;
    box-sizing: border-box;
}
.cuerpo ol li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 40px;
    color: #0047b9;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.cuerpo ol li span:after{
    content: "\f057";
    position: absolute;
    top: -15px;
    right: -5px;
    color: red;
    font-size: 15px;
    font-family: "FontAwesome";
}
.cuerpodesc, .cuerpoform{
    background: #f0f0f0;
}
.secconsulta{
    width: calc(25% - 20px);
    height: auto;
    float: left;
    position: relative;
    min-height: 180px;
    background: #fff;
    margin: 10px;
    float: left;
    padding: 20px 30px 20px 70px;
    box-sizing: border-box;
    border-radius: 10px;
}
.secconsulta img{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: auto;
}
.secconsulta p{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #0047b9;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}
input#trackButton {
    width: auto;
    height: auto;
    padding: 5px 20px;
    color: #fff;
    background: #0047b9;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    border: none; /* Elimina el borde predeterminado del botón */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
}

.secconsulta a, .secform input[type=submit], 
.fixedrastreo form input[type=submit], 


.fixedrastreo form a{
    width: auto;
    height: auto;
    position: relative;
    float: left;
    padding: 5px 20px;
    color: #fff;
    background: #0047b9;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
}
.secconsulta a:hover, .secform input[type=submit]:hover, .fixedrastreo form input[type=submit]:hover,
.fixedrastreo form a:hover{
    background: #f4bb0c;
    color: #fff;
}
.secconsulta i{
    margin: 0 0 0 5px;
    animation: iconbtn .9s infinite;
    transform: translateY(-3px);
}
@keyframes iconbtn{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(3px);}
    100%{transform: translateY(-3px);}
}
.cuerpodesc h2{
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cuerpoform{
    padding-top: 0;
}
.contform{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 20px;
    background: #fff;
    min-height: 100px;
    overflow: hidden;
}
.fotoform{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
}
.secform{
    width: calc(100% - 500px);
    position: relative;
    float: right;
    padding: 50px 70px;
    box-sizing: border-box;
}
.secform form{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.secform input[type=text], .secform input[type=email], .secform select, .secform textarea, .fixedrastreo form input[type=text]{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f0f0f0;
    border-radius: 45px;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 5px 0;
    font-weight: 700;
    color: #141414;
}
.secform textarea{
    height: 100px;
    padding: 15px 20px;
}
.secform input[type=submit], .fixedrastreo form input[type=submit], .fixedrastreo form a{
    padding: 15px 20px;
    display: inline-block;
    margin: 10px 0 0 0;
    cursor: pointer;
    font-weight: 700;
}
.fixedrastreo form a{
    padding: 10px 20px;
}
.fixedwsp{
    position: fixed !important;
    right: 20px;
    bottom: 40px;
    z-index: 300;
    width: 60px;
    height: auto;
    padding: 0;
    opacity: 1;
}
.fixedwsp img{
    width: 60px;
    height: auto;
    opacity: 0.7;
    float: right;
    cursor: pointer;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.fixedcal{
    bottom: 95px;
    right: 15px;
}
.fixedcal img{
    width: 47px;
}
.fixedwsp img:hover{
    opacity: 1;
}
.fixedwsp ul{
    position: absolute;
    bottom: 10px;
    right: 60px;
    left: auto;
    width: 350px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    padding: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.fondowsp{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
}
.fixedwsp ul p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    background: #009033;
    padding: 13px 20px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 17px;    
}
.fixedwsp ul li{
    list-style: none;
    padding: 0 20px 0 60px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 11px;
    font-weight: 700;
    text-align: left;
}
.fixedwsp ul li a{
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px 0;
}
.fixedwsp ul li a span{
    font-size: 11px;
    font-weight: 400;
}
.fixedwsp ul li img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    border-radius: 100%;
    opacity: 1;
    transform: translateY(-50%);
}
.fixedwsp ul li:hover{
    background: rgba(0,0,0,0.05);
}
.fixedwsp:hover ul{
    transform: scaleY(1);
}
.fixedrastreo{
    bottom: 100px;
    z-index: 300;
    width: 80px;
    height: auto;
    padding: 0;
    opacity: 1;
}
.fixedrastreo ul{
    width: 350px;
}
.fixedrastreo ul p{
    background: #0047b9;
}
.fixedrastreo form{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    background: rgba(244,247,249,0.85);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 5000;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);    
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.close {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #06447a;
    z-index: 100;
    width: auto;
    height: 35px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.close span{
    position: absolute;
    top: 20px;
    right: 20px;
}
.close i{
    font-size: 25px;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}
.overlay .close:hover {
    color: #c62129;
}
.overlay .content {
    width: 850px;
    max-width: calc(100% - 70px);
    height: auto;
    max-height: calc(100% - 100px);
    overflow: auto;
    position: relative;
    float: left;
    padding: 30px 40px;
    background: #f0f0f0;
    top: 30px;
    left: 50%;
    z-index: 110;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 15px 40px 0 rgba(6,68,122,0.3);         
}
.overlay:target .content{
    animation: entradapop 2.1s 1;
}
@keyframes entradapop{
    0%{transform: translateX(-80%);opacity: 0;}
    100%{transform: translateX(-50%);opacity: 1;}
}
/* width */
.content::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.content::-webkit-scrollbar-track {
  background: #dfe7ed;
  border-radius: 10px;
}
/* Handle */
.content::-webkit-scrollbar-thumb {
  background: #06447a;
  border-radius: 10px;
}
.overlay .content h2{
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin: 0 0 30px 0;
    font-size: 25px;
    line-height: 27px;
}
.secrastreo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
    margin: 5px 0;
}
.secrastreo h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.secrastreo ul{
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;  
    float: none;
    margin: 10px 0;
}
.secrastreo ul:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b9b8b8;
    transform: translateY(-50%);
    z-index: 1;
}
.secrastreo ul li{
    list-style: none;
    width: 150px;
    height: auto;
    display: inline-block;
    text-align: left;
}
.secrastreo ul li i{
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    background: #b9b8b8;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    z-index: 3;
}
.secrastreo ul li:last-child{
    width: 50px !important;
}
.secrastreo ul .activerast i{
    background: #0047b9;
}
 
.inforast{
    width: calc(50% - 20px);
    height: auto;
    float: left;
    position: relative;
    border-bottom: dashed 1px rgba(0,0,0,0.2);
    padding: 5px 0;
    text-align: left;
    font-size: 13px;
    margin: 5px 10px;
    font-weight: 700;
}
.inforast span{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 200px;
    overflow: hidden;
    line-height: 30px;
    font-weight: 400;
    text-align: right;
}
.inforast span a{
    color: #6ba2fc;
    font-size: 13px;
}
.menu2{
    display: none;
}
footer{
    background: #fff;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}
.secfoo{
    width: 33.3%;
    height: auto;
    float: left;
    position: relative;
}
.secfoo img{
    height: 50px;
    width: auto;
    float: left;
    position: relative;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.redesfoo p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.redesfoo a{
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    margin: 5px 5px 5px 0;
    background: #0047b9;
    border-radius: 100%;
    text-align: center;
}
.redesfoo a i{
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
}
.redesfoo a:hover{
    background: #f4bb0c;
    color: #fff;
}
.secfoo h4{
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.secfoo ul li{
    font-size: 14px;
    text-align: left;
    width: 100%;
    height: auto;
    position: relative;
}
.secfoo ul li a{
    font-size: 14px;
}
.secfoo ul li a:hover{
    color: #0047b9;
}
.secfoocontacto ul{
    padding: 0;
}
.secfoocontacto ul li{
    list-style: none;
    margin: 7px 0;
}
.secfoocontacto ul li i{
    color: #0047b9;
    margin: 0 10px 0 0;
}
.pie{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.2);
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}
.pie p{
    font-size: 13px;
    text-align: center;
    color: rgba(0,0,0,0.7);
}
@media only screen and (max-width :1100px) {
    .secconsulta{
        width: calc(33.3% - 20px);
    }
    .fotoform {
        width: 350px;
    }
    .secform {
        width: calc(100% - 350px);
        padding: 50px;
    }
}
@media only screen and (max-width :950px) {
    .menutop{
        display: none;
    }
    .menu2{
        display: inline-block;
        float: right;
        width: 120px;
        height: auto;
        position: relative;
        margin: 15px 0;
    }
    .menuresp{
        background: #0047b9;
        height: 50px;
        padding: 0 20px;
        border-radius: 40px;
        display: inline-block;
        float: right;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
    }
    .menuresp:hover{
        color: #fff;
        background: #f4bb0c;
    }
    .acordion{
        background: #fff;
        width: 180px;
        height: auto;
        float: right;
        position: relative;
        padding: 5px 30px;
        box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
        border-radius: 5px;
    }
    .acordion li{
        width: 100%;
        height: auto;
        list-style: none;
        position: relative;
    }
    .acordion li a{
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 14px;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .acordion li a:hover{
        color: #0047b9;
    }
    .fotocuerpono{
        display: none;
    }
    .textocuerpono {
        width: 100%;
    }
    .secconsulta{
        width: calc(50% - 20px);
    }
}@media only screen and (max-width :850px) {
    .fotoform {
        width: 100%;
        height: 240px;
        position: relative;
        float: left;
    }
    .secform {
        width: 100%;
        padding: 30px;
    }
    .secrastreo ul li {
        width: 70px;
    }
    .inforast {
        width: 100%;
        margin: 5px 0;
    }
}
@media only screen and (max-width :800px) {
    .secfoo{
        width: 100%;
        padding: 20px 0;
    }
}
@media only screen and (max-width :600px) {
    .btnwsphd {
        padding: 6px 30px 5px 35px;
    }
    .btnwsphd span{
        display: none;
    }
    .portada {
        height: 300px;
    }
    .textoportada h1 {
        font-size: 50px;
        line-height: 52px;
        margin: 0 0 15px 0;
    }
    .textoportada p {
        font-size: 20px;
    }
    .secconsulta{
        width: 100%;
        margin: 10px 0;
        height: auto;
        min-height: 40px;
    }
}
@media only screen and (max-width :510px) {
    .btnwsphd {
        display: none;
    }
    .fixedwsp ul{
        width: 260px;
    }
    .overlay .content {
        max-width: calc(100% - 20px);
    }
    .overlay .content {
        padding: 20px;
    }
    
    .secrastreo {
        padding: 20px;
    }
    .secrastreo ul li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .secrastreo ul li{
        width: 50px;
    }
    .secrastreo ul li:last-child{
        width: 35px !important;
    }
    .inforast span{
        width: 100%;
        position: relative;
        float: left;
        text-align: left;
        max-width: 100%;
    }
}