@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* font-family: "Poppins", sans-serif; */
:root{
	--colorAzul: #2677bc;
	--colorTexto: #333333;
	--colorGrisBajo: #f3f3f5;
	
	--colorRojo: #d9041b;
	--colorRojoQuemado: #c50e1f;
	--colorGris: #d9d9d9;
}
*{
	margin: 0px;
	border:0px;
	padding: 0px;
}
body {
	font-family: "Poppins", sans-serif;
	position: relative;
}
/*GLOBALES*/
.modal-header{
	justify-content: flex-end !important;
	background: #000000b3;
	border-bottom: none !important;
}
.modal .close{
	color: #FFF !important;
	background: #000000b3;
}
.modal-body{
	background: #000000b3;
}
.top-centrado{
	display: flex;
	justify-content: center;
	align-items: start;
}
.centrado{
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrado-drch{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.centrado-izq{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bottom-end{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}

a.cotizar{
	background: var(--colorLila);
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
    border-radius: 20px;
    width: 120px;
    text-align: center;
}

.swiper {
	width: 100%;
	height: 90%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	max-width: 100%;
	padding: 5%;
}
#MicroPower .swiper-slide img{
	padding: 15%;
}

.swiper-pagination-bullet{
	background: var(--colorLila);
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--colorTexto);
}

.pc{
	display: block;
}
.movil{
	display: none;
}
.whatsappfooter{
	position: fixed;
	bottom: 5%;
	right: 2%;
	background: #075E54;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
	color: #FFF;
	z-index: 9999;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.whatsappfooter img{
	width: 33px;
}

.navbar-light .collapse {
    justify-content: end;
}
.fondo-gris{
	background: var(--colorGrisBajo);
}

/*PREHEADER*/
.preheader{
	padding: 10px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.preheader a{
	color: #FFF !important;
	font-size: 0.813rem;
	text-decoration: none;
	cursor: pointer;
}
.preheader img{
	width: 25px;
    margin-right: 10px;
}
/*HEADER*/
header{
	padding: 10px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
    background: #FFF;
	z-index: 9;
}
header img.logo{
	width: 120px;
}
header a{
	color: #000;
	padding: 10px 20px;
	font-weight: 400;
	text-decoration: none;
	margin: 0px 20px;
}
header a:hover{
	font-weight: 500;
	border-bottom: 2px solid var(--colorTexto);
}
header a.informes:hover{
	border-bottom: none;
}
header .logoa:hover{
	border-bottom: none;
}

/*Banner 1*/
.banner-1{
	/* height: 100vh; */
	background: url('../img/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	position: relative;
	padding: 50px 0px;
}
.banner-1 .container {
    padding-top: 10%;
}
.banner-1 .fondo-lila{
	position: relative;
}
.banner-1 .fondo-lila::before{
	content: '';
	background: var(--colorLila);
    height: 100%;
    width: 49%;
    position: absolute;
    left: -49%;
    top: 0%;
}
.banner-1 h1{
	height: 70vh;
	color: #FFF;
	font-weight: bold;
	font-size: 2.5rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	text-align: center;
}
.banner-1 ul{
	list-style: none;
	position: relative;
	padding-left: 0rem;
	margin-bottom: 40px;
}
.banner-1 ul li{
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
}
.banner-1 ul li i{
	font-size: 1.3rem;
	font-weight: bold;
	margin-right: 10px;
}
.banner-1 p{
	font-size: 1.3rem;
    color: #FFF;
    font-weight: 600;
    font-style: italic;
    text-align: left;
}

.formulario{
	padding: 50px 0px; 
}
.formulario .caja{
	padding: 15px;
	border-radius: 20px;
	margin-top: 0%;
	background: var(--colorGris);
}
.formulario .caja h3{
	color: var(--colorAzul);
	font-size: 1.3rem;
	text-align: left;
}
.formulario .caja input, .formulario .caja select, .formulario .caja textarea{
	width: 100%;
	padding: 10px;
	color: var(--colorTexto);
	margin: 10px 0px;
}
.formulario.caja h4{
	font-size: 1.6rem !important;
	font-family: 'Montserrat', sans-serif !important;
}
.formulario .caja label{
	font-family: 'Montserrat', sans-serif !important;
}
.formulario .caja input{
	font-family: 'Montserrat', sans-serif !important;
}
.formulario .caja input::placeholder,.formulario .caja textarea::placeholder{
	font-family: 'Montserrat', sans-serif !important;
}
.formulario .caja div{
	margin-bottom: 1px !important;
}
.formulario .caja input[type=submit]{
	font-family: 'Montserrat', sans-serif !important;
	margin-top: 4% !important;
}
.formulario .caja input::placeholder, .formulario .caja select::placeholder, .formulario .caja textarea::placeholder{
	color: var(--colorTexto);
}
.formulario .caja form button{
	width: 100%;
	color: #FFF;
	background: var(--colorAzul);
	border: none;
	border-radius: 30px;
	padding: 15px 0px;
}
.formulario .caja{
	font-family: 'Montserrat', sans-serif !important;
}

.section-icos{
	padding: 60px 0px;
}
.section-icos h3{
	color: var(--colorLila);
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.section-icos .centrado div.cont{
	text-align: center;
	background: #FFF;
	margin-top: 25%;
	min-height: 140px;
    min-width: 90%;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
}
.section-icos img{
	width: 70px;
    margin: auto;
}
.section-icos .fondo-lila{
	background: var(--colorLila);
}
.section-icos .fondo-gris{
	background: var(--colorGris);
}
.section-icos .caja{
	width: 100px;
    height: 100px;
    display: inline-flex;
    border-radius: 90px;
	margin-top: -40px;
}
.section-icos h4{
	color: var(--colorTexto);
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
	margin-top: 15px;
}
.section-icos .linea-min{
    width: 13%;
    height: 2px;
    background: var(--colorLila);
    display: inline-flex;
	margin-top: 3%;
	margin-bottom: 3%;
}
.section-icos .mgTop{
	margin-top: 5%;
}
.section-icos a{
	background: var(--colorLila);
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    padding: 9px 30px;
}

.section-imagen{
	background: url('../img/fondo-textura.png');
	background-size: cover;
	position: relative;
	padding: 60px 0px;
}
.section-imagen img{
	width: 265px;
	margin-bottom: 30px;
}
.section-imagen h3{
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 3%;
    line-height: 2.3rem;
}
.section-imagen p{
	font-size: 1.1rem;
    text-align: left;
    color: #000;
    margin-bottom: 0%;
    line-height: 2rem;
	font-weight: 500;
}



.banner-azul{
	padding: 60px 0px;
	background-color: var(--colorAzul);
}
.banner-azul h3{
	font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0% 13%;
}

.titulo-productos{
	padding: 60px 0px;
}
.titulo-productos h3{
	color: #000;
	font-size: 2rem;
    font-weight: 700;
}





.section-info{
	padding: 40px 0px;
}
.section-info h3{
    font-size: 1.7rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 4%;
} 
.section-info p{
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 4%;
} 
.section-info a{
    background: var(--colorAzul);
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
	padding: 10px 20px;
	font-weight: 500;
}
/* .section-info img{
	width: 370px;
} */

.contamos{
	padding: 40px 0px;
}
.contamos h2{
	font-size: 2.3rem;
	color: #000;
	font-weight: 600;
	margin-bottom: 4%;
}
.contamos h3{
    font-size: 2rem;
    color: var(--colorAzul);
    font-weight: 700;
    margin-bottom: 4%;
} 
.contamos p{
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 4%;
} 
.contamos a{
    background: var(--colorAzul);
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
	padding: 10px 20px;
	font-weight: 500;
}

.iconos{
	padding: 50px 0px;

}
.iconos .col-md-6{
	margin-bottom: 40px;
}
.iconos img{
	width: 60px;
}
/* .iconos img.escudo{
	width: 55px;
} */
.iconos .linea{
	width: 2px;
	height: 100%;
	background-color: var(--colorTexto);
	margin: 0px 5%;
}
.iconos p{
	margin-bottom: 0px !important;
}

.proveedores{
	padding: 60px 0px;
	background: url('../img/pleca_gris.jpg');
	background-size: cover;
	background-position: center top;
}
.proveedores h3{
	font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0%;
}
.proveedores img{
	width: 200px;
}
.proveedores img.cuadrado{
	width: 160px;
}

.video{
	padding: 100px 0px;
}
.video .cont{
	position: relative;
	border-radius: 20px;
	cursor: pointer;
}
.video video{
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 20px;
}
.video .cont::before{
	content: '';
	border-radius: 20px;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #000;
	width: 100%;
	height: 98%;
	opacity: 0.4;
	z-index: 3;
}

.clientes{
	padding: 40px 0px;
	background: url('../img/pleca_azul.jpg');
	background-size: cover;
	background-position: center;
}
.clientes h3{
	font-size: 2rem;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 4%;
}
.clientes img{
	width: 200px;
}
.clientes img.cuadrado{
	width: 120px;
}

footer .top{
	padding: 60px 0px;
	background: url('../img/fondo_footer.jpg');
	background-size: cover;
	background-position: center;
}
footer .top img{
	width: 200px;
	margin-bottom: 15px;
	margin-left: 10%;
}
footer .top p{
	color: #000;
    font-size: 0.913rem;
    text-align: justify;
	line-height: 26px;
	padding-right: 30%;
}
footer .top h4.navega{
	width: 70%;
}
footer .top h4.contac{
	width: 30%;	
}
footer .top h4{
	border-bottom: 1px solid var(--colorAzul);
    padding-bottom: 17px;
    font-size: 1rem;
    color: var(--colorAzul);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}
footer .top ul.navegacion{
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2;
}
footer .top ul.navegacion li{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid; 
}
footer .top ul{
	padding-left: 0px;
	list-style: none;
}
footer .top ul.social{
	padding-left: 2rem;
	list-style: none;
	position: relative;
}
footer .top ul li{
	color: #000;
	margin-bottom: 15px;
	position: relative;
}
footer .top ul li a{
	font-size: 0.913rem;
	color: #000;
	text-decoration: none;
}
footer .top ul li{
	font-size: 0.913rem;
}
footer .top ul li a:hover{
	font-weight: 600;
}
footer .top ul li i{
	font-size: 1.3rem;
	position: absolute;
	top: 0px;
	left: -2rem;
	color: var(--colorAzul);
}

footer .bottom{
	padding: 20px 0px;
	background: #000;
}
footer .bottom p{
	font-size: 0.913rem;
	color: #FFF;
	margin-bottom: 0px;
}
footer .bottom a{
	font-size: 0.913rem;
	color: #FFF;
	margin-bottom: 0px;
	text-decoration: none
}
footer .bottom a:hover{
	font-weight: 700;
}