/*
Theme Name: RC
Theme URI: http://www.kunturweb.com
Description: Theme RC de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: 'Alexandria', sans-serif;}
input:focus, textarea:focus{
	outline:0px;
}
p{
	font-family: 'Alexandria', sans-serif;
	font-size: 15px;
	color: #2f3127;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #0a2d4e;
    margin: 0;
    padding: 0;
    font-family: 'Alexandria', sans-serif;
    font-weight: 900;
}
ul, ol{
    margin: 0;
}
a, ul li{
	font-family: 'Alexandria', sans-serif;
	font-size: 15px;
    line-height: 24px;
	color: #2f3127;
	text-decoration: none;
    font-weight: 400;
    text-transform: none;
    outline: 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;
}
a:hover{
    text-decoration: none;
    color: #fbb425;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
.wrap{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.botongeneral, .secform input[type=submit]{
    width: auto;
    height: auto;
    position: relative;
    color: #fff;
    padding: 0;
    background: #019a85;
    border-radius: 5px;
    float: left;
    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;
}
.botongeneral:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #029b85;
    border-radius: 0;
    top: 0;
    left: 0;
    z-index: 2;
    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;
}
.botongeneral span{
    padding: 15px 30px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    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;
}
.botongeneral span i{
    margin: 0 0 4px 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;
}
.botongeneral:hover, .secform input[type=submit]:hover{
    background: #fab424;
    color: #fff;
}
.botongeneral:hover span{
    padding: 15px 40px;
}
.botongeneral:hover span i{
    transform: translateX(3px);
}
.botongeneral:hover:after{
    transform: translateX(100%);
}
.secform input[type=submit]{
    border: none;
}
/*
**********************************************************************
    Estilo header
**********************************************************************
*/
header{
    position: relative;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    text-align: center;
    float: left;
}
.logo{
    position: relative;
    float: left;
    height: 80px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 5px 0;
    background: #fff;
    padding: 0;
}
.logo img{
    height: 100%;
    margin: 0;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.menu2{
    display: none;
}
.menu{
    float: right;
    position: relative;
    width: auto;
    height: 50px;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
}
.menu ul{
    width: auto;
    display: inline-block;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;
    margin: 0 15px;
}
.menu ul li:last-child{
    margin-right: 0;
}
.menu ul li a{
    color: #3e484e;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0;
    border-radius: 50px;
}
.menu ul li a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fbb425;
    opacity: 0;
    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;
}
#menu ul li a:hover{
    color: #fbb425;
}
#menu ul li:hover a{
    color: #fbb425;
}
#menu ul li a:hover:after{
    opacity: 1;
    transform: scaleX(1);
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
    color: #fbb425; 
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #fbb425;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #fbb425;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item):after{
    opacity: 1;
    transform: scaleX(1);
}
#menu ul li a:hover:not(.current-menu-item):after{		
	opacity: 1;
    transform: scaleX(1);
}
#menu ul li a:hover:after, 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	opacity: 1;
    transform: scaleX(1);
}
.teltop{
    float: right;
    width: auto;
    height: 50px;
    background: #029b85;
    border-radius: 3px;
    transform: skewX(-5deg);
    margin: 20px 0 20px 30px;
    padding: 5px 20px 0 55px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.teltop big{
    font-size: 22px;
    font-weight: 700;
}
.teltop:hover{
    background: #fbb425;
    color: #fff;
}
.teltop i{
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 20px;
    transform: translateY(-50%);
}
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
    z-index: 900;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
    top: -80px;
    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;
}
#headdos .logo{
    height: 60px;
    width: auto;
    margin: 0;
}
#headdos .logo img{
    width: auto;
    height: 50px;
    margin: 5px 0;
}
#headdos .menu{
    margin: 5px 0;
}
#headdos .teltop{
    margin: 5px 0 5px 20px;
}
/*
**********************************************************************
    Estilo slider principal
**********************************************************************
*/
.slidertop{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.slidertop .swiper-slide{
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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: 650px !important;
    background: #3e484e;
    overflow: hidden !important;
    position: relative;
}
.thumbnail{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    border: none;
}
.slidertextouno{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    z-index: 5;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    text-align: center;
}
.slidertextouno h1{
    font-size: 70px;
    line-height: 74px;
    color: #fff;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}
.slidertextouno p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
}
.slidertextouno .botongeneral{
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.swiper-pagination{
    bottom: 30px !important;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
}
/*
**********************************************************************
    Estilo cuerpo general
**********************************************************************
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 80px 20px;
    box-sizing: border-box;   
    z-index: 200;
    overflow: hidden;
}
/*
**********************************************************************
    Estilo cuerpo nosotros home
**********************************************************************
*/
.fotonos{
    width: 700px;
    height: 450px;
    float: right;
    position: relative;
    border-radius: 20px;
}
.fotonos:after, .fotonos:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 70px;
    width: 100px;
}
.fotonos:before{
    left: 0;
    height: 35px;
    border: 0;
    width: 201px;
}
.fotonos .botongeneral{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    border: solid 10px #fff;
    overflow: visible;
    padding: 0;
    height: 70px;
    width: 200px;
    line-height: 50px;
    box-sizing: border-box;
    border-radius: 60px;
}
.fotonos .botongeneral i{
    margin: 0 0 0 8px;
    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;
}
.fotonos .botongeneral:hover i{
    transform: translateX(5px);
}
.fotonos .botongeneral::after, .fotonos .botongeneral::before{
    content: "";
    position: absolute;
    bottom: 60px;
    top: auto;
    left: -10px;
    width: 40px;
    height: 40px;
    background: url(images/borde.png) no-repeat left bottom;
    background-size: cover;
    border-radius: 0;
}
.fotonos .botongeneral:hover:after{
    transform: translate(0);
}
.fotonos .botongeneral::before{
    left: calc(100% + 10px);
    bottom: -10px;
}
.secnos{
    width: calc(100% - 780px);
    height: auto;
    float: left;
    position: relative;
    margin: 50px 0 0 0;
}
.titulogen{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 0 0 30px 0;
    z-index: 2;
}
.titulogen span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    color: #029b84;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: left;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}
.titulogen span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #029b84;
    border-radius: 2px;
}
.titulogen h2{
    color: #3e484e;
    font-size: 31px;
    line-height: 34px;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.secnos p{
    margin: 0 0 30px 0;
}
/*
**********************************************************************
    Estilo cuerpo servicios home
**********************************************************************
*/
.cuerposervicios{
    background: #e5f5f3;
    padding: 0 !important;
}
.swiperserv .swiper-slide{
    width: 100% !important;
    height: auto !important;
    float: left !important;
    position: relative !important;
    display: inline-block !important;
}
.fotosinblur{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    max-width: 100%;
    height: 100%;
    z-index: 5;
}
.swiperserv .swiper-slide .wrap{
    float: right;
    position: relative;
    z-index: 5;
    width: 50%;
}
.textoservicio{
    width: 650px;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 80px 20px 80px 70px;
    z-index: 10;
}
.textoservicio .titulogen span{
    text-align: left;
    float: left;
    text-transform: uppercase;
}
.textoservicio .botongeneral{
    margin: 20px 0 0 0;
}
.swiper-button-prevserv, .swiper-button-nextserv{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    z-index: 100;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.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;
}
.swiper-button-nextserv{
    left: auto;
    right: 10px;
}
.swiper-button-prevserv i, .swiper-button-nextserv i{
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #2f3127;
    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-prevserv:hover, .swiper-button-nextserv:hover{
    background: #e6b548;
}
.swiper-button-prevserv:hover i, .swiper-button-nextserv:hover i{
    color: #fff;
}
/*
**********************************************************************
    Estilo cuerpo servicios home
**********************************************************************
*/
.cuerposkilss{
    padding: 0 20px 60px 20px !Important;
}
.secmensaje{
    height: auto;
    float: left;
    padding: 50px 350px 50px 70px;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -o-background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -webkit-background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -moz-background: linear-gradient(-30deg,#009c86,#6ed2c4);
    border-radius: 20px;
    margin: 30px 0 0 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-shadow: 0 0 10px 0 #e1f0ee;
}
.secmensaje .titulogen h2, .secmensaje .titulogen span{
    color: #fff;
}
.secmensaje .titulogen span:after{
    background: #fff;
}
.secmensaje p{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    z-index: 3;
    position: relative;
    color: #fff;
}
.secmensaje .fa-quote-left, .secmensaje .fa-quote-right{
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 80px;
    line-height: normal;
    z-index: 1;
    color: rgba(255,255,255,0.1);
}
.secmensaje .fa-quote-right{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 20px;
}
.secmensaje .botongeneral{
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #019b85;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
}
.secmensaje .botongeneral:after{
    background: #fff;
    color: #019b85;
}
.secmensaje .botongeneral:hover span{
    color: #fff;
}
/*
**********************************************************************
    Estilo contacto home
**********************************************************************
*/
.cuerpologos{
    background: #fff;
}
.titulogencentral{
    text-align: center;
    width: 900px;
    max-width: 100%;
    display: inline-block;
    float: none;
}
.titulogencentral span{
    text-align: center;
    width: auto;
    display: inline-block;
    float: none;
}
.titulogencentral h2{
    text-align: center;
}
.logos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.cuerpologos img{
    height: auto;
    width: auto;
    max-width: 110px;
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.7;
    filter: grayscale(1);
    margin: 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;
}
.cuerpologos img:hover{
    opacity: 1;
    filter: grayscale(0);
}
/*
**********************************************************************
    Estilo footer
**********************************************************************
*/
footer{
    background: #3e484d;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.secfoo{
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    position: relative;
    float: left;
    z-index: 3;
}
.logofoo{
    height: auto;
    width: 170px;
    float: left;
    position: relative;
}
.redesfoo{
    width: auto;
    height: auto;
    text-align: left;
    float: right;
}
.redesfoo a{
    float: left;
    margin: 5px;
}
.redesfoo a i{
    text-align: center;
    font-size: 15px;
    color: #fff;
    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;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    background: #029a84;
}
.redesfoo a:hover i{
    color: #fff;
    background: #fbb626;
}
.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0 5px 0;
    box-sizing: border-box;
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
    color: rgba(255,255,255,0.7);
}
.piefinal p, .piefinal p a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.piefinal p a:hover{
    color: #fbb626;
}
.credito{
    position: relative;
    width: auto;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    line-height: 17px;
    float: none;
    display: flex;
    text-transform: uppercase;
}
.credito img{
    height: 22px;
    margin: 0 0 0 5px;
    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;
}
.credito a:hover img{
    opacity: 0.9;
}
/*
**********************************************************************
    Estilo para nosotros page
**********************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 20px;
    box-sizing: border-box;
}
.bread .wrap{
    background: #e5f5f3;
    border-radius: 50px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    box-sizing: border-box;
}
.bread ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.bread ul li{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    float: left;
    text-align: left;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
.bread ul li a{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.bread ul li a:hover{
    color: #fbb626;
}
.cuerpomapacontacto{
    padding: 0;
    height: 450px;
    margin: 50px 0 80px 0;
}
.cuerpomapacontacto iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cuerponosotrospage{
    padding: 70px 20px;
}
.cuerponosotros .fotonospage{
    width: 550px;
    margin: 30px 0 0 0;
    float: right;
}
.cuerponosotros .secnospage{
    margin: 0 90px 0 0;
    float: left;
}
.cuerponosotros .secnospage .burbujanos{
    left: auto;
    right: -250px;
    top: 10px;
}
.cuerpobene{
    background: #eef8f7;
}
.mision{
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 0 40px;
    box-sizing: border-box;
}
.mision h3{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
    font-size: 23px;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    color: #3e484e;
}
.vision{
    border-left: solid 1px rgba(0,0,0,0.2);
}
/*
**********************************************************************
    Estilo para contacto page
**********************************************************************
*/
.leftcontacto{
    width: calc(100% - 650px);
    float: left;
    position: relative;
}
.listacontacto{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.listacontacto li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    text-align: left;
    margin: 10px 0;
}
.listacontacto li i{
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    color: #029b84;
}
.formcontactopage{
    width: 600px;
    max-width: 100%;
    float: right;
    background: #e5f5f3;
    padding: 40px 60px;
    box-sizing: border-box;
    border-radius: 20px;
}
.secform{
    width: 100%;
    margin: 10px 0;
    float: left;
    position: relative;
}
.secform input[type=text], .secform input[type=email], .secform input[type=number], .secform select, .secform textarea{
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    width: 100%;
    height: 55px;
    border-radius: 4px;
    float: left;
    position: relative;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.secform textarea{
    height: 90px;
    padding: 20px;
}
.secform input[type=submit]{
    padding: 15px 30px;
    display: inline-block;
    background: #029a84;
    color: #fff;
    cursor: pointer;
}
.secform input[type=submit]:hover{
    color: #fff;
    background: #fbb425;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px !important;
    font-weight: normal;
    display: block;
    top: -25px;
    right: 0;
    width: auto;
    position: absolute;
    text-align: right;
    background: #d74747;
    padding: 3px 5px !important;
    color: #fff;
    border-radius: 3px !important;
    line-height: 13px !important;
    z-index: 10;
    font-family: 'Alexandria', sans-serif !important;
    letter-spacing: 0 !important;
}
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: 10px 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
.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: 10px 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
}
/*
**********************************************************************
    Estilo para servicios page
**********************************************************************
*/
.portadaserv{
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
    background: #000;
}
.fondoserv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.portadaserv .wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.portadaserv .wrap ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.portadaserv .wrap ul li{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: normal;
    text-align: left;
    list-style: none;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 5px;
}
.portadaserv .wrap ul li a{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
}
.portadaserv .wrap ul li a:hover{
    color: #fbb425;
}
.portadaserv .wrap h1{
    color: #fff;
    font-size: 45px;
    line-height: 49px;
    text-align: center;
    width: 100%;
    height: auto;
}
.cuerponosotros .fotonosdos{
    float: left !important;
    height: 480px;
}
.cuerponosotros .fotonosdos:after, .cuerponosotros .fotonosdos:before{
    left: auto;
    right: 0;
}
.cuerponosotros .fotonosdos .botongeneral{
    left: auto;
    right: 0;
}
.cuerponosotros .fotonosdos .botongeneral:after{
    left: auto;
    right: -50px;
    transform: scaleX(-1) !important;
}
.cuerponosotros .fotonosdos .botongeneral:before{
    left: -50px;
    transform: scaleX(-1) !important;
}
.secnosdos{
    float: right;
    margin: 0;
}
.secnosdos ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secnosdos ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    list-style: none;
    padding: 10px 0 0 100px;
    box-sizing: border-box;
    min-height: 80px;
    text-align: left;
}
.secnosdos ul li b{
    font-size: 16px;
}
.secnosdos ul li .iconoserv{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -o-background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -webkit-background: linear-gradient(-30deg,#009c86,#6ed2c4);
    -moz-background: linear-gradient(-30deg,#009c86,#6ed2c4);
}
.secnosdos ul li .iconoserv img{
    width: 45px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.secbene{
    width: calc(50% - 40px);
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px;
    overflow: hidden;
    border: solid 1px #e1f0ee;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 #e1f0ee;
    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;
}
.fotobene{
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
}
.textobene{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px 60px;
    box-sizing: border-box;
}
.textobene h3{
    color: #3e484e;
    font-size: 25px;
    line-height: normal;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    font-weight: 900;
}
.textobene .botongeneral{
    margin: 20px 0 0 0;
}
.secmensajedos{
    background: #012549;
    width: 950px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    border-radius: 20px;
    padding: 40px 480px 40px 60px;
    box-sizing: border-box;
    margin: 40px 0 0 0;
    position: relative;
    overflow: hidden;
}
.secmensajedos h3{
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    color: #fff;
}
.secmensajedos p{
    color: #fff;
}
.fotomensajedos{
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
}
.secmensajedos .botongeneral{
    margin: 20px 0 0 0;
}
.secmensajedos .botongeneral i{
    margin: 0 7px 0 0;
}
.secbene:hover{
    border-color: #c9e1de;
    box-shadow: 0 0 25px 0 #c9e1de;
    transform: translateY(-5px);
}
.secbenedos{
    width: calc(33.3% - 40px);
    min-height: 360px;
}
.secbenedos h3{
    font-size: 20px;
    line-height: 23px;
    margin: 20px 0;
    font-weight: 700;
}
.secbenedos i{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    float: left;
    position: relative;
    background: linear-gradient(-30deg,#009c86,#a2e7dd);
    -o-background: linear-gradient(-30deg,#009c86,#a2e7dd);
    -webkit-background: linear-gradient(-30deg,#009c86,#a2e7dd);
    -moz-background: linear-gradient(-30deg,#009c86,#a2e7dd);
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.secbenedos p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secbenetres{
    width: calc(50% - 40px);
    min-height: 280px;
}
.secbenes4{
    width: calc(100% - 740px);
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}
.secbenecuatro{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    min-height: 50px;
}
.secbenecuatro h3{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.secbenecuatro .textobene{
    padding: 20px;
}
.fotonostres{
    height: 730px;
    margin: 20px 0 0 0;
}
.cuerpobeneficios{
    padding: 20px 20px 60px 20px;
}























.fixedwsp{
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10000;
    width: auto;
    height: 60px;
}
.fixedwsp i{
    width: 60px;
    height: 60px;
    background: #15931b;
    border-radius: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    z-index: 5;
    position: relative;
    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;
}
.fixedwsp span{
    width: 240px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: #15931b;
    opacity: 0.9;
    border-radius: 3px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    color: #fff;
    padding: 10px 15px;
    z-index: 4;
    font-size: 14px;
    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;
}
.fixedwsp:hover span{
    transform: translateY(-50%) scaleX(1);
}
/*
**********************************************************************
    Estilo responsive
**********************************************************************
*/
@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
}
@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}
/*
    Estilos responsivos
*/
@media only screen and (max-width : 1200px) { 
    .slidertop .swiper-slide{
        height: 500px !important;
    }
    .fotoslider {
        width: 400px;
        left: auto;
        right: 0;
        transform: skewX(-10deg) translateX(100px);
    }
    .efectofotoslider {
        left: auto;
        right: 0;
        transform: skewX(10deg) translateX(-100px);
        width: 400px;
    }
    .slidertextouno h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 15px 0;
    }
    .slidertextouno p {
        font-size: 17px;
    }
    .slidertextointe {
        width: 100%;
        padding: 0 450px 0 20px;
    }
    .secnos{
        margin: 0;
    }
}
@media only screen and (max-width : 1060px) {    
    .fotonos {
        width: 400px;
    }
    .secnos {
        width: calc(100% - 430px);
        margin: 0;
    }
    .titulogen h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .fotoconsultashome {
        left: 50%;
        right: auto;
        width: 55%;
    }
    .cuerponosotros .secnospage{
        margin: 0 30px 0 0 !important;
    }
    .cuerponosotros .fotonospage{
        margin: 30px 0 0 0 !important;
    }
    .fotoserviciopage {
        width: 400px;
    }
    .textoserviciopage {
        padding: 40px 0 40px 20px;
    }
    .textoserviciopage .titulogen{
        margin: 0 0 20px 0;
    }
    .textoserviciopage h2 {
        font-size: 19px;
        line-height: 22px;
    }
    .secbenes4 {
        width: calc(100% - 430px);
    }
}
@media only screen and (max-width : 1090px) {    
    .menu{
        display: none;
    }
    .teltop {
        margin: 20px 0 20px 20px;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 3;
        margin: 25px 0 0 0;
    }
    .menu2 .menuresp{
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 0;
        background: #029b85;
        display: inline-block;
        border-radius: 3px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        font-size: 13px;
        text-decoration: none;
        transform: skewX(-5deg);
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
    }
    .menu2 .menuresp:hover{
        background: #fbb425;
        color: #fff;
    }
    .menu2:hover .menuresp{
        background: #fbb425;
        color: #fff;
    }
    .menu2 .menuresp:hover i{
        color: #fff;
    }
    .menu2:hover .menuresp i{
        color: #fff;
    }
    .menu2 .acordion{
        width: 210px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 50px;
        right: 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 20px;
        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.1);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 13px;
        color: #2f3127;
    }
    .menu2 .acordion li:last-child a{
        border: none;
    }
    .menu2 .acordion li ul{
        display: none;
    }
    .menu2 ul li.current-menu-item > a:hover:not(.current-menu-item){
        color: #fbb425;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #fbb425;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #fbb425;
    }
    #headdos .menu2{
        position: relative;
        margin: 5px 0 0 0;
    }
    #headdos .menu2 .menuresp{
        margin: 0;
    }
    .secmenubuscardos{        
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 800;
        width: auto;
    }
    .secpaquete{        
        width: 50%;
    }
    .contenidopaquete {
        width: 100%;
    }    
    .productos {
        width: 100%;
        margin: 0;
    }
    .sidebar{
        margin: 20px 0 0 0;
    }
    .fotoconsultashome{
        display: none;
    }
    .formconsultashome{
        width: 100%;
    }
}
@media only screen and (max-width : 990px) {
    .textocontacto {
        width: 100%;
    }
    .secproce {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .secproce:after{
        display: none;
    }
    footer form {
        width: 500px;
        max-width: 100%;
        border-radius: 20px;
        padding: 20px;
        margin: 20px 0 0 0;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width : 940px) {
    .teltop {
        margin: 5px 0 0 10px;
        height: 40px;
        padding: 3px 20px 0 50px;
        line-height: 16px;
    }
    .teltop i {
        font-size: 17px;
    }
    .teltop big {
        font-size: 18px;
        font-weight: 700;
    }
    .redestop{
        display: inline-block;
        float: none;
    }
    .datostop {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .datostop li{
        float: none;
        display: inline-block;
        margin: 5px;
        padding: 0 5px;
        height: auto;
        line-height: normal;
        border: none;
    }
    header {
        height: 50px;
    }
    .logo {
        height: 40px;
        margin: 5px 0;
    }
    .menu2{
        margin: 5px 0 0 0;
    }
    .swiperslidecattour{
        width: 33.3% !important;
    }
    .titulocentralreserva{
        width: 200px;        
        padding: 20px 10px;
    }
    .tituloreservapaquetewrap{        
        padding: 20px 15px;
    }
    .reservapaquetesingle form{
        padding: 40px 20px 80px 20px;
    }
    .cuerpotitulos .wrap {
        width: 100%;
        left: 0;
        transform: translateX(0);
        padding: 0;
    }
    .cuerpotitulos h2, .cuerpotitulos p{
        text-align: center;
    }
    .buscartitulo {
        position: relative;
        top: 0;
        right: 0;
        width: 450px;
        max-width: 100%;
        float: none;
        display: inline-block;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }
    footer {
        padding: 20px;
    }
    .redesfoo{
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .redesfoo p, .pagos p{
        text-align: center;
    }
    .redesfoo a{
        float: none;
        display: inline-block;
    }
    .pagos{
        width: 100%;
        text-align: center;
    }
    .pagos img{
        float: none;
        display: inline-block;
        max-width: 80px;
        max-height: 15px;
    }
    .formcontactopage .secform{
        width: 100%;
        margin: 10px 0;
    }
    .datoscontactopage li{
        width: 50%;
        min-height: 130px;
        padding: 20px 30px;
        margin: 10px 0;
    }
    .fotomision {
        width: 400px;
    }
    .textoservicio {
        width: 100%;
        padding: 40px;
    }
    .swiper-button-prevserv, .swiper-button-nextserv {
        top: 200px;
        transform: translateY(0);
    }
    .secmensajedos {
        padding: 0;
        margin: 30px 0 0 0;
    }
    .fotomensajedos {
        position: relative;
        float: left;
        width: 100%;
        height: 230px;
    }
    .secmensajedos h3{
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }
    .secmensajedos p{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .secmensajedos .botongeneral{
        margin: 20px 30px 30px 20px;
    }
    .leftcontacto {
        width: 100%;
    }
    .formcontactopage {
        width: 500px;
        float: none;
        display: inline-block;
        padding: 30px;
        margin: 20px 0 0 0;
    }
    .secbenes4 {
        width: 100%;
        float: left;
    }
    .fotonostres {
        float: right !important;
        height: 320px !important;
        margin: 20px 0 0 0 !important;
        width: 100% !important;
    }
}
@media only screen and (max-width : 890px) {
    .fotoslider {
        width: 300px;
        right: -50px;
    }
    .efectofotoslider {
        right: -50px;
        width: 300px;
    }
    .slidertextouno p {
        font-size: 16px;
    }
    .slidertextointe {
        padding: 0 350px 0 20px;
    }
    .secbene {
        width: 340px;
        max-width: 100%;
        float: none;
        display: inline-block;
        margin: 10px;
        vertical-align: top;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 100%;  
        min-height: 20px;
        margin: 0;
        padding: 20px 0 10px 0;
    }
    .redesfoo{
        margin: 10px 0 0 0;
    }
    .logofoo{
        float: none;
        display: inline-block;
    }
    .secfoodatos{
        width: 100%;
    }
    .bannerblog{
        padding: 60px 60px 60px 380px;
    }    
    .fotobannerblog{
        width: 330px;        
    }
    .cuerposerviciospage{
        padding: 50px 20px 0 20px;
    }
    .fotoserviciopage {
        width: 100%;
        height: 240px;
        border-radius: 10px;
        float: left;
        position: relative;
        margin: 0 0 15px 0;
    }
    .textoserviciopage {
        width: 100%;
        border-radius: 10px;
        padding: 30px 20px;
    }
}
@media only screen and (max-width : 840px) {
    .unodestinos, .centrodestinos{
        height: 500px;
    }
    .destinosec2{
        height: 250px;
    }
    .destinosec3{
        width: 100%;
        height: 300px;
    }
    .destinosec4{
        height: 200px;
        width: 100%;
        border-bottom: none;
    }
    .tresdestinos{
        width: 100%;
    }
    .destinosec5{
        width: 66.6%;
        border-top: solid 10px #fff;
    }
    .destinosec6{
        width: 33.3%;
        border-top: solid 10px #fff;
    }
    .mapaiframe {
        width: 100%;
        height: 280px;
        position: relative;
        float: left;
    }
    .formcontacto {
        width: 100%;
        padding: 30px;
    }
    .fotonos {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        float: none;
        display: inline-block;
    }
    .secnos {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .titulogen h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .burbujanos, .cuerponosotros .secnospage .burbujanos{
        top: -290px;
        left: -15px;
        width: 160px;
        padding: 15px 10px 25px 15px;
    }
    .cuerponosotros .secnospage .burbujanos{
        top: -350px;
    }
    .conburburjanos {
        height: 75px;
    }
    .conburburjanos p {
        font-size: 11px;
        line-height: 14px;
    }
    .conburburjanos span {
        font-size: 17px;
        line-height: 20px;
    }
    .conburburjanos span big {
        font-size: 27px;
    }
    .secskills li {
        width: calc(100% - 50px);
        margin: 20px 10px 0 40px;
    }
    .cuerponosotrospage{
        padding: 70px 20px;
    }
    .cuerponosotros .fotonospage{
        margin: 10px 0 30px 0 !important;
    }
    .secvalor {
        width: 100%;
        min-height: 40px;
    }
    .cuerponosotros .secnospagedos{
        margin: 0 !important;
    }
    @keyframes moverburbuja{
        0%{transform: translateY(0) skewY(0);}
        28%{transform: translateY(0) skewY(0);}
        33%{transform: translateY(-75px) skewY(0);}
        53%{transform: translateY(-75px) skewY(0);}
        58%{transform: translateY(-150px) skewY(0);}
        78%{transform: translateY(-150px) skewY(0);}
        83%{transform: translateY(0) skewY(0);}
        100%{transform: translateY(0) skewY(0);}
    }  
    .textoskills {
        width: 100%;
    }
    .secskills {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .secskills:after {
        left: 10px;
    }
    .secskills li span {
        font-size: 17px;
        line-height: 23px;
    }
    .cuerpomision .wrap {
        padding: 50px 0;
    }
    .misioncont {
        width: 100%;
        margin: 15px 0;
        padding: 0;
    }
    .division{
        display: none;
    }
    .textoskills {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width : 730px) {
    .slidertop .swiper-slide {
        height: 400px !important;
    }
    .fotoslider {
        width: 200px;
        right: -80px;
    }
    .efectofotoslider {
        right: -80px;
        width: 200px;
    }
    .slidertextointe {
        padding: 0 150px 0 20px;
    }
    .secform input[type=submit] {
        padding: 15px 25px;
    }
    .portadaserv {
        height: 350px;
    }
    .portadaserv .wrap h1 {
        font-size: 35px;
        line-height: 39px;
    }
    .secmensaje {
        padding: 30px;
    }
    .secmensaje .botongeneral {
        margin: 10px 0 0 0;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }
}
@media only screen and (max-width : 700px) {
    #headdos{
        height: 50px;
    }
    #headdos .menu2 {
        position: relative;
        margin: 5px 0 0 15px;
    }
    .fotosinblur {
        position: relative;
        width: 100%;
        height: 240px;
        float: left;
    }
    .swiperserv .swiper-slide .wrap {
        float: left;
        width: 100%;
    }
    .textoservicio {
        width: 100%;
        padding: 30px 20px;
    }
}
@media only screen and (max-width : 600px) {
    .secfoo ul {
        width: 100%;
        margin-top: 20px;
    }
    .secfoo ul li {
        float: none;
        display: inline-block;
    }
    .secmensaje {
        padding: 30px;
    }
    .secmensaje p {
        font-size: 16px;
        line-height: 24px;
    }
    .mision {
        width: 100%;
        padding: 0;
    }
    .vision{
        border: none;
    }
}
@media only screen and (max-width : 510px) {
    .teltop{
        display: none;
    }
    .secbene {
        margin: 10px 0;
    }
    .fotonos{
        height: 320px !important;
    }
    .textobene {
        padding: 30px;
    }
    .textobene h3 {
        font-size: 18px;
    }
    .secbenedos{
        min-height: 50px !important;
    }
    
    

    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .textoblog {
        padding: 20px;
    }
    .textoblog h3 a {
        font-size: 18px;
        line-height: 21px;
    }
    .swiperofertas{
        padding: 0 0 60px 0 !important;
    }
    .secnaviswiperdos a, .botoncetralpaquetes {
        height: 35px;
        padding: 0 10px;
        line-height: 31px;
        font-size: 14px;
    }
    .swiper-button-prevdos, .swiper-button-nextdos {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        vertical-align: top;
    }
    .unodestinos, .centrodestinos, .tresdestinos{
        width: 100%;
        height: auto;
    }
    .destinosec{
        width: 100%;
        height: 230px;
        border-left: none;
        border-right: none;
        border-top: solid 10px #fff;
        border-bottom: solid 10px #fff;
    }
    .cuerpo{
        padding: 40px 20px;
    }
    .titulogen {
        margin: 0 0 20px 0;
    }
    .titulogen span {
        font-size: 12px;
    }
    .cuerpo h2{
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
    .secfoocontacto ul {
        padding: 0;
    }
    .mapafooter {
        position: relative;
        float: left;
        width: 100%;
        height: 220px;
        margin: 0 0 15px 0;
    }
}
.titulogenmarcas{
    margin: 40px 0 10px 0;
}
.titulogenmarcas h2{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.listacotizarportada{
    width: 750px;
    max-width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.listacotizarportada li{
    list-style: none;
    color: #fff;
    float: left;
    width: 33.3%;
    height: auto;
    margin: 10px 0;
    padding: 70px 15px 0 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
}
.listacotizarportada li:after{
    content: "1";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #e71546;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
}
.listacotizarportada li span{
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}
.listacotizarportada li:nth-child(2):after{
    content: "2";
}
.listacotizarportada li:nth-child(3):after{
    content: "3";
}
.blocks-gallery-grid, .wp-block-gallery{
    float: left;
}
.cuerpoclientes{
    padding: 0 20px 40px 20px !important;
}
.listacotizarportada li:after{
    animation: animalist 3s Infinite;
    transform-origin: center;
}
.listacotizarportada li:after:first-child{
    animation-delay: 0.2s;
}
.listacotizarportada li:after:nth-child(2){
    animation-delay: 3s !important;
}
.listacotizarportada li:after:last-child{
    animation-delay: 1.2s;
}
@keyframes animalist{
    0%{transform: scale(1) translateX(-50%) translateY(0);}
    50%{transform: scale(1.1) translateX(-50%) translateY(-20px);background: #f9d31f;}
    100%{transform: scale(1) translateX(-50%) translateY(0);}
}
@media only screen and (max-width : 900px) {
    .burbujaslanding{
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 0;
        width: 600px;
        max-width: 100%;
        z-index: 4;
        height: 180px;
    }
    .burbujaslanding .burbujanos{
        position: relative;
        float: left;
        left: 0;
        right: 0;
        top: 30px;
        border: 0;
        margin-right: 15px;
        width: 150px;
        padding: 10px 10px 30px 10px;
    }
    .burbujaslanding .conburburjanos span{
        font-size: 15px;
        line-height: 18px;
        margin: 0;
    }
    .burbujaslanding .conburburjanos{
        height: 65px;
    }
}
@media only screen and (max-width : 770px) {
    .sliderlanding{
        top: 100px;
        left: 0;
        bottom: auto;
        transform: translate(0,0);
        width: 100%;
    }
    .swiperlanding .swiper-slide{
        height: 620px !important;
    }
    .burbujaslanding .burbujanos:after{
        height: 60px;
    }
    .burbujaslanding .burbujanos{
        padding: 10px 10px 20px 10px;
        margin: 5px;
        float: left;
        width: calc(33.3% - 10px);
    }
    .burbujaslanding .conburburjanos {
        height: 55px;
    }
    .burbujaslanding{
        height: 110px;
        bottom: 50px;
    }
    .sliderlanding p{
        display: none;
    }
}
.formlanding{
    width: 100%;
    float: left;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    border-radius: 4px;
    height: 45px;
}
.formlanding p{
    width: 100% !important;
    display: inline-block !important;
    margin: 0;
}
.formlanding .wpcf7-form-control-wrap{
    width: auto;
    float: left;
}
.formlanding input[type=text], .formlanding input[type=tel]{
    width: 220px;
    height: 45px;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    color: #141f38;
    font-size: 13px;
    border: none;
    border-left: solid 1px rgba(0,0,0,0.4);
}
.formlanding input[type=tel]{
    width: 180px;
}
.formlanding input[type=submit]{
    width: 150px;
    float: left;
    position: relative;
    height: 45px;
    line-height: 45px;
    border: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 13px;
    z-index: 3;
    background: #243354;
    border: 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;
}
.formlanding input[type=submit]:hover{
    background: #e71546;
}
@media only screen and (max-width : 670px) {
    .formlanding{
        height: 90px;
    }
    .formlanding .wpcf7-form-control-wrap{
        width: 50%;
    }
    .formlanding input[type=text], .formlanding input[type=tel]{
        width: 100%;
    }
    .formlanding input[type=submit]{
        width: 100%;
    }
    .slidertextouno{
        padding: 0 20px;
    }
    .burbujaslanding .conburburjanos span {
        font-size: 12px;
        line-height: 15px;
    }
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
}
.cuerposingle{
    margin-top: 70px;
}
.videopromo{
    width: 1000px;
    max-width: 100%;
    height: auto;
    float: none;
    padding-top: 0;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.4);
}
.imagenshared{
    width: 35px;
    height: 35px;
    background: #28aae1;
    border-right: solid 1px rgba(255,255,255,0.1);
    text-align: center;
    float: left;
}
.imagenshared img{
    width: 16px;
    height: auto;
    text-align: center;
    margin: 10px 0 0 7px;
}