/*
font-family: 'Poppins', sans-serif;
*/

.loading_pagina{
padding-top: 10%;
opacity: 0.6;
max-width: 350px;    
}

h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
color: inherit;
}

html {
scroll-behavior: smooth;
}

a:not([href]):not([tabindex]) {
color: white;
}

body,li,a,p{
font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Poppins', sans-serif;
}

::selection {
background: #38454e;
color: white;
}

a,i,li{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a{
text-decoration: none !important;
color: #df2434;
}

a :hover,a :focus{
color: #38454e;	
}

li{
list-style: none;	
}

ul{
margin-bottom: 0px;	
}

.centrar_al_medio {
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;	
}

.ellip {
display: block;
height: 100%;
}

.ellip-line {
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
max-width: 100%;
}

.ellip,
.ellip-line {
position: relative;
overflow: hidden;
z-index: 99;
}

#google-map{
border: solid white 10px;
box-shadow: 4px 4px 5px #00000012;
margin-bottom: 52px;	
}	

.cuerpo_pagina_standard_full{
text-align: justify;
}

/*.cuerpo_pagina_standard*/ #formulario h3{
color: white;
background: url(/assets/img/line_one.jpg) no-repeat left bottom;
margin-bottom: 24px;
padding-bottom: 6px;
letter-spacing: 1px;
font-size: 17px;
}

#formulario{
margin-left: 30px;
/*margin-right: 30px;	*/
background-color: #333c41;
padding: 30px 20px;
box-shadow: 4px 3px 6px #00000042;
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
}

#formulario .campo{
/*padding-left: 0px;
padding-right: 0px;*/
}


form input.btn.bloqueo{
pointer-events: none;
}


 #formulario h5{
color: #b1b1b1;
margin-bottom: 5px;
font-weight: 500;
letter-spacing: 0.5px;
font-size:13px;	
}

 #formulario h5 span{
color: #df2434;
margin-right: 3px;
}

 #formulario input,
 #formulario select{
width: 100%;
padding: 5px 9px;
border: solid 1.5px #b1b1b140;
background-color: #ffffff00;
margin-bottom: 21px;
color: white;
}

#formulario select{
background-color: #2c3b45; 
}

 #formulario textarea{
width: 100%;
margin-bottom: 12px;	
border: solid 2px #b1b1b140;
background-color: #ffffff00;
color: white;
}

 #formulario .checkbox input{
width: auto;	
margin-bottom: 0px;	
margin-right: 5px;	
}

 #formulario .checkbox label{
text-transform: none;
color: #b7b7b7;
font-weight: 400;
}	

#formulario .checkbox label a{
color: #b7b7b7;
text-decoration: underline !important;
}

#formulario .checkbox label a:hover{
color: white;
}

#formulario .enviar_formulario input,#formulario .enviar_formulario button{
background-color: #df2434;
margin-top: 4px;
border: solid 2px #df2434;
border-radius: 0;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
color: white;
margin-bottom: 1rem;
width: 100%;
padding: 10px;
font-size: 0.9rem;
font-weight: 500;
}

#formulario .enviar_formulario input:hover,#formulario .enviar_formulario button:hover{
background-color: white;
border-color: white;
color: #df2434;	
}



#formulario .texto_legal{
text-align: justify;
color: #949494;
font-size: 11px;
line-height: 19px;
margin-bottom: 0px;
}

#formulario .texto_legal strong{
color: #d4d4d4;
font-weight: 500;
}

.cuerpo_pagina_standard  > .contenido{
background-color: white;
padding: 50px;
margin: 0px;    
}

.cuerpo_pagina_standard p{
margin-bottom: 20px;    
}

.cuerpo_pagina_standard ul{
padding-left: 7px;  
margin-bottom: 15px;    
}

.cuerpo_pagina_standard ul li{
padding-bottom: 12px;    
}

.cuerpo_pagina_standard ul li::before {
content: "· ";
margin-left: -10px;
position: absolute;
font-weight: bold;
color: #df2434;
font-size: 17px;
margin-top: -3px;
}

.cuerpo_pagina_standard ul li ul{
padding-top: 16px;
padding-left: 19px;
margin-bottom: 0px;    
}

.cuerpo_pagina_standard ul li ul li::before {
color: #c2c2c2;
}

.cuerpo_pagina_standard table{ 
margin-top: 30px;
margin-bottom: 30px;
}

.cuerpo_pagina_standard h4{
margin-bottom: 20px;    
}

.cuerpo_pagina_standard .titulo_intermedio{
color: #df2334;
font-size: 35px;
font-weight: 200;
border-bottom: solid #c3c7c8 1px;
margin-bottom: 30px;
padding-bottom: 3px;
margin-top: 50px;
text-align: left;    
}

.cuerpo_pagina_standard .subtitulo_intermedio{
font-size: 15px;
color: white;
background-color: #424f58;
/*text-align: center;*/
padding: 7px 20px;
}

.boton_rojo{
background-color: #df2334;
color: white;
border: solid #df2334 2px;
font-weight: 500;
padding: 7px 31px;
letter-spacing: 0.7px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;	
}

.boton_rojo:hover{
opacity: 0.4;
color: white !important;	
}
	
.alert-danger{
margin-bottom: 0px;
background-color: red;
border-radius: 0px;
border: solid red 4px;
color: white;
}

.alert-danger button{
color: black;
opacity: 1;
text-shadow: 2px 2px 4px #00000000;
}

.alert-danger button:hover{
color:white;	
}

.fondo_punteado{
background-image: url("../img/point.jpg");
}

.seccion{
padding-top:100px;	
padding-bottom:100px;		
}

.titulo{
margin-bottom: 90px;
}

.titulo h3,
.titulo h2,
.titulo h1,
.titulo.arreglo_1 h4{
color: #df2334;
font-size: 35px;
font-weight: 200;
border-bottom: solid #c3c7c8 1px;
margin-bottom: 5px;
padding-bottom: 3px;
}
.titulo.arreglo_1 h4::before{
    content: none;
}

.titulo h4{
color: #013d52;
font-size: 16px;
letter-spacing: 0.4px;
margin-bottom: 0px;	
}

.titulo h4::before {
font-weight: bold;
color: #de2335;
content: "· ";
}

.seccion_black .titulo h3,.seccion_black .titulo h4{
color:white;
}

.seccion .boton_enviar{
text-align: center;
margin-top: 65px;	
}
	
.standard_lateral_derecha{
text-align: right;
}

.caja_blanca {
line-height: 32px;
font-size: 15px;
}

.caja_blanca p{
margin-bottom: 0px;	
}


.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.caja123 {
text-align: center;
margin-bottom: 2rem;
}

.caja123 img{
margin-bottom: 1rem;
max-width: 95px;
max-height: 85px;
}

.caja123 p{
font-size: 14px;
}

@media (min-width: 1700px){	
	.container {
	max-width: 1550px;
	}	
	
}

@media (max-width: 1700px){	
	
	.standard_lateral_derecha{
	padding-left: 50px;	
	}
	
}

@media (max-width: 991px){	
    
    .cuerpo_pagina_standard > .contenido {
    padding: 39px 32px;
    }
	
	.standard_lateral_derecha{
	padding-left: 0px;	
	}
	
	#formulario {
	margin-left: 0px;	
	}
	
	.standard_lateral_derecha{
	text-align: center;	
	margin-top: 40px;	
	}
	
	.standard_lateral_derecha img{
	width: 100%;
	max-width: none;	
	}

    .cuerpo_pagina_standard .titulo_intermedio{
    font-size: 25px;   
    } 
}

@media (max-width: 768px){	
   
}

@media (max-width: 540px){	
    
    .cuerpo_pagina_standard .titulo_intermedio {
    font-size: 20px;
    margin-bottom: 18px;
    }
    
    .cuerpo_pagina_standard > .contenido {
    padding: 27px 5px;
    }
    
    .cuerpo_pagina_standard {
    padding: 50px 15px;
	}
    
	#formulario {
	padding: 26px 11px;
	}
}

@media (max-width: 480px){	
	.caja_blanca {
	margin-left: 0px;
    border-left: none;
    border-top: solid 4px;
    margin-bottom: 85px;
    margin-top: 4px;
	}
}


/* ============================================================================
TOPBAR
============================================================================ */

#top-bar{
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
height: inherit;
}

#top-bar li{
display: inline-flex;
}

#top-bar li a{
color:#7e858b;
font-size: 16px;
padding: 3px 5px;	
}

#top-bar li a:hover i,#top-bar li.glass a:hover i{
color: white !important;
}

#top-bar .contacto li{
padding-right: 5px;
}

#top-bar .enlaces ul{
text-align: right;
}

#top-bar .enlaces ul li{
padding-left: 5px;	
}

#top-bar .enlaces ul li a{
font-size: 14px;
letter-spacing: 0.5px;
}

#top-bar  ul li a:hover{
color:white;
}

#top-bar  ul li a:after{
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: inherit;
background: #f00;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
margin-top: -11px;
}

#top-bar  ul li a:hover:after{
width: 100%; 
left: 0; 
}

#top-bar svg{
width: 15px;
margin-top: -3px;
opacity: 0.5;
}

#top-bar a:hover svg{
opacity: 1;
}

@media (max-width: 991px){
	.titulo h3 {
	text-align: left;	
	}
}

@media (max-width: 768px){
	
	#top-bar .enlaces{
	display: none;
	}
	
	#top-bar .contacto ul{
	text-align: center;	
	}
	
	.titulo h3 {
    font-size: 37px;
    margin-bottom: 18px;
    padding-bottom: 11px;
    line-height: 50px;
	text-align: left;	
	}
	
	.titulo {
    margin-bottom: 50px;
	}
	
}

@media (max-width: 540px){
	
    .titulo h3 {
    font-size: 25px;
    margin-bottom: 18px;
    line-height: 33px;
    padding-bottom: 14px;
    }
	
}

/* ============================================================================
CABECERA
============================================================================ */

#header, #header-wrap, #logo img {
height:auto;
}

#logo a.retina-logo img{
height: 85px;	
}

#primary-menu ul li > a {
padding: 29px 15px;
}

#top-search, #top-cart, #side-panel-trigger, #top-account {
margin: 28px 0 40px 15px;
}

#primary-menu ul > li > a:after{
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: inherit;
background: #f00;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
margin-top: -2px;
border: none;	
}

#primary-menu ul >li:hover > a:after{
width: 100%; 
left: 0; 
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a{
color:#1f2e38;
}

#primary-menu ul ul li:hover > a{
color: #df2434;	
}

#primary-menu ul ul li > a:after{
height: 0px;
background: white;	
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
border-top: 0px solid #ffffff;
margin-top: -30px;	
}

#primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a {
background-image: url("/assets/img/submenu.png");
}

#top-search a i{
font-size: 18px;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;	
}

#top-search a:hover i{
color:red;
}

body.top-search-open #top-search form input::placeholder{
color: #20303a2e;
}

#logo a img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;	
}

#logo a:hover img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
opacity: 0.6;	
}	

#header.sticky-header #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {

    margin-top: -13px;
}

@media (max-width: 991px){
	
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
	color: #df2434 !important;
	}
	
	#primary-menu ul > li > a:after{
	display: none;	
	}
	
	#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content{
    width: 100%;
    margin-top: 0px;
	} 
	
}

@media (max-width: 575.98px){
    
	#top-search form input {
	padding-right: 55px;
	padding-left: 28px;
	}
}

/* ============================================================================
SLIDE HOME
============================================================================ */

.carrusel_slide .owl-stage{
padding-top: 0px;
padding-bottom: 0px;
}

.carrusel_slide .owl-stage img{
object-fit: cover;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav{
margin-top: -93px;	
}

.owl-carousel .owl-dots .owl-dot {
background-color: white;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover{
opacity: 0.99;	
background-color:#df2335;	
}

.carrusel_slide .cartel{
position: absolute;
width: 460px;
transform: translate(50%, -4%);
background-color: #ec043fcc;
padding: 46px 53px;
}

.carrusel_slide .cartel h2,
.carrusel_slide .cartel h1{
color: white;
font-size: 46px;
font-weight: 200;
line-height: 57px;
max-width: 330px;
text-shadow: 2px 2px 2px #00000014;
padding-bottom: 23px;
background: url(/assets/img/line_slide.jpg) no-repeat left bottom;
margin-bottom: 18px;
}

.carrusel_slide .cartel p,
.carrusel_slide .cartel h4{
color: white;
font-size: 24px;
font-weight: 300;
margin-bottom: 80px;
}

.carrusel_slide .cartel a{
color: white;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 17px;
padding-left: 5px;	
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;	
}

.carrusel_slide .cartel a:hover{
padding-left: 0px;
color:#ffffffde;	
}

.carrusel_slide .cartel a i{
opacity: 0;	
}

.carrusel_slide .cartel a:hover i{
color: white;
opacity: 1;	
}

.carrusel_slide .cartel a i:last-child{
margin-left: -10px;
}

.carrusel_slide .cartel a:hover i:last-child{
margin-left: -5px;
}

@media (max-height: 835px){
	
	.carrusel_slide .cartel p,
    .carrusel_slide .cartel h4{
	margin-bottom: 40px;
	}
	
	.carrusel_slide .cartel h2,
    .carrusel_slide .cartel h1{
    font-size: 40px;
    line-height: 46px;
	}	
}

@media (max-width: 991px){
	
	.carrusel_slide .cartel h2,
    .carrusel_slide .cartel h1{
    font-size: 35px;
	max-width: none;	
	}
	
	.carrusel_slide .cartel p,
    .carrusel_slide .cartel h4{
    color: white;
    font-size: 20px;
	}
	
	.carrusel_slide .cartel a {
    font-size: 15px;
	}
}

@media (max-width: 768px){
	
	.carrusel_slide .cartel {
    transform: none;
    display: block;
    position: relative;
    background-color: #e2445a;
    max-width: none;
    width: 100%;
	padding: 26px 46px;	
	}
	
	.carrusel_slide .owl-stage img {
	object-position: right;
    height: 350px !important;
	}
	
	.carrusel_slide .cartel p,
    .carrusel_slide .cartel h4{
	display: none;
	}
	
	.carrusel_slide .cartel h2,
    .carrusel_slide .cartel h1{
    margin-bottom: 0px;
    background: none;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 27px;
	}
	
	.carrusel_slide .cartel a {
    display: none;
	}
	
	.seccion {
    padding: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
	}
	
}

/* ============================================================================
HOME
============================================================================ */

.parallax_intro{
margin-top: -48px;
text-align: center;
color: white;
padding: 68px 15px;
background-size: cover;
}

.parallax_intro p{
margin-bottom: 0px;	
}

.parallax_intro p span{
display: block;
font-size: 26px;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 26px;
}

.parallax_intro h1{
color: white;
padding: 0px 15px;
font-size: 22px;
max-width: 1300px;
margin: 0 auto;
letter-spacing: 1px; 
font-weight: 500;    
}

.seleccion_puerta_home .row{
justify-content: space-between;
margin: 0px;	
}

.seleccion_puerta_home .caja_seleccion{
background-image: url(../img/fondo_caja_select.webp);
margin: 0px;
max-width: 23%;
padding: 52px 30px 38px 30px;
box-shadow: 4px 5px 4px -2px #00000030;
}

.seleccion_puerta_home .caja_seleccion h5{
color: white;
font-size: 18px;
margin-bottom: 18px;
letter-spacing: 1px;
font-weight: 500;
line-height: 26px;
}

.seleccion_puerta_home .caja_seleccion h5 span{
font-weight: bold;
color:#df2434;	
}

.seleccion_puerta_home .caja_seleccion select{
max-width: 100%;
width: 100%;	
-webkit-appearance: none;
border: solid white 1px;
/*background-color: #ffffff00;*/
background-color: #37434d;
border-radius: 0px;
color: white;
padding: 4px 10px;
letter-spacing: 1px;
}

.seleccion_puerta_home .caja_seleccion p{
margin-bottom: 0px;
margin-top: 16px;
color: #adb0b5;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 18px !important;
}

.puertas_home{
background-image: url("/assets/img/parallax_home.webp");
}

.puertas_home row{
justify-content: space-between;
margin: 0px;
}

.puertas_home .puerta{
max-width: 34%;
    margin-bottom: 39px;    
}

.puertas_home .puerta img{
border: solid 3px #df2434;
box-shadow: 2px 2px 2px 2px #0000001c;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
}

.puertas_home a:hover img{
opacity: 0.5;    
}

.puertas_home .puerta .texto{
position: absolute;
bottom: 0;
margin-bottom: 15px;
left: 35px;
background-color: #df2434de;
color: white;
padding: 5px 17px;
margin-bottom: 15px;
font-size: 14px;    
}


.blog_home .noticia > div{
background-color: white;
border: #ffffff solid 3px;
box-shadow: 2px 2px 2px #e9e9e9;
}

.blog_home .noticia img{
width: 100%;
max-height: 250px;
object-fit: cover;
}

.blog_home .noticia .texto{
padding: 25px 20px;	
}

.blog_home .noticia h4{
margin-bottom: 2px;
font-weight: 500;
font-size: 13.5px;
}

.blog_home .noticia h5{
font-size: 12px;
font-weight: 400;
color: #df2434;
font-style: italic;
margin-bottom: 7px;
}

.blog_home .noticia p{
margin-bottom: 40px;
font-size: 13px;
font-weight: 300;
color: #a8a8a8;
line-height: 19px !important;
}

.blog_home .noticia a{
text-align: center;
color: #df2434;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
display: table;
padding: 5px 21px;
border: solid #df2434 2px;
letter-spacing: 1px;
}

.blog_home .noticia a:hover{
color: white;
background-color: #df2434;
}

.blog_home .boton_enviar{
margin-top: 100px;	
}

.fragment_oscur{
background-color: black; 
}

.fragment_oscur h3{
color: white;
margin-top: 21px;
line-height: 25px;
margin-bottom: 11px;
text-align: left;
font-size: 19px;
letter-spacing: 0.5px;
padding-bottom: 5px;
margin-bottom: 16px;
border-bottom: solid 2px #df2434;
}

.fragment_oscur h3 span{
color: #df2434 !important;    
}

.fragment_oscur p{
margin-bottom: 0px;
/* font-size: 15px; */
color: #e4e4e4;
text-align: justify;
line-height: 23px !important;
}

.fragment_oscur .col-md-4 > div{
padding: 20px;    
}

.fragment_oscur p strong{
color: white;    
}

.fragment_oscur img{
border: solid #e4e4e4 5px;
box-shadow: 3px 3px 3px #00000087;
width: 100%;    
}

.fragment_oscur .enlace{
margin-bottom: 0px;
margin-top: 15px;
}

.fragment_oscur .enlace a{
background-color: #df2434;
color: white;
padding: 3px 15px;
border: solid 2px #df2434;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
}

.fragment_oscur .enlace a:hover{
background-color: #28374200;
color: white;
}

.fragmento_enla_home1 .titulo{
margin-bottom: 0px;
}

.fragmento_enla_home2 .titulo{
margin-bottom: 0px;
}

@media (max-width: 1200px){
    
    .fragmento_enla_home2 img {
    margin-top: 25px;
    }
    
    .fragmento_enla_home1 .titulo {
    margin-bottom: 16px;
    }

	.seleccion_puerta_home .caja_seleccion{
	flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 34px;
	}
	
	.seleccion_puerta_home  .boton_rojo{
	width: 100%;
    display: block;
	padding-top: 12px;
    padding-bottom: 12px;	
	}
	
	.seleccion_puerta_home  .boton_enviar{
	margin-top: 15px;
	}
	
}

@media (max-width: 991px){
    
    .fragment_oscur .col-md-4 > div{
     padding: 0px;   
    }
    
    .parallax_intro h1 {
    padding: 0px 40px;
    font-size: 18px;    
    }
	
	.blog_home .noticia{
	margin-bottom: 32px;
	}
	
	.blog_home .boton_enviar {
    margin-top: 81px;
	}
	
	.puertas_home .puerta .texto{
	position: relative;
    left: auto;
    background-color: #ffffff;
    line-height: 17px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #df2434de;
    font-weight: bold;
    /* margin-top: 4px; */
    font-size: 13px;
	}
	
	.puertas_home .puerta img{
	border: solid 0px #df2434;
	}
			
	.titulo {
    margin-bottom: 60px;
	}
	
}

@media (max-width: 768px){
	
    .fragment_oscur .col-md-4{
     margin-bottom: 75px;   
    }
    
    .fragment_oscur .row .col-md-4:last-child{
     margin-bottom: 0px;   
    }
    
	.puertas_home .puerta {
	max-width: none;
	}
	
	.blog_home .noticia img{
    max-height: none;
	}
	
	.blog_home .noticia {
    padding: 0px;
	}
	
	.seleccion_puerta_home .boton_enviar{
    margin-top: 18px;
	}
	
	.parallax_intro p span {
    font-size: 22px;
	line-height: 26px;	
	margin-bottom: 33px;	
	}
	
	.owl-carousel .owl-dots, .owl-carousel .owl-nav {
	display: none;	
	}

}

@media (max-width: 576px){
    
    .fragment_oscur{
    padding: 30px 15px !important;    
    }
    
    .fragment_oscur .col-md-4{
     padding: 0px;   
    }
	
	.parallax_intro {
	padding: 54px 25px;
	}
	
	.seleccion_puerta_home .caja_seleccion{
	flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
	}
    
    .parallax_intro h1 {
    padding: 0px 15px;
    font-size: 16px;    
    }
		
}

/* ============================================================================
FOOTER
============================================================================ */

#footer{
border-top: #df2334 solid 5px;
background-image: url(/assets/img/fondo_pie.webp);
padding: 50px 25px;
background-size: cover;
background-position: center;
}

#footer .columna_uno{
text-align: right;
}

#footer .logo_pie{
max-width: 170px;
margin-bottom: 25px;
margin-top: 25px;
}

#footer .columna_uno p{
color: #f0f0f0;
font-size: 15px;
letter-spacing: 0.5px;
font-weight: 300;
margin-bottom: 15px;
line-height: 24px;
}

#footer .columna_uno p strong{
color: white;
font-weight: bold;
}

#footer .columna_uno h6{
font-size: 14px;
color: white;
font-weight: 400;
letter-spacing: 0.3px;
margin-bottom: 5px;
}

#footer .columna_uno,#footer .columna_dos{
padding: 0px 86px;
}

#footer .columna_uno h6 span{
color: #ec2839;;
font-weight: 500;
}

#footer .columna_uno .enviar_email{
background-color: #ffffff00;
border: none;
color: #df2434;
/* font-size: 18px; */
position: absolute;
margin-left: -45px;
margin-top: 1px;
padding: 0px 18px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;	
}

#footer .columna_uno .enviar_email i{
font-size: 23px;	
}

#footer .columna_uno .enviar_email:hover{
    background-color: gainsboro;
}


#footer .columna_uno input{
width: 315px;
padding: 6px 12px;
}

#footer .columna_uno input::placeholder{
color:#cfd3d4;
}

#footer .columna_dos h3{
color: white;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 9px;
}

#footer .columna_dos h3 i{
color: #df2334;
font-size: 21px;
display: inline-block;
margin-left: 4px;
}

#footer .columna_dos ul.texto{
color: white;
border-top: #4f5c68 solid 2px;
border-bottom: #4f5c68 solid 2px;
width: fit-content;
padding: 10px 5px;
line-height: 25px;
}

#footer .columna_dos ul.texto li,#footer .columna_dos ul.texto li:last-child a{
margin-bottom: 2px;
font-weight: 300;
font-size: 14px;
color: lightgrey;
}

#footer .columna_dos ul.texto li a{
color: white;	
font-weight: 500;	
}

#footer .columna_dos ul.texto li a:hover{
color:#df2434;
}
	
#footer .columna_dos ul.iconos{
padding-top: 12px;
}

#footer .columna_dos ul.iconos li{
display: inline-block;
margin-right: 16px;
}

#footer .columna_dos ul.iconos li a{
color: #929a9d;
font-size: 18px;
text-shadow: 2px 2px 1px #00000033;
}

#footer .columna_dos ul.iconos li a svg{
width: 18px;
margin-top: -5px;
opacity: 0.5;
}

#footer .columna_dos ul.iconos li a:hover svg{
opacity: 1;
}
    

#footer .columna_dos ul.iconos li a:hover,#footer .columna_dos ul.iconos li:hover a,#footer .columna_dos ul.iconos i:hover{
color: white;	
}

.copyright{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
}

.copyright{
padding: 15px 15px;
}

.copyright ul{
text-align: center;
}

.copyright ul li{
font-size: 12px;
display: inline-block;
padding: 0px 2px;
}

.copyright ul li a{
color: #df2434;
}

.copyright ul li a:hover{
text-decoration: underline !important;
}

@media (max-width: 1200px){
	
	#footer .columna_uno p br{
	display: none;	
	}
	
	#footer .columna_uno .enviar_email {
    margin-top: -34px;
	}
	
}

@media (max-width: 991px){
	
	#footer .columna_uno {
	text-align: left;
    margin-bottom: 31px;
	}
	
	#footer .columna_uno p br{
	display: block;	
	}
	
	#footer .columna_uno .enviar_email {
    margin-top: 0px; 
	}

}

@media (max-width: 768px){

	#footer .columna_uno, #footer .columna_dos{
	padding: 0px 18px;
	}
	
}

@media (max-width: 576px){
	
	#footer .columna_uno input {
    width: 100%;
	}
	
	#footer .columna_uno p br{
	display: none;	
	}
	
	#footer .logo_pie {
    max-width: 133px;
    margin-bottom: 21px;
    margin-top: 0px;
	}
	
	#footer .columna_uno h6 {
    margin-bottom: 7px;
	}
	
	#footer .columna_dos h3 {
    font-size: 15px;
	}
	
	#footer .columna_dos ul.iconos,.copyright ul{
	text-align: center;	
	}
	
	.copyright ul{
	text-align: left;	
	}
	
	#footer .columna_uno .enviar_email{
	right: 20px;
    margin-top: -36px;
	}	

		
}

/* ============================================================================
PAGINA STANDARD
============================================================================ */

.titulo_pagina_standard{
background-image: url(/assets/img/titulo_fondo.jpg);
padding: 14px 0px;
background-position: center bottom;
border-bottom: solid 3px #df2434;
text-align: center;
}

.titulo_pagina_standard h2,.titulo_pagina_standard h1{
color:white;	
margin-bottom: 0px;	
}

.titulo_pagina_standard h2 p,.titulo_pagina_standard h1 p{
 margin-bottom: 0px;   
}

.cuerpo_pagina_standard{
padding: 60px 0px;
max-width: 1200px;
}


.cuerpo_pagina_standard .titulo{
margin-bottom: 40px;
}

@media (max-width: 1400px){
	.cuerpo_pagina_standard {
    padding: 50px 25px;
	}
}



@media (max-width: 480px){
    
    .cuerpo_pagina_standard {
    padding: 38px 20px !important;
    }
	
	.cuerpo_pagina_standard .titulo {
	margin-bottom: 30px;
	}
}

/* ============================================================================
BLOG
============================================================================ */
.enlace_full img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
/* padding-top: 7px;	*/
	
}

.enlace_full{
border: none !important;
padding: 0px !important;
text-align: left !important;	
    width: 100%;	
}

.enlace_full:hover{
background-color: #ffffff00 !important;	
}

.enlace_full img:hover{
opacity: 0.7;	
}

.pagina_blog .noticia{
margin-bottom: 50px;
    margin-top: 18px;
}

.sidebar_blog > div{
background-color: #333c41;
padding: 25px 39px;
box-shadow: 4px 3px 6px #00000042;
height: 100%;
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
padding: 35px 39px;
box-shadow: 4px 3px 6px #00000042;
 height: 100% !important;
}

.sidebar_blog h4{
color: white;
background: url(/assets/img/line_one.jpg) no-repeat left bottom;
margin-bottom: 19px;
padding-bottom: 6px;
letter-spacing: 1px;
font-size: 17px;
margin-left: -10px;
}

.sidebar_blog ul{
margin-left: -2px;
padding-left: 10px;
}

.sidebar_blog li {
list-style-image: none;
margin-bottom: 3px;
color: #df2334;
/*list-style: disc;*/
}

.sidebar_blog a{
color: #ffffffc4;
letter-spacing: 0.5px;
font-size: 14px;
}

.sidebar_blog a:hover{
color: white;
text-decoration: underline !important;
}

.paginador{
margin-top: 40px;	
}
.paginador li{
display: inline-block;
}

.paginador  .next{
float: right;
}

.paginador a{
background-color: #df2334;
color: white;
border-radius: 55px;
padding: 5px 19px;
border: #df2334 solid 2px;	
}

.paginador a:hover{
background-color: #283742;
border-color:#283742;	
}

/*.sidebar_blog a:before{
font-weight: bold;
color: #de2335;
content: "· ";
padding-right: 3px;
text-decoration: inherit;
text-decoration-color: #333c41;
}

.sidebar_blog a:before:hover{
text-decoration: none!important;	
}*/


@media (max-width: 1700px){
	
	.enlace_full img {
    padding-top: 1px;
	}
	
	.pagina_blog .noticia {
    padding-left: 10px;
    padding-right: 10px;
	}
	
	.sidebar_blog a {
    font-size: 13px;
	}
	
	.sidebar_blog li {
    margin-bottom: 7px;
	font-size: 9px;	
	}
	
}

@media (max-width: 1200px){
	
	.sidebar_blog{
	padding: 0px;
	/*margin-bottom: 15px;*/	
	}
	
	.sidebar_blog > div {
	padding: 27px 24px;
	}
	
	.sidebar_blog ul {
    margin-left: -2px;
    padding-left: 13px;
	}
	
	.sidebar_blog h4{
	margin-left: -10px;
	}
		
	.fragmento_noticia{
    padding: 0px 15px;
	}
	
}

@media (max-width: 991px){
	.pagina_blog .noticia {
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 18px;
	}
	
	.sidebar_blog>div{
	display: none;
	}
	
	.fragmento_noticia {
    padding: 0px 0px;
	}	

	
}

@media (max-width: 768px){
	.enlace_full{
	display: block !important;	
	}
}

@media (max-width: 540px){
	.sidebar_blog {
	margin-bottom: 36px;
	margin-top: -16px;
	}
}

/* ============================================================================
NOTICIA
============================================================================ */

.imagen_texto_noticia{
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
margin: 0px;
margin-bottom: 15px;
border-bottom: #df2434 solid 6px;	
}

.imagen_texto_noticia >div:first-child{
padding: 0px;
}

.imagen_texto_noticia img{
width: 100%;
}

.imagen_texto_noticia >div:last-child{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

.imagen_texto_noticia p{
color: white;
font-size: 19px;
padding: 21px 77px;
	text-align: left;
margin-bottom: 0px;
line-height: 37px;
text-transform: uppercase;
}

.cuerpo_noticia{
background-color: white;
padding: 40px 65px;
box-shadow: 5px 5px 3px -2px #0000001c;
}

.cuerpo_noticia h2{
color:#df2434 !important;	
}

.cuerpo_noticia p,.cuerpo_noticia li{
line-height: 32px;
font-size: 15px;
text-align: justify;
}

.cuerpo_noticia ul{
margin-bottom: 30px;	
}

blockquote{
padding: 21px 20px;
margin-top: 30px;
margin-bottom: 30px;
}

blockquote p{
margin-bottom: 0px;
text-align: left !important;	
}


blockquote span{
color: #172832 !important;
font-size: 22px;
font-style: italic;
letter-spacing: 0.5px;
line-height: 36px;
}

.cuerpo_noticia .row{
margin: 0px;	
}

.comentarios_noticia{
background-color: #333c41;
padding: 25px 39px;
box-shadow: 4px 3px 6px #00000042;
height: 100%;
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
}

.comentarios_noticia h4{
color: white;
background: url(/assets/img/line_one.jpg) no-repeat left bottom;
margin-bottom: 19px;
padding-bottom: 6px;
letter-spacing: 1px;
font-size: 17px;
}

.comentarios_noticia .fecha{
color: #9a9a9a;
font-weight: 400;
}

.comentarios_noticia .usuario{
color: #df2334;	
}

.comentarios_noticia .comentario{
color: white;	
}

.comentarios_noticia hr{
border-color: #636363;
    margin-bottom: 33px;
}

.comentarios_noticia .formulario{
padding: 0px;	
}

.comentarios_noticia .formulario p{
color:white;
margin-bottom: 10px;	
}

.comentarios_noticia #nombre_comentario,
.comentarios_noticia #email_comentario,
.comentarios_noticia #texto_comentario{
width: 100%;	
margin-bottom: 15px;	
}

.comentarios_noticia #texto_comentario{
margin-bottom: 35px;	
}

@media (max-width: 1700px){
	
	.imagen_texto_noticia p {
	color: white;
	font-size: 17px;
	padding: 16px 43px;
	line-height: 27px;
	
	}
}

@media (max-width: 1200px){
	
	.imagen_texto_noticia p {
	color: white;
	font-size: 14px;
	}
}

@media (max-width:991px){
	
	.imagen_texto_noticia {
    margin-bottom: 0px;
	}
	
}

@media (max-width:768px){
	
	.imagen_texto_noticia{
	width: 100%;	
	}
	
	.imagen_texto_noticia >div:last-child{
	/*display: none;	*/
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}

    .imagen_texto_noticia p {
    font-size: 12px;
    padding: 22px 5px;
    line-height: 27px;
    }
	
	.imagen_texto_noticia .img{
	width: 100%;
	}
	
	.imagen_texto_noticia >div:first-child{
	padding: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
			
	.cuerpo_noticia {
    padding: 35px 40px;
	}

	
}
	
@media (max-width: 575.98px){

    .cuerpo_noticia {
    padding: 35px 20px;
    }

}

/* ============================================================================
BUSCADOR
============================================================================ */
#resultbusc h3{
margin-bottom: 20px;	
} 

#resultbusc h3 span{
font-style: italic;
font-weight: 400;
}

#resultbusc .resultados{
background-color: white;
padding: 25px;	
}

#resultbusc .npaginas{
text-align: right;
margin-bottom: 10px;
margin-top: 10px;	
}

#resultbusc h4{
background-color: #23323c;
    margin-bottom: 15px;	
}

#resultbusc h4 a{
color: white;
padding: 8px 14px;
display: block;
font-weight: 400;
}

#resultbusc h4 a:hover{
opacity: 0.5;
}

#resultbusc h4 a:hover strong{
opacity: 1;
}

#resultbusc h4 a strong{
color: #df2434;
font-weight: 500;
text-transform: lowercase;
padding-right: 3px;	
}

#resultbusc .relev,#resultbusc .content_texto,#resultbusc .lnkgoto,#resultbusc .fechaart,#resultbusc .tipo2{
padding-left: 13px;	
padding-right: 13px;	
}

#resultbusc img.tipo2{
margin-top: 7px;
}

@media (max-width: 991px){
	#resultbusc .noticia{
	margin-bottom: 50px;
	}
}

@media (max-width: 540px){
	#resultbusc .resultados {
	padding: 8px;
	}

}

/* ============================================================================
Clientes
============================================================================ */

#myModal1 h4{
font-weight: 500;
margin-bottom: 21px;
padding-bottom: 10px;
color: white;
font-size: 18px;
background: url(/assets/img/line_one.jpg) no-repeat left bottom;	
}

#myModal1 .nombre {
margin-bottom: 10px;	
}

#myModal1 .nombre label{
margin-bottom: 3px !important;	
color:#ffffff63;	
}

#myModal1 .nombre input{
border:none;	
}

#myModal1 .col-padding{
padding: 43px;
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );	
}

#myModal1 .iniciar_sesion{
margin-top: 19px;
background-color: #df2434;
border: none;
border-radius: 56px;
padding: 2px 17px;
color: white;
letter-spacing: 0.5px;
border: solid #df2434 2px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}	


#myModal1 .iniciar_sesion:hover{
background-color: #fff0;
}

#myModal1 .recpas{
color: #ffffff7a;
font-size: 13px;
text-decoration: underline !important;
}

#myModal1 .recpas:hover{
color:white;	
}

/* ============================================================================
GALERIA
============================================================================ */

.pagina_galeria .galeria_imagenes{
padding: 0px 25px;
padding-left: 70px;
}

.pagina_galeria .owl-carousel .owl-dots,.pagina_galeria .owl-carousel .owl-nav {
margin-top: -27px;
}

.pagina_galeria .owl-carousel .owl-dots .owl-dot {
background-color: #323e47;
opacity: 0.7;
}

.pagina_galeria .owl-carousel .owl-dots .owl-dot.active,.pagina_galeria .owl-carousel .owl-dots .owl-dot:hover{
opacity: 0.99;
background-color: #df2335;	
}

.owl-carousel .owl-nav [class*=owl-]:hover {
background-color: #df2434 !important;
color: #FFF !important;
text-decoration: none;
}

.pagina_galeria  .owl-carousel .owl-stage{
padding-top: 0px;
}

.pagina_galeria  .owl-carousel.owl-loaded{
/*background-color: white;
padding: 30px;
box-shadow: 2px 2px 2px #00000012;*/
}

.descripcion_galeria{
/*margin-top: -20px;
max-width: 50%;*/
margin-bottom: 20px;
margin-top: 31px;    
}

.pagina_galeria .col-md-4 img{
border: solid 3px #df2434;
box-shadow: 2px 2px 2px 2px #0000001c;
height: 312px;
object-fit: cover;
width: 100%;
webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.pagina_galeria .col-md-4 a:hover img{
opacity: 0.5;	
}

.imagenes_galeria{
background-image: url(/assets/img/parallax_home.webp);
padding: 47px;
}

.imagenes_galeria h6{
position: absolute;
bottom: 0;
margin-bottom: 48px;
left: 35px;
background-color: #df2434de;
color: white;
padding: 5px 20px;
}

	
@media (max-width: 1200px){
	.pagina_galeria .galeria_imagenes{
	padding: 0px;
	margin-top: 21px;
	}
	
	.descripcion_galeria {
    margin-top: -20px;
    max-width: 100%;
	margin-bottom: 20px;	
	}
	
	.pagina_galeria .col-md-4 img {
    height: 175px;
	}

	.imagenes_galeria h6 {
	position: relative;
	left: 0;
	text-align: left;	
	}

}

@media (max-width: 768px){
	
	.pagina_galeria .owl-carousel .owl-dots,.pagina_galeria  .owl-carousel .owl-nav {
	display: block;
	}
	
	.pagina_galeria  .owl-nav{
	display: none !important;	
	}
	
	.pagina_galeria .col-md-4 img {
    height: auto;
	}
	
}	

/* ============================================================================
PAGINA PUERTA
============================================================================ */

#intro_puerta{
background-image: url(/assets/img/fondo_puerta.jpg);
padding: 70px 0px;
background-size: cover;
border-bottom: solid #e32434 10px;
box-shadow: -1px 0px 10px #0000007a;
position: inherit;
}

#intro_puerta .contenedor_blanco{
background-color: white;
padding: 35px 70px;	
}

#intro_puerta .contenedor_blanco >.row >.col-lg-6{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

#intro_puerta .owl-carousel{

}

#intro_puerta .owl-carousel img{
max-height: 470px;
width: auto;	
margin: 0 auto;	
}

#intro_puerta .owl-carousel .owl-nav [class*=owl-]{
opacity: 1;
}

#intro_puerta .owl-carousel:hover .owl-prev,
#intro_puerta .owl-carousel .owl-prev{
left: -18px;	
}

#intro_puerta .owl-carousel:hover .owl-next,
#intro_puerta .owl-carousel .owl-next{
right: -18px;	
}


#intro_puerta .owl-carousel .owl-prev,
#intro_puerta .owl-carousel .owl-next{
border: solid #ffffff00 0px;
font-size: 37px;
color: #e9e9e9;
-webkit-transition: all .0.1s ease;
-o-transition: all .0.1s ease;
transition: all 0.1s ease;
background-color: #ffffff00 !important;
}

#intro_puerta .owl-carousel .owl-prev:hover,
#intro_puerta .owl-carousel .owl-next:hover{
background-color: #ffffff00 !important;
color: #e32434 !important;
}

#intro_puerta .owl-carousel .owl-dots{
margin-top: 50px;
}

#intro_puerta .owl-carousel .owl-dots .owl-dot{
background-color:#e8e8e8;
width: 7px;
height: 7px;
}

#intro_puerta .owl-carousel .owl-dots .owl-dot.active{
background-color:#e32434;
}

#intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child{
padding: 0px 103px;
}

#intro_puerta .video{
z-index: 99;
margin-top: 39px;
text-align: center;
}

#intro_puerta .video a{
padding: 8px 19px;
background-color: #e32434;
margin: 0 auto;
color: white;
border-radius: 28px;
border: solid #e32434;
}

#intro_puerta .video a i{
border: solid white 1.5px;
border-radius: 57px;
width: 25px;
height: 24px;
font-size: 12px;
padding-top: 1px;
margin-left: -8px;
margin-right: 5px;
padding-left: 3px;
}

#intro_puerta .video a:hover{
background-color: white;
color: #e32434;	
}

#intro_puerta .video a:hover i{
color: #e32434;		
}
	
#intro_puerta h1{
color: #e32434;
font-size: 30px;
letter-spacing: 1px;
margin-bottom: -3px;
}

#intro_puerta h2{
color: #4c4c4c;
font-size: 16px;
letter-spacing: 0.5px;
margin-bottom: 46px;
font-weight: 500;
font-style: italic;
}

#intro_puerta  p{
color: #030303;
font-size: 15px;
text-align: justify;
font-weight: 200;
line-height: 23px;
margin-bottom:2px;
letter-spacing: 0.5px;
}

#intro_puerta p strong{
color: black;
font-weight: 400;
}

#intro_puerta h5{
color: black;
font-size: 16px;
margin-bottom: 0px;
letter-spacing: 0.3px;
}

#intro_puerta .recomendacion{
margin-bottom: 40px;
}

#intro_puerta .recomendacion h5{
color: #e32434;
}

#intro_puerta .nivel{ 
display: flex;
}

#intro_puerta .nivel .texto{
-ms-flex: 0 0 85%;
flex: 0 0 85%;
max-width: 85%;
padding-right: 19px;
}

#intro_puerta .nivel .texto p{
margin-top: 4px;
}

#intro_puerta .nivel{
text-align: left;
}
	
#intro_puerta .nivel .imagen{
text-align: right;
-ms-flex: 0 0 15%;
flex: 0 0 15%;
max-width: 70px;
}

#intro_puerta .nivel .imagen img{
width: 100%;
margin-top: 6px;
}

#intro_puerta .nivel .texto h5{
display: inline-block;
}

#intro_puerta .nivel .texto ul{
display: inline-block;
padding-left: 6px;
}

#intro_puerta .nivel .texto ul li{
display: inline-block;
margin: 0px 1px;
}

#intro_puerta .titulo_movil{
display: none;	
}

#intro_puerta .subtitulo_movil{
display: none;	
}

#intro_puerta .nivel .texto ul li a{
background-color: #e7e7e7;
color: white;
font-weight: bold;
padding: 3px 11px;
border-radius: 32px;
letter-spacing: 1px;
font-size: 12px;	
}

#intro_puerta .nivel .texto ul li.bajo a{
background-color: #d7e12b;
}

#intro_puerta .nivel .texto ul li.medio a{
background-color: #fcde21;
}

#intro_puerta .nivel .texto ul li.alto a{
background-color: #ffaf2a;
}

#intro_puerta .nivel .texto ul li.muy_alto a{
background-color: #dd2335;
}

#video_demo iframe{
width: 900px;
height: 506px; 
}

#cuerpo_puerta{
padding: 102px 0px 	
} 

#cuerpo_puerta .fragmento_puerta{
margin-bottom: 100px;	
}

#cuerpo_puerta .fragmento_puerta h2{
color: #df2334;
font-size: 42px;
font-weight: 200;
border-bottom: solid #c3c7c8 1px;
margin-bottom: 70px;
padding-bottom: 3px;
width: 100%;
}


img.nivel_cerradura{
max-width: 142px;    
}

/*DESCRIPCIÓN PUERTA*/
#cuerpo_puerta .fragmento_puerta.descripcion .contenido{
background-color: white;
width: 100%;
box-shadow: 2px 6px 8px #0000001c;
margin-right: 0px;
margin-left: 0px;
}

#cuerpo_puerta .fragmento_puerta.descripcion .texto{
padding: 50px 63px;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

#cuerpo_puerta .fragmento_puerta.descripcion .texto h3{
font-size: 19px;
color: #df2434;
margin-bottom: 7px;
}

#cuerpo_puerta .fragmento_puerta.descripcion .texto p{
font-size: 16px;
text-align: justify;
font-weight: 300;
color: #a2a2a2;
line-height: 26px;
letter-spacing: 0.5px;
max-width: 575px;
margin-bottom: 45px;
}

#cuerpo_puerta .fragmento_puerta.descripcion .texto p strong{
color:black;	
}

#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos{
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono{
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
border: solid 1px #f4f4f4;
text-align: center;
height: 135px;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 123px;
}

#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono h6{
margin-bottom: 0px;
font-weight: 500;
}

#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono img{
width: fit-content;
margin: 0 auto;
margin-bottom: 6px;	
}

#cuerpo_puerta .fragmento_puerta.descripcion .imagen{
text-align: right;
padding: 0px;
background-color: #303e49;
padding: 18px;
}

#cuerpo_puerta .fragmento_puerta.descripcion .imagen img{
width: 100%;
height: 100%;
object-fit: cover;
}

#cuerpo_puerta .fragmento_puerta.descripcion .imagen p{
margin-bottom: 0px;
position: absolute;
margin-top: -27px;
background-color: #303e49;
padding: 6px 14px;
color: white;
font-weight: bold;
letter-spacing: 0.9px;
margin-left: -6px;
padding-top: 8px;	
}

#cuerpo_puerta .fragmento_puerta.descripcion .imagen p span{
color:#df2434;	
}

/*MODELO PUERTA*/

#cuerpo_puerta .etiqueta_blindaje{
position: absolute;
background-color: #23b2f0;
z-index: 9;
margin-top: 18px;
display: block;
margin-left: 0px;
padding: 8px 15px 8px 32px;
box-shadow: 2px 3px 4px #0000003d;
font-size: 20px;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#cuerpo_puerta .etiqueta_blindaje p,#cuerpo_puerta .etiqueta_blindaje a{
margin-bottom: 0px;
color: #303e49;  
}

#cuerpo_puerta .etiqueta_blindaje a span{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#cuerpo_puerta .etiqueta_blindaje a:hover{

    
}

#cuerpo_puerta .etiqueta_blindaje a:hover span{

}

#cuerpo_puerta .fragmento_puerta.modelos .owl-dots{ 
}

#cuerpo_puerta .etiqueta_blindaje:hover{
background-color: #1580af;
}

#cuerpo_puerta .modelos .botones_navegacion{
width: 100%;
border-bottom: solid #e32434 3px;
display: block;
margin-top: -16px;	
}

#cuerpo_puerta .modelos .botones_navegacion li{
display: inline-block;
padding: 11px 0px;
	margin-right: -0.5px;
}

#cuerpo_puerta .modelos .botones_navegacion a{
font-size: 16px;
color: white;
background-color: #303e49;
padding: 12px 31px;
margin-right: -3px;
letter-spacing: 1px;
white-space: nowrap;  
position: relative;  
}

#cuerpo_puerta .modelos .botones_navegacion a .minicarrusel{
position: absolute;
width: 26px;
top: 2px;
right: 0px;
}

#cuerpo_puerta .modelos .botones_navegacion a:hover{
background-color: black;
}

#cuerpo_puerta .modelos .botones_navegacion a.activo{
background-color: #e32434;	
}

#cuerpo_puerta .modelos .botones_navegacion a.activo:hover{
background-color: #c11a28;	
}

#cuerpo_puerta .modelos .owl-stage{
padding-top: 0px;	
}
#cuerpo_puerta .item > .row{
margin: 0px;
background-color: #303e49;
padding: 110px 68px;
}

#cuerpo_puerta .modelos .item .contenido{
text-align: left;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 h3{
color: whitesmoke;
font-weight: 100;
font-size: 51px;
margin-bottom: 3px;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 h3 span{
color: #e32434;
font-weight: 400;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 h5{
color: whitesmoke;
font-size: 16px;
letter-spacing: 1px;
font-style: italic;
font-weight: 500;
margin-bottom: 3px;
} 

#cuerpo_puerta .modelos .item .contenido .bloque1 .descripcion{
font-weight: 200;
text-align: justify;
color: #c3c3c3;
letter-spacing: 1px;
line-height: 23px;
margin-bottom: 0px;	
}

#cuerpo_puerta .modelos .item .contenido .bloque1 .precio{
margin-bottom: -23px;
margin-top: 15px;
font-weight: 200;
color: #ededed;
letter-spacing: 1px;
line-height: 23px;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 .precio strong{
color: #ffffff;
font-weight: 500;
font-size: 15px;
}

#popup_precio .tarjeta p strong,
#popup_precio302B .tarjeta p strong{
font-weight: bold;
color: white;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 .precio i{
color: #e32334;
}

#cuerpo_puerta .modelos .item .contenido .bloque1 .precio a:hover i{
color: white;
}

#cuerpo_puerta .modelos .item .contenido .bloque2{ 
margin-top: 56px;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 h6{ 
color: white;
font-weight: 200;
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 20px;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 h6 span{ 
font-weight: 900;
color: #e32434;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .sistema a:hover img{
opacity: 1;    
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .contenedor_sistemas{
display: flex;	
margin-left: -12px;	
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .sistema{
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
text-align: center;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .sistema img{
width: 48px;
height: 48px;
margin: 0 auto;
margin-bottom: 13px;
opacity: 0.7;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .sistema p{
margin-bottom: 0px;
color: #d1d1d1;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 16px;
padding: 1px 7px;
text-align: center;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .sistema i{
color: #e32434;
font-size: 18px;
margin-top: 7px;
padding-left: 8px;
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .info{
color: #e32434;
display: inline-block;
padding-top: 7px;
padding-bottom: 7px;	
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .info:hover{
background-color: #ffffff08;	
}

#cuerpo_puerta .modelos .item .contenido .bloque2 .info:hover i{
    color: #ffffff8c;
}

#cuerpo_puerta .modelos .item .contenido .bloque3{
margin-top: 54px;	
}

#cuerpo_puerta .modelos .item .contenido .bloque3 ul{

}

#cuerpo_puerta .modelos .item .contenido .bloque3 ul li{
display: inline-block;
}

#cuerpo_puerta .modelos .item .contenido .bloque3 ul li a{
background-color: #e32434;
padding: 11px 26px;
border-radius: 61px;
font-size: 14px;
letter-spacing: 1.5px;
font-weight: 500;
margin-right: 11px;
border: solid 2px #e32434;
}

#cuerpo_puerta .modelos .item .contenido .bloque3 ul li a:hover{
background-color: #fff0;
color: white;	
}

#cuerpo_puerta .modelos .item .contenido .bloque3 ul li a img{
width: 27px;
display: inline-block;
margin-right: 3px;
margin-top: -4px;
}

#cuerpo_puerta .modelos .imagen_modelo{
height: 562px;
width: auto;
float: right;
object-fit: contain;
}

#cuerpo_puerta .modelos .owl-carousel .owl-nav [class*=owl-] {
width: 55px;
height: 55px;
font-size: 39px;
font-weight: 100;
background-color: #e32434;
color: white;
}

#cuerpo_puerta .modelos .owl-carousel .owl-nav  [class*=owl-]{
background-color: white;
color: #e32434;
}

/*LLAMADA ACCIÓN*/

#cuerpo_puerta .llamada_accion{
border-top: solid 8px #e32434;
box-shadow: 2px 2px 2px #00000021;
text-align: center;
padding: 53px 20px;
}

#cuerpo_puerta .llamada_accion h6{
color: white;
font-weight: 300;
font-size: 26px;
letter-spacing: 1px;
margin-bottom: 27px;
}

#cuerpo_puerta .llamada_accion h6 strong{
color: #e32434;
font-weight: bold;
}

#cuerpo_puerta .llamada_accion a{
background-color: #e32434;
color: white;
border-radius: 50px;
padding: 9px 25px;
border: solid #e32434 2px;
font-weight: bold;
letter-spacing: 1px;
}

#cuerpo_puerta .llamada_accion a:hover{
background-color: #ffffff00;
}

/* TABLA */

#cuerpo_puerta .ficha_tecnica .ficha{
background-color: white;
box-shadow: 2px 6px 8px #0000001c;
padding: 65px 65px;
}

#cuerpo_puerta .ficha_tecnica .ficha .titulo{
color: #e32434;
font-size: 17px;
font-weight: 500;
border-bottom: solid #c8cccf 1px;
margin-bottom: 27px;
}

#cuerpo_puerta .ficha_tecnica .table th,#cuerpo_puerta .ficha_tecnica .table td {
padding: 0.50rem;
color:#a6a6a6;	
}

#cuerpo_puerta .ficha_tecnica .table-striped > tbody > tr:nth-child(odd) td{
background-color: white;
font-weight: 500;
color: #4e4e4e;
}

#cuerpo_puerta .ficha_tecnica table tbody tr:first-child td {
border-top: none;	
}

#cuerpo_puerta .ficha_tecnica tr td:last-child {
/*text-align: right;*/
text-align: left;    
}

#cuerpo_puerta .ficha_tecnica tr td .togglet{
padding: 0px;
font-size: 14px;
font-weight: 400;
color: #e32434;
text-decoration: underline;   
margin-bottom: 0px;    
}

#cuerpo_puerta .ficha_tecnica tr td .toggle{
margin-bottom: 0px;    
}

#cuerpo_puerta .ficha_tecnica tr td .togglec{
padding-left: 7px;
}

#cuerpo_puerta .ficha_tecnica tr td .togglec ul{
margin-top: -4px;
margin-bottom: 12px;
}

#cuerpo_puerta .ficha_tecnica tr td .togglec ul li{
margin-bottom: 3px;
}

#cuerpo_puerta .ficha_tecnica .ficha .imagen{
text-align: center;
}

#cuerpo_puerta .ficha_tecnica .ficha .imagen img{
object-fit: contain;
height: 880px;
padding: 23px;
}

#cuerpo_puerta .ficha_tecnica .acabados_disponibles{
margin-top: 35px;	
}

#cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado{
display: inline-block;
text-align: center;
/* margin-right: 15px; */
margin-bottom: 31px;
/* margin-left: 15px; */
width: 8%;
}

#cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado h6{
color: grey;
margin-top: 6px;
font-weight: 500;
letter-spacing: 0.4px;
margin-bottom: 0px;
}

#cuerpo_puerta .ficha_tecnica .certificado_aenor,
.botonrojocirc{
background-color: #e32434;
padding: 7px 31px;
border-radius: 61px;
font-size: 14px;
letter-spacing: 1.5px;
font-weight: 500;
margin-right: 11px;
border: solid 2px #e32434;
margin-top: 16px;
display: -webkit-inline-box;
margin-bottom: 25px;	
color: white;    
}

#cuerpo_puerta .ficha_tecnica .certificado_aenor:hover,
.botonrojocirc:hover{
color: white;
background-color: #303e49;
border-color: #303e49;
}

#cuerpo_puerta .ficha_tecnica .certificado_aenor img,
.botonrojocirc img{
margin-right: 13px;
}

/* OTRAS PUERTAS */

#cuerpo_puerta .puertas_home{	
padding: 60px 51px;
margin-bottom: 100px;    
}

#cuerpo_puerta .puertas_home .titulo{
margin-bottom: 40px;
}

#cuerpo_puerta .puertas_home .titulo h3{	
color: #ffffff;
font-size: 17px;
font-weight: 300;
border-bottom: solid #e32434 2px;
margin-bottom: 9px;
}

#cuerpo_puerta .puertas_home a{
display: block;
}

#cuerpo_puerta .puertas_home a img,#cuerpo_puerta .puertas_home a p{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#cuerpo_puerta .puertas_home a:hover img{
opacity: 0.8;	
}

#cuerpo_puerta .puertas_home a:hover p.texto{
background-color: black;
}

/* POPUP PUERTA */

.puerta_popup {
pointer-events: none;    
}

.puerta_popup .block {
max-width: 300px;
background-color: white;
}

.puerta_popup .block .tarjeta {
padding: 5px;
}

.puerta_popup .block .tarjeta > div{
background-color: #303e49;
padding: 30px 34px;
text-align: center;
}

.puerta_popup .tarjeta img{
max-width: 200px;
margin: 0 auto;
margin-bottom: 31px;
}

.puerta_popup .tarjeta h4{
color: whitesmoke;
border-bottom: solid 1px #e32434;
padding-bottom: 6px;
font-size: 18px;
margin-bottom: 19px;
}

.puerta_popup .tarjeta p{
font-size: 13px;
color: #ffffffbf;
letter-spacing: 0.5px;
font-weight: 300;
}

.puerta_popup .tarjeta a.enlace{
color: white;
background-color: #e32434;
padding: 4px 12px;
border: solid 1px #e32434;
font-size: 12px;
letter-spacing: 0.5px;
display: inline-block;
position: absolute;
bottom: 21px;
left: 37%;
}

.puerta_popup .tarjeta a.enlace:hover{
background-color: #ffffff00;
}

/* FORMULARIO PUERTAS */

#cuerpo_puerta .formulario_puertas #formulario{
margin-left: 0px;
height: 100%;    
}

#cuerpo_puerta .formulario_puertas .foto_formulario{
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;   
}

#cuerpo_puerta .modelos .item .contenido .bloque3 .fila p{
color: #e9e9e9;
}

#cuerpo_puerta .modelos .item .contenido .bloque3 .fila p strong{
background-color: #84d0f0;
}

#cuerpo_puerta .modelos .item .contenido .bloque3 .imagenin{
display: inline-flex;
}    

#cuerpo_puerta .modelos .item .contenido .bloque3 .imagenin img{
margin-left: 20px;
margin-right: 20px;
}

#cuerpo_puerta .modelos .item .contenido .bloque4{
margin-top: 2rem;    
margin-bottom: 2rem;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 p{
color: #e0e0e0;
letter-spacing: 1px;
line-height: 23px;
font-weight: 200;
margin-bottom: 20px;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 p strong{
background-color: #84d0f0;
color: white;
width: 23px;
height: 21px;
display: inline-block;
text-align: center;
border-radius: 25px;
font-size: 13px;
margin-right: 3px;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 .imagenin{
display: inline-flex;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 .imagenin img{
width: 50%;
/* padding: 10px; */
max-width: 111px;
}


#cuerpo_puerta .modelos .item .sello{
position: absolute;
top: -50px;
right: 0;
width: 124px;
z-index: 2;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 .aclaracion p{
margin-bottom: 0px;
margin-top: 3rem;
color: #e32434;
font-weight: 500;
max-width: 500px;
letter-spacing: 0.5px;
font-size: 13px;
line-height: 20px;
}

#cuerpo_puerta .modelos .item .contenido .bloque4 .aclaracion p strong{
background-color: transparent;
color: #e32434;
}

.boton_en_imagen{
background-color: #df2434;
color: white;
width: max-content;
padding: 10px 31px;
border-radius: 58px;
position: absolute;
bottom: 0;
left: 0;
}

.boton_en_imagen:hover{
background-color: #c3c3c3;
}

@media (max-width: 1700px){
    
    
    #cuerpo_puerta .modelos .imagen_modelo{
    margin-right: -80px;    
    }
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono img {
	max-width: 56%;
    margin-bottom: 8px;
	}
	
	#cuerpo_puerta .fragmento_puerta h2 {
    margin-bottom: 43px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
    height: 110px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono h6 {
    margin: 0 auto;
    max-width: 85%;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto p {
    margin-bottom: 20px;
	}
	
	#intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child {
	padding: 0px 45px;
    padding-right: 24px;
	}
	
	#intro_puerta .nivel .texto ul{
	    padding-left: 0px;
    margin-top: 10px;	
	}
	
	#intro_puerta .nivel .texto p{
	font-size: 13px;
    line-height: 22px;
    margin-top: 12px;
	}
	
	#intro_puerta h2 {
    margin-bottom: 33px;
	}
	
	#intro_puerta .recomendacion {
    margin-bottom: 26px;
	}
	
	#intro_puerta .nivel .imagen img {
    margin-top: 23px;
	}
	
	#intro_puerta .video a {
    padding: 8px 17px;
	}
	
	#intro_puerta .video a i {
    padding-top: 2px;
	}
	
	#cuerpo_puerta {
    padding: 60px 0px;
	}

    #cuerpo_puerta .modelos .item .contenido .bloque2 .contenedor_sistemas {
    margin-left: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 .sistema {
    -ms-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    max-width: 20.5%;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 h6 {
    margin-bottom: 31px;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 .info {
    padding-bottom: 22px;
    }
    
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    width: 12%;
    }

}

@media (max-width: 1500px){
    #cuerpo_puerta .llamada_accion h6 {
    font-size: 24px;
    margin-bottom: 34px;  
    }
}

@media (max-width: 1200px){

    #cuerpo_puerta .modelos .item .sello {
    top: -38px;
    right: -40px;
    width: 88px;
    }
    
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    width: 16%;
    margin-left: 0px;
    margin-right: 0px;    
}
    
    #cuerpo_puerta .etiqueta_blindaje{
    /*right: 0px;
    padding: 8px 16px;*/  
    font-size: 17px;      
    }
    
    #cuerpo_puerta .llamada_accion h6 {
    font-size: 21px;
    margin-bottom: 39px;
    }
	
    #cuerpo_puerta .modelos .item .contenido .bloque2 .contenedor_sistemas {

    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 .sistema i {
    margin-top: 8px;
    }
    
    #cuerpo_puerta .item > .row{
    min-height: 1016px;    
    }
    
    .item .contenido .bloque2 .sistema {


    margin-top: 2px;
    }
    
    #cuerpo_puerta .modelos .imagen_modelo {
    margin-right: -58px;
    height: auto;
    width: 100%;
    }
    
    #cuerpo_puerta .item > .row {
    padding: 58px 68px;
    }
    
	#cuerpo_puerta .modelos .botones_navegacion a {
    padding: 12px 27.8px;
	}
	
	#video_demo iframe{
	width: 700px;
	height: 394px; 
	}	
	
	#intro_puerta .nivel .texto ul {
    margin-left: -3px;
	}
	
	#intro_puerta .nivel .texto{
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    padding-right: 11px;
	}
	
	#intro_puerta .nivel .imagen img {
    margin-top: 4px;
    width: 68px;
    max-width: none;
	}
	
	#intro_puerta h1 {
    font-size: 23px;
	}
		
	#intro_puerta h2 {
	margin-bottom: 18px;
	font-size: 15px;
	}
	
	#intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child{
	padding-right: 0px;
	}
	
	#intro_puerta p {
    font-size: 13px;
    line-height: 18px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto,
	#cuerpo_puerta .fragmento_puerta.descripcion .imagen{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;	
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto {
    padding: 36px 40px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto p{
	max-width: none;
	margin-bottom: 24px;

	}
	
	#cuerpo_puerta .fragmento_puerta {
	margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 50px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
	}
	
	#cuerpo_puerta .fragmento_puerta h2 {
    font-size: 38px;
    margin-bottom: 25px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    height: auto;
    padding: 24px 20px;	
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .imagen img{
	height: auto;
    width: auto;
    object-fit: inherit;	
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto h3{
    margin-bottom: 9px;
    font-size: 18px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono h6{
	font-size: 14px;	
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto p {
    font-size: 14px;
	}
	
}

@media (max-width: 991px){ 
    
    #cuerpo_puerta .modelos .item .sello {
    top: 0;
    right: 0;
    width: 108px;
    }
        
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado{
    width: 24%;
    }
    
    #cuerpo_puerta .ficha_tecnica .ficha .imagen{
    display: none;    
    }
	
    
    #cuerpo_puerta .modelos >div > .owl-stage-outer{
    background-color: rgb(48, 62, 73);   
    }
    
    #cuerpo_puerta .modelos .owl-carousel .owl-dots, #cuerpo_puerta .modelos .owl-carousel .owl-nav {
    margin-top: -125px;
    margin-bottom: 47px;
    }
    
    #cuerpo_puerta .modelos .imagen_modelo{
    max-width: 258px;
    float: none;
    margin: 0 auto;
    margin-top: 63px;
    margin-bottom: 18px;
    }
	
    #cuerpo_puerta .modelos .botones_navegacion a{
    font-size: 14px;
    padding: 13px 15px;
    letter-spacing: 1px;    
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 {
    margin-top: 30px;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 h6 {
    margin-bottom: 15px;
    }
    
    #cuerpo_puerta .item > .row {
    padding: 40px 35px;
    min-height: auto;    
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque1 h3 {
    font-size: 45px;
        margin-bottom: 16px;    
    }
    
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
    padding: 15px 10px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .imagen img {
    width: 100%;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto p{
	max-width: 100%;	
	}	
	
	#video_demo iframe{
	width: 600px;
	height: 337px; 
	}	
	
	#intro_puerta{
	padding-top: 45px;
	}
	
	#intro_puerta h1{
	display: none;	
	}
	
	#intro_puerta h2{
	display: none;	
	}
	
	#intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child{
	margin-top: 48px;
    padding: 5px 14px;	
	}
	
	#intro_puerta .titulo_movil{
	display: block;
	font-size: 23px;
    color: #e32434;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: -3px;	
	text-align: center;
	}

	#intro_puerta .subtitulo_movil{
	display: block;	
	color: #4c4c4c;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: -4px;
	font-size: 15px;
	text-align: center;	
	}
	
	#intro_puerta .nivel .texto ul {
    margin-left: 12px;
	}
	
	#intro_puerta .owl-carousel .owl-dots {
    margin-top: 63px;
	}
	
	#intro_puerta .video {
    margin-top: 35px;	
	}
	
}

@media (max-width: 991px) and (min-width: 768px){

    .acabados_disponibles .acabado {
    margin-bottom: 21px;
    }
    
    #cuerpo_puerta .modelos .imagen_modelo{
    margin-top: 0px;    
    }
    
}

@media (max-width: 768px){
    
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    width: 32%;
    }
    
    #cuerpo_puerta .ficha_tecnica .ficha {
    padding: 30px 31px;
    }
    
    #cuerpo_puerta .llamada_accion h6 {
    font-size: 20px;
    margin-bottom: 40px;
    }
    
    #cuerpo_puerta .llamada_accion a {
    font-size: 13px;
    }
    
    #cuerpo_puerta .llamada_accion {
    border-top: solid 5px #e32434;
    }
    
    #cuerpo_puerta .llamada_accion {
    padding: 42px 20px;
    }
        
    #cuerpo_puerta .modelos .imagen_modelo{
     margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;   
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque3 ul li a{
    width: 100%;
    display: block;
    text-align: center;    
    }
    
    #cuerpo_puerta .modelos .botones_navegacion a:hover {
    background-color: #303e49;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque3 ul li{
    display: inline-block;
    width: 100%;    
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque3 {
    margin-top: 44px;
    }
    
    #cuerpo_puerta .modelos .owl-carousel .owl-dots{
    display: block;    
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 .contenedor_sistemas {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    
    .item .contenido .bloque2 .sistema {
    display: inline-block;
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    width: auto;
    max-width: 33% !important;
    margin-top: 2px;
    }
    
    #cuerpo_puerta .modelos .owl-carousel .owl-dots, #cuerpo_puerta .modelos .owl-carousel .owl-nav {
    margin-top: 0px;
    margin-bottom: 22px;
    padding-bottom: 24px;
    background-color: #303e49;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque2 .sistema {
    margin-top: 16px;
    }
	
	#intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child {
    margin-top: 41px;
	}
	
	#video_demo iframe{
	width: 400px;
	height: 225px; 
	}
	
	#intro_puerta {
    padding-top: 33px;
    padding-bottom: 33px;
	}
	
	#intro_puerta .contenedor_blanco {
    max-width: 90%;
    padding: 38px 46px !important;
	}
		
	#intro_puerta .owl-carousel .owl-dots,#intro_puerta .owl-carousel .owl-nav {
	display: block;
	}
	
	#cuerpo_puerta > .container{
	max-width: 700px;
    padding-left: 30px !important;
    padding-right: 30px !important;
	}
	
	#cuerpo_puerta .fragmento_puerta {
    margin-bottom: 49px;
	}
	
	#cuerpo_puerta {
    padding: 50px 0px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
    padding: 11px 10px;
	}
	
	#cuerpo_puerta .fragmento_puerta h2 {
    font-size: 32px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono h6 {
    font-size: 12px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono img {
    max-width: 56%;
    margin-bottom: 13px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}

}

@media (max-width: 768px) and (min-width: 575px){

    #cuerpo_puerta .llamada_accion h6{
    font-size: 19px;
    margin-bottom: 24px;    
    }
    
}


@media (max-width: 657px){
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono img{
	max-width: 62px;
    margin-bottom: 5px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
    padding: 19px 10px;
	}

	
	#intro_puerta .nivel .texto ul{
	display: block;
    margin-left: -2px;	
	}
	
	#intro_puerta .contenedor_blanco {
    max-width: 90%;
    padding: 25px 25px !important;
	}
	
	#intro_puerta .titulo_movil {
    font-size: 26px;
	}
	
	#intro_puerta .subtitulo_movil {
    font-size: 13px;
	}
	
	#intro_puerta .nivel .texto p{
    margin-top: 1px;
	}
	
	#intro_puerta .nivel .texto ul li {
    margin-bottom: 11px;
	}
	

	
}

@media (max-width: 600px){

	

	
}


@media (max-width: 576px){

    .boton_en_imagen{
        position: relative;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    #cuerpo_puerta .modelos .item .sello {
    top: 27px;
    right: 2px;
    width: 80px;
    }
    
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    width: 41%;
    }
    
    #cuerpo_puerta .etiqueta_blindaje{
    margin-top: 4px;
    padding: 5px 11px;
    }
    
    #cuerpo_puerta .fragmento_puerta.descripcion .texto h3 {
    margin-bottom: 10px;
    font-size: 16px;
    }
    
    #cuerpo_puerta {
    padding: 50px 6px;
    }
    
    #cuerpo_puerta .ficha_tecnica .table td {
    padding: 1rem 0.5rem;
    }
    
    #intro_puerta .contenedor_blanco >.row >.col-lg-6:last-child {
    padding: 20px;
    }
    
    #intro_puerta .owl-carousel img {
    max-height: initial;
    width: inherit;
    margin: inherit;        
    }
    
    #cuerpo_puerta .llamada_accion {
    padding: 59px 20px;
    }
    
    #cuerpo_puerta .puertas_home > .container{
    padding-left: 20px !important;
    padding-right: 20px !important;    
    }
    
     #cuerpo_puerta .puertas_home .puerta {
    margin-bottom: 23px;
    }
    
    #cuerpo_puerta .puertas_home .titulo h3 {
    margin-bottom: 9px;
    line-height: 24px;
    }    
    
    #cuerpo_puerta .puertas_home {
    padding: 34px 16px;    
    }

    
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    display: inline-block;
    text-align: center;
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 27px;
    margin-top: 7px;    
    }
    
    #cuerpo_puerta .ficha_tecnica .certificado_aenor,.botonrojocirc {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    }
    
    #cuerpo_puerta .fragmento_puerta h2 {
    margin-bottom: 33px;
    }
    
    #cuerpo_puerta .modelos .botones_navegacion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        margin-bottom: -1px;    
    }
    
    #cuerpo_puerta .modelos .botones_navegacion li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 0px;
    padding-top: 0px;
    }
    
    #cuerpo_puerta .modelos .botones_navegacion a {
    width: 100%;
    display: block;
    text-align: center;    
    }
    
    #cuerpo_puerta .item > .row {
    padding: 25px 20px;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque1 h3 {
    font-size: 33px;
    margin-bottom: 0px;
    }
    
    #cuerpo_puerta .modelos .item .contenido .bloque1 h5 {
    margin-bottom: 15px;
    }
    
}

@media (max-width: 550px){
	#cuerpo_puerta > .container {
	max-width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono img {
	max-width: 56%;
	margin-bottom: 13px;
	}
	
	#cuerpo_puerta .fragmento_puerta.descripcion .texto {
    padding: 27px 24px;
	}
}

@media (max-width: 478px){
	
	#cuerpo_puerta .fragmento_puerta.descripcion .contenido .iconos .icono {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	
	#intro_puerta .nivel .imagen img{
	margin-left: -16px;	
	}
	
	#intro_puerta .nivel .texto{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
	}
	
	#intro_puerta .nivel .imagen{
	display: none;	
	}
	
	#cuerpo_puerta .fragmento_puerta h2{
	font-size: 30px;	
	}
	
	
}

@media (max-width: 420px){
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    margin-right: 1px;
    margin-left: 1px;
    width: 48%;    
    }
}


@media (max-width: 350px){

	#intro_puerta .nivel .imagen img {
	margin-left: -12px;
	width: 62px;
	}
	
}

@media (max-width: 300px){
    #cuerpo_puerta .ficha_tecnica .acabados_disponibles .acabado {
    margin-right: 1px;
    margin-left: 1px;
    width: 47%;
    }
}

/* ============================================================================
ELEMENTOS DE PÁGINA STANDARD
============================================================================ */

/* FICHA Blanca */

.ficha_blanca{
margin-bottom: 25px;    
} 

.ficha_blanca > div{
background-color: whitesmoke;
box-shadow: 2px 2px 2px #00000021;
text-align: center;
padding: 30px 35px;
}

.ficha_blanca .etiqueta{
background-color: #2f3d48;
color: white;
padding: 2px 5px;
font-size: 12px;
letter-spacing: 1px;   
}

.ficha_blanca .titulo{
margin-bottom: 16px;
font-size: 18px;
margin-top: 17px;
color: #2f3d48;
line-height: 23px;
}

.ficha_blanca p{
color: black;
font-size: 12px;
margin-bottom: 12px;
text-align: justify; 
}

/* FICHA OSCURA */

.ficha_oscura{
margin-bottom: 25px;    
} 

.ficha_oscura > div{
background-color: #374049;
text-align: center;
padding: 55px 35px;
}

.ficha_oscura h6{
color: white;
padding-top: 18px;
font-size: 16px;
letter-spacing: 1px;
border-bottom: solid 2px #df2434;
padding-bottom: 9px;
margin-bottom: 25px;
}

.ficha_oscura .etiqueta{
margin-bottom: 15px;
font-size: 13px;
color: #374049;
background-color: #df2434;
}
    
.ficha_oscura p{
color: gainsboro;
letter-spacing: 0.3px;
font-size: 12px;
line-height: 20px;
margin-bottom: 15px;
}

.ficha_oscura p strong{
color: white;
font-weight: 500 !important;
font-size: 13px;    
}

.ficha_oscura p:last-child{
margin-bottom: 0px;    
}

.ficha_oscura img{
margin-bottom: 15px;
}

/* Intro Parallax */
.intro_frases {
margin-top: 0px;
}

.intro_frases p{
font-size: 22px;
max-width: 1000px;
margin: 0 auto;
line-height: 36px; 
}

/* Seccion Punteada */
.seccion_punteada {
padding-top: 50px;
padding-bottom: 50px;    
}

.seccion_punteada p{
font-size: 16px;    
}

.seccion_punteada .titulo{
margin-bottom: 0px;
}

/* Seccion Punteada */
.fragmento_negro{
padding-top: 50px;
padding-bottom: 50px;    
}

.fragmento_negro .ficha_borde_rojo >div{
background-color: white;
padding: 50px;
border: solid 3px #df2434; 
}

.fragmento_negro .ficha_borde_rojo h5{
font-size: 22px;
letter-spacing: 1px;
padding-bottom: 5px;
border-bottom: solid 2px #ececec;
}

@media (max-width: 1200px){
    .ficha_oscura > div {
    padding: 38px 21px;
    }
    
    .intro_frases p span{
    max-width: 800px;
    font-size: 18px;  
    margin-bottom: 0px;      
    }    
}

@media (max-width: 991px){
    .fragmento_negro .ficha_borde_rojo >div{
    padding: 25px;
    }
}

@media (max-width: 540px){
    .seccion_punteada > .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
}

/* ============================================================================
FAQS
============================================================================ */

#faqs .togglet,#faqs .togglet p,.faqs .toggle .togglet i{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;      
}

#faqs .togglet p{
padding-top: 20px;
margin-bottom: 0px;
padding-bottom: 20px;
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
text-align: left;    
}

#faqs .toggle{
padding-bottom: 0px;
margin-bottom: 0px;   
}

#faqs .togglet{
padding-left: 35px;
padding-right: 30px;
}

.faqs .toggle .togglet i {
margin-top: 15px;
margin-left: 10px;  
color: #df2434;    
}

#faqs .togglet:hover{
background-color: whitesmoke;
}

#faqs .togglet:hover p{
/*color: red; */   
} 

#faqs .toggleta{
background-color: whitesmoke;    
}

#faqs .toggleta p{
color: #df2434;    
}

#faqs .toggleta i{
color: #df2434; 
}

#faqs .toggle .togglec {
padding-bottom: 30px;
padding-top: 20px;
padding-right: 20px;  
}

.listado_faqs h4 a{
font-weight: 500;
color: #303d46;

display: block;
padding: 15px 10px;
}

.listado_faqs h4{
margin-bottom: 0px;    
}

.listado_faqs h4 i{
float: left;
margin-right: 8px;
color: #df2434;    
}

.listado_faqs h4 a:hover{
 background-color: #f4f4f4;    
}

.listado_faqs h4 a p{
margin-bottom: 0px;    
}

/* ============================================================================
PROVINCIAS
============================================================================ */

.listado_localidades ul{
background-color: #dfdfdf;
padding: 31px 47px;
margin-top: 24px;/*
margin-bottom: 22px;  */  
}

.listado_localidades ul li{
display: inline-block;
font-size: 18px;
padding: 9px 3px;
color: #cacaca;    
}

.listado_localidades ul li strong{
color: #013d52;
font-weight: 500;
}

.listado_localidades .imagen{
background-image: url(/assets/img/fondo_pie.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*border: solid 6px;  */ 
}

.listado_localidades .imagen img{
margin: 0 auto;
display: block;
max-height: 225px; 
}

.puertas_provincias .puerta {
max-width: none;
} 

.puertas_provincias .puerta .tituo{
color: #df2434;
padding-top: 9px;
background-color: #ffffff;
font-size: 15px;
line-height: 30px;
margin-bottom: 9px;
padding: 5px 10px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.puertas_provincias .puerta .testo{
color: #ffffff9c; 
margin-bottom: 30px;    
}

.puertas_provincias .puerta a:hover h3{
color: #29323c;    
}

.puertas_provincias .puerta a img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
box-shadow: none;    
border: solid 3px #ffffff;    
width: 100%;    
}

.puertas_provincias .puerta a:hover img{
opacity: 0.5;     
}

@media (max-width: 991px){
    .listado_localidades ul{
    margin-bottom: 0px;
    }
    
    .listado_localidades .imagen{
    margin-left: 15px;
    margin-right: 15px;
    }
    
    .listado_localidades .imagen img{
    padding-top: 20px;
    padding-bottom: 20px;
    }
    
}

@media (max-width: 540px){
    
    .listado_localidades{
    margin-top: -50px !important; 
    padding-left: 2px;
    padding-right: 2px;
    }
    
    .listado_localidades ul{
      padding: 20px;
    }
    
    .listado_localidades ul li {
    padding: 7px 3px;
    }
    
}

/* ============================================================================
PUERTA ELECTRONICA
============================================================================ */
.ventajas_electronica{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;  
margin-top: -26px;    
}

.ventajas_electronica .ventaja{
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 10px;    
    margin-bottom: 8px;    
}

.ventajas_electronica .ventaja > div{
background-color: #ffffff;
/* box-shadow: 2px 2px 6px #0000009e; */
border: solid 2px #ffffff;
height: 100%;    
}

.ventajas_electronica .ventaja img{
width: 100%;    
}

.ventajas_electronica .ventaja .termino{
padding: 14px;
margin-bottom: 6px;
padding-bottom: 0px;
color: #df2434;  
}

.ventajas_electronica .ventaja .descripcion{
padding: 14px;
padding-top: 0px;
color: black;     
}

.equipamientos_serie_elect .listado{
color: white;    
}

.equipamientos_serie_elect .listado li{
padding-bottom: 5px;
font-size: 16px;
letter-spacing: 1px;
}

.equipamientos_serie_elect  .puerta img{
width: 100%;
}

.equipamientos_serie_elect  .puerta .tituo {
color: #df2434;
padding-top: 9px;
background-color: #ffffff;
font-size: 15px;
line-height: 22px;
margin-bottom: 9px;
padding: 15px 10px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-align: center;
}

.equipamientos_serie_elect  .puerta .testo{
color: #e2e2e2;
text-align: center;
}

.equipamientos_serie_elect  .puerta {
max-width: inherit;    
}

@media (max-width: 1700px){
    .ventajas_electronica .ventaja {
    padding: 5px;
    }
}

@media (max-width: 1200px){
    
    .ventajas_electronica .ventaja{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }

}

@media (max-width: 991px){
    
    .ventajas_electronica .ventaja{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    }

}

@media (max-width: 768px){
    
    .ventajas_electronica .ventaja{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
}

@media (max-width: 540px){ 
    
    .ventajas_electronica .ventaja{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }   
    
}

/* ============================================================================
CONSTRUCCIÓN
============================================================================ */

.numero_tabla{
padding: 5px;
border-radius: 53px;
height: 21px;
width: 21px;
padding-top: 1px;
display: inline-block;
display: block;
margin: 0 auto;
margin-bottom: 8px;
margin-top: -8px;
}

.elemento_tabla_construccion{
display: inline-block;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}

.elemento_tabla_construccion img{
margin-top: 10px;    
}

.elemento_tabla_construccion p{
font-size: 12px;
font-weight: bold;
margin-top: 13px;
margin-bottom: 23px;
line-height: 17px;    
}

.listado_contramedidas ul li{
text-align: left;
padding-bottom: 2px;
font-size: 12px;
}

.listado_contramedidas ul li::before {
content: none;
}

.listado_contramedidas ul{
padding-left: 27px;
}
    
.listado_contramedidas ul li.numero_absoluto{
padding: 5px;
border-radius: 53px;
height: 21px;
width: 21px;
padding-top: 2px;
display: inline-block;
display: block;
margin: 0 auto;
margin-bottom: 8px;
margin-top: -8px;
text-align: center;
position: absolute;
margin-left: -27px;
margin-top: -2px;   
}    

/* ============================================================================
ARREGLOS
============================================================================ */    
    
.arreglo_pagina_standard .seccion_punteada p {
font-size: 16px;
margin-bottom: 12px;
}

.arreglo_pagina_standard h2,
.arreglo_pagina_standard h3,
.arreglo_pagina_standard h4,
.arreglo_pagina_standard h5,
.arreglo_pagina_standard h6{
margin-bottom: 12px;
margin-top: 12px;
}

.arreglo_pagina_standard h2{
color: #df2334;
font-size: 35px;
font-weight: 200;
border-bottom: solid #c3c7c8 1px;
margin-bottom: 5px;
padding-bottom: 3px;
margin-bottom: 18px;
}

.arreglo_pagina_standard .fondo_punteado  li{
font-size: 16px;
margin-bottom: 10px;
margin-left: 9px;
}

.arreglo_pagina_standard .fondo_punteado  li::before{
content: "· ";
margin-left: -10px;
position: absolute;
font-weight: bold;
color: #df2434;
font-size: 17px;
margin-top: -3px;
}

.arreglo_pagina_standard p.texto_legal{
font-size: 12px;    
}

.separador_xl{   
height: 120px;
}

.separador_l{   
height: 60px;
}

.arreglo_pagina_standard blockquote {
border-left: 3px solid #df0134;
}


/* ============================================================================
POPUPCONTADOR
============================================================================ */

#pop_up_countdown{
/*cursor: pointer;*/
}

#pop_up_countdown{
background-color: hsl(0deg 0% 0% / 82%);
z-index: 99999;
position: fixed;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
opacity: 0;    
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;   
top: 0;    
padding: 15px;
}

#pop_up_countdown >div{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
height: 100%;
}

#pop_up_countdown .caja_popup{
max-width: 600px;
padding: 52px 42px;
margin: 0 auto;
background-color: #303e49;
box-shadow: 2px 2px 7px #00000057;
border: solid 2px white;
}


#pop_up_countdown #cerrar_popup{
width: 100%;
text-align: right;
margin-top: -37px;
}

#pop_up_countdown #cerrar_popup a{
display: inline-block;
right: -32px;
position: relative;
cursor: pointer;
top: -6px;
color: #df2334;
}

#pop_up_countdown #cerrar_popup a:hover{
color: white;    
}

#pop_up_countdown #cerrar_popup a img{
width: 25px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

#pop_up_countdown #cerrar_popup a:hover img{
opacity: 0.5;    
}
    
#pop_up_countdown.abierto{
opacity: 1;    
pointer-events: all; 
}

#pop_up_countdown .imagen_contador{
max-width: 375px;
width: 100%;
margin: 0 auto;
display: block;
margin-bottom: 39px;
margin-top: -10px;
border: solid white 2px;
}

#pop_up_countdown h4{
color: whitesmoke;
border-bottom: solid 1px #e32434;
padding-bottom: 6px;
font-size: 23px;
margin-bottom: 19px;
text-align: center;
}

#pop_up_countdown p{
text-align: center;
margin-bottom: 32px;
line-height: 20px;
font-size: 13px;
color: #ffffffbf;
letter-spacing: 0.5px;
font-weight: 300;
}

#pop_up_countdown .btn-u{
font-weight: bold;
color: white;
background-color: #de2334;
padding: 4px 24px;
border-radius: 40px;
}

#pop_up_countdown .btn-u:hover{
background-color: #9b9b9b;
}

ul#countdown {
padding: 2px 0 8px 0;
border-width: 1px 0;
overflow: hidden;
font-weight: bold;
}

ul#countdown li {
padding: 0;
display: inline-block;
width: 24%;
font-size: 47px;
text-align: center;
color: white;
}

ul#countdown li .label {
color: #de2334;
font-size: 15px;
text-transform: uppercase;
display: block;
font-weight: bold;
letter-spacing: 1px;
margin-top: -11px;
}

#pop_up_countdown .boton {
text-align: center;
margin-top: 35px;
display: block;
}


#pop_up_countdown .boton a:hover{
text-decoration: none;
background-color: #024765;
}



@media (max-width: 768px){
    
    #pop_up_countdown {
    padding: 0px;
    }
    
    #pop_up_countdown .caja_popup {
    width: 70%;
    padding: 51px 24px;
    margin: 0 auto;
    }
    
    /*#pop_up_oferta >div {
    display: block;
    }*/
    
    #pop_up_countdown #cerrar_popup a {
    right: -13px;
    top: -5px;
    }
    
    ul#countdown {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    }

}

@media (max-width: 575px){
    #pop_up_countdown .caja_popup {
    width: 97%;
    padding: 51px 24px;
    margin: 0 auto;
    }
    
    #pop_up_countdown #cerrar_popup {
        margin-top: -18px;
        margin-bottom: 12px;
    }
    
    ul#countdown li {
    width: 25%;
    text-align: center;
    }
    
    ul#countdown li .label {
    color: #de2334;
    font-size: 11px;
    }
    
    #quantity{
    margin-left: 15px;   
    padding: 0px;
    text-align: center;
    }
    
}


/* ============================================================================
FORMULARIO POP UP
============================================================================ */

.formulario_pop_up .modal-content{
background: rgba(48,62,73,1);
background: -moz-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,62,73,1)), color-stop(100%, rgba(21,38,48,1)));
background: -webkit-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -o-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: -ms-linear-gradient(top, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
background: linear-gradient(to bottom, rgba(48,62,73,1) 0%, rgba(21,38,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e49', endColorstr='#152630', GradientType=0 );
color: white;
}

.formulario_pop_up .close{
color: #df2434;
text-shadow: none;
}

.formulario_pop_up  .modal-title{
font-size: 1.1rem;
font-weight: 300;
}

.formulario_pop_up  .modal-header{
border-bottom: 1px solid #ffffff14;
}

.formulario_pop_up  .campo h5{
color: #b1b1b1;
margin-bottom: 5px;
font-weight: 500;
letter-spacing: 0.5px;
font-size: 13px;
}

.formulario_pop_up  .campo h5 span {
color: #df2434;
margin-right: 3px;
}

.formulario_pop_up form {
margin: 0px;
}

.formulario_pop_up .texto_legal {
text-align: justify;
color: #949494;
font-size: 9px;
line-height: 14px;
margin-bottom: 21px;
margin-top: 13px;
}

.formulario_pop_up .texto_legal strong {
color: #d4d4d4;
font-weight: 500;
}


.formulario_pop_up input,
.formulario_pop_up select{
width: 100%;
padding: 5px 9px;
border: solid 1.5px #b1b1b140;
background-color: #ffffff00;
margin-bottom: 21px;
color: white;
}

.formulario_pop_up select{
background-color: #2c3b45; 
}

.formulario_pop_up  textarea{
width: 100%;
margin-bottom: 12px;	
border: solid 2px #b1b1b140;
background-color: #ffffff00;
color: white;
}

.formulario_pop_up .checkbox input{
width: auto;	
margin-bottom: 0px;	
margin-right: 5px;	
}

.formulario_pop_up .checkbox label{
text-transform: none;
color: #b7b7b7;
font-weight: 400;
}	

.formulario_pop_up .checkbox label a{
color: #b7b7b7;
text-decoration: underline !important;
}

.formulario_pop_up .checkbox label a:hover{
color: white;
}

.formulario_pop_up  .modal-footer{
border-top: 1px solid #ffffff14;
width: 100%;
}

.formulario_pop_up  .boton_enviar{
background-color: #df2434;
border: none;
padding: 8px 20px;
}

.formulario_pop_up  .boton_enviar input{
font-size: 15px;
margin: 0;
padding: 0px;
}

.formulario_pop_up .btn-secondary {
font-size: 15px;
padding: 8px 20px;
}

@media (max-width: 991.98px){ 


}

@media (max-width: 767.98px){


}

@media (max-width: 575.98px){


}
