/*
Theme Name: Logfitt
Theme URI: http://www.kunturweb.com
Description: Theme Logfitt 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;
	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;
}
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: #feee00;
    border-radius: 30px 5px 5px 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: #9bba38;
    border-radius: 30px 0 0 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;
    z-index: 3;
}
.botongeneral:hover, .secform input[type=submit]:hover{
    background: #feee00;
    color: #2f3127;
}
.botongeneral:hover:after{
    transform: translateX(100%);
}
.secform input[type=submit]{
    border: none;
}
/*
**********************************************************************
    Estilo header top
**********************************************************************
*/
.headertop{
    background: #fff;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    padding: 0 20px;
    box-sizing: border-box;
}
.redestop{
    float: left;
    width: auto;
    height: 40px;
}
.redestop p{
    line-height: 40px;
    color: #2f3127;
    font-size: 12px;
    text-align: left;
    float: left;
}
.redestop a{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    background: #9bba38;
    display: inline-block;
    margin: 5px 7px;
    float: left;
}
.redestop a i{
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.redestop a:hover{
    background: #e6b548;
}
.datostop{
    float: right;
    width: auto;
    height: auto;
    position: relative;
}
.datostop li{
    width: auto;
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0 10px;
    margin: 10px 10px;
    border-left: solid 1px rgba(0,0,0,0.2);
    list-style: none;
}
.datostop li:first-child{
    border: none;
}
.datostop li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.datostop li a{
    font-size: 13px;
    line-height: normal;
    color: #2f3127;
    margin: 0;
    padding: 0;
}
.datostop li a i{
    font-size: 12px;
    margin: 0 6px 0 0;
    color: #9bba38;
}
.datostop li a:hover{
    color: #9bba38;
}
/*
**********************************************************************
    Estilo header
**********************************************************************
*/
header{
    position: relative;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    text-align: center;
    float: left;
}
.logo{
    position: relative;
    float: left;
    height: 50px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 10px 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: 60px;
    margin: 5px 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 3px;
}
.menu ul li:last-child{
    margin-right: 0;
}
.menu ul li a{
    color: #2f3127;
    font-size: 14px;
    font-weight: 500;
    padding: 0 25px;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 5px 0;
    background: #f4f7eb;
    border-radius: 50px;
}
#menu ul li a:hover{
    color: #fff;
    background: #9bba38;
}
#menu ul li:hover a{
    color: #fff;
    background: #9bba38;
}
#menu ul li > ul{
    position: absolute;
    top: 70px;
    left: 50%;
    width: 960px;
    height: auto;
    background: #fff;
    border-radius: 3px;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
    visibility: hidden;
    z-index: -10000;
    transform: translate(-50%,-20px) scaleY(0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    transform-origin: top;
    overflow: hidden;
}
#menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translate(-50%,0) scaleY(1);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.0s;
}
#menu ul li > ul li{
    width: 120px;
    height: auto;
    border-right: solid 1px rgba(0,0,0,0.1);  
    color: #23292e !important;
    text-align: center;
    box-sizing: border-box;
}
#menu ul li > ul li:last-child{
    border: none;
}
#menu ul li > ul li a{
    color: #23292e !important;
    font-size: 13px;
    line-height: 16px;
    padding: 60px 0 20px 0 !important;
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
    margin: 0;
    height: auto;
    min-height: 70px;
    box-sizing: border-box;
}
#menu ul li > ul li a:after{
    display: none !important;
}
#menu ul li > ul li a:hover{
    color: #fff !important;
}
#menu ul li > ul li:after, #menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    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;
}
#menu ul li > ul li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: #1a2642;
    background: url("images/furgon1a.png") no-repeat top center;
    background-size: contain;
    transform: translate(-50%);
    z-index: 1;
}
#menu ul li > ul li a{
    color: #fff;
    padding: 40px 30px 20px 30px;
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    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: 50px;
    width: auto;
    margin: 0;
}
#headdos .logo img{
    width: auto;
    height: 40px;
    margin: 5px 0;
}
#headdos .menu ul li a{
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
/*
**********************************************************************
    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: #4b6125;
    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: 40px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}
.slidertextouno h1 span{
    font-size: 40px;
    line-height: 40px;
    color: #e71546;
    font-weight: 900;
    text-transform: none;
}
.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
**********************************************************************
*/
.cuerponosotros .fotonos{
    width: 600px;
    height: auto;
    float: left;
    position: relative;
}
.secnos{
    width: calc(100% - 680px);
    height: auto;
    float: right;
    position: relative;
}
.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: #9bba38;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: left;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
.titulogen span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #9bba38;
    border-radius: 10px 2px 2px 2px;
    transform: translateY(-50%);
}
.titulogen h2{
    color: #2f3127;
    font-size: 31px;
    line-height: 34px;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.secnos p{
    margin: 0 0 30px 0;
}
.secnos .botongeneral{
    margin: 0 15px 10px 0;
}
/*
**********************************************************************
    Estilo cuerpo servicios home
**********************************************************************
*/
.cuerposervicios{
    background: #25320b;
    padding: 0 !important;
}
.swiperserv .swiper-slide{
    width: 100% !important;
    height: auto !important;
    float: left !important;
    position: relative !important;
    display: inline-block !important;
}
.fotofotoservicio{
    filter: blur(4px);
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}
.swiperserv .swiper-slide .wrap{
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.textoservicio{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding: 90px 50px;
    z-index: 10;
}
.textoservicio .titulogen span{
    text-align: left;
    float: left;
}
.textoservicio .titulogen h2{
    color: #fff;
}
.textoservicio ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.textoservicio ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    margin: 3px 0;
    color: #fff;
}
.fotosinblur{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 650px;
    max-width: 100%;
    height: calc(100% - 100px);
    border-radius: 200px 20px 20px 20px;
    z-index: 5;
}
.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: 80px 20px 0 20px;
}
.fondoskill{
    height: 400px;
    width: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.textoskills{
    width: 50%;
    float: left;
    position: relative;
    margin: 10px 0;
    z-index: 5;
    padding: 0 50px;
    box-sizing: border-box;
}
.textoskills p{
    margin: 0 0 30px 0;
    position: relative;
    z-index: 3;
}
.textoskills ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}
.textoskills ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 2px 0;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.textoskills ul li:after{
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-family: "FontAwesome";
}
.division{
    position: absolute;
    top: 140px;
    left: 50%;
    width: 1px;
    height: 250px;
    background: rgba(0,0,0,0.15);
    transform: translateX(-50%);
}
.secmensaje{
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 70px;
    box-sizing: border-box;
    position: relative;
    background: #f4f7eb;
    border-radius: 20px;
    margin: 30px 0 0 0;
    width: 1200px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.secmensaje p{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    z-index: 3;
    position: relative;
}
.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(0,0,0,0.05);
}
.secmensaje .fa-quote-right{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 20px;
}
.secmensaje .botongeneral{
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
}
/*
**********************************************************************
    Estilo cuerpo proceso instalacion
**********************************************************************
*/
.titulogencentral{
    width: 700px;
    max-width: 100%;
    display: inline-block;
    float: none;
    text-align: center;
}
.titulogencentral span{
    display: inline-block;
    text-align: center;
    float: none;
    width: auto;
}
.titulogencentral h2{
    text-align: center;
}
.secprocesos{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}
.secproce{
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.secproce:after{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: dashed 2px rgba(0,0,0,0.1);
    z-index: 2;
}
.secproce i{
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #9bba38;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #f4f7eb;
    border: dashed 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    line-height: 80px;
    z-index: 5;
    position: relative;
    transform-origin: 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;
}
.secproce span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.secproce p{
    text-align: center;
}
.secproce:hover i{
    background: #9bba38;
    transform:scale(1.05);
    color: #fff;
    border: none;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(0,0,0,0.2);
}
/*
**********************************************************************
    Estilo contacto home
**********************************************************************
*/
.cuerpologos{
    background: #f4f7eb;
}
.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: #4b6125;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 70px 20px 20px 20px;
    box-sizing: border-box;
}
.fondofoo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    filter: blur(4px);
}
.textocontacto{
    width: calc(100% - 600px);
    height: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.titulocontacto h2{
    color: #fff;
}
.horario{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}
.horario p{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: normal;
}
.textocontacto ul{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    z-index: 5;
}
.textocontacto ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    list-style: none;
    text-align: left;
    margin: 5px 0;
    padding: 0 0 0 45px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}
.textocontacto ul li i{
    width: 30px;
    height: auto;
    line-height: normal;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 15px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px 10px 10px 0;
    transform: translateY(-50%);
    border-right: solid 1px rgba(255,255,255,0.2);
}
.textocontacto ul li a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.textocontacto ul li a span{
    color: rgba(255,255,255,0.5);
}
.textocontacto ul li a:hover{
    color: #feee00;
}
footer form{
    background: rgba(255,255,255,0.1);
    border: solid 1px rgba(255,255,255,0.2);
    width: 500px;
    height: auto;
    float: right;
    border-radius: 30px;
    padding: 30px 40px;
    box-sizing: border-box;
    z-index: 5;
    position: relative;
}
.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: rgba(255,255,255,0.1);
    border: solid 1px rgba(255,255,255,0.2);
    width: 100%;
    height: 55px;
    border-radius: 4px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.secform textarea{
    height: 90px;
    padding: 20px;
}
::placeholder { /* Standard syntax */
  color: #fff;
  opacity: 0.7; /* Corrects Firefox's default lower opacity */
}
.secform input[type=submit]{
    padding: 15px 30px;
    display: inline-block;
    background: #9bba38;
    color: #fff;
}
.secform input[type=submit]:hover{
    color: #2f3127;
    background: #feee00;
}
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;
}
.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: #9bba38;
}
.redesfoo a:hover i{
    color: #2f3127;
    background: #feee00;
}
.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: #ff6801;
}
.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;
    background: #ebf0f5;
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(0,0,0,0.05);
}
.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: #e36711;
}
.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;
}
.cuerpomision{
    background: #243354;
    overflow: visible !important;
    padding: 0 20px !important;
}
.cuerpomision .wrap{
    position: relative;
    display: inline-block;
    float: none;
    padding: 100px 0;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.fondomision{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.fotomision{
    position: absolute;
    width: 500px;
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    border-radius: 3px;
    box-shadow: 0 7px 20px rgba(36,51,84,0.5);
}
.secmision{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.misioncont{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 0 50px;
    box-sizing: border-box;
}
.secmision h3{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 23px;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
}
.secmision p{
    color: #fff;
}
.cuerponosotrospagedos{
    padding: 20px 20px 70px 20px;
    margin-top: 0 !important;
}
.cuerponosotros .fotonospagedos{
    float: left;
}
.cuerponosotros .secnospagedos{
    float: right;
    margin: 0 0 0 90px;
}
/*
**********************************************************************
    Estilo para servicios pagina
**********************************************************************
*/
.cuerposerviciospage{
    background: #fff;
}
.secserviciopage{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 30px 0;
}
.fotoserviciopage{
    width: 500px;
    height: 100%;
    border-radius: 20px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.textoserviciopage{
    width: calc(100% - 540px);
    height: auto;
    float: right;
    position: relative;
    border-radius: 20px;
    background: #ebf0f5;
    overflow: hidden;
    padding: 50px 80px;
    box-sizing: border-box;
}
.fondologo{
    width: 550px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: -140px;
    opacity: 0.03;
}
.numberfondo{
    position: absolute !important;
    top: 0 !important;
    left: -50px !important;
    font-size: 250px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    color: #fff !important;
    z-index: 2 !important;
    opacity: 0.5 !important;
}
.textoserviciopage span{
    font-size: 13px;
}
.textoserviciopage h2{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    text-align: left;
    font-size: 25px;
    line-height: 28px;
    z-index: 3;
}
.textoserviciopage p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    z-index: 3;
}
.textoserviciopage .poligono{
    position: relative;
    float: left;
    left: 0;
    top: 0;
    margin: 0 0 20px 0;
    z-index: 3;
}
.fotoserviciopagedos{
    left: auto;
    right: 0;
}
.textoserviciopagedos{
    float: left;
}






































/*
**********************************************************************
    Estilo para categoria produtos
**********************************************************************
*/
.cuerposingleblog{
    padding-top: 120px;
}
.cuerposingleblog .wrap{
    width: 950px;
}
.sidebar{
    width: 320px;
    height: auto;
    float: left;
    position: relative;
}
.widget{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    background: #eceff5;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
}
.productos{
    width: calc(100% - 360px);
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 40px;
}
.prodblog{
    width: 100%;
    margin: 0;
}
.productos .titulogen h2{
    font-size: 25px;
    line-height: 28px;
}
.productos .titulogen span{
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 0 50px;
}
.productos .titulogen span:after{
    width: 40px;
}
.alineadocat{
    margin: 0 -10px;
}
.productosec{
    width: calc(33.3% - 20px);
    height: auto;
    padding: 0 0 100px 0;
    box-sizing: border-box;
    background: #fff;
    float: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 2px;
    margin: 10px;
    position: relative;
}
.productosec img{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 180px;
    display: inline-block;
    position: relative;
}
.productosec span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #243354;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}
.productosec span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 4px;
    background: #e71546;
}
.productosec .botongeneral{
    float: none !important;
    display: inline-block;
    padding: 6px 8px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 0;
}
.productosec .botongeneral:hover{
    color: #fff;
    background: #e71546;
}
.sectextoprudctoint{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 100px 0 0;
    box-sizing: border-box;
}
.sectextoprudctoint p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 0;
}
.sectextoprudctoint ul{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 2px 0;
}
.sectextoprudctoint ul li{
    list-style: none;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0,0,0,0.5);
    float: left;
}
.sectextoprudctoint ul li a{
    font-size: 10px;
    line-height: 13px;
    color: rgba(0,0,0,0.5);
    width: auto;
    text-align: left;
    text-transform: uppercase;
}
.sectextoprudctoint ul li:first-child{
    display: none !important;
}
.widget h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    color: #243354;
}
.widget h4:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    border-radius: 3px;
    background: #e71546;
}
.widget form{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.widget form input[type=text]{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #fff;
    font-size: 14px;
    color: #243354;
    text-align: left;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.widget form button{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #243354;
    border: none;
    color: rgba(255,255,255,0.8);
    border-radius: 0 3px 3px 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;
}
.widget form button:hover{
    background: #e71546;
}
.widget ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.widget li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    text-align: left;
}
.widget li a{
    font-size: 14px;
    line-height: 18px;
}
/*
**********************************************************************
    Estilo cotizar
**********************************************************************
*/
.portadacoti{
    width: 100%;
    height: 550px;
    float: left;
    position: relative;
    z-index: 1;
    background: #243354;
}
.fondoportadacoti{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.textoportadacoti{
    width: 520px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    box-sizing: border-box;
}
.textoportadacoti h1{
    color: #fff;
    font-size: 40px;
    line-height: 43px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.textoportadacoti h1 span{
    color: #fff;
}
.textoportadacoti h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 120px;
    background: #e71546;
    border-radius: 4px;
    transform: translateX(-50%);
}
.textoportadacoti p{
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.textoportadacoti a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 2px rgba(255,255,255,0.8);
    margin: 20px 0 0 0;
    border-radius: 100%;
}
.textoportadacoti a i{
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.cuerpocotizar .titulogen{
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 0 30px 0;
}
.cuerpocotizar .titulogen h2{
    text-align: center;
}
.cuerpocotizar .titulogen span{
    padding: 0 80px;
    text-align: center;
    width: auto;
    display: inline-block;
    float: none;
}
.cuerpocotizar .titulogen span:after, .cuerpocotizar .titulogen span:before{
    width: 70px;
    left: 0;
}
.cuerpocotizar .titulogen span:before{
    left: auto;
    right: 0;
    width: 70px;
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    border-radius: 10px;
    background: #e71546;
}
.secbene{
    width: calc(33.3% - 40px);
    max-width: 100%;
    min-width: 150px;
    min-height: 280px;
    background: #fff;
    float: left;
    border-right: 2px;
    box-shadow: 0 7px 25px 0 rgb(0,0,0,0.1);
    padding: 30px 50px;
    box-sizing: border-box;
    margin: 20px;
    position: relative;
    z-index: 10;
    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;
}
.secbene img{
    width: 45px;
    height: auto;
    float: 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;
}
.secbene span{
    width: 100%;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: left;
    color: #243354;
    font-size: 19px;
    line-height: 22px;
    margin: 20px 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;
}
.secbene p{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    float: 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;
}
.secbene .iconmasbene{
    display: none;
}
.secbene:hover{
    background: #e71546;
}
.secbene:hover img{
    display: none;
}
.secbene:hover .iconmasbene{
    display: inline-block;
}
.secbene:hover span, .secbene:hover p{
    color: #fff;
}
.cuerpoformcoti{
    text-align: center;
    padding: 0 20px 60px 20px;
}
.fondoformcoti{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: #243354;
    overflow: hidden;
}
.fondoformcoti img{
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
}
.formcotipage{
    width: 1160px;
    max-width: 100%;
    height: auto;
    padding: 60px 80px;
    background: #fff url(images/fondoform.png) no-repeat bottom right;
    background-size: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    z-index: 3;
    float: none !important;
    border-top: solid 5px rgba(226,8,32,0.15);
    box-sizing: border-box;
}
.formcotipage .titulogen h2{
    font-size: 25px;
    line-height: 28px;
    text-align: center;
}
.cuerpoformcoti .consultashomewsp{
    width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    position: relative;
    z-index: 3;
    border: none;
}
.cuerpoformcoti .consultashomewsp:after{
    display: none;
}
.cuerpoformcoti .consultashomewsp a{
    display: inline-block;
    float: none;
}
.cuerpoformcoti .consultashomewsp a:after, .cuerpoformcoti .consultashomewsp a:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    left: -50px;
}
.cuerpoformcoti .consultashomewsp a:before{
    left: auto;
    right: -50px;
}
.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);
}
.cuerpomapa{
    padding: 0 !important;
}
.mitadmapa{
    width: 50%;
    height: auto;
    min-height: 450px;
    position: relative;
    float: left;
}
.mitadmapa iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mitadmapacontacto{
    width: 600px;
    max-width: 100%;
    float: left;
    position: relative;
    padding: 60px 70px;
    box-sizing: border-box;
}
.lstacontactocoti{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.lstacontactocoti li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    min-height: 40px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
}
.lstacontactocoti li i{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 30px;
    color: #243354;
    transform: translateY(-50%);
}
/*
**********************************************************************
    Estilo single productos
**********************************************************************
*/
.portadaprod{    
    height: 600px;
    position: relative;
    margin-top: 70px;
}
.derportadaprod{
    width: 600px;
    max-width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #1a2642;
    padding: 60px 70px 80px 40px;
    box-sizing: border-box;
}
.derportadaprod h1{
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding: 0 0 20px 0;
}
.derportadaprod h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    border-radius: 4px;
    background: #e71546;
}
.derportadaprod p{
    color: #fff;
    text-align: left;
}
.derportadaprod ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.derportadaprod ul li{
    list-style: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 23px;
    color: #fff;
}
.derportadaprod ul li:after{
    content: "\f058";
    font-family: "FOntAwesome";
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.derportadaprod .botongeneral{
    margin: 20px 0 0 0;
    background: #e71546;
    color: #fff;
}
.derportadaprod .botongeneral:hover{
    background: #f9d31f;
    color: #243354;
}
.sliderproductos{
    width: calc(100% - 600px);
    height: auto;
    float: right;
    position: relative;
}
.sliderproductos .swiper-slide{
    height: 600px !important;
}
.cuerpofomrcotiprod{
    padding-top: 90px;
}
.wrapsingle{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.fotoproducto{
    width: calc(100% - 370px);
    float: left;
    position: relative;
    margin: 0 50px 0 0;
}
.fotoperfilprod{
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 0 20px 0;
}
.fotoperfilprod img{
    width: 100%;
    height: auto;
}
.galeriaprod{
    width: 100%;
    height: auto;
    float: left;
}
.productosecrela{
    width: calc(33.3% - 30px);
    margin: 15px;
}
.textoproductosec{
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
.productosecrela span{
    width: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0; 
    text-align: left;
}
.productosecrela span:after{
    left: 0;
    transform: translateX(0);
}
.productosecrela .botongeneral{
    float: right;
}
/*
**********************************************************************
    Estilo blog
**********************************************************************
*/
.alineado{
    margin: 0 -20px;
}
.secblog{
    width: calc(50% - 40px);
    height: auto;
    float: left;
    position: relative;
    margin: 20px;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    overflow: hidden;
    min-height: 460px;
}
.fotoblog{
    width: 100%;
    height: 220px;
    position: relative;
    float: left;
}
.textoblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
}
.textoblog h3 a{
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    color: #243354;
}
.textoblog h3 a:hover{
    color: #e71546;
}
.textoblog span{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 10px;
    color: rgba(0,0,0,0.6);
    text-align: left;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.textoblog p, .textoblog p a{
    font-size: 14px;
    line-height: 20px;
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0;
    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;
}

.fotoperfilblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    max-height: 450px;
}
.fotoperfilblog img{
    width: 100%;
    height: auto;
}
.textocontblog{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 30px 0;
    box-sizing: border-box;
}
.textocontblog h1{
    font-size: 30px;
    line-height: 33px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.textocontblog span{
    color: rgba(0,0,0,0.6);
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
    float: left;
}
.textocontblog h2{
    font-size: 27px;
    line-height: 30px;
    margin: 10px 0;
}
.textocontblog h3{
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0;
}
.textocontblog h4{
    font-size: 18px;
    line-height: 21px;
    margin: 10px 0;
}
.textocontblog img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: inline-block;
    margin: 15px 0;
}
div.flex-video, .videopromo{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 20px 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
div.flex-video iframe, .videopromo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textocontblog ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.textocontblog ul li{
    width: 100%;
    height: auto;
    position: relative;
    margin: 3px 0;
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.textocontblog p{
    text-align: left;
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    color: #0d2c3b;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.socialdiv, .etiquetas{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;    
    box-sizing: border-box;
    margin: 0 0 10px 0;
    border-top: solid 1px rgba(0,0,0,0.1)
}
.socialdiv p{
    text-align: left;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 9px 5px 0 0;
    vertical-align: middle;
}
.shared-social{
	width: auto;
	height: 36px;
	float: left;
	margin: 0 5px 5px 5px;
	position: relative;
    vertical-align: middle;
    border-radius: 30px;
    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;
}
.shared-social span{
    height: 35px;
    padding: 0 15px 0 10px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    float: left;
}
.shared-social a{
    text-decoration: none;
    text-transform: none;
    line-height: 35px;
    color: #fff;
    float: left;
}
.shared-social a:hover{
    color: #fff;
}
.shared-social i{
    float: left;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #325292;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-right: solid 1px rgba(255,255,255,0.1);
}
.face-shared{
    background: #304a80;
}
.face-shared:hover{
    background: #325292;
}
.twit-shared{
    background: #2097c9;
}
.twit-shared:hover{
    background: #28aae1;
}
.twit-shared i{
    background: #28aae1;
}
.linkedin-shared{
    background: #0e76a8;
}
.linkedin-shared:hover{
    background: #1b8cc3;
}
.linkedin-shared i{
    background: #1b8cc3;
}
.google-shared{
    background: #ba3929;
}
.google-shared:hover{
    background: #dd4b39;
}
.google-shared i{
    background: #dd4b39;
}
.secfooenlaces{
    width: 160px;
}
.mapafooter{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.mapafooter iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.burbujaslanding{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    z-index: 4;
    height: 180px;
    padding: 0 20px;
}
.burbujaslanding .burbujanos{
    position: relative;
    float: left;
    left: 0;
    right: 0;
    top: 30px;
    border: 0;
    margin-right: 15px;
    width: 180px;
}
.burbujaslanding .conburburjanos span{
    font-size: 18px;
    line-height: 21px;
}
.burbujaslanding .conburburjanos{
    height: 65px;
}
.secbotonslider .botongeneral{
    margin-top: 20px;
}
/*
**********************************************************************
    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 : 1250px) { 
    .fotosinblur {
        width: 450px;
    }
    .textoservicio {
        width: calc(100% - 500px);
    }
}
@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: 30px;
        line-height: 34px;
        margin: 0 0 15px 0;
    }
    .slidertextouno p {
        font-size: 17px;
    }
    .slidertextointe {
        width: 100%;
        padding: 0 450px 0 20px;
    }
    .secnos{
        margin: 0;
    }
    .cuerpocontacto .wrap {
        padding: 40px;
    }
}
@media only screen and (max-width : 1060px) {    
    .cuerponosotros .fotonos {
        width: 400px;
    }
    .secnos {
        width: calc(100% - 430px);
        margin: 0 0 0 30px;
    }
    .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 {
        width: calc(100% - 430px);
        padding: 40px;
    }
    .textoserviciopage .titulogen{
        margin: 0 0 20px 0;
    }
    .textoserviciopage h2 {
        font-size: 19px;
        line-height: 22px;
    }
}
@media only screen and (max-width : 1090px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        z-index: 3;
        margin: 15px 0 0 0;
    }
    .menu2 .menuresp{
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 0;
        background: #9bba38;
        display: inline-block;
        border-radius: 3px;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        font-size: 13px;
        text-decoration: none;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
    }
    .menu2 .menuresp:hover{
        background: #feee00;
        color: #2f3127;
    }
    .menu2:hover .menuresp{
        background: #feee00;
        color: #2f3127;
    }
    .menu2 .menuresp:hover i{
        color: #2f3127;
    }
    .menu2:hover .menuresp i{
        color: #2f3127;
    }
    .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: #9bba38;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #9bba38;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #9bba38;
    }
    #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%;
    }
    .cuerpocontacto form {
        width: 500px;
        max-width: 100%;
        float: none;
        border-radius: 20px;
        padding: 30px;
        display: inline-block;
    }
    .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) {
    .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;
    }
    .fotosinblur {
        width: 450px;
        max-width: calc(100% - 40px);
        float: none;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 270px;
        margin: 30px 0 20px 0;
    }
    .textoservicio {
        width: 100%;
        padding: 20px 20px 50px 20px;
    }
    .swiper-button-prevserv, .swiper-button-nextserv {
        top: 200px;
        transform: translateY(0);
    }
}
@media only screen and (max-width : 890px) {
    .fotoslider {
        width: 300px;
        right: -50px;
    }
    .efectofotoslider {
        right: -50px;
        width: 300px;
    }
    .slidertextouno h1 {
        font-size: 25px;
        line-height: 29px;
        margin: 0 0 10px 0;
    }
    .slidertextouno p {
        font-size: 16px;
    }
    .slidertextointe {
        padding: 0 350px 0 20px;
    }
}
@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;
    }
    .cuerponosotros .fotonos {
        width: 450px;
        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;
    }
    .slidertop .slidertextouno h1 {
        font-size: 19px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
    .slidertop .slidertextouno p {
        font-size: 15px;
    }
    .slidertextointe {
        padding: 0 150px 0 20px;
    }
    .secform input[type=submit] {
        padding: 15px 25px;
    }
}
@media only screen and (max-width : 700px) {
    #headdos{
        height: 50px;
    }
    #headdos .menu2 {
        position: relative;
        margin: 5px 0 0 15px;
    }
}
@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;
    }
}
@media only screen and (max-width : 510px) {
    .teltop{
        padding: 6px 15px 10px 35px;
    }
    .teltop small, .teltop span{
        display: none;
    }
    .cuerpologos{
        padding: 0 20px !important;
    }
    .cuerpocontacto .wrap {
        padding: 20px;
    }
    .textoserviciopage h2 {
        font-size: 18px !important;
        line-height: 21px !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;
    }
    .slidertextouno p{
        display: none;
    }
    .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;
}