@import url(inicio.css);
@import url(servicios.css);
@import url(clientes.css);
@import url(contactenos.css);
@import url(nosotros.css);
@import url(anim.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*MENU MOVIL*/
.wsp-icon{
    position:fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9999;
}
body::-webkit-scrollbar{
    width: 6px;
}
body::-webkit-scrollbar-thumb{
    background: #F22828;
    border-radius: 20px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.section-header-rp{
    transition: all 1.2s;

}
.cont_header{
   transition: all 1.2s; 
}
.desaparecer_header{
    transform: translateY(-100%) !important;
}
.abrir_menu_movil{
    transform: translateY(0%) !important;
    opacity: 1 !important;
}
.abrir_menu_movil1{
   transform: translateY(0%) !important;
    opacity: 1 !important; 
}

.opc_menu_movil{
    
}
.menu_movil_header{
    height: 100vh ;
    transform: translateY(-115%);
    display: -webky-flex;
    display: flex;
    padding: 0;
    transition: all 1.5s;
    opacity: 1 ;
    position: fixed;
    top: 0;
    left: 0;
}
 
.cont_img_header{
    padding: 0;
     display: -webky-flex;
    display: flex;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.cont_img_header img{
    width: 100%;
}
/*.cont_img_header img:hover{
    width: 100%;
   animation: girar 1.7s linear;
}*/
/*.cont_img_header img src{
    transition:all 0.8s;
}*/
.section_block a:hover .girar_img{
    
} 
/*@-webkit-keyframes girar {
  from { -webkit-transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); }
}*/

.cont_btn_menu_movil{
    padding: 0;
}
.btn_close_menu{
    border: none;
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
    
}
.opc_menu_movil{
    background:#F62929
 !important;
    padding: 30px 70px;
    opacity: 0.98;
    color: #fff;
    font-family: 'Montserrat';
}
.section_block a{
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: none;
     display: -webky-flex;
    display: flex;
    align-items: center;
}
.sec_list_menu_movil{
 margin-top: 70px;
 transition:all 0.7s;
}
.section_block{
    margin-top: 40px;
    position: relative;
}


.section_block a:hover .linea_blanca{
    width: 100%;
}

.section_block a .active{
     width: 100%;
}
.section_block a p{
    margin: 0;
}
 
.section_block a div{
    transition: all 1.5s; 
        width: 0%;
    background: #fff;
    margin-left: 40px;
    margin-right: 50px;
    height: 4px; 
      
}
/*.section_block a::after{
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    background: #fff;
    height: 5px;
    width: 60%;
}*/

.section_block small{
    font-size: 1.1em;
    letter-spacing: 0.2px;
}
.btn_close_menu{
    position: relative;
    margin-right: 40px;
}
.btn_close_menu::after{
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    background-image: url(../img/home/header/arrow.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    transition: all 0.7s;
          
}  
.btn_close_menu:hover:after{
   right: -50px; 
}  
/*###########*/
.header {
    
}
p{
    font-family: 'Montserrat';
}
h2,h3,a{
	font-family: 'Montserrat';
}
section{
	display: table;
	width: 100%;
}
header{
	position: fixed;
	z-index: 999;
	width: 100%;
	display: inline-block;
} 
.header{
	background: transparent;
	padding: 15px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	display: inline-block;
}

header, body, footer{
	font-family: 'Montserrat', sans-serif;
}
.footer{
	padding: 14px 0;
    background: #ffaa2b; 
	color: #fff;
}

.footer2{
	padding: 20px 0;
    background: #f62929; 
	color: #fff;
}
.f-1 p{
	font-size: 14px;
	margin-bottom: 0px;
}
.f-1 p:nth-child(3){
	margin-bottom: 0;
}
.f-2{
	text-align: right;
}
.f-2 div{
	display: inline-block;
}
.f-2 p{
	margin-bottom: 5px;
}
.f-2 img{
	width: 25px;
}
.f-2 a{
	font-size: 14px;
	font-family: 'Montserrat';
	color: #fff;
	text-decoration: none;
}



.section_general{
	position: relative;
}
/* Menú responsive movil*/
	.menu-rp {
	    width: 0%;
	    height: 0%;
	    z-index: 9999999;
	    position: fixed;
	    background: rgba(246, 41, 41, 0.9);
	    right: 0;
	    overflow: hidden;
	    transition: all 0.4s;
	}
	.section-block {
	    width: 100%;
	    position: relative;
	    float: left;
	}
	.sec-link-menu-rp {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.sec-link-menu-rp a {
	    color: white;
	    font-size: 22px;
	    font-weight: 900;
	}
	.sec-close-menu {
	    padding-top: 90px;
	}
	.sec-menu-rp {
	    float: right;
	    padding: 18px 15px 0px 5px;
	}
	.no-btn {
	    background: transparent !important;
	    border: none;
	    outline: none;
	}
	.menu-rp-btn {
	    font-size: 32px;
	    top: 10px;
	    color: #fff;
	    font-weight: bold;
	    right: 25px;
	    position: absolute !important;
	    z-index: 999999;
	    background-image: url(../img/home/xmovil.png);
	    height: 32px;
	    width: 32px;
	}

@media screen and (max-height: 335px) {
	.sec-lista-menu-rp {
		max-height: 220px;
		overflow-y: auto;
	}
}

.section-header-rp{
	padding-top: 8px;
	padding-bottom: 8px;
	background: transparent;
}
.sec-menu-rp {
    float: right;
    padding: 18px 15px 0px 5px;
}
.btn-menu-rp {
    width: 45px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
}
.line-btn-menu-rp {
    width: 80%;
    height: 3px;
    float: left;
    background: #fff;
    margin: 4px 0;
    border-radius: 50px;
}	
.btn-menu1{
	margin-top: 15px;
}
.section-general {
    width: 100%;
    position: relative;
    float: left;
}

/**********************/

.h-opcs li{
	float: left;
	margin-right: 40px;
	color: #a20202;
	list-style: none !important;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
}
.h-opcs li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.h-logo{
	text-align: left;
}

.h-opcs ul{
	margin-top: 18px;
	float: right;
	position: relative;
	left: 100%;
	transition: 0.5s;
	/*padding-left: 30%;*/
}
.h-opcs-menu{
	overflow: hidden;
	padding: 0;
}
.h-opcs-li{
	padding-top: 3px;
}
.h-opcs-li a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #f62929;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%,0);
	transition: 0.4s;
	opacity: 0;
}
.h-opcs-li a:hover:before{
	opacity: 1;
	width: 50%;
}
.h-opcs-li.active a:before{
	opacity: 1;
	width: 50%;
}
/** INICIO **/

.ini-slider-txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 4;
	text-align: center;
	display: table;
}
.ini-slider-txt1{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.ini-slider-txt1 span{
	color: #f62929;
}
.ini-slider-txt2 p{
	font-size: 18px;
	letter-spacing: 1px;
    margin-bottom: 0px;
    color: #fff;
}
.ini-slider-txt2 a{
	display: inline-block;
    padding: 10px 45px;
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #f62929;
    text-decoration: none;
    border-radius: 40px;
}
#btn-bajar{
	position: absolute;
	bottom: 60px;
	left: 49%;
	transform: translate(-50%,0);
	background: transparent;
	border: 0;
	padding: 0;
	outline: none;
}

.ini-sect1{
	padding: 30px 0;
}
.ini-carousel{
	padding: 0;
	background-image: url('../img/home/');
}
.ini-slider1, .ini-slider2, .ini-slider3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 615px;
	padding: 0;
}
.ini-slider1{
	background-image: url('../img/home/slider.jpg');
}
.ini-slider2{
	background-image: url('../img/home/slider2.jpg');
}
.ini-slider3{
	background-image: url('../img/home/slider3.jpg');
}
.ini-carousel-btn-ol{
    left: 32%;
    bottom: 25px;
}
.ini-carousel-btn-ol li{
	border-color: #b5d1e6;
	border-width: 2px;
    border-radius: 15px !important;
    width: 15px;
    background: #b5d1e6;
    height: 15px;
    margin: 1px;
}
.ini-carousel-btn-ol li.active{
	border-color: #015fa1;
    border-radius: 15px !important;
    width: 15px;
    background: #015fa1;
    height: 15px;
    margin: 1px
}
.ini-carousel-btn-ol li:hover,
.ini-carousel-btn-ol li:active{
	border-color: #015fa1;
    border-radius: 15px !important;
    width: 15px !important;
    background: #015fa1;
    transition: all 0.4s;
}
.indicador-detalle li:hover,
.indicador-detalle li:active {
    border-color: #fff;
    border-radius: 15px !important;
    width: 15px !important;
    background: #fff;
    transition: all 0.4s;
}
.logo-menu-rp{
	width: 150px;
}
.carousel-control-prev,
.carousel-control-next{
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.carousel-control-prev .sr-only,
.carousel-control-next .sr-only{
	width: 100px;
	height: auto;
	position: relative;
}
.carousel-control-prev{
	left: 10%;
}
.carousel-control-next{
	right: 10%;
}


/*Responsive*/

/* iphone 4 */
@media (min-width: 320px){
.sec_list_menu_movil{
 margin-top: 50px;
}
.opc_menu_movil{

    padding: 27px 20px;

}
    .section_block{
    margin-top: 20px;

}
    .sec-menu-rp {
        padding: 5px 15px 0px 5px;
    }
    .ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
	    height: 590px;
	}
	.ini-slider-txt1{
		font-size: 35px;
	}
	.ini-slider-txt2 a {
	    font-size: 15px;
	}
	.ini-slider-txt2 p {
	    font-size: 15px;
	    width: 75%;
	    margin: auto;
	}
	#btn-bajar{
		left: 47%;
	}
}/*Fin 320*/

@media (max-width: 375px){
.sec_list_menu_movil{
 margin-top: 50px;
}
.opc_menu_movil{

    padding: 30px 25px;

}
	/* Menú responsive movil*/
	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		/*background: #fde686;*/
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
}/*Fin 375*/
@media(min-width: 375px){
    .sec-menu-rp {
        padding: 5px 15px 0px 5px;
    }
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
	    height: 590px;
	}
}

@media(min-width: 425px){
.sec_list_menu_movil{
 margin-top: 40px;
}
.opc_menu_movil{

    padding: 30px 30px;

}
	.ini-slider1, .ini-slider2, .ini-slider3 ,{
		background-position: center;
	    height: 590px;
	}
	.ini-slider-txt1 {
	    font-size: 40px;
	}
	.ini-slider-txt2 a {
	    font-size: 20px;
	}
	.ini-slider-txt2 p {
	    font-size: 15px;
	    width: 63%;
	    margin: auto;
	}
}

/* especial */ 
@media (min-width: 560px) {
/* Menú responsive movil*/
	.menu-rp{
		width: 0%;
		height: 0%;
		z-index: 9999999;
		position: fixed;
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
}/*Fin 560*/
@media(max-width: 767px){
	.fondo-slider{
		width: 100%;
	}
	.f-1,.f-2{
		text-align: center;
	}
	.f-2{
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
.sec_list_menu_movil{
 margin-top: 20px;
}

.opc_menu_movil{

    padding: 30px 130px ;

}
	.footer >div{
		display: flex;
		align-items: center;
	}
	.ini-slider1, .ini-slider2, .ini-slider3,.menu_movil_header{
		background-position: center;
		height: 410px;
	}
	.ini-carousel-btn-ol {
	    left: 30px;
	}
	.footer{
		text-align: left;
	}
	.f-1-der div{
		margin-bottom: 0px;
	}
	.f-2-1{
		margin: 0px 0;
	}
	.f-1-2,.f-2-2{
		text-align: right;
	}
	.f-2-2 a {
        padding-left: 80px;
    }
    #h-logo{
    	width: 140px;
    }
    .btn-menu1{
    	margin-top: 5px;
    }
    .ini-slider-txt1{
    	font-size: 32px;
    }
    .ini-slider-txt2 p{
    	font-size: 13px;
    	width: 100%;
    }
    .ini-slider-txt2 a{
    	font-size: 14px;
    }
	.h-opcs ul{
		margin: 0;
	}
    	.btn_close_menu{

    font-size: 1.4em;

    
}
.section_block{
    margin-top: 20px;

}

.section_block:nth-of-type(6){
    margin-top:40px;
}

.section_block a{

    font-size: 1.4em;

}
    .section_block small{
        font-size: 1em;
    }
.btn_close_menu::after{

    top: 4px;
    right: -30px;

    width:25px;
    height: 23px;        
} 
.btn_close_menu:hover:after{
   right: -50px; 
}
}/*Fin 768*/

@media (min-width: 992px) {
        .section_block small{
        font-size: 1.1em;
    }
/* Menú responsive movil*/
	.section_general {
	    padding-top: 0px;
	}
	.h-opcs li{
		font-size: 16px;
	}
  	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		background: #fde686;
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
	.f1-margen{
		padding: 0 15px;
	}
	.f-2-2 a {
        padding-left: 26px;
    }
    #h-logo{
    	width: auto;
    }
    .btn-menu1{
    	margin-top: 15px;
    }
	.ini-slider1, .ini-slider2, .ini-slider3,.menu_movil_header{
		height: 520px;
	}
	.ini-carousel-btn-ol {
	    left: 50px;
	}
	.ini-slider-txt1{
		font-size: 40px;
	}
	.ini-slider-txt2 p{
		font-size: 16px;
	}
	.ini-slider-txt2 a{
		font-size: 18px;
	}
	#btn-bajar{
		bottom: 40px;
		left: 49%;
	}
	.h-opcs ul{
		margin: 18px 0 0px 0;
	}
    	.btn_close_menu{

    font-size: 1.5em;

    
}
.section_block{
    margin-top: 30px;

}
.opc_menu_movil{

    padding: 30px 100px;

}
.section_block a{

    font-size: 1.5em;

}
.btn_close_menu::after{

    top: 6px;
    right: -30px;

    width:25px;
    height: 23px;        
} 
.btn_close_menu:hover:after{
   right: -50px; 
}
}/*Fin 992*/

@media (min-width: 1200px) {
.btn_close_menu::after{

    top: 7px;
    right: -34px;

    width:28px;
    height: 24px;        
} 
.btn_close_menu:hover:after{
   right: -50px; 
}
	.f-2-2 a {
        padding-left: 18px;
    }
	.ini-slider1, .ini-slider2, .ini-slider3,.menu_movil_header{
		height: 600px;
	}
/*	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 680px;
	}*/

	.ini-carousel-btn-ol {
	    left: 150px;
	}
	.ini-slider-txt1{
		font-size: 50px;
	}
	.ini-slider-txt2 p{
		font-size: 18px;
	}
	.ini-slider-txt2 a{
		font-size: 24px;
	}
	#btn-bajar{
		bottom: 60px;
	}
	.btn_close_menu{

    font-size: 1.7em;

    
}.section_block:nth-of-type(6){
    margin-top:60px;
}
.section_block{
    margin-top: 30px;

}
.opc_menu_movil{

    padding: 30px 140px;

}
.section_block a{

    font-size: 2.1em;

}
}/*Fin 1200*/

@media (min-width: 1320px){
	
}