/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@500&family=Nanum+Myeongjo&family=Open+Sans:wght@300;600&display=swap');

:root {
    --primary: #91b73a ;
	--secondary: #88CCD5;
    --light: #F6F7F8;
    --dark: #1A2A36;
    --cab: #1e3530;
}

.cl_prod_list{
	 border-radius: 25px !important;
	}


.lh-base{
 color: var(--primary);
}

.btn_buscar{
	width: 90%;
	padding: 4px;
	padding-left: 12px;
	margin: 7px;
	border-radius: 18px;
	border: none;
	outline: none;
	position: relative;
	right:2%;
}

.cl_seaerch{color: #4b4b4b; position:absolute; top: 16px; right: 12%;}
.cl_redd{ position: absolute; width: 90px;  right: 10px; top: 10px; }
.cl_redd i{margin: 6px; color: #575757;}
.bg_cab{
	 background-color: #5199cb; 
    color: #fff;
	transition: all .2s;
	padding-bottom: 5px !important;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	z-index: 101;
}

.img-fluid {
	border-radius: 10px !important;
}

.cxx{position: relative;}
.cxx img{position: absolute; top: 0; right:27%;}

.cont_prod_dest{
	background-image: url(../img/rombo_g.png);
	background-repeat: repeat-y; 
	background-size: 100%;
}

.barra_verde{
	background-color: #91b73a;
	height: 15px;
}

.bg_cab::after{
	content: '';
	background-color: #c7c4c49e;
    position: absolute;
	width: 96%;
	height: .5px;
	left: 2%;
	bottom: 0;
}

.tit_pp{font-size: 35px; color: var(--primary); font-weight: 100;}
.p_tit_p{height: 50px;}

.border-end {
	border-right: 1px solid #9b9b9b36 !important;
}

.navbar_barraAnterior{
	position: absolute;
	width: 100%;
	height: 123px;
	z-index: 100;
	background-color: #fff;
/*	background-image: linear-gradient(#2c5892ef, #2c6eacb6), url(../img/cab_f.png); */
	
	box-shadow: 0px 3px 16px -7px #242424bf;
-webkit-box-shadow: 0px 3px 16px -7px #4b4b4bbf;
-moz-box-shadow: 0px 3px 16px -7px #646464bf;

}

.bg_nosotros{
	background-image: linear-gradient(#ffffffd5, #fafafade), url(../img/cab_f.png);
	color: #797979;
}

.bg_nosotros h6{
		color: #212121 !important;
}
.bg_nosotros h1{
	color: #787878 !important;
}

.bg_nosotros h5{
	color: #5c5c5c !important;
}

.slicknav_nav {
	color: #595959 !important;
}

.slicknav_txtnode{
	border-bottom: 1px solid #e7e7e7;
	margin-left: 0px!important;
	padding: 5px;
}

.sedes_bio{display: flex; list-style: none;}
.sedes_bio li{ margin: 10px; color: #fff; padding: 10px; padding-left: 17px; padding-right: 17px; border-radius: 4px;}
.sedes_bio .fa-map-pin{color: #ffffff; position: relative; left: -7px; font-size: 13px; top: -1px;}
.sedes_bio .fa-angle-down{color: #dfdfdf; position: relative; right: -7px; font-size: 14px;}

#data_info{
	margin: 10px; color: #25D366;
}


.form-control:focus{
	border: none;
	box-shadow: 0 0 0 1px #79af378a	
}

.text_prim{
    color:var(--primary);
}

.text_prim_p{
	color:#7fbec9
}

.bg_prim{
    background-color:var(--primary);
    color: var(--light);
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.shadow-sm{
	box-shadow: none!important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
	background-color:#24a3139d!important;
	border-color: var(--primary) !important;
}

.sec_q2{
	background-color: #24a313b0!important;
}

.rr_x{border-bottom: 1px solid #0000001a; padding-bottom: 18px;}

.btn-ver-mas{
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.link-ver-mas{
	color: var(--primary) !important;
}

.item_horario{display: block;}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    height: 60px;
	padding: 10px 0 !important;
	/* padding-bottom: 10px !important; */
	color: var(--light);
}

.navbar_sticky-top {
	position: sticky !important;
    top: 0px;
	height: 70px !important;
    transition: .5s;
    height: 70px;
	padding: 15px 0 !important;
	z-index: 1020;
	color: var(--light);
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 50px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    font-size: 14px;
	font-weight: 350;
	/*font-family: 'Rokkitt', serif; */
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
	position: relative;
}

.nav-link::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: var(--primary);
	height: 2px;
	width: 0%;
	transition: all .2s;
}

.nav-link:hover::before{
	width: 100%;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
	/* position: absolute;
	right: 15px; */
}

.navBar_landing{
	background-color: transparent !important;
	z-index: 1020;
}

.navBar_landing h2 img{
	width: 100px;
}


.bg_nav{
	background-color: #1f4570f1;
}

.img_fondo_carrusel{
	position: absolute;
	
	/* top: 123px; */
	left: 0;
	width: 100%;
	height: 835px;
	overflow:hidden;
}

.carrusel_img{
	object-fit: cover;
	object-position: center;
	height: 840px;
}

.cont_carrusel_img{
	height: 840px;
	background-repeat: no-repeat;
	background-size: cover;
}

.img_capa_carrusel{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.4);
	backdrop-filter: blur( 40px );
	-webkit-backdrop-filter: blur( 40px );
}

@media (max-width: 1600px) {
	.img_fondo_carrusel{
		height: calc(100vh - 123px);
	}
	
	.carrusel_img{
		height: calc(100vh - 123px);
	}
	
	.cont_carrusel_img{
		height: calc(100vh - 123px);
	}
}

@media (max-width: 990px) {
	.img_fondo_carrusel{
		height: calc(100vh - 120px);
	}
	
	.carrusel_img{
		height: calc(100vh - 40px);
	}
	
	.cont_carrusel_img{
		height: calc(100vh - 40px);
	}

}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
		padding: 3px 0 0 0 !important;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
		
    }

	

	.nav-item-2,
	.nav-item-3{
		position: relative !important;
	}

	.menu-nivel-3,
	.menu-nivel-4{
		position: absolute !important;
		width: 160px;
		padding: 3px 0 0 0 !important;
		background-color: var(--primary) !important;
		/* display: none !important; */
	}

	.nav-item .nav-item-2 .menu-nivel-3,
	.nav-item .nav-item-3 .menu-nivel-4{
		right: 150%;
        opacity: 0;
		visibility: hidden;
    }

	.nav-item .nav-item-2:hover .menu-nivel-3,
	.nav-item .nav-item-3:hover .menu-nivel-4{
		display: block !important; 
		right: 100%;
		top: 0%;
        visibility: visible;
		opacity: 1;
        transition: all .5s;
        
    }

	.cont-menu{
		width: 300px;
		border-radius: 0px;
		position: relative;

	}

	/* .cont-menu::after{
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--primary);
		top: 0;
		left: 0;
	} */

	.dropdown-item{

		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
		position: relative;
		display: flex;
		align-items: center;
		background-color: #fff;
		white-space: initial;
		line-height: 30px;
	}

	.dropdown-item:hover{
		color: var(--primary) ;
	}

	.dropdown-item::before{
		content: '';
		position: absolute;
		width: 90%;
		height: 1px;
		background-color: #ddd;
		left: 5%;
		bottom: 0;
	}


}

	

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    
	position: absolute;
	height: 200px;
	left: 0;
    background-size: cover;
}
.text-white_a{ color: #e9e9e9; font-size: 12px;}
.text-white_a:hover{ color: #a2dd9a; font-size: 12px;}

.breadcrumb-item + .breadcrumb-item::before {
    color: #dfdfdf;
}

.btn_cot--invisible{
	visibility: hidden;
}



/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
	.cxx img{right:25%;}
}

@media (max-width: 1450px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 10px;
	}
}

@media (max-width: 1113px) {
	.navbar .navbar-nav .nav-link {
		font-size: 10px;
	}
}

@media (max-width: 1400px) {
	.cxx img{right:22%;}
}

/*** Service ***/
.service-item {
  /*  box-shadow: 0 0 45px rgba(0, 0, 0, .08); */
}

.h4_prod{
	margin-top: 10px;
	text-align: center;
	color: #91b73a;
}

.tit_bio_h{
	color: #ffffff;

}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24a313b0!important;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--secondary);
}

.btn_mill{
	border: 1px solid var(--primary);
	color: var(--primary);
	padding: 5px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

.det_p_m{
	margin: 30px;
}

.det_p_m h3{
	font-size: 19px;
	font-weight: 300;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (max-width: 1200px) {
	.cxx img{right:20%; top: -10px;}
}


@media (max-width: 991px) {
	.cxx img{right:10%;}
}

@media (max-width: 767px) {
	.cxx img{right:0;}
}

@media (max-width: 530px) {
	.cxx img{right:0; width: 20%;}
}


@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: #1a2a366c;
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 50.1%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 50%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/* 
		DETALLE DE LOS PRODUCTOS
*/

.detalle_producto{
	display: flex;
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	 background-color: #fff; 
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
-webkit-box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
-moz-box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
}

.cuerpo_det_prod{
	background-color: #fff; 
	max-width: 1400px;
	width: 80%;
	margin: auto;
	border-radius: 10px;
	box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
-webkit-box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
-moz-box-shadow: -1px 1px 13px -6px rgba(138,138,138,0.25);
}

.prod_cont{margin-top: 190px; min-height: 500px;}

.detalle_producto-imagenes,
.detalle_producto-info{
	width: 49%;
	border-radius: 2%;
	 background-color: #fff; 
}

.detalles-extra{
	display: flex;

	max-width: 1400px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.boton-detalle{
	padding: 20px;
	
	font-size: 1.2rem;
	color: #000000;
	display: flex;
	justify-content: left;
	align-items: left;
	transition: all 0.5s;
	cursor: pointer;
}

.boton-detalle:nth-last-of-type(2),
.boton-detalle:nth-last-of-type(3),
.boton-detalle:nth-last-of-type(4){
	border-right: .1px solid #ffffff;
}

.boton-detalle:hover{
	border-bottom: 5px solid var(--primary);
	color: var(--primary);
	letter-spacing: 2px;
}

.img-principal{
	display: block;
	width: 96%;
	margin:15px auto;
	border-radius: 2%;
	cursor: pointer;
}

.iframe-extra{
	display: block;
	width: 96%;
	height: 400px;
	margin:15px auto;
	border-radius: 2%;	
}

.lista_imagenes{
	list-style: none;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 2%;
}

.cont_img_secundaria{
	width: 120px;
	height: 120px;
	border-radius: 2%;
	margin-right: 10px ;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.cont_img_secundaria:hover{
	border: 1px solid lime;
}

.cont_img_secundaria:hover .mascara-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0003;
}

.cont_img_secundaria--active{
	border: 1px solid lime;
}

.cont_img_secundaria--active .mascara-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0006;
}

.img-secundaria{
	width: 100%;
	cursor: pointer;
}

.item_list_imagenes{
	cursor: pointer;
}

.detalle-titulo{
	font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
	position: relative;
	margin: 30px 20px 30px 30px;
	color: var(--primary);
}

.linea-divisora{
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

.detalle-descripcion{
	font-size: 20px;
	margin: 30px;
	color: #000;
}


@media (max-width: 550px) {

	.cont_img_secundaria{
		width: 80px;
		height: 80px;
		border-radius: 1%;
		margin-right: 5px ;
		margin-bottom: 5px;

	}

	.cont_carrusel_img{
		background-size: 100%;
		height: 650px;
	}


}

.redes-sociales{
	margin-top: 50px;
	margin-left:30px ;
	margin-bottom: 20px;
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.red{
	width: 40px;
	height: 40px;
	margin-right:10px ;
	border: 2px solid black;
	border-radius: 50%;
	font-size: 1rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.red-facebook{
	color: #3b5998;
    border-color: #3b5998;
}

.red-twitter{
	color: #00aaf0;
    border-color: #00aaf0;
}

.red-pinterest{
	color: #ce1d1f;
    border-color: #ce1d1f;
}

.red-facebook:hover{
	background-color: #3b5998;
    border-color: #3b5998;
	color: #fff;
}

.red-twitter:hover{
	background-color: #00aaf0;
    border-color: #00aaf0;
	color: #fff;
}

.red-pinterest:hover{
	background-color: #ce1d1f;
    border-color: #ce1d1f;
	color: #fff;
}
/*--------------*/

.cabecera_landing{
    width: 100%;
    height: 750px;
    position: absolute;
    left: 0;
}

.cont_cotizacion_c{
	position:relative; height:800px
}

.cb_landing_1{

	
	background-image: linear-gradient( #1f4570f1, #255077d3 ), url("/template/plantilla_03/img/vision.edu_.my_.jpg");
    border-radius: 0% 100% 23% 77% / 78% 0% 100% 22%;

	background-repeat: no-repeat;
	background-size: cover;
}

@keyframes cb_radios_1 {

	0%{
		border-radius: 0% 100% 23% 77% / 78% 0% 100% 22%;
	}

	25%{
		border-radius: 0% 100% 5% 95% / 62% 0% 100% 38%  ;
	}

	100%{
		border-radius: 0% 100% 23% 77% / 78% 0% 100% 22%;
	}
	
}


.cb_landing_2{
	background-color: var(--primary);
    border-radius: 100% 0% 83% 17% / 0% 48% 52% 100%;
	/* animation: cb_radios_2 65s .5s linear infinite; */
}

@keyframes cb_radios_2 {

	0%{
		border-radius: 100% 0% 83% 17% / 0% 48% 52% 100%
	}

	25%{
		border-radius:20% 80% 12% 88% / 82% 16% 84% 18%  ;
	}

	100%{
		border-radius: 100% 0% 83% 17% / 0% 48% 52% 100%
	}
	
}

.cb_landing_3{
	background-color: #abd610;
    border-radius: 
	93% 7% 50% 50% / 91% 80% 20% 9%;
	/* animation: cb_radios_3 30s linear 1s infinite; */
}

@keyframes cb_radios_3 {

	0%{
		border-radius: 
		93% 7% 50% 50% / 91% 80% 20% 9%;
	}

	25%{
		border-radius: 41% 59% 50% 50% / 90% 95% 5% 10%  ;
	}

	100%{
		border-radius: 
		93% 7% 50% 50% / 91% 80% 20% 9%;
	}
	
}

.cabecera_landing_aux{
    width: 100%;
    height: 700px;
}

.btn_llamar{
	position: relative;
	top: 7px;  right:40%; bottom: 0;

	display: none;
}

.btn_llamar a{ color: var(--primary); font-size: 20px; }

.cont_landing{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.cont_img_landing{
    width: 100%;
	position: relative;
	display: flex;
	align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.img_landing{
	position: relative;
    width: 250px;
	z-index: 100;
}

.cont_form_landing{
	position: relative;
	width: 100%;
	height: 620px;
	margin-top: 30px;
}

.form_landing{
	margin-left: 5%;
	margin-right: 5%;
	padding: 4%;
	margin-top: 25px;
	width: 450px;
	background-color: #ffffffc0;
	border-radius: 10px;
	box-shadow:5px 5px 5px #00000042 ;
	
}

.titulo_form_landing{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
 }

.form_extras{
    background-color: #fff6 !important;
}

 .form_extras:focus{
    border: 1px solid #858585;
    outline:0 !important;
    box-shadow:none !important;
 }

 .img_landing_sup{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
 }

 .sombra_img{
	position: absolute;
	width: 200px;
	height: 20px;
	border-radius: 50%;
	top: 150px;
	background-color: transparent;
	box-shadow:0px 90px 5px #0005;
 }

 .img_titulo_principal_sup{
    width: 90%;
    text-align: center;
    color: #b6b5b5;
    font-size: 20px;
	margin-bottom: 0 !important;
	font-family: 'Open Sans', sans-serif;
 }

 .img_titulo_principal_inf{
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 25px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
 }

 .img_titulo_secundario{
    width: 60%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height: 35px;
 }

 .img_titulo_info{
    width: 60%;
    text-align: left;
    color: #fff;
 }

 .logo_info_landing{
	color: #b6b6b6;
 	text-shadow: 2px 3px 3px #00000065; 
	width: 16px;
 }

 .color_text_form_landing{
    color:#000;
 }

 .titulo_form_tex1{
    font-size: 20px
 }

 .titulo_form_tex2{
    font-size: 30px;
	font-weight: bold;
 }

 .footer_form_tex{
    margin-top: 40px;
    font-size: 16px
 }


/* ---------------------------------- */

.container-wsp{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #25D366;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	z-index: 500;
	box-shadow: 2px 2px 5px #606060;
}



.container-wsp--cerrar{
	background-color: #e43333 !important;
}

.container-wsp--rotar{
	animation: rotar-imagen 1s linear;
}


.btn-wsp{
	position: relative;
	width: 50px;
	height: 50px;
}

.wsp-logo{
	top: 7px;
	left: 14px;
}

.linea-wsp-1,
.linea-wsp-2{
	position: absolute;
	height: 2px;
	width: 50%;
	background-color: #ffffff;
	top: calc(50% - 1px);
	left: 25%;

}


.linea-wsp-1{
	transform: rotate(45deg);
}

.linea-wsp-2{
	transform: rotate(-45deg);
}

.wsp-x{
	visibility: hidden;
	opacity: 0;
	top: -50px;
}

.wsp-x--mostrar{
	animation: mostrar-wsp-x .15s linear;
	visibility:visible;
	opacity: 1;
}

.wsp-x--ocultar{
	animation: ocultar-wsp-x .15s linear;
	visibility: hidden;
	opacity: 0;
}

@keyframes mostrar-wsp-x{
	0%{
		visibility: hidden;
		opacity: 0;
	}

	100%{
		visibility: visible;
		opacity: 1;
	}
}

@keyframes ocultar-wsp-x{
	0%{
		visibility: visible;
		opacity: 1;
	}

	100%{
		visibility: hidden;
		opacity: 0;	
	}
}



.wsp--ocultar{
	animation: ocultar-wsp .3s linear;
	visibility: hidden;
	opacity: 0;
}

.wsp--mostrar{
	animation: mostrar-wsp .3s linear;
	visibility: visible;
	opacity: 1;

}

@keyframes ocultar-wsp{
	0%{
		top: 7px;
		visibility: visible;
		opacity: 1;
	}

	100%{
		top: 20px;
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes mostrar-wsp{
	0%{
		top: 20px;
		visibility: hidden;
		opacity: 0;
	}

	100%{
		top: 7px;
		visibility: visible;
		opacity: 1;
	}
}

/* ------------------------------------- */

.info-telefonos{
	position: fixed;
	width: 300px;
	background-color: #eaeaea;
	bottom: 20px;
	left: 85px;
	z-index: 500;
	border-radius: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: hidden; 
	overflow-y: auto;
	box-shadow: 11px 12px 19px -7px rgba(0,0,0,0.46);
-webkit-box-shadow: 11px 12px 19px -7px rgba(0,0,0,0.46);
-moz-box-shadow: 11px 12px 19px -7px rgba(0,0,0,0.46);
}

/* para ocultar el scrool */
.info-telefonos::-webkit-scrollbar{
    display: none;
}

/* para mozilla */

.info-telefonos{
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* 
.info-telefonos::after{
	content: '';
	width: 30px;
	height: 30px;
	background-color: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(45deg) translateY(-10px) translateX(-15px);
} */

.info-telefonos--mostrar{
	visibility: visible;
	opacity: 1; 
	animation: mostrar-telefonos .2s linear;
}


.info-telefonos--cerrar{
	visibility: hidden;
	opacity: 0; 
	animation: cerrar-telefonos .2s linear;
}


@keyframes mostrar-telefonos{
	to{	
		opacity: 1;
		visibility: visible;	
		bottom: 20px;
	}

	from{
		visibility: hidden;
		opacity: 0;
		bottom: -200px;
	}
}

@keyframes cerrar-telefonos{

	to{
		visibility: hidden;
		opacity: 0;
		bottom: -200px;
	}

	from{	
		opacity: 1;
		visibility: visible;	
		bottom: 20px;
	}

}


@keyframes rotar-imagen {
	to{
		transform: rotate(0deg);
	}

	from{
		transform: rotate(360deg);
	}
}

.cont-telefono-wsp{
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	transition: all .5s;
	position: relative;
border-bottom: 1px solid #ccc;
	color: #222;
}

.avatar-wsp{
	height: 35px;
	width: 35px;
	margin: 10px;
	border-radius: 50%;
}

.info-wsp{
	font-size: 15px;
	/* height: 50px; */
	margin: 10px;
	color: inherit;
}

.info-wsp-telefono{
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #777;
	font-weight: 200;
}

.info-wsp-nombre{
	position: relative;
	font-weight: bold;
	width: 160px ;
	font-family: 'Open Sans', sans-serif;
}

.cont-telefono-wsp::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #25D366;

	border-radius: 50%;
	top: 18px;
	right: 10px;
	transition: all .5s;
}

.cont-telefono-wsp:hover{
	color: #ffffff;
	background-color: #25D366;
}

.cont-telefono-wsp:hover::after{
	background-color: #fff;
}

@media (max-width: 400px) {

	.info-telefonos{
		width: 260px;
		bottom: 85px;
		left: 10px;
	}

	.info-wsp-nombre{
		width: 130px ;
	}
	
	.info-telefonos::after{
		transform: rotate(45deg) translateY(-6px) translateX(19px);
	}
	
	@keyframes mostrar-telefonos{
		to{opacity: 1;visibility: visible;bottom: 85px;}
		from{visibility: hidden;opacity: 0;bottom: -200px;}
	}
	
	@keyframes cerrar-telefonos{
		to{visibility: hidden;opacity: 0;bottom: -200px;}
		from{opacity: 1;visibility: visible;bottom: 85px;}
	}

	.cont-telefono-wsp{width: 95%;}
	.info-wsp{font-size: 12px;}
	.info-wsp-nombre::after{
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		right: -15px;
	}

}

/*-------------------------------*/

.info-extra{
	width: 95%;
	max-width: 1400px;
	margin: 50px auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.info-pdf,
.info-videos{
	color:  var(--dark);
}

.info-cont--desactivado{
	display: none;
}

.fila-ficha_tecnica{
	width: 100%;
	margin-bottom: 10px;
}

.key-ficha_tecnica,
.valor-ficha_tecnica{
	width: 100%;
	height: 40px;	
	display: flex;
	align-items: center;
	border-radius: 2px;	
}

.valor-ficha_tecnica table{
	margin-top: 9px;
}
.valor-ficha_tecnica table td{
	padding-left: 10px;
}

.key-ficha_tecnica{
	padding-left: 10px;
	background-color: var(--secondary);
 
    color: #fff;
}

.valor-ficha_tecnica{
	padding-left: 30px;
	background-color: transparent;
	color: #222;
}

.iframe-extra{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#modal-visualizar{
	height: 85vh;
	padding: 1px;
	border: none;
	border-radius: 3%;
	background-color: transparent;
}

#modal-visualizar::backdrop{
	background-color: #000000b4;
}

.img-visualizar{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.img-visualizar--animar{
	animation: imagenCrecer .5s alternate;
}





.boton-modal{
	position: fixed;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
}

.btn-modela-cerrar{
	top: 0;
	right: 0;
}

.btn-cerrar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* background-color: #ddd; */
	position: relative;
	cursor: pointer;
	
}

.linea1,
.linea2,
.linea3,
.linea4,
.linea5,
.linea6{
	position: absolute;
	height: 2px;
	background-color: #fff;
}

.linea1,
.linea2{
	top: calc(50% - 1px);
	left: 5%;
	width: 90%;
}

.linea1{
	transform: rotate(45deg);
}

.linea2{
	transform: rotate(-45deg);
}

/* ------------------------------------- */
.linea3,.linea4{
	right: 25%;
	width: 74%;
}

.linea3{
	top: calc(25% - 1px);
	transform: rotate(-45deg);
}

.linea4{
	bottom: calc(25% - 1px);
	transform: rotate(45deg);
}


/* ------------------------------------- */
.linea5,.linea6{
	left: 25%;
	width: 74%;
}

.linea5{
	top: calc(25% - 1px);
	transform: rotate(45deg);
}

.linea6{
	bottom: calc(25% - 1px);
	transform: rotate(-45deg);
}

/* --------------------------------------- */

.btn-modela-izquierda{
	top: calc(50% - 35px);
	left: 0;
}

.btn-modela-derecha{
	top: calc(50% - 35px);
	right: 0;
}


@media (max-width: 1100px) {
	#modal-visualizar{
		width: 85vw;
		height:fit-content;
	}

	.boton-modal{
		background-color: #0000004f;
	}
	.item_horario{display: none!important;}
}

/* -- ----------------------------- --- */

.fila-adj{
	width: 100%;

border-bottom: 1px solid #ccc;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	transition: all .5s;
}

.fila-adj:hover{
	background-color: #ddd;
}

.fila-adj i{ color: #cd2121;  padding-right: 10px; font-size: 25px;}
.fila-adj span{ color: #24405d; }

.icono-adj{
	display: flex;
	height: 100px;
	width: 10%;
	justify-content: center;
	align-items: center;
	font-size: 60px;
}

.nombre-adj{
	display: flex;
	height: 100px;
	width: 90%;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
}

/* -------------------------------- */

.container-iframe{
    background-color: black;
    width: 80%;
    
    margin-left: auto;
    margin-right: auto;
    min-width: 160px;
    max-width: 700px;
}

.video-iframe{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video-iframe iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

/*==============================================*/

.icono-menu{
    width: 40px;
    height: 40px;
    cursor: pointer;
    /* transform: translateX(10px); */
    /* border-radius: 50%; */
   
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 2000;
}

.linea_icono{
    width: 30px;
    height: 2px;
    background-color: #2b7920;
    margin-bottom: 8px;
    transition: all .5s;
}


.active .linea_icono:nth-child(1){
	position: relative;
	z-index: 20000;
	/* background-color: #fff; */
    transform: translateY(10px) rotate(45deg);
}

.active .linea_icono:nth-child(2){
	position: relative;
	z-index: 20000;
	/* background-color: #fff; */
    opacity: 0;
}

.active .linea_icono:nth-child(3){
	position: relative;
	z-index: 20000;
	/* background-color: #fff; */
    transform: translateY(-10px) rotate(-45deg);
}



/* 
=========================================
*/

.text-titulo{
	color: var(--primary) !important;
}

@media (max-width: 990px) {
    .detalle_producto{
		flex-wrap: wrap;
	}

	.detalle_producto-imagenes,
	.detalle_producto-info{
		width: 100%;
	}

	.cabecera_landing{
		height: 650px;
	}

	.cabecera_landing_aux{
		height: 1400px;
	}
	

	.cont_landing{
		flex-wrap: wrap;
	}
	
	.cont_img_landing{
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.img_landing{
		display: block;
		position: relative;
		width: 250px;
		z-index: 100;
	}
	
	.cont_form_landing{
		height: 700px;
		display: flex;
    	justify-content: center;
	}


	.cont_img_landing::after{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 292px;
		left: calc(50% - 146px);
		bottom: 190px;

	}

	.form_landing{
		background-color: #ffffff48;
		box-shadow:0px 0px 10px #00000042 ;
	
	}
	
	.form_landing::after,
	.form_landing::before,
	.cont_form_landing::after,
	.cont_form_landing::before{
		content: '';
		position: absolute;
		border-radius: 50%;
		background-color: var(--secondary);
		z-index: -1;
	}

	.cont_form_landing::after{
		height: 100px;
		width: 100px;
		top:-20px;
		left: 100px;
	}

	.cont_form_landing::before{
		height: 200px;
		width: 200px;
		top: 30px;
		right: 50px;
	}

	.form_landing::after{
		height: 250px;
		width: 250px;
		bottom: 100px;
		left: 100px;
	}
	.form_landing::before{
		height: 180px;
		width: 180px;
		bottom: -90px;
		right: 90px;
	}

	.navbar_barraAnterior{
		/*height: 75px; */
	}

	.navbar.sticky-top {
		height: 40px;
	}

	.shadow-sm {
		box-shadow: none !important;
	}
}

@media (max-width: 750px) {
	.img_landing{
		display: block;
		position: relative;
		width: 200px;
		z-index: 100;
	}

	.sombra_img{
		position: absolute;
		width: 150px;
		height: 20px;
		border-radius: 50%;
		top: 150px;
		background-color: transparent;
		box-shadow:0px 40px 5px #0005;
	 }
	

	.cont_img_landing::after{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 34vw;
		left: calc(50% - 17vw);
		bottom: 190px;

	}
	

	.cont_form_landing::after{
		height: 80px;
		width: 80px;
		top:-20px;
		left: calc(50% - 20px);
	}

	.cont_form_landing::before{
		height: 150px;
		width: 150px;
		top: 150px;
		right: calc(50% - 90px);
	}

	.form_landing::after{
		height: 220px;
		width: 220px;
		bottom: 100px;
		left: calc(50% - 150px);
	}
	.form_landing::before{
		height: 180px;
		width: 180px;
		bottom: -90px;
		right: calc(50% - 100px);
	}
}

@media (max-width: 800px) {
    .detalles-extra{flex-wrap: wrap;}

	.boton-detalle:nth-last-of-type(2),
	.boton-detalle:nth-last-of-type(3),
	.boton-detalle:nth-last-of-type(4){
		border-right: none;
		border-bottom: .1px solid #929292;
	}

	.icono-adj{width: 15%;font-size: 40px;}
	.nombre-adj{width: 85%;font-size: 15px;}
}

@media (max-width: 500px) {

	.img_titulo_principal_sup{font-size: 18px;}
	.img_titulo_principal_inf{font-size: 20px;}
	.img_titulo_secundario{font-size: 12px;     line-height: 25px;}
	.img_titulo_info{font-size: 12px;}
	.titulo_form_tex1{font-size: 16px;}
	.titulo_form_tex2{font-size: 20px;}
	.footer_form_tex{font-size: 12px;}

	.cont_carrusel_img{
		height: 580px;
	}

	.pb-5 {
		padding-bottom: 0.5rem !important;
	}
}

@media (max-width: 450px) {
	.icono-adj{font-size: 35px;}
	.nombre-adj{font-size: 12px;}
	.container-iframe{width: 95%;}
	.detalle-titulo{font-size: 25px;}
	.detalle-descripcion{font-size: 15px;}

	.cont_carrusel_img{
		height: 530px;
	}

	.pb-5 {
		padding-bottom: 0.5rem !important;
	}
}

@media (max-width: 400px) {

	.cont_carrusel_img{
		height: 500px;
	}

	.pb-5 {
		padding-bottom: 0.5rem !important;
	}
}

@media (max-width: 380px) {

	.cxx {margin-top: -30px;}

	.pb-5 {
		padding-bottom: 0.5rem !important;
	}
}

@media (max-width: 350px) {

	.cxx {margin-top: -50px;}

	.pb-5 {
		padding-bottom: 0.5rem !important;
	}
}

@media (max-width: 300px) {
	.btn-enviar{font-size: 14px;}
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
   /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
   /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

@media (max-width: 768px) {
	.cuerpo_det_prod{
		width: 95%;
	}

	.detalle_producto{
		width: 95%;
	}
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--light);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;

}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Humberger */

.humberger__menu__wrapper {
	display: none;
}

.humberger__open {
	display: none;
}

.header__top__right__social {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.header__top__right__social:after {
	position: absolute;
	right: -20px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.header__top__right__social a {
	font-size: 14px;
	display: inline-block;
	color: #1c1c1c;
	margin-right: 20px;
}

.header__top__right__social a:last-child {
	margin-right: 0;
}


/* ------------------------------ */

/* - PRODUCTOS - */
.catalogo-productos{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.card-producto{
	width: 25%;
	height: 400px;
	/* background-color: #9B9B9B; */
	padding: 10px;
	margin-bottom: 15px;
	/* border: 1px solid #000; */
}


.card-content{
	background-color: #eee;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.card-content:hover{
	transform: translateY(-1px);
	box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.63);
	transition: all .5s;
}

.card_producto_img{
	width: 90%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #fff;
}

.card_producto_info{
	text-align: center;
	margin-top: 20px;
}


/* ------------------------------ */

.btn-enviar{
	background-color: var(--primary) !important;
	color: #ffffff !important;
	border: 1px solid var(--primary) !important;

}

.btn_cot{
	height: 40px !important;
	display: flex !important;
    align-items: center;
	transition: all .2s;
	border-radius: 20px;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}


.btn_cot:hover {
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #00000042;
  margin-right: 10px;
}

.img_nav_bar{
	height: 50px;
	margin-top: -15px;
}

.text_correct{
	margin-top: 15px;
    color: #38cb38;
    font-weight: bold;
}

.text_incorrect{
	margin-top: 15px;
    color: #292929;
    /* font-weight: bold; */
}

.text_incorrect-claro{
	margin-top: 15px;
    color: #cacaca;
    /* font-weight: bold; */
}


/* --------  ESTILOS DEL BLOG    ------- */
.cont_sup_blog{
	max-width: 1200px;
	padding: 20px;
	margin: 200px auto 0 auto;
}

.grid_blog{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.blog_tit_cat{
	color: var(--primary);
	font-size: 1rem;
	margin: 0;
	font-weight: 100;
}

.blog_n1,
.blog_n2,
.blog_n3{
	margin: 10px;
	padding: 20px;
}

.blog_p1{
	grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.blog_p2{
	grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
	/* background-color: #80005a; */
}

.blog_p3{
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 5;
	/* background-color: #00804b; */

}

.blog_n1{
	display: flex;
}

.blog_n2{
	display: flex;
	flex-wrap: wrap;
}

.blog_n3{
	display: flex;
}

.blog_n1 .cont_tit_blog{
	width: 50%;
}

.blog_n1 .cont_img_blog{
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}

.blog_n1 .cont_tit_blog h5{
	font-size: 1rem;
	color: var(--primary);
}

.blog_n1 .cont_tit_blog p{
	padding-right: 10px;
	font-size: 1.5rem;
	color: var(--dark);
}

.blog_n2 .cont_tit_blog{
	width: 100%;
}

.blog_n2 .cont_img_blog{
	width: 100%;
	height: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

.blog_n2 .cont_tit_blog h5{
	font-size: 1rem;
	color: var(--primary);
}

.blog_n2 .cont_tit_blog p{
	font-size: 1.2rem;
	color: var(--dark);
}


.blog_n3 .cont_tit_blog{
	width: 60%;
}

.blog_n3 .cont_img_blog{
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center;
}

.blog_n3 .cont_tit_blog h5{
	font-size: 0.7rem;
	color: var(--primary);
}

.blog_n3 .cont_tit_blog p{
	font-size: 0.9rem;
	padding-right: 5px;
	color: var(--dark);
}

.blog_mas{
	color: var(--primary);
	visibility: hidden;
}

.cont_blog,
.cont_header_blog{
	width: 100%;
	display: flex;
}

.cont_header_blog{
	border-bottom: 1px solid #96969686;
}

.sup_header_blog-cat{
	position: relative;
	width: calc(100% - 400px);
}

.header_blog-cat{
	width: calc(100% - 80px);
    margin-left: 40px;
    padding: 0px 50px 0px 0px;
    overflow-x: auto;
    height: 50px;
    white-space: nowrap;
	scroll-behavior: smooth;
}

/* para ocultar el scrool */
.header_blog-cat::-webkit-scrollbar{
    display: none;
}

/* para mozilla */

.header_blog-cat{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header_blog-search{
	width: 400px;
	padding: 10px 10px 0px 40px;
}

.btn_header{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 5px;
	z-index: 900;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	top: calc(50% - 10px);
}

.btn_header_right{
	right: -10px;
}

.btn_header_left{
	left: 5px;
	
}


.blog_main{
	padding-right: 20px;
	width: calc(100% - 400px);
	margin-top: 30px;
}

.blog_aside{
	padding: 20px 20px 20px 40px;
	width: 380px;
    margin: 10px;
    border-left: 1px solid #00000030;
}

.cont_img_blog{
	width: 100%;
	margin-top: 0 30px;
}

.blog_header{
	width: 100%;
}

.tit_blog{
	text-align: center;
}

.tit_p_blog,
.tit_s_blog{
	font-family: 'Montserrat', sans-serif;
}

.tit_p_blog{
	font-size: 3rem;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}

.tit_p_blog::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--primary);
	height: 100%;
	width: 3px;

}

.tit_s_blog{
	font-size: 1rem;
	position: relative;
	padding-left: 20px;
}

.tit_s_blog::after{
	content: '';
	position: absolute;
	top: calc(50% - 5px);
    left: -2.5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
	background-color: var(--secondary);

}

.referencias_blog ul{
	font-size: 17px;
	color: var(--cab);
	font-style: italic;
}

.referencias_blog ul li{
	margin: 20px 0;
}


.contenido_blog{
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	color: var(--cab);
	font-size: 20px;
	text-align: justify;

}

.form_blog{
	display: flex;
	padding: 0px;
    margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
}

/* #blog_search{
	width:  calc(100% - 50px);;
} */

.blog_buscar{
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    /* background-color: var(--dark); */
    color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    transition: all .5s;
}

.blog_buscar:hover{
	color: var(--primary);
}

.blog_categoria{
	color: var(--dark);
	padding: 0 20px;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	display: inline-block;
    margin: 5px;
	padding: 10px 15px;
    border-radius: 20px;
	transition: all .5s;
}

.blog_categoria:hover{
	transform: scale(1.1);
}

.form-error{
	border: 1px solid #8d10108a !important;
	box-shadow: 0 0 0 2px #8d101025 !important;
	color: #8d1010 !important;
}

.cont-iframe-facebook{
	display: flex;
	justify-content: center;
}

.tit_blog_aside{
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 30px;
    margin-top: 20px;
}

.tit_blog_aside::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 150px;
	height: 3px;
	background-color: var(--primary);
}

.cont_enlace_blog_aside{
	margin: 60px 0px;
}

.enlace_blog_aside{
	display: block;
	margin:20px 0px;
	padding: 20px;
	transition: all .5s;
	position: relative;
	border-bottom: 1px solid #d7d7d7eb;
}

/* .enlace_blog_aside:not(:last-of-type){
	border-bottom: 1px solid #d7d7d7eb;
} */

.enlace_blog_aside_vi::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	border-radius: 50%;
	left: 0;
	top: calc(50% - 5px);
}

.li_enlace_blog_search::marker{
	color: var(--primary);
	font-size: 1.5rem;
    font-weight: 100;
}



.enlace_blog_aside > h5{
	font-size: 20px;
	font-weight: 100;
	transition: all .5s;
}

/* .enlace_blog_aside:hover{
	background-color: #cecece94;
} */

.enlace_blog_aside:hover > h5{
	color: #000;
}

/* ------------------------------------- */

@media (max-width: 990px) {


	.navbar_sticky-top {
		height: 75px !important;
	}

	.bg_cab{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.bg_cab::after{
		background-color: none;
	}

	.cont_blog{
		flex-wrap: wrap;
	}

	.cont_header_blog{
		flex-wrap: wrap;
	}

	.sup_header_blog-cat {
		width: 100%;
	}

	.btn_header_right {
		right: 10px;
	}

	.header_blog-search {
		width: 100%;
		padding: 0px;
	}

	.blog_main{
		padding: 20px;
		width: 100%;

	}
	
	.blog_aside{
		padding-left: 30px;
		margin-top: 50px;
		width: 100%;
	}
}

@media (max-width: 990px) {
	.grid_blog{
		grid-template-columns: repeat(2,50%) ;
		grid-template-rows: repeat(6,1fr);
	}

	.blog_p1{
		grid-area: 1/1/3/3;
	}
	
	.blog_p2{
		grid-area: 3 / 1 / 5 / 2;
	}
	
	.blog_p3{
		grid-area: 3 / 2 / 5 / 3;
	}

	.blog_n2 .cont_tit_blog p {
		font-size: 1rem;
	}
}

@media (max-width: 650px) {
	.tit_p_blog{font-size: 2rem;}
	.contenido_blog{font-size: 15px;}
	.referencias_blog ul{font-size: 13px;}

	.grid_blog{
		grid-template-columns: 100% ;
		grid-template-rows:  60vh repeat(2,60vh) repeat(4,50vh);
	}

	.blog_p1{
		grid-area: 1 / 1 / 2 / 2;
	}
	
	.blog_p2{
		grid-area:  2 / 1 / 3 / 2;
	}
	
	.blog_p3{
		grid-area:  3 / 1 / 4 / 2; 
	}

	.blog_n2 .cont_tit_blog p {
		font-size: 1rem;
	}

	.blog_n1,
	.blog_n3{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	.blog_n1 .cont_tit_blog,
	.blog_n1 .cont_img_blog,
	.blog_n3 .cont_tit_blog,
	.blog_n3 .cont_img_blog{
		width: 100%;
		position: relative;
		order: 2;
		height: 60%;
	}

	.blog_n1 .cont_img_blog,
	.blog_n3 .cont_img_blog{
		order: 1;
		margin-bottom: 20px;
	}

	.blog_n1 .cont_tit_blog p {
		font-size: 1rem;
	}

	.blog_mas{
		visibility: visible;
	}
	
}


/* Tablet Device = 768px */

@media only screen and (max-width: 1300px) {

	.btn_cot{
		position: absolute; 
		right: 0; 
		top: 90px;
	}


}



@media only screen and (min-width: 768px) and (max-width: 991px) {

	.btn_llamar{display: block;}

	.cont_cotizacion_c{
		height: auto;
	}

	.cabecera_landing{
		top: 30px;
		padding-top: 20px;
	}

	.humberger__open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		/* border: 1px solid #1c1c1c; */
		cursor: pointer;
		position: absolute;
		right: 25px;
		top: 30px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 1500;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
        margin-left: -30px;
	}
	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #7fad39;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}
	.humberger__menu__nav {
		display: none;
	}
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}
	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}
	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 200;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #7fad39;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.664);
		content: "";
		z-index: 1500;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}




/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {

	.cont_cotizacion_c{
		height: auto;
	}

	.cabecera_landing{
		top: 30px;
		padding-top: 20px;
	}

	.btn_llamar{display: block; right: 35%;}

	.x_res{margin-top: -40px;}


	.humberger__open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		/* border: 1px solid #1c1c1c; */
		cursor: pointer;
		position: absolute;
		right: 25px;
		top: 30px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 1500;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
		
	}
	.humberger__menu__contact ul{
		margin-left: -37px;
	}
	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #7fad39;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}
	.humberger__menu__nav {
		display: none;
	}
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}
	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}
	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #7fad39;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.589);
		content: "";
		z-index: 1500;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}

@media only screen and (max-width: 570px) {

	.btn_llamar{ right: 25%;}

	.xs_none{display: none;}

	.navbar_barraAnterior {
		/*	height: 75px; */
	}

	.res_r{width: 100px;}
	.res_b{width: 200px;}

}

@media only screen and (max-width: 485px) {

	.btn_llamar{display: none;}

}

@media only screen and (max-width: 1800) {

	.img_fondo_carrusel{height: none;}

}


/* WSP */

/* logo de wsp */

.cont_logo_wsp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25D366;
    color: #fff;
    width: 56px;
    border-radius: 50%;
    height: 56px;
    z-index: 900;
    cursor: pointer;
    animation: pulsoWsp 1.5s ease infinite;
  
  }
  
  @keyframes pulsoWsp {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(37,211,102,1);
      box-shadow: 0 0 0 0 rgb(37 211 102);
    }
    70% {
      -moz-box-shadow: 0 0 0 15px rgba(37,211,102,0);
      box-shadow: 0 0 0 10px rgb(37 211 102 / 0%);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(37,211,102,0);
      box-shadow: 0 0 0 0 rgb(37 211 102 / 0%);
    }
  }
  
  .cont_logo_wsp::before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(/template/plantilla_03/img/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    transition: 0.4s ease all;
  }
  
  .cont_logo_wsp::after{
    content: '';
      opacity: 0;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: transparent url(/template/plantilla_03/img/x_icon.svg) center center no-repeat;
      background-size: 14px auto;
      transition: 0.4s ease all;
      transform: scale(0) rotate(-360deg);
  }
  
  .cont_logo_wsp--active::before{
    opacity: 0;
    transform: scale(0) rotate(360deg);
  
  }
  
  .cont_logo_wsp--active::after{
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  
  .cont_info_wsp{
    position: fixed;
    width: 350px;
    /* height: 230px; */
    left: 20px;
    bottom: 50px;
    opacity: 0;
    background-color: #e7e6e4;
    border-radius: 10px;
    transition: all .5s ease;
    box-shadow: 2px 2px 10px 4px #1111114a;
    max-width: calc(100% - 50px);
    z-index: 900;
    pointer-events: none;
  }
  
  .cont_info_wsp--mostrar{
    bottom: 90px;
    opacity: 1;
    pointer-events: all;
  }
  
  .logo_wsp_cab{
    width: 35px;
    margin-right: 20px;
    margin-left: 10px;
  
  }
  
  .head_wsp{
    background-color: #25D366;
    width: 100%;
    /* height: 80px; */
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
  }
  
  .titulo_wsp{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  
  .titulo_wsp>.prin{
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
  .titulo_wsp>.sec{
    margin: 0;
  }
  .numeros_wsp{
    padding: 10px;
  }
  
  .numeros_wsp>p{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 5px;
  }
  
  .link_wsp{
    width:calc(100% - 20px);
    display: block;
    height: 70px;
    background-color: #dddddd;
    position: relative;
    margin: 5px 10px;
    display: flex;
    align-items: center;
  }
  
  .link_wsp::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #25D366;
  }
  
  .link_wsp::before{
    content: '';
    background: url(/template/plantilla_03/img/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }
  
  .avatar_wsp{
    background-size:cover;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 15px;
  }
  
  .avatar_nombre{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em;
  }
  
  .avatar_cargo{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em;
  }