/*
Theme Name: Apus
Theme URI: http://www.kunturweb.com
Description: Theme Apus de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;}
input:focus, textarea:focus{
	outline:0px;
} 
p{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #0a1426;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
    margin: 0;
}
h1, h2, h3, h4{
    color: #000f55;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
a, ul li{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #575d61;
	font-weight: 400;
	line-height: 21px;
    text-decoration: none;
    text-transform: none;
	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;
}
a:hover, a:focus{
	color: #e62129;
    text-decoration: none;
}
body{
	width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fff;
    font-family: "Montserrat", sans-serif;
}
.wrap, .site-main{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wp-element-button{
    margin: 15px 0 0 0;
    border: none;
}
/*
*****************************************************************
    Estilos header
*****************************************************************
*/
header{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
    float: left;
    text-align: center;
    background: #fff;
}
.logo{
    position: relative;
    float: left;
    height: 100px;
    width: auto;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    animation: aparecelogo 1.2s 1;
    z-index: 22;
}
.logo img{
    height: 80px;
    margin: 10px 0;
    width: auto;
}
@keyframes aparecelogo{
    0%{transform: translateX(-100%);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
.micuentatop{
    float: right;
    width: auto;
    height: 46px;
    margin: 27px 0 27px 10px;
    position: relative;
    padding: 0 20px 0 60px;
    box-sizing: border-box;
    background: #283a8f;
    border-radius: 46px;
    overflow: hidden;
    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;
}
.micuentatop:after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #e62129;
    z-index: 2;
    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;
}
.micuentatop i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px;
    color: #fff;
    z-index: 4;
    background: #e62129;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 100%;
    line-height: 46px;
}
.micuentatop li{
    list-style: none;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    margin-top: 6px;
    position: relative;
    z-index: 5;
}
.micuentatop li a{
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    font-weight: 700;
}
.micuentatop li a small{
    font-weight: 400;
    font-size: 12px;
}
.micuentatop:hover:after{
    left: 0;
}
.micuentatop:hover i{
    color: #fff;
}
.menu{
    width: auto;
    float: right;
    position: relative;
    margin: 25px 0;
    z-index: 20;
    height: auto;
    height: 50px;
}
.menu ul{
    position: relative;
    width: auto;
    height: auto;
    float: right;
    margin: 0;
}
.menu ul li{
    text-align: left;
    color: #fff;
    font-size: 17px;
    width: auto;
    height: 50px;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 2;
}
.menu ul li a{
    color: #192561;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    display: block;
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    display: inline-block;
    transform-origin: left;
    z-index: 3;
    text-transform: none;
    font-weight: 600;
}
.menu ul li a:after{
    content: "";
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #e62028;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
}
.menu ul li a:before{
    content: "";
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0;
    background: #e62028;
    transform: translateX(-5px);
    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;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #e62028;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #e62028;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #e62028;
}
.menu ul li:hover a{
    color: #e62028;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #e62028;
}
#menu ul li a:hover:not(.current-menu-item):after{		
	transform: scaleX(1);
    opacity: 1;
}
#menu ul li a:hover:after, 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	transform: scaleX(1);
    opacity: 1;
}
.menu ul li:hover a{
    color: #e62028;
}
#menu ul li a:hover:not(.current-menu-item):before{		
	transform: translateX(0);
    opacity: 1;
}
#menu ul li a:hover:before, 
#menu ul li.current-menu-item > a:before, 
#menu ul li.current_page_item > a:before {	
	transform: translateX(0);
    opacity: 1;
}
.menu ul li > ul{
    position: absolute;
    top: 25px;
    left: 0;
    width: 280px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menu ul li > ul li{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 3px 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
}
.menu ul li > ul li:last-child{
    border: none;
}
.menu ul li > ul li:after{
    display: none;
}
.menu ul li > ul li a{
    font-size: 14px;
    line-height: normal;
    height: auto;
    padding: 10px 0 !important;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    transform: scale(1) !important;
    color: #192561 !important;
}
.menu ul li > ul li a:before{
    display: none !important;
}
.menu ul li > ul li a:after{
    bottom: -3px !important;
}
.menu ul li > ul li a:hover{
    color: #e62028 !important;
}
#menu ul li > ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #e62028 !important;
}
#menu ul li > ul li a:hover:not(.current-menu-item){		
	color: #e62028 !important;
}
#menu ul li > ul li a:hover, 
#menu ul li > ul li.current-menu-item > a, 
#menu ul li > ul li.current_page_item > a {	
	color: #e62028 !important;
}
/*
    Estilos para Menu 2
*/
.menu2{
    display: none;
}
.menu ul li:nth-child(3) > ul{
    width: 250px !Important;
}
.menu ul li:nth-child(3) > ul li{
    width: 100% !Important;
    height: auto;
    padding: 0;
    margin: 3px 0 !Important;
    border-bottom: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
}
/*
*****************************************************************
    Estilos Slider top portada
*****************************************************************
*/
.slidertop{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: auto !important;
}
.slidertop .swiper-slide{
    text-align: center;
    font-size: 18px;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* alutra para slider principal */
    height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box;
}
.slidertop .swiper-slide img{
    width: 100%;
    height: auto;
    position: relative;
}
.swiper-pagination{
    bottom: 73px !important;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
}
.swinavitop{
    position: absolute;
    bottom: 20px;
    right: auto;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    z-index: 100;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-nextdos, .swiper-button-prevdos{
    height: 40px !important;
    width: 40px !important;
    z-index: 101;
    position: relative !important;
    float: left !important;
    margin: 0 5px !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 100%;
    text-align: center;
    background: none !important;
    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;
}
.swiper-button-next i, .swiper-button-prev i, .swiper-button-nextdos i, .swiper-button-prevdos i{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,9,77,0.5);
    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;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    opacity: 1;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i{
    opacity: 1;
}
.botongeneral, form .secform input[type=submit]{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
    text-align: center;
    max-width: 100%;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    background: #283a8f;
    text-transform: none;
    font-size: 13px;
    line-height: 45px;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 700;
    border: none;
    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;
}
.botongeneral:after{
    content: "";
    position: absolute;
    top: 0;
    left: -92%;
    width: 100%;
    height: 100%;
    background: #e62129;
    border-radius: 50px;
    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;
}
.botongeneral span{
    height: 45px;
    padding: 0 30px;
    color: #fff;
    float: left;
    position: relative;
    z-index: 4;
    font-size: 12px;
}
form .secform input[type=submit]{
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 20px;
    float: none;
}
.botongeneral:hover:after{
    left: 0;
}
.bordeslider{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 500px;
    z-index: 100;
}
.textoslider .botongeneral{
    opacity: 0;
}
.slidertop .swiper-slide-active .spantextslider{
    animation: entrarspansli 1.2s forwards;
    animation-delay: 0.5s;
}
@keyframes entrarspansli{
    0%{transform: translateX(-100px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.slidertop .swiper-slide-active .textoslider h1{
    animation: entrarh1sli 1.2s forwards;
    animation-delay: 1s;
}
@keyframes entrarh1sli{
    0%{transform: translateX(-100px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.slidertop .swiper-slide-active:after{
    animation: entraraft 1.5s forwards;
    animation-delay: 0;
}
@keyframes entraraft{
    0%{transform: translateX(-200px) skewX(-15deg);opacity: 0;}
    100%{transform: translateX(-10%) skewX(-15deg);opacity: 1;}
}
.slidertop .swiper-slide-active .textoslider p{
    animation: entrarpesli 1.2s forwards;
    animation-delay: 1.2s;
}
@keyframes entrarpesli{
    0%{transform: translateX(-200px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
.slidertop .swiper-slide-active .textoslider .botongeneral{
    animation: entrarpesli 1.2s forwards;
    animation-delay: 1.5s;
}
@keyframes entrarpesli{
    0%{transform: translateY(50px);opacity: 0;}
    100%{transform: translateY(0);opacity: 1;}
}
.slidertop .swiper-slide-active .chicoslider{
    animation: entrarchicosli 1.2s forwards;
    animation-delay: 1.5s;
}
@keyframes entrarchicosli{
    0%{transform: translateX(100px);opacity: 0;}
    100%{transform: translateX(0);opacity: 1;}
}
/*
*****************************************************************
    Estilos cuerpo general
*****************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 70px 20px;
    box-sizing: border-box;   
    z-index: 2;
    overflow: hidden;
}
.logoagua{
    position: absolute;
    top: 50%;
    right: -150px;
    width: 600px;
    height: auto;
    z-index: 1;
    transform: translateY(-50%);
    opacity: 0.1;
}
.cuerponos .fotonosapu{
    width: 500px;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.textonosapu{
    width: calc(100% - 600px);
    height: auto;
    float: right;
    position: relative;
    margin-top: 100px;
    z-index: 2;
}
.titulocentral{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}
.titulocentral h2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    color: #273695;
    padding-bottom: 15px;
}
.titulocentral h2:after, .titulocentral h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    border-radius: 10px;
    background: #283a8f;
    z-index: 2;
}
.titulocentral h2:before{
    width: 30px;
    background: #e62129;
    z-index: 4;
}
.textonosapu p{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    color: #0e1540;
}
.textonosapu .botongeneral{
    margin: 10px 20px 10px 0;
}
.titulocentraldos span{
    color: #283a8f;
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.titulocentraldos h2{
    text-align: center;
    color: #283a8f;
    font-size: 30px;
    line-height: 33px;
}
.titulocentraldos h2:after, .titulocentraldos h2:before{
    display: none;
}
.swiperservicios .swiper-slide{
    background: #273695;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.swiperservicios .swiper-slide:after, .swiperservicios .swiper-slide:before{
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    background: #ebedf4;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    z-index: 100;
}
.swiperservicios .swiper-slide:before{
    top: auto;
    left: auto;
    right: -25px;
    bottom: -25px;
}
.swiper-button-prevlogos, .swiper-button-nextlogos{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.swiper-button-prevlogos i, .swiper-button-nextlogos i{
    color: #283a8f;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.swiper-button-prevlogos:hover, .swiper-button-nextlogos:hover{
    background: #283a8f;
}
.swiper-button-prevlogos:hover i, .swiper-button-nextlogos:hover i{
    color: #fff !important;
}
.fotosliderserv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 2;
    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;
}
.textoslidersrv{
    z-index: 5;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;  
    opacity: 0;
    bottom: -100%;
    padding: 40px 20px;
    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;
}
.textoslidersrv h3, .sombratiti{
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 22px;
    padding: 0 0 10px 0;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    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;
}
.sombratiti{
    position: absolute;
    top: auto;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9;
}
.textoslidersrv h3:after, .sombratiti:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
}
.textoslidersrv p{
    color: #fff;
    text-align: center;
    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;
}
.swiperservicios .swiper-slide:hover .textoslidersrv{
    bottom: 0;
    opacity: 1;
}
.swiperservicios .swiper-slide:hover .fotosliderserv{
    opacity: 0.1;
}
.swiperservicios .swiper-slide:hover .sombratiti{
    top: -50px;
    opacity: 0;
    display: none;
}
.textoslidersrv .botongeneral{
    float: none;
    display: inline-block;
    margin: 20px 0 10px 0;
    background: #fff;
    color: #283a8f;
    z-index: 10;
}
.textoslidersrv .botongeneral span{
    color: #283a8f;
}
.textoslidersrv .botongeneral:hover span{
    color: #fff;
}
.textoelegir{
    width: 600px;
    float: left;
    position: relative;
    height: auto;
}
.textoelegir .botongeneral{
    margin-top: 20px;
}
.secelecciones{
    width: calc(100% - 650px);
    height: auto;
    float: right;
    position: relative;
}
.secelecciones li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    min-height: 90px;
    margin: 15px 0;
    padding-left: 240px;
    box-sizing: border-box;
}
.fotoelecc{
    position: absolute;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 0;
    left: 0;
}
.secplus{
    position: absolute;
    left: 110px;
    top: 50%;
    width: 140px;
    text-align: left;
    transform: translateY(-50%);  
    text-align: left;
}
.secplus span{
    color: #283a8f;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.secplus span big{
    font-size: 35px;
    font-weight: 800;
}
.secelecciones li p{
    position: absolute;
    top: 50%;
    left: 240px;
    transform: translateY(-50%);
    border-left: solid 1px rgba(0,0,0,0.2);
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}
.cuerpologos{
    padding-top: 0;
}
.cuerpologos .wrap{
    border-top: solid 1px rgba(0,0,0,0.2);
    padding-top: 50px;
}
.formcontactoapu{
    background: #edeff6;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 550px;
    border-radius: 10px;
    overflow: hidden;
}
.fotoformcontactoapu{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.fotoformcontactoapu p{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    padding: 30px 160px;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    top: 0;
    left: 0;
    z-index: 10;
    background: #273695;
}
.fotoformcontactoapu p img{
    position: absolute;
    top: 52%;
    left: 80px;
    height: 60px;
    width: auto;
    padding: 5px 10px 5px 0;
    transform: translateY(-50%);
    border-right: solid 1px rgba(255,255,255,0.3);
}
.fotoformcontactoapu p span{
    background: #fff;
    color: #273695;
    border-radius: 5px;
    padding: 5px 20px;
    box-sizing: border-box;
}
.fotoformcontactoapu iframe{
    width: 100%;
    height: 440px;
    position: relative;
    float: left;
    z-index: 2;
}
.textoformapu{
    width: 700px;
    max-width: 100%;
    height: auto;
    padding: 50px 20px;
    box-sizing: border-box;
    float: none;
    height: auto;
    position: relative;
    margin: 0;
    display: inline-block;
}
.textoformapu form{
    margin: 20px 0 0 0;
}
.textoformapu form input[type=submit]{
    float: left;
    cursor: pointer;
}
.textoformapu form input[type=submit]:hover{
    background: #e62129;
    color: #fff;
}
.textoformapu .titulocentral h2{
    text-align: center;
}
.textoformapu .titulocentral h2:after, .textoformapu .titulocentral h2:before{
    left: 50%;
    transform: translateX(-50%);
}
.textoformapu p{
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}
.textoformapu .botongeneral{
    float: none;
    margin: 20px 0 0 0;
    display: inline-block;
}
.cuerposubs{
    background: #283a8f;
}
.secsubs{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 520px 0 0;
    box-sizing: border-box;
}
.cuerposervicios{
    background: #ebedf4;
}
.secsubs h2{
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: left;
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
}
.secsubs p{
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
}
.secsubs form{
    width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.secsubs form label{
    display: none;
}
.secsubs form input[type=email]{
    width: 500px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
}
.secsubs form input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: auto;
    padding: 0 35px;
    border-radius: 50px;
    background: #e62129;
    color: #fff;
    font-weight: 600;
    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;
}
.secsubs form input[type=submit]:hover{
    background: #e6ac0e;
}
/*
*****************************************************************
    Estilos footer
*****************************************************************
*/
footer{
    background: #182564;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
}
.secfoo{
    width: 22%;
    height: auto;
    float: left;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
}
.seccocliente{
    width: 34%;
}
.secfoologo img{
    height: 80px;
    width: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.redesfoo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
}
.redesfoo p{
    text-align: left;
    color: #fff;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}
.redesfoo a{
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    margin: 4px;
    border-radius: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    color: #182564;
}
.redesfoo a i{
    color: #182564;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.redesfoo a:hover{
    background: #e62129;
}
.redesfoo a:hover i{
    color: #fff;
}
.secfoologo p{
    color: #fff;
    font-size: 13px;
    text-align: left;
    z-index: 3;
    position: relative;
    float: left;
}
.telfoo{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    border-top: dashed 1px rgba(255,255,255,0.2);
    border-bottom: dashed 1px rgba(255,255,255,0.2);
    padding: 15px 0;
    margin-bottom: 10px;
}
.telfoo i{
    font-size: 25px;
    margin-right: 5px;
}
.telfoo:hover{
    color: #00b5f7;
}

.secfootodo{
    width: calc(100% - 500px);
    float: right;
    position: relative;
}
.secfoo{
    height: auto;
    float: left;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
}
.secfoo h4{
    color: #fff;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.titfoodos{
    margin-top: 30px !important;
}
.secfoo p, .secfoo p a{
    color: rgba(255,255,255,0.85);
    text-align: left;
    font-size: 13px;
}
.secfoo p a:hover{
    color: #e62129;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    margin: 0;
}
.secfoo ul li{
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    height: auto;
    margin: 2px 0;
    text-align: left;
    float: left;
}
.secfoo ul li a{
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    display: inline-block;
    width: 100%;
    height: auto;
}
.secfoo ul li a:hover{
    color: #e62129;
}
.secfoo2 ul li{
    width: calc(33.3% - 10px);
    margin: 4px 5px;
}
.tarjetas{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    margin: 10px 0 0 0;
}
.tarjetas p{
    color: rgba(255,255,255,0.8);
    text-align: left;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.tarjetas img{
    height: 25px;
    width: auto;
    float: left;
}
.listacontactofoo{
    padding: 0 !important;
}
.listacontactofoo li{
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin: 6px 0 !important;
}
.listacontactofoo li i{
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 15px;
    color: #fff;
}
.listacontactofoo li a{
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.listacontactofoo li a small{
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
}



.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: solid 1px rgba(255,255,255,0.15);
    padding: 15px 20px 0 20px;
}
.piefinal p{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    line-height: 16px;
    width: auto;
    float: left;
}
.piefinal p a{
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
.piefinal p a:hover{
    color: #00b5f7;
}
.credito{
    width: 150px;
    height: auto;
    float: right;
}
.credito img{
    height: 22px;
    width: auto;
    float: right;
    opacity: 0.7;
}
.credito img:hover{
    opacity: 1;
}
.credito a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-align: right;
    float: right;
}
/*
*****************************************************************
    Estilos single producto
*****************************************************************
*/  
.bread{
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;
    height: auto;    
}
.bread ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
    float: left;
    margin: 0;
    text-align: left;
    color: rgba(0,0,0,0.6);
    margin: 0;    
    border-top: solid 1px rgba(0,0,0,0.2);
}
.bread ul li{
    list-style: none;
    width: auto;
    height: auto;
    float: left;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    margin: 0 3px;
}
.bread ul li a{
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    position: relative;
    text-align: left;
}
.bread ul li a:hover{
    color: #e62129;
}
.cuerpowsp{
    padding: 50px 20px 0 20px !important;
}
.cuerpowsp .titulogeneral span, .cuerpowsp .titulogeneral h2{
    text-align: center;
}
.seccontactodatos{
    width: 800px;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
.fotowsp{
    position: relative;
    width: 250px;
    height: auto;
    float: left;
}
.derdatos{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 300px);
}
.escriwsp{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.escriwsp p{
    text-align: left;
    font-weight: 700;
    margin: 50px 0 15px 0;
}
.escriwsp .botongeneral{
    background: #005d52;
    margin: 20px;
    cursor: pointer;
}
.escriwsp .botongeneral:after{
    background: #00b5f7;
    width: 320px;
    left: -300px;
}
.cuerpoform{
    background: #edf4f6;
}
.cuerpoform form{
    width: 700px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
}
.cuerpomapa{
    padding: 0;
    height: 500px;
}
.cuerpomapa iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
*****************************************************************
    Estilos pagina contacto
*****************************************************************
*/
.secdatoscontacto{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.reservacontacto{
    width: 500px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 30px 20px;
}
.contactosingle:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 35px;
}
.secdatoscontacto ul{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.secdatoscontacto ul p{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.secdatoscontacto ul li{
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    padding: 0;
    margin: 10px 20px;
    min-width: 140px;
    width: auto;
    max-width: 100%;
    position: relative;
    list-style: none;
    box-sizing: border-box;
    width: auto;
    list-style: none;
    font-weight: bold;
    vertical-align: top;
}
.secdatoscontacto ul li i{
    font-size: 40px;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px 0;
    color: #0cacea;
    position: relative;
}
.seccontactodatos ul li p{
    font-weight: 700;
}
.secdatoscontacto ul li a{
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px;
    font-weight: normal;
    display: block;
    top: -25px;
    right: 1px;
    width: auto;
    position: absolute;
    text-align: right;
    background: #d74747;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    z-index: 10;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 15px;
    height: 6px;
    width: 6px;
    background: #d74747;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
div.wpcf7-response-output {
    margin: 5px 0 !important;
    padding: 7px 13px !important;
    border: none !important;
    position: relative;
    border-radius: 4px;
    background: #cfc06c;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
    color: #1e324a;
}
.secform input[type=submit]{
    width: 100%;
    display: inline-block;
    float: none;
}
div.wpcf7-response-output{
    bottom: -15px;
    border-radius: 0;
}
#WAButton{
    z-index: 5000000;
}
.cuerporeservahoteles{
    min-height: 100px;
    height: auto;
    padding: 40px 20px 0 20px;
}
.cuerporeservahoteles iframe{
    min-height: 440px !important;
}
.texto-page h3{
    text-align: left;
    font-size: 34px;
    line-height: 38px;
    margin: 20px 0;
    font-weight: normal;
    color: #393941;
}
#customer_details h3{
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
.woocommerce form .form-row label{
    padding: 0;
    height: auto;
}
.paqueteseccat{
    width: calc(50% - 40px) !important;
    margin: 20px;
    float: left;
}
.cuerpologosext img{
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 180px;
    max-height: 90px;
    display: inline-block;
    float: none;
    margin: 10px 40px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
    opacity: 0.85;
    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;
}
.cuerpologosext img:hover{
    -webkit-filter: grayscale(0); 
	filter: grayscale(0); 
    opacity: 1;
}
.cuerpocontactopage .wrap{
    width: 950px;
}
.seccontactodatos h2{
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 20px 0;
    float: left;
}
.seccontactodatos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.seccontactodatos ul li{
    list-style: none;
    float: left;
    position: relative;
    margin: 10px 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 45px;
    box-sizing: border-box;
    text-align: left;
    color: #0a1426;
    font-size: 14px;
}
.seccontactodatos ul li i{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 25px;
    color: #00b5f7;
    text-align: center;
    width: 35px;
    height: auto;
}
.seccontactodatos ul li a{
    font-weight: bold;
    color: #0a1426;
    font-size: 14px;
}
.seccontactodatos ul li a:hover{
    color: #ff6600;
}
.reservacontactopage{
    width: 500px;
    background: #c0ddbe;
    border-radius: 10px;
    padding: 30px 40px;
}
.reservacontactopage h2{
    font-weight: 700;
    color: #093506;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
}
.reservacontactopage form{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: visible;
}
.reservacontactopage form .secform{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
}
form .secform input[type=text], form .secform input[type=email], form .secform textarea, form .secform select{
    width: 100%;
    height: 50px;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    padding: 0 20px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0.15);
    margin: 10px 0;
    color: #1b1213;
    font-family: "Montserrat", sans-serif;
}
.wpcf7-list-item-label{
    font-size: 13px;
    color: #1b1213;
}
.wpcf7-list-item-label a{
    text-decoration: underline;
    color: #1b1213;
    font-size: 13px;
}
.wpcf7-list-item-label a:hover{
    color: #00b5f7;
}
form .secform textarea{
    height: 90px;
    padding: 15px 20px;
}
#mapamikas{
    padding: 0;
    height: 550px;
}
#mapamikas iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixedwsp{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 300;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    opacity: 1;
    display: inline-block;
}
.fixedwsp img{
    width: 50px;
    height: auto;
    opacity: 0.7;
    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;
    transform: scale(1.05);
}
/*
***************************************************************
    Estilos blog
***************************************************************
*/
.cuerponosotrospage{
    padding: 50px 20px 0 20px;
}
.cuerponosotrospage .fotonosotros{
    float: left;
    position: relative;
    width: 400px;
    height: auto;
}
.contmision{
    background: #ebedf4;
    padding: 40px 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 40px 0 0 0;
    box-sizing: border-box;
}
.secmision{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
}
.secmision h3{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    color: #273695;
    padding-bottom: 15px;
}
.fondomision{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
}
.secvision{
    border-left: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.cuerpovalores{
    padding: 0 20px 40px 20px;
}
.secvalor{
    width: 33.3%;
    height: auto;
    min-height: 240px;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.secvalor img{
    height: 60px;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
}
.secvalor h4{
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    color: #283a8f;
    font-weight: 700;
}
.secvalor p{
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 14px;
}
/*
***************************************************************
    Estilos signel productos
***************************************************************
*/
.portadasingle{
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
    background: #17730f;
}
.fotoportadasingle{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}
.portadasingle .textoslider{
    top: calc(50% + 60px);
}
.portadasingle .textoslider h1{
    font-size: 35px;
    line-height: 37px;
    margin: 0 0 10px 0;
}
.portadasingle .textoslider ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
}
.portadasingle .textoslider ul li{
    list-style: none;
    display: inline-block;
    margin: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}
.portadasingle .textoslider ul li a{
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}
.portadasingle .textoslider ul li a:hover{
    color: #89c742;
}
.cuerposingle{
    padding: 40px 20px;
    border-top: solid 4px #283a8f;
}
.cuerpomision{
    margin: 0;
    overflow: visible;
}
.secservicio{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
}
.fotosecservicio{
    float: left;
    position: relative;
    width: 550px;
    height: 400px;
    border-radius: 20px;
    max-width: 100%;
}
.textoservpage{
    width: calc(100% - 630px);
    height: auto;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.textoservpage .titulocentraldos span, .textoservpage .titulocentraldos h2{
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}
.textoservpage .botongeneral{
    margin: 30px 0 0 0;
}
.portadapage{
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
    background: #283a8f;
    padding: 0 20px;
    box-sizing: border-box;
}
.portadapagefondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.tituloportada{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}
.tituloportada h1{
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.tituloportada ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.tituloportada ul li{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.tituloportada ul li a{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-align: center;
}
.tituloportada ul li a:hover{
    color: #e41a22;
}
.secserviciodos .fotosecservicio{
    float: right;
}
.secserviciodos .textoservpage{
    right: auto;
    left: 0;
}
.cuerpovideo{
    text-align: center;
}
div.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    margin: 30px 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    overflow: visible;
    width: 950px;
    max-width: 100%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
div.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}









.formcoti{
    background: #c0ddbe;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
}
.fotocoti{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.formcoti .reservacontactopage{
    width: 50%;
    float: left;
    position: relative;
    padding: 50px 60px;
    box-sizing: border-box;
    margin: 0;
}
.slidecontbtn{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.cuerpopage p, .cuerpopage ul li, .cuerpopage ol li{
    text-align: justify;
    font-size: 15px;
    color: #0a1426;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.cuerpopage ul, .cuerpopage ol{
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.swiperlogos .swiper-slide{
    height: auto !important;
}
.swiperlogos .swiper-slide img{
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 75px;
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-prevlogos, .swiper-button-nextlogos{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.swiper-button-nextlogos{
    left: auto;
    right: 0;
}
.swiper-button-prevlogos i, .swiper-button-nextlogos i{
    font-size: 16px;
}
.swiper-button-prevlogos:hover i, .swiper-button-nextlogos:hover i{
    color: #00b5f7;
}
.cuerpoformlibro{
    padding: 0 20px 60px 20px;
}
.cuerpoformlibro form{
    width: 600px;
    max-width: 100%;
}
.textocontactodat{
    width: 100%;
    height: auto;
    float: left;
}
.secdatoscontactopage{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 30px 0 0 0;
}
.secdatoscontactopage .listacontactofoo{
    float: left;
    width: 33.3%;
    height: auto;
    position: relative;
    padding-right: 30px !important;
    border-right: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.secdatoscontactopage .listacontactofoo li{
    margin: 15px 0 !important;
    float: left;
    position: relative;
}
.secdatoscontactopage .listacontactofoo li a, .secdatoscontactopage .listacontactofoo li a small{
    color: #182564 !important;
    text-align: left !important;
    float: left;
}
.secdatoscontactopage .listacontactofoo li a i{
    color: #182564 !important;
}
.secdatoscontactopage .listacontactopagedos{
    padding: 0 30px !important;
}
/*
*****************************************************************
    Estilos catalogo home
*****************************************************************
*/
.cuerpoprod{
    overflow: initial;
}
.cuerpoprod .wrap{
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.banner1{
    width: 240px;
    height: auto;
    float: left;
    position: sticky;
    -webkit-position: sticky;
    max-width: 100%;
    margin: 0 0 10px 0;
    top: 20px;
}
.seccionproductos{
    width: calc(100% - 520px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 20px;
}
.divisionprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
}
.paquetesec{
    padding: 0;
    background: #fff;
    margin: 10px 0;
    width: 100%;
    height: auto !important;
    min-height: 170px;
    position: relative;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border: solid 1px rgba(0,0,0,0.1);
    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;
}
.fotospaquete{
    width: 200px;
    height: 150px;
    position: absolute;
    margin: 0;
    z-index: 1;
    opacity: 1;
    float: left;
    padding: 0;
    box-sizing: border-box;
    top: 10px;
    left: 10px;
    border-radius: 10px;
}
.textopaquete{
    float: right;
    width: calc(100% - 230px);
    height: auto;
    padding: 20px;
    box-sizing: border-box; 
    position: relative;
    z-index: 2;
    background: #fff;
}
.textopaquete h3{
    padding-bottom: 10px;
    min-height: 45px;
    margin: 0 0 10px 0 !important;
}
.textopaquete h3, .textopaquete h3 a{
    font-size: 21px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    color: #192561;
    font-weight: 700;
    margin: 0;
    padding: 0;
    min-height: 20px;
}
.textopaquete h3{
    padding-right: 330px;
    box-sizing: border-box;
}
.textopaquete h3 a{
    margin: 0;
}
.textopaquete h3 a:hover{
    color: #e62129 !important;
}
.categoriaprod{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.categoriaprod a{
    background: #e3e6f3;
    color: #192561;
}
.catepaquete{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
}
.post-categories{
    width: auto;
    height: auto;
    float: left;   
    margin: 0 0 5px 0;
}
.post-categories li{
    width: auto;
    float: left;
    position: relative;
    float: left;
    list-style: none;
    font-size: 11px;
    line-height: normal;
}
.post-categories li a{
    font-size: 10px;
    line-height: normal;
    text-align: left;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    background: #e3e6f3;
    color: #192561;
    padding: 4px 8px;
    box-sizing: border-box;
    margin: 2px 4px 2px 0;
}
.post-categories li a:hover{
    color: #fff;
    background: #17730f;
}
.preciopaq{
    width: auto;
    margin: 0;
    float: left;
    position: absolute;
    padding: 0;
    color: #283a8f;
    font-size: 19px;
    line-height: normal;
    font-weight: 700;
    text-align: right;
    top: 10px;
    left: 0;
}
.preciopaq small{
    text-transform: uppercase;
    font-size: 10px;
}
.preciopaqant{
    font-size: 13px;
    line-height: 30px;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px;
    color: #e62129;
}
.btncompras{
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    margin: 0;
    right: 30px;
    top: 30px;
    text-align: right;
    padding-left: 100px;
    box-sizing: border-box;
}
.enlacepaq{
    float: right;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #283a8f;
    font-size: 12px;
    position: relative;
    border-radius: 50px;
    padding: 0 20px;
    vertical-align: top;
    margin: 3px;
    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;
}
.enlacepaqwsp{
    background: #22a437;
}
.enlacepaqwsp i{
    margin: 0;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    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;
}
.enlacepaq:hover{
    color: #fff;
    background: #e62129;
}
.fotoprodsingle{
    width: 600px;
    height: auto;
    float: left;
    position: relative;
}
.thumbsingle{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
}
.thumbsingle img{
    width: 100%;
    height: auto;
}
.galeriaprod{
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0;
}
.textoprodsingle{
    width: calc(100% - 680px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 80px;
}
.textoprodsingle h2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
    color: #192561;
    text-align: left;
}
.textoprodsingle .post-categories{
    margin: 0 0 5px 0;
}
.textoprodsingle .post-categories li a{
    background: #e3e6f3;
}
.textoprodsingle .post-categories li a:hover{
    background: #283a8f;
    color: #fff;
}
.textoprodsingle p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.textoprodsingle .preciopaq{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 900;
    font-size: 25px;
    line-height: 27px;
}
.textoprodsingle .preciopaqant{
    font-weight: 700;
    font-size: 15px;
}
.textoprodsingle .preciopaq small{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.tedalleprodpag{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    border-top: dashed 1px rgba(0,0,0,0.2);
    border-bottom: dashed 1px rgba(0,0,0,0.2);
    margin: 20px 0;
}
.tedalleprodpag ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.tedalleprodpag ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    text-align: left;
}
.btnwsp{
    padding: 0 20px;
}
.btnwsp:after{
    display: none;
}
.btnwsp:hover{
    background: #e62129;
    color: #fff;
}
.cuerporela{
    background: #ebedf4;
}
.stockprod{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    background: rgba(0,0,0,0.4);
    z-index: 10;
    box-sizing: border-box;
}
.stockprod span{
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 10px 30px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 12;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
}
.stockprodos{
    background: rgba(0,0,0,0.6);
}
.stockprodos span{
    font-size: 18px;
}
.sintockbtn{
    width: auto !important;
    height: 45px !important;
    padding: 0 20px !important;
    color: #fff !important;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50px !important;
    margin: 0 10px 10px 0 !important;
    font-size: 20px !important;
    line-height: 45px !important;
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.pagenavi a {
   	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background:  -webkit-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: -moz-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    font-family: 'Open Sans', sans-serif;
    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;
}
.pagenavi a:hover {
    background: #fff;
    color: rgba(0,0,0,0.5);
}
.pagenavi span.pages {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
    background: #e5e9ed;
    border-radius: 100%;
}
.pagenavi span.current {
	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,0.6);
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.pagenavi span.expand {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    color: #8d8d8d;
    text-align: center;
    background: #fff;
	border-radius: 50%;
}
.pagenavi .first, .pagenavi .last {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}
.pagenavi .single_page {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}
.titulocatcat{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 5px;
    box-sizing: border-box;
}
.titulocatcat h3{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #283a8f;
}
.titulocatcat a{
    float: right;
    width: auto;
    height: auto;
    padding: 5px 0;
    position: relative;
    font-size: 11px;
    color: #283a8f;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
.titulocatcat a:hover{
    color: #e62129;
}
.catalaogotres{
    padding: 20px !important;
}
.sombraserv{
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 3;
}
.mascatalogo{
    margin: 30px 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #ebedf4;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}
.mascatalogo p{
    text-align: center;
    color: #000f55;
    font-size: 14px;
    line-height: 21px;
}
.mascatalogo .botongeneral{
    margin: 20px 0 0 0;
    float: none;
    display: inline-block;
}
.asesoria{
    width: 50%;
    float: left;
    position: relative;
    margin: 20px 0;
    padding: 20px 60px 20px 120px;
    box-sizing: border-box;
}
.asesoria2{
    border-left: solid 1px rgba(0,0,0,0.2);
}
.asesoria h3, .asesoria p{
    text-align: left;
}
.asesoria img{
    position: absolute;
    top: 10px;
    left: 30px;
    height: 60px;
    width: auto;
}
.cuerpoformcontacto{
    background: #ebedf4;
}
.cuerpoformcontacto p{
    text-align: center;
    margin: 0 0 20px 0;
}
.cuerpoformcontacto form{
    background: #fff;
    width: 700px;
    max-width: 100%;
    margin: 0;
    display: inline-block;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.mapapage{
    padding: 0;
    height: 450px;
    position: relative;
}
.mapapage iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cuerpoequipo{
    background: #ebedf4;
}
.equiposec{
    width: calc(20% - 20px);
    height: 350px;
    margin: 10px;
    float: left;
    position: relative;
    background: #000;
}
.fotoequipo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
    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;
}
.textoequipo{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 30px;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    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;
}
.equiposec:hover .fotoequipo{
    opacity: 0.2;
}
.equiposec:hover .textoequipo{
    opacity: 1;
}
.textoequipo span{
    color: #e62129;
    text-align: center;
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 700;
}
.textoequipo h3{
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.textoequipo h3:after{
    content: "";
    position: absolute;
    bottom: 5px;
    width: 50px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.textoequipo p{
    text-align: center;
    color: #fff;
    margin: 20px 0;
    font-size: 14px;
}
.textoequipo a i{
    font-size: 18px;
    color: #fff;
}
/*
***************************************************************
    Estilos responsivos
***************************************************************
*/
@media only screen and (max-width : 1300px) {
    .fotospaquete {
        width: 150px;
    }
    .textopaquete{
        width: calc(100% - 160px);
        padding: 20px 200px 20px 20px;
    }
    .textopaquete h3{
        padding-right: 0;
    }
    .textopaquete h3, .textopaquete h3 a {
        font-size: 18px;
        line-height: 21px;
    }
    .btncompras {
        width: 180px;
        height: auto;
        float: left;
        position: absolute;
        margin: 0;
        right: 20px;
        top: 30px;
        text-align: right;
        padding-left: 0;
        box-sizing: border-box;
    }
    .preciopaq {
        width: 100%;
        margin: 0 0 10px 0;
        float: left;
        position: relative;
        padding: 0;
        color: #283a8f;
        font-size: 19px;
        line-height: normal;
        font-weight: 700;
        text-align: right;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width : 1200px) {
    .textoelegir {
        width: 400px;
    }
    .secelecciones {
        width: calc(100% - 450px);
    }
}
@media only screen and (max-width : 1150px) {
    .secfoo {
        width: 30%;
    }
    .secfoologo{
        width: 100%;
    }
    .seccocliente{
        width: 40%;
    }
    .secfoologo img{
        float: none;
        display: inline-block;
    }
    .redesfoo p{
        text-align: center;
    }
    .redesfoo a{
        display: inline-block;
        float: none;
    }
    .textonosapu {
        margin-top: 0;
    }
}
@media only screen and (max-width : 1100px) {
    .secprod{
        width: calc(33.3% - 20px);
    }   
}
@media only screen and (max-width : 1060px) {
    .banner1{
        display: none;
    }
    .seccionproductos {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width : 1000px) {
    .fotoprodsingle {
        width: 360px;
    }
    .textoprodsingle {
        width: calc(100% - 390px);
        margin: 0 0 0 30px;
    }
    .cuerponos .fotonosapu{
        width: 400px;
    }
    .textonosapu {
        width: calc(100% - 450px);
        margin-top: 0;
    }
    .titulocentral h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .textoelegir {
        width: 100%;
    }
    .secelecciones {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width : 940px) {
    .fotonosotros {
        width: 400px;
    }
    .textonosotros {
        width: calc(100% - 430px);
        margin: 0 0 0 30px;
        padding: 0;
    }
    .secopcion {
        width: calc(33.3% - 20px);
        height: 120px;
    }
    .seccontactodatos {
        width: 100%;
    }
    .reservacontactopage {
        width: 500px;
        max-width: 100%;
        margin: 20px 0 0 0;
        display: inline-block;
        float: none;
    }
    .fotoformcontactoapu {
        width: 100%;
        height: 450px;
        position: relative;
        float: left;
    }
    .textoformapu {
        width: 100%;
        padding: 30px;
    }
}
@media only screen and (max-width : 1080px) {
    .menu{
        display: none;
    }
    .menu2{
        float: right;
        position: relative;
        width: auto;
        width: auto;
        z-index: 500;
        margin: 27px 5px 0 0;
        display: inline-block;
    }
    .menu2 .menuresp{
        height: 46px;
        line-height: 46px;
        width: auto;
        padding: 0 20px 0 45px;
        margin: 0;       
        display: inline-block;
        border-radius: 40px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        background: #283a8f;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 20px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 45px;
        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;
    }
    .menu2 .menuresp:hover{
        background: #e62129;
        color: #fff;
    }
    .menu2 .menuresp:hover i{
        color: #00b5f7;
        transform: rotate(90deg);
    }
    .menu2:hover .menuresp{
        background: #e62129;
        color: #fff;
    }
    .menu2:hover .menuresp i{
        color: #fff;
        transform: rotate(90deg);
    }
    .menu2 .acordion{
        width: 220px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 65px;
        right: 0;
        padding: 10px 0;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    }
    .menu2 .acordion li{
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        float: left;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        font-weight: normal;
        font-size: 13px;
        color: #192561;
        font-weight: 700;
    }
    .menu2 .acordion li:last-child a{
        border: none;
    }
    .menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        color: #e62129;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #e62129;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #e62129;
    }
    .menu2 .acordion li ul{
        width: 100%;
        height: auto;
        float: left;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        padding: 10px 0;
        box-sizing: border-box;
    }
    .menu2 .acordion li ul li{
        width: auto;
        padding: 0;
        float: left;
        margin: 2px;
    }
    .menu2 .acordion li ul li a{
        width: auto;
        display: inline-block;
        padding: 8px 10px;
        border-radius: 3px;
        background: #dcebdb;
        height: auto;
        font-size: 12px;
        line-height: 14px;
        border: none;
    }
    .menu2 .acordion li ul li a:hover{
        background: #18a10b;
        color: #fff;
    }
    #headdos .menu2{
        position: relative;
    }
    #headdos .menu2 .menuresp{
        margin: 7px 0 0 0;
    }
    .nosotroscont:after {
        width: 250px;
    }
    .nosotroscont img {
        width: 320px;
        left: 0;
        z-index: 2;
    }
    .textonosotros {
        width: calc(100% - 300px);
        padding: 40px 40px 40px 50px;
    }
    .secservicio {
        min-height: 50px;
        margin: 20px 0
    }
    .secservicio img {
        width: 400px;
        height: auto;
    }
    .textoservpage {
        width: calc(100% - 430px);
        height: auto;
        float: right;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }
}
@media only screen and (max-width : 980px) {
    .chicoslider {
        left: auto;
        right: 10px;
        height: 350px;
    }
    .sectextoslider .spantextslider {
        padding: 0 20px;
        font-size: 13px;
    }
    .textoslider h1 {
        font-size: 34px;
        line-height: 36px;
        margin: 10px 0 20px 0;
    }
    .textoslider p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px 0;
    }
    footer{
        padding: 0;
    }
    .secfoologo {
        width: 100%;
        height: auto;
        position: relative;
        padding: 30px;   
        float: left;
        text-align: center;
    }
    .secfoologo:after{
        display: none;
    }
    .telfoo{
        position: relative;
        display: inline-block;
        float: none;
        width: auto;
        z-index: 10;
    }
    .secfoologo p{
        width: 100%;
        height: auto;
        position: relative;
        margin: 5px 0;
        float: left;
        text-align: center;
    }
    .redesfoo a{
        float: none;
        display: inline-block;
    }
    .tarjetas{
        position: relative;
        text-align: center;
        margin: 10px 0 0 0;
        float: none;
        display: inline-block;
        width: 100%;
        left: 0;
    }
    .tarjetas img{
        float: none;
        display: inline-block;
    }
    .secfootodo {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .piefinal{
        padding: 15px 20px;
    }
}
@media only screen and (max-width : 850px) {
    .secfoo {
        width: 100%;
    }
    .secvalor{
        width: 50%;
        min-height: 230px;
    }
    .asesoria{
        width: 100%;
        margin: 10px 0;
        padding: 20px 0 20px 70px;
    }
    .asesoria2{
        border-left: none;
    }
    .asesoria img{
        top: 10px;
        left: 10px;
        height: 40px;
    }
}
@media only screen and (max-width : 810px) {
    .textoslider {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
    .sectextoslider {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
    }
    .textoslider .sectextoslider .spantextslider{
        display: inline-block;
        float: none;
        text-align: center;
    }
    .textoslider h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 10px 0 20px 0;
        text-align: center;
    }
    .textoslider p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px 0;
        text-align: center;
    }    
    .textoslider .botongeneral{
        float: none;
        display: inline-block;
    }
    .chicoslider {
        left: 50%;
        right: auto;
        height: 300px;
        transform: translateX(-50%);
    }
    .textonosotros {
        width: 100%;
        padding: 30px;
    }
    .nosotroscont:after {
        display: none;
    }
    .titulogeneral span {
        font-size: 13px;
        letter-spacing: 3px;
    }
    .titulogeneral h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }
    .nosotroscont img {
        display: none;
    }
    .secservicio {
        width: 100%;
    }
    .secservicio img{
        width: 340px;
        max-width: 100%;
        height: auto;
        float: none;
        display: inline-block;
    }
    .textoservpage {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .textoservpage .titulocentraldos span{
        font-size: 12px;
        line-height: normal;
    }
    .textoservpage .titulocentraldos h2{
        font-size: 25px;
        line-height: 29px;
    }
    .cuerponos .fotonosapu{
        width: 350px;
        height: auto;
        max-width: 100%;
        position: relative;
        float: none;
        display: inline-block;
    }
    .textonosapu {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .secsubs {
        padding: 0;
    }
    .secsubs h2{
        text-align: center;
        font-size: 22px;
        line-height: 25px;
    }
    .secsubs p{
        text-align: center;
    }
    .secsubs form {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }
    .secsubs form input[type=email] {
        width: 100%;
    }
    .fotoprodsingle {
        width: 100%;
    }
    .thumbsingle{
        display: none;
    }
    .galeriaprod {
        width: 100%;
    }
    .textoprodsingle{
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .textoprodsingle h2 {
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 25px;
    }
}
@media only screen and (max-width : 750px) {
    .secreapertura {
        font-size: 40px;
        line-height: 44px;
        width: 100%;
        text-align: center;
        border: none;
    }
    .efectoletras {
        width: 100%;
        text-align: center;
    }
    .efectoletras span {
        font-size: 17px;
        text-align: center;
    }
    .ofertashome {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .swipercuatro {
        float: none;
        max-width: 100%;
        display: inline-block;
    }
    .fotonosotros {
        width: 380px;
        display: inline-block;
        float: none;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .textonosotros {
        width: 100%;
        margin: 0;
    }
    .fotoformcontactoapu p {
        padding: 30px 100px;
    }
    .fotoformcontactoapu p img {
        left: 20px;
    }
}
@media only screen and (max-width : 700px) {
    header {
        height: 60px;
    }
    .logo img {
        height: 60px;
        margin: 0;
    }
    .menu2 .acordion{
        top: 55px;
    }
    .micuentatop {        
        margin: 8px 0 7px 10px;
    }
    .menu2{
        margin: 8px 0 7px 0;
    }
    .secprod{
        width: calc(50% - 20px);
    }
    .cuerpo{
        padding: 30px 20px;
    }
    .secfoo{
        width: 100%;
    }
    .derdatos {
        width: 100%;
        margin-bottom: 20px;
    }
    .fotowsp {
        width: 200px;
        float: none;
        display: inline-block;
    }
    .escriwsp p{
        text-align: center;
    }
    .escriwsp .botongeneral{
        float: none;
        display: inline-block;
    }
    .portadapage {
        height: 220px;
    }
    .tituloportada h1 {
        font-size: 23px;
        line-height: 26px;
    }
}
@media only screen and (max-width : 640px) {
    .fotoformcontactoapu p img {
        display: none;
    }
    .fotoformcontactoapu p {
        padding: 30px;
        font-size: 16px;
        line-height: 30px;
    }
}
@media only screen and (max-width : 610px) {
    .titulogeneral span {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .titulogeneral h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 5px 0 15px 0;
    }
    .secmision {
        width: 100%;
        padding: 20px 0;
    }
    .secvision{
        border: none;
    }
    .fotoelecc {
        position: relative;
        float: none;
        width: 80px;
        height: 80px;
        display: inline-block;
    }
    .secelecciones li {
        min-height: 50px;
        margin: 15px 0;
        padding: 0;
        width: 320px;
        max-width: 100%;
        float: none;
        display: inline-block;
    }
    .secplus {
        position: relative;
        left: 0;
        top: 0;
        width: 140px;
        text-align: left;
        transform: translateY(0);
        display: inline-block;
        vertical-align: top;
        margin: 20px 0 0 15px;
    }
    .secelecciones li p{
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        border-left: none;
        border-top: solid 1px rgba(0, 0, 0, 0.2);
        padding: 10px 0 10px 20px;
        width: 100%;
        float: left;
        text-align: center;
        margin: 10px 0 0 0;
    }
    .titulocentraldos h2 {
        font-size: 21px;
        line-height: 24px;
    }
    .contmision {
        padding: 20px;
    }
    .secvalor{
        width: 350px;
        display: inline-block;
        float: none;
        max-width: 100%;
        min-height: 50px;
        margin: 10px 0;
    }
    .secmision h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width : 570px) {
    .micuentatop{
        display: none;
    }
    .cuerpoform form {
        border-radius: 15px;
        padding: 20px;
    }
    .textopaquete {
        padding: 20px;
    }
    .btncompras {
        width: 100%;
        position: relative;
        margin: 10px 0 0 0;
        right: 0;
        top: 0;
    }
}
@media only screen and (max-width : 510px) {
    .micuentatop{
        display: none;
    }
    .textoslider h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }
    .secprod{
        margin: 10px 0;
        width: 320px;
        display: inline-block;
        float: none;
    }
    .secfoo2 ul li {
        width: 100%;
        margin: 4px 0;
    }
    .textopaquete{
        min-height: 50px;
        width: 100%;
    }
    .btncompras{
        position: relative;
        margin: 10px 0 0 0;
        left: 0;
        top: 0;
        text-align: center;
    }
    .fotospaquete {
        width: 150px;
        position: relative;
        margin: 0 0 10px 0;
        width: 200px;
        height: 190px;
        top: 0;
        left: 0;
        margin: 10px;
        display: inline-block;
        float: none;
    }
    .preciopaq{
        text-align: center;
    }
    .enlacepaq{
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width : 450px) {
    .redesconttop{
        display: none;
    }
    .redestop{
        border: none;
    }
    .botonslideprod{
        display: none;
    }
    .secopcion {
        width: 300px;
        max-width: 100%;
        margin: 10px 0;
        display: inline-block;
        float: none;
    }
    .paquetesec {
        margin: 10px 0;
        width: 320px;
        float: none;
        display: inline-block;
    }
}