@import url(inicio.css);
@import url(nosotros.css);
@import url(servicios.css);
@import url(contactenos.css);
@import url(catalogo.css);


@font-face {
    font-family: 'poppins-regular';
    src: url(../fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-medium';
    src: url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-semibold';
    src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-bold';
    src: url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-extrabold';
    src: url(../fonts/Poppins-ExtraBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-light';
    src: url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


section{
	display: table;
	width: 100%;
}
header{
	position: fixed;
	z-index: 999;
	width: 100%;
}
.header{
	background: transparent;
	position: fixed;
	z-index: 999;
	width: 100%;
	display: inline-block;
}

header, body, footer, h2, h3, h4, a, p, button{
	font-family: 'poppins-regular', sans-serif;
	position: relative;
}

*{
	font-family: 'poppins-regular', sans-serif;
}

.np{
	padding-left: 0;
	padding-right: 0;
}
.nm{
	margin-left: 0;
	margin-right: 0;
}

.header1{
	background: black;
	text-align: center;
    display: flex;
    justify-content: space-between;
}
.header1 p{
	display: inline-block;
	margin-bottom: 0;
	padding: 7px 15px;
	font-size: 1.3rem;
	font-family: poppins-medium;
}
.header1_1{
	background: linear-gradient(to right, white, black);
    padding: 16px;
	position: relative;

    width: 72%;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
.whatsapp-float:hover {
    opacity: 0.8;
}

.header1_1 p span{
	font-family: poppins-extrabold;
	margin-left: 5px;
}
.header1_2{
	text-align: right;
	padding-right: 60px;
}
.header1_2 p{
	color: #fff;
	font-size: 1.25rem;
	font-family: poppins-light;
	padding: 7px 30px;
}
.header1_2 img{
	vertical-align: bottom;
	margin-right: 12px;
}

.footer{
	width: 100%;
	display: table;
	padding: 8rem 0 0 0;
	background: #14121f;
	color: #fff;
}
.footer_cont h4{
	font-family: poppins-bold;
	font-size: 1.6rem;
	margin-top: 0;
}
.footer_cont ul{
	padding-left: 0;
}
.footer_cont li{
	list-style: none;
	line-height: 2;
}
.footer_cont a{
	font-family: poppins-light;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}
.footer_cont p,.footer_4 p{
	font-family: poppins-light;
	font-size: 1.2rem;
}
.footer_2 .footer_cont{
	width: 60%;
	margin: auto;
}
.footer_3 .footer_cont{
	width: 90%;
	margin-left: auto;
}
.footer_3 p{
	margin-bottom: 18px;
}
.footer_3 .footer_cont a img{
	width: 22px;
	margin-right: 5px;
}
.footer_4{
	padding: 6rem 0 2rem 0;
}
.section_general{
	position: relative;
}
.banner{
	width: 100%;
	height: 70rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	filter: brightness(0.4);
}
.swal2-html-container{
    font-size: 2rem !important;

}
.swal2-popup{
    width: 45em !important;
    padding: 3em 0 3em !important;
}
.swal2-styled.swal2-confirm {
    font-size: 1.5em !important;
}

/* Menú responsive movil*/
	.menu-rp {
	    width: 0%;
	    height: 0%;
	    z-index: 9999999;
	    position: fixed;
	    background: rgba(255, 27, 42, 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: 8px;
    	padding-bottom: 50px;
	}
	.sec-menu-rp {
	    float: right;
	    padding: 0px 15px 0px 5px;
	}
	.no-btn {
	    background: transparent !important;
	    border: none;
	    outline: none;
	}
	.menu-rp-btn {
	    font-size: 32px;
	    color: #fff;
	    font-weight: bold;
	    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: 14px 0;
	box-shadow: 0px 0px 2px #616161;
	background: #ffffff;
}
.btn-menu-rp {
    width: 36px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
}
.line-btn-menu-rp {
    width: 100%;
    height: 3px;
    float: left;
    background: #ff1b2a;
    margin: 3px 0;
    border-radius: 50px;
}

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

/**********************/
.h-opcs{
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 1px 1px #ccc;
}
.h-opcs li{
	display: inline-block;
    color: #a20202;
    list-style: none !important;
    font-size: 14px;
    transition: all 0.3s;
    padding: 0px;
    border-right: 1px solid #e4e4e4;
    line-height: initial;
}

.h-opcs li a{
	display: inline-block;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 20px 15px;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #fff;
}
.h-opcs li a:hover{
	border-bottom: 5px solid #f00;
	transition: 0.5s;
}
.h-opcs-li .active{
	border-bottom: 5px solid #f00;
}
.h-opcs_menu{
	display: flex;
}

.h-opcs ul{
	display: flex;
	margin: 0;
	padding-left: 0;
	border-left: 1px solid #e4e4e4;
}
.h-opcs-li{
	padding-top: 3px;
}
.h-opcs-li-r{
	display: flex !important;
}
.h-opcs-li-r img{
	width: 20px;
}
.header2_u1 li{
	width: 20%;
	text-align: center;
}
.header2_u2, .header2_u2 li{
	border: 0 !important;
}
.header2_u2 img{
	filter: invert(1);
}
.header2_u2 a:hover{
	border-bottom: 0 !important;
}
.header2_u2{
	justify-content: flex-end;
}
.h-opcs-li-r .btn-menu-rp{
	border-bottom: 5px solid #fff;
	width: 30px;
}
.h-opcs-li-r .line-btn-menu-rp {
    height: 2px;
    background: #9a9a9a;
    margin: 3px 0;
}
.h-opcs-li-r2{
	margin-right: 50px;
}



/** INICIO **/

.ini-slider-txt{
	position: absolute;
	color: #fff;
	z-index: 4;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}
.ini-slider-txt h2{
	font-family: poppins-extrabold;
	font-size: 5rem;
	margin-top: 0;
	margin-bottom: 30px;
}
.ini-slider-txt p{
	font-size: 1.5rem;
	letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}
.ini-slider-txt a{
	font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 25px;
    background: #ff1b2a;
    border-radius: 50px;
}

.ini-sect1{
	padding: 30px 0;
}
.ini-carousel{
	padding: 0;
}
.ini-slider1, .ini-slider2, .ini-slider3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 615px;
	padding: 0;
	width: 100%;
}
.ini-slider1{
	background-image: url('../img/inicio/slider1.jpg');
}
.ini-slider2{
	background-image: url('../img/inicio/slider2.jpg');
}
.ini-slider3{
	background-image: url('../img/inicio/slider3.jpg');
    background-position: top !important;
}
.ini-carousel-btn-ol{
    bottom: 5%;
    left: 50%;
    margin-top: 14px;
}
.ini_slider_capa{
	width: 100%;
    height: 100%;
    background: #0000004a;
    z-index: 1;
}
.ini-carousel-btn-ol li{
	border-color: #fff;
	border-width: 2px;
    border-radius: 15px !important;
    width: 10px;
    background: #fff;
    height: 10px;
    margin: 1px;
}
.ini-carousel-btn-ol li.active{
	border-color: #c4232a;
    border-radius: 15px !important;
    width: 10px;
    background: #c4232a;
    height: 10px;
    margin: 1px
}
.ini-carousel-btn-ol li:hover,
.ini-carousel-btn-ol li:active{
	border-color: #c4232a;
    border-radius: 15px !important;
    width: 10px !important;
    background: #c4232a;
    transition: all 0.4s;
}
.indicador-detalle li:hover,
.indicador-detalle li:active {
    border-color: #c4232a;
    border-radius: 15px !important;
    width: 10px !important;
    background: #c4232a;
    transition: all 0.4s;
}
/*Responsive*/

/* iphone 4 */
@media (min-width: 320px){
	.ini-slider1, .ini-slider2, .ini-slider3 {
		background-position: center;
	    height: 250px;
	}
	.section_general {
	    padding-top: 60px;
	}
	.ini-slider-txt h2{
		font-size: 2.5rem;
		padding: 0 15px;
	}
	.ini-slider-txt a{
		font-size: 1.1rem;
	}
	.banner {
		height: 40rem;
	}
}/*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){
    .section_general {
	    padding-top: 60px;
	}
	.ini-slider1, .ini-slider2, .ini-slider3 {
		background-position: center;
	    height: 250px;
	}
	.ini-slider-txt h2 {
	    font-size: 2.4rem;
	}
}

@media(min-width: 425px){
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
	    height: 270px;
	}
}

@media (max-width: 992px) {
    /* Menú responsive movil */
    .menu-rp {
        width: 0;
        height: 0;
        z-index: 9999999;
        position: fixed;
        right: 0;
        overflow: hidden;
        transition: all 0.4s;
    }

    /* Cuando el menú está abierto */
    .menu-rp.open {
        width: 320px;
        height: 100%;
    }
}

@media(max-width: 767px){
	.fondo-slider{
		width: 100%;
	}
	.footer_2 .footer_cont {
	    margin: 30px auto;
	    text-align: center;
	    width: 100%;
	}
	.footer_3 .footer_cont {
	    width: 90%;
	    margin: auto;
	    text-align: center;
	}
}

@media (min-width: 768px) {
	.footer .container{
		width: 95%;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
		height: 430px;
	}
	.footer{
		text-align: left;
	}
	.ini-slider-txt h2{
		font-size: 4rem;
		padding: 0;
	}
	.footer_2 .footer_cont {
	    width: 70%;
	    margin-left: auto;
	    margin-right: 0;
	}
	.footer_3 .footer_cont{
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.footer_3 .footer_cont p{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.ini-slider-txt a{
		font-size: 1.4rem;
	}
	.banner{
		height: 45rem;
	}
}/*Fin 768*/

@media (min-width: 992px) {
/* Menú responsive movil*/
	.section_general {
	    padding-top: 123px;
	}
	.h-opcs li{
		font-size: 13px;
	}
  	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		background: #fde686;
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 510px;
	}
	.ini-slider-txt h2{
		font-size: 5rem;
	}
	.h-opcs li a{
		padding: 20px 6px;
	}
	.footer_3{
		padding: 0;
	}
	.footer_2 .footer_cont {
	    width: 72%;
	    margin: auto;
	}
	.footer_3 .footer_cont{
		display: block;
		margin-top: 0;
	}
	.footer_3 .footer_cont p {
	    margin-right: 0px;
	    margin-bottom: 18px;
	}
}/*Fin 992*/

@media (min-width: 1200px) {
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 530px;
	}
	.h-opcs li{
		font-size: 1.3rem;
	}
	.footer_2 .footer_cont {
	    width: 60%;
	}
	.footer_3{
		padding: 0 15px;
	}
	.banner{
		height: 50rem;
	}
}/*Fin 1200*/

@media (min-width: 1400px){
	.ini-slider-txt h2 {
	    font-size: 5.5rem;
	}
	.ini-slider-txt p{
		font-size: 2rem;
	}
	.ini-slider-txt a {
	    font-size: 1.6rem;
	}
	.footer_cont h4{
		font-size: 1.8rem;
	}
	.footer_cont a,.footer_cont p, .footer_4 p{
		font-size: 1.4rem;
	}

}
