/*
Theme Name: Prolift
Theme URI: http://www.kunturweb.com
Description: Theme Prolift 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: #1c1c1e;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #1c1c1e;
    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: 22px;
	color: #1c1c1e;
	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, a:focus{
	color: #e71546;
    text-decoration: none;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 60px 20px;
    box-sizing: border-box;   
    z-index: 200;
    overflow: hidden;
}
.wrap{
    width: 1350px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.botongeneral{
    float: left;
    background: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 15px 30px;
    margin: 0;
    font-size: 13px;
    z-index: 3;
    background: #d80e15;
    border: none;
    text-transform: uppercase;
    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{
    background: #f0ae0e;
    color: #fff;
}
/*
    Estilos para header
*/
header{
    position: fixed !important;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 9999;
    background: none ;
    text-align: right;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.logo{
    position: relative;
    float: left;
    height: 50px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 10px 0;
}
.logo img{
    height: 50px;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    z-index: 3;
}
.menu2{
    display: none;
}
.menu{
    float: left;
    position: relative;
    width: auto;
    height: 50px;
    margin: 10px 20px;
    box-sizing: border-box;
    z-index: 100;
}
.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 a{
    color: #1c1c1e;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0;
}
#menu ul li.current-menu-item > a:hover:not(.current-menu-item){
	color: #d80e15;
}
#menu ul li a:hover:not(.current-menu-item){		
	color: #d80e15;
}
#menu ul li a:hover, 
#menu ul li.current-menu-item > a, 
#menu ul li.current_page_item > a {	
	color: #d80e15 !important;
} 
#menu ul li.current-menu-item > a:after, 
#menu ul li.current_page_item > a:after {	
	opacity: 1;
}
.teltop{
    position: relative;
    float: right;
    width: auto;
    height: 50px;
    background: #d80e15;
    color: #fff;
    padding: 0 70px 0 20px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 50px;
    text-align: left;
    font-weight: 700;
    margin: 10px 0;
}
.teltop:after{
    position: absolute;
    content: "";
    top: 0;
    right: 50px;
    width: 3px;
    height: 100%;
    background: #fff;
    z-index: 10;
}
.teltop i{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: none;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 5;
    overflow: hidden;
}
.teltop:hover{
    background: #f0ae0e;
    color: #fff;
}
.teltop:hover i{
    color: #fff;
    animation: icontel 0.5s forwards;
}
@keyframes icontel{
    0%{transform: translateX(0); opacity: 1;}
    25%{transform: translateX(30px); opacity: 1;}
    50%{transform: translateX(30px); opacity: 0;}
    75%{transform: translateX(-30px); opacity: 0}
    100%{transform: translateX(0); opacity: 1;}
}
/*
**********************************************************************
    Estilo para slider top
**********************************************************************
*/
.portadatop{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: radial-gradient(circle, #710e15, #170c0e);
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
}
.portadatop .wrap{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 200px 0;
}
.textoportada{
    position: relative;
    width: 650px;
    height: auto;
    float: left;
    margin: 0;
    padding: 20px 0 20px 50px;
    box-sizing: border-box;
}
.textoportada h1{
    color: #fff;
    text-align: left;
    float: left;
    width: 100%;
    height: auto;
    font-size: 50px;
    line-height: 53px;
    opacity: 0;
    animation: entrah1 1.2s forwards;
    animation-delay: 0;
}
.textoportada p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 30px 0;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    animation: entrape 1.2s forwards;
    animation-delay: 0.7s;
}
.textoportada a{
    float: left;
    position: relative;
    padding: 15px 30px;
    background: none;
    border: solid 2px rgba(255,255,255,0.7);
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    animation: entrabut 1.2s forwards;
    animation-delay: 1.1s;
}
.textoportada a:hover{
    background: #d80e15;
    color: #fff;
    border-color: #d80e15;
    padding: 15px 40px;
}
.portadatop img{
    position: absolute;
    right: 20px;
    bottom: -70px;
    width: 700px;
    height: auto;
    z-index: 3;
    opacity: 0;
    animation: entracamion 1.2s forwards;
    animation-delay: 1.4s;
}
@keyframes entrah1{
    0%{transform: translateX(-100px);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
@keyframes entrape{
    0%{transform: translateX(-100px);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
@keyframes entrabut{
    0%{transform: translateX(-100px);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
@keyframes entracamion{
    0%{transform: translateX(100px);opacity: 0}
    100%{transform: translateX(0);opacity: 1}
}
/*
**********************************************************************
    Estilo para cuerpo procesos home
**********************************************************************
*/
.cuerpoproc{
    padding: 80px 20px;
    z-index: 3;
    overflow: hidden;
}
.cuerpo h2{
    color: #1d1d1b;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 40px 0;
    font-size: 40px;
    line-height: normal;
    z-index: 5;
}
.cuerpo h2 span{
    color: #d80e15;
}
.fondolift{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/fondolift.jpg) no-repeat center top;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
}
.secskils{
    width: 220px;
    float: left;
    position: relative;
    z-index: 5;
}
.skil{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 10px 0;
}
.skil span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    font-size: 60px;
    color: #d80e15;
    text-align: center;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.skil p{
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
}
.camion2{
    width: calc(100% - 300px);
    height: auto;
    float: right;
    position: relative;
    z-index: 5;
}
/*
**********************************************************************
    Estilo para cuerpoeuro home
**********************************************************************
*/
.cuerpoeuro{
    padding: 80px 20px;
    overflow: visible;
    background: #000;
}
.cuerpoeuro .wrap{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.fondoeuro{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/fondo.jpg) no-repeat top center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.dereuro{
    width: 450px;
    height: auto;
    float: left;
    position: relative;
}
.dereuro h2{
    color: #fff;
    text-align: left;
}
.seceuro{
    float: left;
    position: relative;
    width: 240px;
    height: 180px;
    /* Imagen de fondo */
    background: #000;
    /* Definir la forma de la flecha */
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 50% 75%, 0 100%, 0 20%);
    margin: 0;
}
.fondoseceuro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: 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;
}
.seceuro p{
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.camion3{
    width: 950px;
    height: auto;
    position: absolute;
    bottom: -100px;
    right: 80px;
}
/*
**********************************************************************
    Estilo para lista de rampas en home
**********************************************************************
*/
.secrampa{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}
.secrampa img{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
}
.secrampa h3{
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0;
    font-weight: 700;
}
.secrampa .botongeneral{
    display: inline-block;
    float: none;
}
.secrampados{
    border-left: solid 1px rgba(0,0,0,0.2);
}
/*
**********************************************************************
    Estilo para seccion importadas en home
**********************************************************************
*/
.cuerpoimpor{
    padding: 40px 20px 60px 20px;
}
.cuerpoimpor img{
    float: left;
    position: relative;
    width: 800px;
    height: auto;
}
.textoimpor{
    float: right;
    width: calc(100% - 840px);
    height: auto;
    position: relative:
}
.textoimpor h2{
    text-align: left;
    font-size: 35px;
    line-height: normal;
    margin-top: 60px;
}
/*
**********************************************************************
    Estilo para contacto home
**********************************************************************
*/
.cuerpocontactohome{
    padding: 20px 20px 40px 20px;
}
.cuerpocontactohome .wrap{
    height: auto;
    position: relative;
    float: left;
    width: 1000px;
    min-height: 300px;
    z-index: 3;
    background: #f7f7f7;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.fotoconsultahomeint{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    opacity: 1;
}
.fotoconsultahomeint img{
    width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.formconsultashome{
    position: relative;
    width: 60%;
    max-width: 100%;
    height: auto;
    z-index: 2;   
    float: right;
    padding: 40px;
    box-sizing: border-box;
}
.formconsultashome form, .formcotipage form{
    margin: 0 -10px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.formconsultashome .secform, .formcotipage .secform{
    width: 100%;
    margin: 10px 0;
    float: left;
    position: relative;
}
.formconsultashome .secform input[type=text], .formconsultashome .secform input[type=email], .formconsultashome .secform input[type=number], .formconsultashome .secform select, .formconsultashome .secform textarea{
    background: #fff;
    border: solid 1px rgba(0,0,0,0.15);
    width: 100%;
    height: 50px;
    border-radius: 4px;
    float: left;
    position: relative;
    color: #243354;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.formconsultashome .secofmrtel{
    width: 220px;
}
.formconsultashome .secofmrdni{
    width: calc(100% - 260px);
}
.formconsultashome .secformarea{
    width: calc(100% - 20px);
}
.formconsultashome .secform textarea{
    height: 90px;
    padding: 20px;
}
.formconsultashome .secform input[type=submit]{
    float: left;
    background: none;
    font-family: 'Alexandria', sans-serif;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 12px 30px;
    margin: 0;
    font-size: 13px;
    z-index: 3;
    background: #1c1c1e;
    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;
}
.formconsultashome .secform input[type=submit]:hover{
    background: #fe000b;
}
.consultashomewsp{
    width: 470px;
    max-width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-top: solid 1px rgba(0,0,0,0.15);
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}
.consultashomewsp a{
    float: left;
    position: relative;
    padding: 16px 30px 16px 70px;
    color: #fff;
    background: #15931b;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
    text-align: left;
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.consultashomewsp a i{
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 30px;
    transform: translateY(-50%);
}
.consultashomewsp a:hover{
    background: #23c82b;
}
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 footer
**********************************************************************
*/
footer{
    background: #f7f7f7;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 10;
    border-top: solid 1px rgba(0,0,0,0.2);
}
.secfoo{
    width: auto;
    height: auto;
    min-height: 100px;
    padding: 20px 0;
    margin: 0;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 2;
}
.secfoo p{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}
.secfoo h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: rgba(0,0,0,0.8);
    font-weight: 700;
}
.secfoo ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.secfoo ul li{
    float: left;
    position: relative;
    width: auto;
    height: auto;
    margin: 3px 15px 3px 0;
    text-align: left;
    list-style: none;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    border-right: solid 1px rgba(255,255,255,0.2);
    padding-right: 15px;
}
.secfoo ul li:last-child{
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.secfoo ul li a{
    color: rgba(0,0,0,0.8);
    font-size: 13px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: inline-block;
}
.secfoo ul li a:hover{
    color: #d80e15;
}
.secfoocontacto{
    float: right;
}
.secfoocontacto ul li{
    color: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    list-style: none;
}
.secfoocontacto ul li a{
    padding: 0 !important;
    width: auto !important;
}
.secfoocontacto ul li i{
    margin: 0 10px 0 0;
}
.piefinal{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 15px 0 5px 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.2);
    z-index: 3;
}
.piefinal p{
    width: auto;
    float: left;
    text-align: left;
}
.piefinal p, .piefinal p a{
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.piefinal p a:hover{
    color: #d80e15;
}
.credito{
    position: relative;
    width: auto;
    float: right;
    display: inline-block;
    margin: 0;
}
.credito a{
    text-align: right;
    color: #a9b9ca;
    font-size: 11px;
    line-height: 17px;
    float: none;
    display: flex;
    text-transform: uppercase;
}
.credito img{
    height: 18px;
    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 página de cotizacion
**********************************************************************
*/
.portadacoti{
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
    z-index: 1;
    background: #243354;
}
.fondoportadacoti{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.portadacoti .titulogen{
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    width: 700px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.titulogen ul{
    width: auto;
    position: relative;
    text-align: center;
}
.titulogen ul li{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    text-align: center;
    display: inline-block;
    list-style: none;
    margin: 3px;
    float: none;
}
.titulogen ul li a{
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.titulogen ul li a:hover{
    color: #fe000b;
}
.portadacoti .titulogen span, .portadacoti .titulogen h1{
    text-align: center;
    color: #fff;
}
.cuerpoconactohomepage{
    padding: 0 20px;
    margin-top: -100px;
    background: none;
}
.cuerpomapa{
    padding: 60px 20px;
    box-sizing: border-box;
}
.cuerpomapa .titulogen h2{
    text-align: center;
}
.lstacontactocoti{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.lstacontactocoti li{
    list-style: none;
    width: auto;
    height: auto;
    float: none;
    position: relative;
    margin: 15px 0;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    border-right: solid 1px rgba(0,0,0,0.2);
}
.lstacontactocoti li i{
    margin: 0 5px 0 0;
}
.lstacontactocoti li:last-child{
    border: none;
}
/*
**********************************************************************
    Estilo para página de nosotros
**********************************************************************
*/
.cuerpobenefpage{
    margin: 0;
    padding: 70px 20px;
    background: #f7f7f7;
}
/*
**********************************************************************
    Estilo para single productos
**********************************************************************
*/
.bread{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 120px;
}
.bread .wrap{
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    background: #f7f7f7;
    border-radius: 40px;
    padding:  15px 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;
}
.bread ul li a{
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.bread ul li a:hover{
    color: #e71546;
}
.cuerpoprodsingle{
    padding: 20px;
}
.secprodsing{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #f7f7f7;
}
.sliderproductos{
    width: calc(100% - 600px);
    height: auto !important;
    float: left;
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.sliderproductos .swiper-slide{
    height: auto !important;
}
.sliderproductos .swiper-slide img{
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
}
.swiper-button-prevprod, .swiper-button-nextprod{
    position: absolute;
    top: 50%;
    left: 10px;
    background: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.swiper-button-nextprod{
    left: auto;
    right: 10px;
}
.swiper-button-prevprod i, .swiper-button-nextprod i{
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}
.swiper-button-prevprod:hover, .swiper-button-nextprod:hover{
    background: #fe000b;
}
.swiper-button-prevprod:hover i, .swiper-button-nextprod:hover i{
    color: #fff;
}
.derportadaprod{
    width: 600px;
    max-width: 100%;
    height: auto;
    float: right;
    position: relative;
    background: #f7f7f7;
    padding: 60px;
    box-sizing: border-box;
}
.derportadaprod h1{
    color: #1c1c1e;
    font-size: 30px;
    line-height: 33px;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
.derportadaprod span{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
    color: rgba(0,0,0,0.7);
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    margin: 10px 0;
}
.derportadaprod p{
    color: #1c1c1e;
    text-align: left;
}
.derportadaprod ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.derportadaprod ul li{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 5px 0;
    padding: 0;
    color: #1c1c1e;
    text-align: left;
}
.derportadaprod .botongeneral{
    margin: 20px 0 0 0;
    background: #1c1c1e;
    color: #fff;
}
.derportadaprod .botongeneral:hover{
    background: #fe000b;
    color: #fff;
}
.wrapsinglefomr{
    width: 950px;
}
.wrapsinglefomr .formconsultashome{
    width: 100%;
}
/*
**********************************************************************
    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: #f7f7f7;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
}
.widget h4{
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    color: #1c1c1e;
    font-weight: 700;
}
.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: #1c1c1e;
    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: #1c1c1e;
    border: none;
    color: #fff;
    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: #fe000b;
}
.widget ul{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.widget li{
    width: calc(100% - 20px);
    height: auto;
    float: left;
    position: relative;
    margin: 3px 0 3px 20px;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
}
.widget li a{
    font-size: 14px;
    line-height: 18px;
}
.widget li a:hover{
    color: #fe000b;
}
.productos{
    width: calc(100% - 360px);
    height: auto;
    float: right;
    position: relative;
    margin: 0;
}
.productos .titulogen h2{
    font-size: 25px;
    line-height: 28px;
}
.alineadocat{
    margin: 0 -10px;
}
.productosec{
    width: calc(33.3% - 20px);
    height: auto;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    float: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 15px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.fotoproductosec{
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
}
.textoproductosec{
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 160px;
    float: left;
    position: relative;
    background: #fff;
}
.productosec span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #1c1c1e;
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}
.productosec .botongeneral{
    float: none !important;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    position: relative;
    margin: 10px 3px;
    height: 40px;
    line-height: 40px;
}
.productosec .botongeneral i{
    line-height: 40px;
}
.productosec .botongeneral:hover{
    color: #fff;
    background: #e71546;
}
.productosec .btnswp{
    background: #15931b;
}
.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 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;
}
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%;
}
.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;
}
.sliderservicios{
    width: 600px;
    height: auto !important;
    float: left;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}
.sliderservicios .swipersingle .swiper-slide{
    height: auto !important;
}
.sliderservicios .swipersingle .swiper-slide img{
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
}
.cuerposerv2{
    background: #f7f7f7;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    background: rgba(244,247,249,0.85);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 30000;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);    
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #06447a;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.close i{
    font-size: 25px;
    line-height: 35px;
    float: left;
    margin: 0 5px 0 0;
}
.close span{
    position: absolute;
    top: 5px;
    right: 15px;
}
.overlay .close:hover {
    color: #c62129;
}
.overlay .content {
    width: 1000px;
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 40px);
    overflow: auto;
    position: relative;
    float: left;
    padding: 40px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    top: 30px;
    left: 50%;
    z-index: 1010;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 15px 40px 0 rgba(6,68,122,0.3);         
}
.overlay:target .content{
    animation: entradapop 2.1s 1;
}
@keyframes entradapop{
    0%{transform: translateX(-80%);opacity: 0;}
    100%{transform: translateX(-50%);opacity: 1;}
}
.overlay .content h1{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
}
.secperfil{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.secperfil img{
    float: left;
    position: relative;
    width: 300px;
    height: auto;
    margin: 50px 0 0 0;
}
.secdatos{
    width: calc(100% - 310px);
    height: auto;
    float: right;
    margin: 0 0 20px 0;
}
.secdatos h2{
    font-size: 18px;
    line-height: normal;
    width: 100%;
    height: auto;
    font-weight: 700;
    text-align: left;
    margin: 0;
    background: rgba(0,0,0,0.1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}
.tablatit{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0;
    border-bottom: solid 1px rgba(0,0,0,0.3);
}
.tbtab{
    width: 22%;
    display: inline-block;
    position: relative;
    float: left;
    text-align: left;
    padding: 3px 5px;
    box-sizing: border-box;
} 
.tbtab1{
    width: 34%;
    padding: 3px 5px 3px 0;
}
.tbtab2{
    width: 66%;
}
.sliderproductos{
    width: 650px;
    max-width: 100%;
    height: auto;
    float: none;
    position: relative;
    display: inline-block;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 40px 0 0 0;
}
.mySwiper2{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.mySwiper2 .swiper-slide{
    height: auto !important;
    background: #fff;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
    height: auto;
    position: relative;
}
.mySwiper{
    width: 100% !important;
    height: auto;
    position: relative;
    float: none;
    margin: 20px 0 0 0;
    overflow: hidden;
    display: inline-block;
}
.mySwiper .swiper-slide{
    height: auto !important;
    width: 33.3% !important;
    background: #fff;
    border-radius: 4px;
    border: solid 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.7;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.mySwiper .swiper-slide img{
    width: 100% !important;
    height: auto;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: red;
}
.swiper-button-nextsingle, .swiper-button-prevsingle{
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.swiper-button-nextsingle{
    left: auto;
    right: 0;
}
.swiper-button-nextsingle i, .swiper-button-prevsingle i{
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.swiper-button-nextsingle:hover i, .swiper-button-prevsingle:hover i{
    color: #d80e15;
}
.seceurouno p{
    top: 20px;
    transform: translateY(0);
}
.seceurodos p{
    top: auto;
    bottom: 35px;
}
.seceuro:after{
    content: "";
    position: absolute;
    inset: -8px; /* grosor del borde */
    background: #fff;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 50% 75%, 0 100%, 0 20%);
}
/*
**********************************************************************
    Estilo responsive
**********************************************************************
*/
@media only screen and (max-width : 1350px) {  
    .portadatop .wrap {
        padding: 150px 0;
    }
    .portadatop img {
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 480px;
    }
}
@media only screen and (max-width : 1250px) {  
    .cuerpoimpor img {
        width: 550px;
    }
    .textoimpor{
        width: calc(100% - 570px);
    }
    .textoimpor h2 {
        margin-top: 0;
    }
}
@media only screen and (max-width : 1150px) {  
    .portadatop .wrap{
        padding: 150px 0 20px 0;
    }
    .textoportada {
        width: calc(100% - 400px);
        max-width: 100%;
        padding: 0;
    }
    .textoportada h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .portadatop img{
        position: relative;
        float: right;
        bottom: -50px;
        right: 0;
        width: 400px;
        height: auto;
    }
    .camion3 {
        width: calc(100% - 200px);
        bottom: -100px;
        right: 20px;
    }
}
@media only screen and (max-width : 1100px) {    
    .logo{
        margin: 6px 0;
    }
    .logo img {
        height: 45px;
    }
    .teltop{
        height: 45px;
        margin: 8px 0 0 0;
        line-height: 45px;
    }
    .teltop i{
        line-height: 45px;
    }
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: relative;
        width: auto;
        z-index: 3;
        margin: 8px 10px 0 0;
        float: right;
    }
    .menu2 .menuresp{
        height: 45px;
        line-height: 45px;
        width: auto;
        padding: 0 15px 0 40px;
        margin: 0;
        background: #1c1c1e;
        display: inline-block;
        border-radius: 0;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        font-size: 13px;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 45px;
    }
    .menu2 .menuresp:hover{
        background: #d80e15;
    }
    .menu2:hover .menuresp{
        background: #d80e15;
    }
    .menu2 .acordion{
        width: 210px;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 55px;
        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.15);
        float: left;
        text-align: left;
        padding: 10px 0;
        font-weight: normal;
        font-size: 13px;
        color: #1c1c1e;
    }
    .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: #fe000b;
    }
    .menu2 ul li a:hover:not(.current-menu-item){		
        color: #fe000b;
    }
    .menu2 ul li a:hover, 
    .menu2 ul li.current-menu-item > a, 
    .menu2 ul li.current_page_item > a {	
        color: #fe000b;
    }
    #headdos .menu2{
        position: relative;
        margin: 19px 10px 0 0;
    }
    #headdos .menu2 .menuresp{
        margin: 0;
    }
    .secmenubuscardos{        
        position: absolute;
        top: 0;
        right: 100px;
        z-index: 800;
        width: auto;
    }.derportadaprod {
    width: 600px;
    max-width: 100%;
    height: auto;
    float: right;
    position: relative;
    background: #f7f7f7;
    padding: 60px;
    box-sizing: border-box;
}
    .secpaquete{        
        width: 50%;
    }
    .contenidopaquete {
        width: 100%;
    }    
    .productos {
        width: 100%;
        margin: 0;
    }
    .sidebar{
        margin: 20px 0 0 0;
        width: 100%;
    }
    .fotoconsultashome{
        display: none;
    }
    .formconsultashome{
        width: 100%;
    }
    .cuerponosotros .fotonos {
        width: 400px;
    }
    .secnos {
        width: calc(100% - 420px);
    }
    .fotoconsultahomeint{
        display: none;
    }
    .sliderproductos {
        width: 100%;
        height: auto;
        position: relative;
    }
    .derportadaprod {
        width: 100%;
        float: left;
        padding: 40px 20px;
    }
    .secnosserv{
        width: 100%;
        height: auto;
        float: left;
        margin: 20px 0 0 0;
    }
    .sliderservicios{
        width: 100%;
        height: auto;
    }
    .camion2 {
        width: calc(100% - 220px);
    }
}
@media only screen and (max-width : 980px) {
    .secbenef {
        width: 100%;
        padding: 90px 20px 20px 20px;
        border-right: none;
        border-bottom: solid 1px rgba(0,0,0,0.15);
    }
}
@media only screen and (max-width : 950px) {
    .textoportada {
        width: 100%;
        margin: 0;
    }
    .textoportada h1{
        text-align: center;
        font-size: 30px;
        line-height: 33px;
    }
    .textoportada p{
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .textoportada a{
        display: inline-block;
        float: none;
    }
    .portadatop img{
        max-width: 100%;
        float: none;
        display: inline-block;
    }
    .secskils {
        width: 100%;
    }
    .skil {
        width: 170px;
        float: none;
        margin: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .skil span{
        font-size: 45px;
    }
    .camion2 {
        width: 450px;
        max-width: 100%;
        height: auto;
        float: none;
        display: inline-block;
    }
    .cuerpoproc{
        padding: 40px 20px;
    }
    .cuerpo h2 {
        margin: 0 0 30px 0;
        font-size: 30px;
    }
    .dereuro{
        width: 100%;
    }
    .seceuro {
        float: none;
        display: inline-block;
        width: 200px;
        height: 160px;
        margin: 0 10px;
    }
    .camion3{
        position: relative;
        float: none;
        display: inline-block;
        width: 400px;
        max-width: 100%;
        bottom: 0;
        right: 0;
    }
    .secrampa {
        width: 100%;
        padding: 0;
    }
    .secrampa img {
        width: 400px;
        max-width: 100%;
        float: none;
        display: inline-block;
        margin: 10px 0;
    }
    .secbotonrampa{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
    .secrampados{
        border: none;
        margin: 20px 0 0 0
    }
    .cuerpoimpor img {
        width: 550px;
        max-width: 100%;
        display: inline-block;
        float: none;
    }
    .textoimpor{
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width : 900px) {
    .slidertop .swiper-slide {
        height: 550px !important;
    }
    .slidertextouno h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 15px 0;
    }
    .cuerpobenef {
        margin-top: -60px;
    }
    .cuerponosotros .fotonos {
        width: 350px;
        max-width: 100%;
        float: none;
        display: inline-block;
    }
    .secnos {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width : 870px) {
    .secfoo{
        width: 100%;  
        min-height: 50px;
        margin: 0;
        padding: 20px;
    }
    .logofoo{
        float: none;
        display: inline-block;
    }
    .secfoodatos{
        width: 100%;
    }
    .bannerblog{
        padding: 60px 60px 60px 380px;
    }    
    .fotobannerblog{
        width: 330px;        
    }
}
@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);}
    }    
}
@media only screen and (max-width : 750px) {
    .productosec {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .textoproductosec {
        padding: 20px;
    }
    .derportadaprod h1 {
        font-size: 22px;
        line-height: 25px;
    }
}
@media only screen and (max-width : 610px) {
    .teltop{
        display: none;
    }
    .slidertextouno p{
        display: none;
    }
    .portadacoti .titulogen span{
        font-size: 13px;
        letter-spacing: 3px;
    }
    .portadacoti .titulogen h1{
        font-size: 28px;
        line-height: 31px;
    }
}
@media only screen and (max-width : 560px) {
    .formconsultashome .secform, .formcotipage .secform {
        width: 100%;
        margin: 10px 0;
    }
    .cuerpo h2 {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .formconsultashome{
        padding: 20px;
    }
    .formconsultashome form, .formcotipage form{
        margin: 0;
    }
}
@media only screen and (max-width : 510px) {
    header {
        padding: 0 15px;
    }
    .teltop{
        display: none;
    }
    .menu2 {
        margin: 10px 0 0 0;
    }
    .logofooter{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .secskills {
        padding: 10px 0;
    }
    .productosec {
        width: 350px;
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: inline-block;
    }
    .textoproductosec {
        padding: 20px;
        min-height: 50px;
    }
}