@import url(inicio.css);
@import url(nosotros.css);
@import url(servicio.css);
@import url(contacto.css);
@import url(catalogo.css);

@font-face {
    font-family: 'mont_regular';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mont_semibold';
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mont_medium';
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mont_bold';
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mont_extrabold';
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

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: 'mont_semibold', sans-serif;
}
*{
	font-family: 'mont_semibold', sans-serif;
}

.tam_view{
	width: 90%;
	margin: auto;
}
.np{
	padding-left: 0;
	padding-right: 0;
}
.nm{
	margin-left: 0;
	margin-right: 0;
}
.h-opcs-nm{
	margin-right: 0 !important;
}
footer{
	padding: 20px 0px;
	background-color: #fc8203;
}
.footer p,.footer a{
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 0;
}
.footer2 a{
	text-decoration: none !important;
}
.section_general{
	position: relative;
	overflow: hidden;
}
/* Menú responsive movil*/
	.menu-rp {
	    width: 0%;
	    height: 0%;
	    z-index: 9999999;
	    position: fixed;
	    background: rgba(252, 130, 3, 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;
	    text-decoration: none;
	}
	.sec-close-menu {
	    padding-top: 90px;
	}
	.sec-menu-rp {
	    float: right;
	    
	}
	.no-btn {
	    background: transparent !important;
	    border: none;
	    outline: none !important;
	}
	.menu-rp-btn {
	    font-size: 32px;
	    top: 15px;
	    color: #000;
	    font-weight: bold;
	    right: 8%;
	    position: absolute !important;
	    z-index: 999999;
	    height: 32px;
	    width: 32px;
	}
	.sec-link-menu-rp .active{
		color: #000;
	}
	.redes-rp a{
		display: inline-block;
		margin: 0 8px;
	}
	.redes-rp a img{
	    width: 30px;
	}
@media screen and (max-height: 335px) {
	.sec-lista-menu-rp {
		max-height: 220px;
		overflow-y: auto;
	}
}

.section-header-rp{
	padding: 0.5rem 0;
	background-color: #fff;
}
.section-header-rp .row{
	display: flex;
	align-items: center;
}
.btn-menu-rp {
    width: 45px;
    height: auto;
    background: transparent;
    border: none;
    outline: none !important;
    display: block;
}
.line-btn-menu-rp {
    width: 100%;
    height: 3px;
    float: left;
    background-color: rgb(252, 130, 3);
    margin: 4px 0;
    border-radius: 50px;
}	

.section-general {
    width: 100%;
    position: relative;
    float: left;
}

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

.h-opcs li{
	float: left;
	margin-right: 40px;
	color: #a20202;
	list-style: none !important;
	font-size: 14px;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
}
.h-opcs li a{
	text-decoration: none;
	color: #000;
	position: relative;
}
.h-logo{
	text-align: left;
}
#h-logo{
	width: 240px;
}
.header_enlaces{
	text-align: right;
}
.h-opcs ul{
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.h-opcs-li{
	padding-top: 3px;
}
.h-opcs-li-r img{
	width: 20px;
}
.h-opcs-li a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #000;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s;
	opacity: 0;
}
.h-opcs-li a:hover:before{
	opacity: 1;
	width: 85%;
}
.h-opcs-li.active a:before{
	opacity: 1;
	width: 85%;
}

.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 95px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../img/whatsapp.png) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}


/** INICIO **/

.ini-sect1{
	padding: 30px 0;
}
.ini-carousel-btn-ol{
    left: 50%;
    right: inherit;
    bottom: -6%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.ini-carousel .carousel-item{
	height: 100vh;
}
.figura_slider{
	position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 75px;
    border-bottom: 100vh solid #fc8203;
    border-left: 15vh solid transparent;
    z-index: -5;
}
.ini-carousel .carousel-item .container{
	position: relative;
}
.titulo_g{
	margin-top: 3rem;
    font-size: 2.4rem;
    font-family: mont_bold;
    color: #000;
    margin-bottom: 3rem;
}
.titulo_g span{
	color: #fc8203;
	font-family: mont_bold;
}
.btn_enlace{
	display: inline-block;
	padding: 10px 20px;
	background-color: #fc8203;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
}
.btn_enlace img{
	width: 20px;
	margin-left: 10px;
	transition: 0.5s;
}
.btn_enlace:hover{
	color: #fff;
	text-decoration: none;
}
.indicador_carousel{
	font-size: 1.4rem;
    color: #000;
    margin-bottom: 0;
    font-family: mont_bold;
    position: relative;
    bottom: -40px;
}
.indicador_num{
	font-family: mont_bold;
    transition: 0.5s;
}
.indicador_raya{
	display: inline-block;
    width: 50px;
    height: 3px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
}

.ini-carousel-btn-ol li{
	display: inline-block;
	border: 0;
    border-radius: 50% !important;
    width: 15px;
    background: #000;
    height: 15px;
    margin: 1px 4px;
}
.ini-carousel-btn-ol li.active{
    background: #fc8203;
}
.ini-carousel-btn-ol li:hover,
.ini-carousel-btn-ol li:active{
    background: #fc8203;
    transition: all 0.4s;
}
.logo-menu-rp{
	width: 150px;
}
.br_h2_slider{
	display: none;
}
.redesSociales{
	position: absolute;
    right: 8%;
    top: 55%;
    transform: translateY(-55%);
}
.redesSociales ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.redesSociales ul li{
	margin: 1rem 0;
}
.redesSociales img{
	width: 25px;
	display: block;
}
.redesSociales a{
	display: inline-block;
}
.redesSociales:before{
	content: '';
	width: 1px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -80%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.redesSociales:after{
	content: '';
	width: 1px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -80%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}





/*Responsive*/

/* iphone 4 */
@media (min-width: 320px){
    
	.titulo_g{
		font-size: 1.6rem;
	}
	.img_slider{
		padding: 0 2rem;
	}
	.btn_enlace{
		font-size: 0.9rem;
	}
	.btn_enlace img {
	    width: 15px;
	}
	.slider_txt{
		padding-top: 7rem;
		z-index: 99;
	}
	.footer p, .footer a {
	    font-size: 1rem;
	}
}/*Fin 320*/

@media (max-width: 375px){
	/* 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;
    }
    .section_general {
	    padding-top: 60px;
	}
	.titulo_g {
	    font-size: 1.8rem;
	}
	.slider_txt{
		padding-top: 4rem;
	}
}

@media(min-width: 425px){
	.titulo_g {
	    font-size: 1.8rem;
	}
	.img_slider {
	    padding: 0 4rem;
	}
}

/* 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%;
	}
	.slider_txt{
		text-align: center;
	}
	.slider_txt h2{
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.slider_txt a{
		margin-bottom: 2.5rem;
	}
	.redesSociales:before{
		content: none;
	}
	.redesSociales:after{
		content: none;
	}
	.slider_txt2 {
	    display: none;
	}
	.ini-carousel .carousel-item {
	    height: auto;
	}
	.footer{
		text-align: center;
	}
	.titulo_g{
        margin-bottom: 2rem;
    }
    .slider_cont_img{
        height: 35vh;
        text-align: center;
    }
    .img_slider{
        height: 100%;
        width: auto;
    }
}

@media (min-width: 768px) {
	
	.section_general {
	    padding-top: 0;
	}
	.tam_view {
    	width: 96%;
	}
	.h-opcs li{
		margin-right: 25px;
	}
	.footer2{
		text-align: right;
	}
    .header_menu{
    	display: flex;
    	align-items: center;
    }
    .ini-carousel .carousel-item .container .row{
	    position: relative;
		height: 68vh;
	}
    .img_slider{
    	display: block;
    	height: 100%;
    }
    .slider_cont_img{
        position: relative;
        height: 100%;
    }
    .ini-carousel .carousel-item .container {
	    top: 130px;
	}
	#h-logo {
	    width: 175px;
	}
	.slider_txt h2{
		margin-top: 0;
	}
	.carousel_slider_item .container > .row{
		align-items: center;
	}
	.titulo_g{
		font-size: 2rem;
	}
	.btn_enlace{
		font-size: 0.9rem;
	}
	.img_slider {
	    padding: 0rem;
	}
	.btn_enlace img {
	    width: 20px;
	}
	.redesSociales:before{
		height: 45%;
		top: -45%;
	}
	.redesSociales:after{
		height: 45%;
		bottom: -45%;
	}
	.redesSociales{
		right: 2.5%;
	}
	.slider_txt{
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 5%;
	    padding-top: 0;
	}
}/*Fin 768*/

@media (min-width: 992px) {
	.footer p, .footer a {
	    font-size: 1.1rem;
	}
	.section_general {
	    padding-top: 0px;
	}
	.tam_view {
    	width: 90%;
	}
	.ini-carousel .carousel-item .container .row > div{
		position: relative;
	    height: 100%;
	}
	.carousel_slider_item .container > .row{
		align-items: inherit;
	}
	.img_slider{
    	display: block;
    	height: 100%;
    	width: auto;
    }
    .slider_txt h2{
		margin-top: 1rem;
	}
	.h-opcs li{
		margin-right: 40px;
		font-size: 14px;
	}
  	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		background: #fde686;
		right: 0;
		transition: all 0.4s;
	}
	#h-logo {
	    width: 200px;
	}
	.titulo_g{
		font-size: 2rem;
	}
	.btn_enlace{
		font-size: 1rem;
	}
	.redesSociales:before{
		height: 60%;
		top: -60%;
	}
	.redesSociales:after{
		height: 60%;
		bottom: -60%;
	}
	.redesSociales{
		right: 8%;
	}
	.slider_txt {
	    left: 7%;
	}
}/*Fin 992*/

@media (min-width: 1200px) {
	.h-opcs li{
		font-size: 0.9rem;
	}
	.ini-carousel .carousel-item .container {
	    top: 160px;
	}
	#h-logo {
	    width: 240px;
	}
	.titulo_g{
		font-size: 2.4rem;
	}
	.br_h2_slider{
		display: block;
	}
	.redesSociales:before{
		height: 80%;
		top: -80%;
	}
	.redesSociales:after{
		height: 80%;
		bottom: -80%;
	}
	.slider_txt{
	    left: 10%;
	}
	.slider_txt h2{
		margin-top: 3rem;
	}
}/*Fin 1200*/

@media (min-width: 1400px){
	.titulo_g{
		font-size: 2.6rem;
	}
	.ini-carousel .carousel-item .container {
	    max-width: 1240px;
	}
	.btn_enlace {
	    font-size: 1.2rem;
	}
	#h-logo {
	    width: 270px;
	}
	.h-opcs li {
	    font-size: 1.1rem;
	    margin-right: 50px;
	}
}
@media (min-width: 1600px){
	.ini-carousel .carousel-item .container {
	    max-width: 1315px;
	}
	.titulo_g {
	    font-size: 2.8rem;
	}
	.btn_enlace {
	    font-size: 1.3rem;
	}
	#h-logo {
	    width: auto;
	}
}