/*
font-family: 'Mulish', sans-serif;

@media (max-width: 991.98px){ 
}
@media (max-width: 767.98px){
}
@media (max-width: 575.98px){
}
*/

body{
background-color: white;
}

.color_resultado_busqueda{
color:#9f988e;    
}

a{
text-decoration: none !important;
color: #9f988e;
}

a:hover,a:focus{
color: black;
}

a,li,p,h1,h2,h3,h4,h5,h6,button,input{
font-family: 'Mulish', sans-serif;
max-width: 100%;
}

::selection {
background: #fff;
color: black;
text-shadow: none;
}

p{
    color: #0000006e ;
    text-align: justify;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
}

hr{
border-color: #404040;
}

strong {}

.preloader {
background-color: white;
}

.preloader >div img{
max-width: 10rem;
}

.ekko-lightbox-nav-overlay a span {
color: #1c1c1c;
}

.ekko-lightbox-nav-overlay a span:hover {
color: #9f988e;
}

.form-control:focus {
border-color: none;
box-shadow: none;    
}

btn.focus, .btn:focus {
border-color: none;
box-shadow: none;     
}


#_lcms_banerCookies{
box-shadow: 0px -2px 7px #00000014;
background-color: #1c1c1c;
}

#_lcms_banerCookies p{
font-family: 'Open Sans', sans-serif;
font-size: 0.85rem;
color: blacksmoke;
letter-spacing: 0.5px;
max-width: 900px;
}

#_lcms_banerCookies p a{
margin-top: 11px;
font-size: 0.8rem;
background-color: transparent;
border: solid 1.5px #ffffff52;
color: #ffffff52;
}

#_lcms_cookieClose {
background-color: #9f988e !important;
border-color: #9f988e !important;
color: #1c1c1c !important;
}

#back2Top span {
margin-top: 0px;
padding-top: -8px;
display: inline-block;
height: 47px;
font-size: 14px;
display: block;
}
    
#back2Top {
bottom: 15px;
right: 15px;
color: #1c1c1c;
background-color: #9f988e;
opacity: 0.4;   
}

#back2Top:hover {
opacity: 1;
}  

.navbar-toggler-icon {
background-image: url("/assets/custom/img/icono_menu.png");
}

.boton_standard{
background-color: #1c1c1c;
color: black;
letter-spacing: 4px;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
border: solid 1px #1c1c1c;
padding: 21px 59px;
}

.boton_standard:hover{
color: #1c1c1c;
background-color: #9f988e;   
}

.parallax{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 0px;
margin: 0px;
text-align: center;
}

.parallax > div{
/*background-color: rgb(0 0 0 / 50%);*/
}

.parallax .titulo{
color: #ffffff;
font-weight: 900;
font-size: 2.5rem;
padding-bottom: 1rem;;
}

.parallax p{
font-size: 19px;
margin-bottom: 6px;
letter-spacing: 1px;
}

.parallax p strong{
font-weight: 900;    
}

.parallax a.boton_standard{
color: white;
width: fit-content;
display: block;
margin: 0 auto;
margin-top: 67px;  
width: max-content;
}

.parallax a.boton_standard:hover{
color: black;    
background-color: transparent;
}
    
.separador_altura{
height: 0px;
}

.separador_pagina{
height: 40px;
width: 100%;
}

.boton_linea_blanco{
color: black;
letter-spacing: 4px;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
border: solid 1px #ffffff75;
padding: 21px 59px;   
}

.boton_linea_blanco:hover{
background-color: white;
color: black;    
}

.boton_flotante{
position: fixed;
bottom: 11px;
z-index: 8;
left: 50px;
webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
opacity: 0    
} 

.boton_flotante.entra{
opacity: 1;    
}

.boton_flotante a{
background-color: black;
color: white;
padding: 17px 20px;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 10px;
font-weight: 800;
padding-bottom: 40px;
box-shadow: 0px 0px 3px 1px #00000040;
}

.boton_flotante:hover{
bottom: 25px;
}

.boton_flotante a:hover{
background-color:white;
color:black;     
}

.boton_adicional{
color: black;
padding: 0px 7px;
border-bottom: solid 1px white;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
font-weight: 600;
margin-top: 20px;
display: inline-block;  
}

.boton_adicional:hover{
opacity: 0.5;
}

@media (max-width: 1200px){ 

    .separador_altura{
    height: 0px;
    }
}

@media (max-width: 991.98px){ 

    .separador_altura{
    height: 0px;
    }

}

@media (max-width: 767.98px){

    .separador_altura{
    height: 0px;
    }

}

@media (max-width: 575.98px){
    
    .boton_linea_blanco{
    display: block;    
    }
    
    .boton_flotante {
    left: 10px;
    text-align: center;
    bottom: 16px;
    }
    
    .boton_flotante a{
    padding: 10px 17px;
    font-size: 9px;
    letter-spacing: 1px;
    }
    
    #back2Top {
    display: block;
    right: 12px;
    bottom: 9px;
    }    
    
    .navbar-toggler-icon {
    background-image: url("/assets/custom/img/icono_menu_movil.png");
    }
    
    .separador_pagina {
    height: 20px;
    }
    
}

/*======================================================
CONTAINERS
======================================================*/

@media (min-width: 575.98px) {
    
    .container, 
    .container{ 
    max-width: 700px; 
    }
}

@media (min-width: 767.98px) {
    
    .container, 
    .container{ 
    max-width: 900px; 
    }
    
}

@media (min-width: 992px) {
    
    .container, 
    .container{ 
    max-width: 970px; 
    }
    
}

@media (min-width: 1200px) {
    
    .container, 
    .container{ 
    max-width: 1170px; 
    }
}

@media (min-width: 1500px) {
    
    .container, 
    .container{ 
    max-width: 1450px; 
    }
    
}

@media (min-width: 1920px) {
    
    .container, 
    .container{ 
    max-width: 1550px; 
    width: 100%;    
    }
}

/*======================================================
HEADER
======================================================*/
#myHeader{
background-color: #1c1c1c;    
}

.arreglo_menu{
padding: 0px;    
}

#myHeader.fixed-top{
box-shadow: -5px 3px 6px 3px #00000030;
}

header{

}

#top-bar {
background-color: #e8e8e8;
}

#top-bar .row > div:last-child {
text-align: left;
}

#top-bar ul{
padding-left: 0.5rem;
}

#top-bar ul li{
display: inline-block;
margin-right: 0.5rem;
font-size: 1.1rem;
}
    
#top-bar a{
color: #918e8e;    
}

#top-bar a:hover{
color: #1c1c1c;
}

.logo_head{
left: 50px;
position: fixed;
z-index: 10;
top: 0px;
top: -80px;    
webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
/*width: 186px;*/    
}

body.layout_6 .logo_head{
top: 0px;    
}

#header.fixed-top .logo_head{
top: -80px;
/*width: 120px;*/
}

#header.fixed-top .logo_head:hover{
top: -40px;
}

.navbar {
padding: 0.7rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
text-transform: uppercase;
color: #ffffffe3;
font-weight: bold;
letter-spacing: 0.1rem;
font-size: 0.95rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
color: #9f988e;
}

.dropdown-toggle::after {
border-top: .3em solid #9f988e;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
border-radius: 0px;
background-color: #2c435d;
border: none;
}

.dropdown-item {
text-transform: uppercase;
color: #ffffffe3;
font-weight: 800;
letter-spacing: 0.1rem;
font-size: 0.85rem;
padding: .5rem 1.5rem;
}

ul.navbar-nav > .dropdown > .dropdown-menu >li.segundo_select >a::after{
border-top-color: transparent;
border-left: 0.4em solid #9f988e;
}

.dropdown-item:hover,.dropdown-item:focus{
color: #9f988e;
text-decoration: none;
background-color: transparent;
}

.dropdown-menu > li:hover {
background-color: #f1f1f100;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgb(255 255 255 / 43%);
}

.header {
padding: 10px 16px;
background: #555;
color: #f1f1f1;
}

.boton_menu{
position: fixed;
right: 0px;
top: 30px;  
z-index: 10;
}

.boton_menu a{
color: black;
letter-spacing: 3px;
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
border-bottom: solid 1px white;
padding: 9px 45px 5px 15px;
cursor: pointer;
}
    
.boton_menu a:hover{
color: black;
padding: 9px 35px 5px 25px;
}


.boton_menu a:after{  
content: "Menu"; 
}

.boton_menu.entra a{

border-bottom: solid 1px #0000001c;
}

#menu_lateral{
position: fixed;
right: -350px;
height: 100%;
background-color: white;
color:black;
z-index: 9;
width: 350px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .4s ease-in-out;
}

#menu_lateral.abierto{
right: 0px;    
}

#header.abierto .boton_menu a:after{
content: "Cerrar";    
}

#menu_lateral .navbar-nav{
margin: 0 auto;    
}

#menu_lateral .nav-item{
margin-bottom: 0px;
margin-top: 0px;  
}

#menu_lateral .nav-link {
color: black;
font-size: 12px;
letter-spacing: 3px;
text-align: right;
text-transform: uppercase;
border-bottom: solid 1px #fff;
color:black;    
padding: 0px;
padding-top: 10px;
padding-bottom: 10px;
white-space: nowrap;
}

#menu_lateral .nav-link:hover{
padding-right: 5px;
color: black;    
margin-left: -5px;    
}

#menu_lateral .redes{
text-align: right;
margin-top: 35px;
}

#menu_lateral .redes a{
color: black;
border: solid 1px #fff;
width: 31px;
height: 31px;
display: inline-block;
text-align: center;
font-size: 15px;
padding: 4px 3px 1px 3px;
margin-left: 3px;
}

#menu_lateral .redes a:hover{
color: #1c1c1c;
background-color: white;
}

#menu_lateral .redes i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all 0.0s ease-in-out;
}
    
@media (max-width: 1500px){ 
    
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.80rem;
    padding: 0.5rem 0.5rem;
    }
    
    .navbar-nav {
    margin-top: 13px;
    }
    
}
    
@media (max-width: 991.98px){ 
    
    ul.navbar-nav > .dropdown > .dropdown-menu >li.segundo_select >a::after{
    border-top: .3em solid #9f988e;
    border-left: 0.3em solid transparent;
    }   
    
    .navbar-nav > .nav-item:first-child{
    margin-top: 1rem;   
    }
    
    .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
    padding-bottom: 0px;
    }    
        
    .dropdown-item {
    font-size: 0.75rem;
    padding-bottom: 0.6rem;
    padding-top: 0;
    color: #ffffff9e;
    }
    
    .navbar-nav .dropdown-menu .segundo_select .submenu .dropdown-item {
    color: black;
    }
    
    .logo_head img{
    width: 140px;   
    }
    
}

@media (max-width: 767.98px){
    
    .pagina_standard {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    }
    
}

@media (max-width: 575.98px){

    #top-bar{
    display: none;  
    }
    
    .logo_head {
    left: 20px;
    top: -28px;
    }
    
    .navbar{
    margin-top: -3.85rem;
    padding: 0px;
    padding-bottom: 1.2rem;
    padding-top: 1.1rem;
    }
    
    .navbar-nav {
    margin-top: 34px;
    }
    
    .navbar-toggler-icon{
    font-size: 1rem;    
    }
    
    .navbar-dark .navbar-toggler-icon {
    background-image: url("/assets/custom/img/menu_yellow.png");
    }    
    
    header {
    background-color: whitesmoke;
    }
    
    .logo_head img {
    width: 115px;
    }
    
    .boton_menu {
    top: 20px;
    }
    
    .boton_menu a {
    padding: 14px 28px 5px 10px;
    font-size: 10px;
    }
    
    #menu_lateral {
    right: -100%;
    width: 100%;
    }
    
    #menu_lateral .navbar-nav {
    margin-right: 30px !important;
    }
    
}



/*======================================================
BUSCADOR MENÚ
======================================================*/

.buscador_menu{
border-radius: 50px;
background-color: #9f988e;
width: 22%;
padding: 1px;
background-position: right;
border: #9f988e 1px solid;
}

.buscador_menu input{
border-radius: 50px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
width: 87% !important;
border: none;
padding: 0.1rem 1.2rem;
font-weight: 700;
background-color: #1c1c1c;
font-family: 'Open Sans', sans-serif;
color: #9f988e;
font-size: 0.8rem;
letter-spacing: 0.07rem;
}

.buscador_menu input::placeholder{
color: #9f988e;
font-style: italic;
}

.buscador_menu input:focus::placeholder{
color: #15362d;        
}

.buscador_menu input:focus {
color: #15362d;
background-color: transparent;
border-color: none;
border: none;    
outline: none;
box-shadow: none;
}

.buscador_menu button{
width: 13%;
border: none;
background-color: transparent;
color: #15362d;
webkit-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.buscador_menu button:hover{
color:#15362d47;
}

@media (max-width: 1500px){
    .buscador_menu {
    width: 27%;
    }
    
    .buscador_menu input {
    font-size: 0.85rem;   
    }
}

@media (max-width: 991.98px){ 
    .buscador_menu {
    width: 47%;
    position: absolute;
    right: 0;
    top: 0;    
    }
    
    .buscador_menu input{
    font-size: 0.8rem;    
    }

}

@media (max-width: 767.98px){
    
    .buscador_menu {
    width: 53%;
    }
}

@media (max-width: 575.98px){
    .buscador_menu{
     display: none;   
    }

    
    .buscador_menu_movil{
    background-color: #9f988e;
    }
    
    .buscador_menu button {
    color: #9f988e;
    }
    
    .buscador_menu_movil .buscador_menu{
    display: flex; 
    position: initial;
    margin: 0 !important;
    top: inherit;
    right: initial;
    border: none;
    width: 100%;
    border-radius: 0; 
    background-color: #374f6b;
    }
    
    .buscador_menu_movil .buscador_menu input{
    background-color: transparent;
    color: #9f988e;
    font-weight: 900;
    padding: 0rem 2rem;
    border-radius: 0px;
    }
    
    .buscador_menu_movil .buscador_menu input::placeholder{
    color: #ffffff73;   
    }
    
}

/*======================================================
CESTA MENU
======================================================*/

#top-cart > a{
color: black;  
}

#top-cart > a:hover i{
color:#9f988e;   
}

#top-cart > a:hover span{
color: #15362d;
}

#top-cart > a span{
color: #1c1c1c;
font-weight: 700;
background-color: #9f988e;
}

#top-cart.top-cart-open .top-cart-content {
background-color: #1c1c1c;
border-color: #000000;
}

#top-cart .top-cart-content .top-cart-title{
color: #ffffff;
font-weight: bold;
background-color: #26394e;
}

#top-cart .top-cart-content .top-cart-title h4{
color: black;
}

#top-cart.top-cart-open .top-cart-content .top-cart-title h4 span{
color: #9f988e;
font-weight: bold;
}

#top-cart .top-cart-item {
border-color: #1a2b26;
}
    
#top-cart .top-cart-item-image img{
box-shadow: 3px 4px 0px #ffffff38;
}

#top-cart .top-cart-item-desc .contenido a{
color: #9f988e;
font-weight: bold;
}

#top-cart .top-cart-item-desc .contenido a:hover{
text-decoration: none !important;
color: black;
}

#top-cart .top-cart-item-desc .contenido .precio{
color: black;
font-weight: bold;
}

#top-cart .top-cart-item-desc .contenido .cantidad{
color: #d6d6d6;
}

#top-cart .top-cart-footer .boton{
background-color: #9f988e;
color: #1c1c1c;
font-weight: bold;
font-size: 0.8rem;
}

#top-cart .top-cart-footer .boton:hover{
text-decoration: none !important;
background-color: #ffffff;
}

#top-cart .top-cart-footer span{
font-weight: bold;
color: #9f988e;
}

@media (max-width: 991.98px){ 
    #top-cart {
    position: absolute;
    right: 0;
    top: -4rem;
    }
}

@media (max-width: 575.98px){
    
    #top-cart > a {
    color: #374f6b;
    }
    
    #top-cart{
    position: absolute;
    right: 0;
    top: 10px;
    }

    #top-cart > a {
    font-size: 1.2rem;
    }
    
    #top-cart > a span{
    width: 18px;
    height: 18px;
    margin-top: -3px;
    font-size: 10px;
    font-weight: 900;
    }
}

/*======================================================
SLIDE HOME
======================================================*/
#slide_home {
background-size: cover;
background-attachment: fixed;
}

#slide_home {
  background-image: url("/assets/img/home.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#slide_home .contenido{
text-align: center;
color: black;  
margin-bottom: -7rem;
}

#slide_home .logo{
margin-bottom: 1rem;
max-width: 20rem;
opacity: 1;
}

#slide_home .titulo{
font-size: 3.7rem;
letter-spacing: 1rem;
color: black;
font-weight: 400;
position:relative;
top:-205px;
}

#slide_home .titulo span{
font-weight: 300;   
}

#slide_home .subtitulo{
font-weight: 300;
font-size: 2.15rem;
letter-spacing: 0.3rem;
color: black;
border-top: solid 1px #ffffff40;
width: max-content;
margin: 0 auto;
padding: 11px 66px;
margin-top: 20px;
position:relative;
top:-205px;
}

#slide_home >div, #slide_home >div>.row {
align-items: flex-end;
}

#slide_home .boton{
text-align: center;
}

#slide_home .boton .boton_linea_blanco{
margin-bottom: 4rem;
display: inline-block;
}

@media (max-width: 1300px){ 

    #slide_home .logo {
    max-width: 17rem;
    }
    
    #slide_home .titulo {
    font-size: 1.5rem;
    letter-spacing: 12px;
    }
    
    #slide_home .subtitulo {
    font-size: 1rem;
    padding: 8px 16px;
    margin-top: 11px;
    }
    
    #slide_home .buscador {
    margin-top: 1.7rem;
    }
    
}

@media (max-width: 1200px){ 
    
    /*#slide_home >.container-fluid{
    background-color: #fff96;
    }*/
    
}

@media (max-width: 991.98px){ 
    
    #slide_home .buscador form {
    position: relative;    
    }
    
    #slide_home .contenido {
   margin-top: 0rem;
    }
        
    
}
    
@media (max-width: 767.98px){

    #slide_home .subtitulo {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 12px;
    }
    
}
    
@media (max-width: 575.98px){
    
    
    #slide_home .titulo {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 31px;
    font-weight: 700;
    }
    
    #slide_home .logo {
    max-width: 12rem;
    }
    
    #slide_home .subtitulo {
    line-height: 20px;
    font-size: 12px;
    padding: 6px 0px;
    margin-top: 0px;
    max-width: 84%;
    letter-spacing: 3px; 
    }
    
    #slide_home .buscador {
    display: none;
    }
    
    #slide_home .boton .boton_linea_blanco {
    margin-bottom: 1.5rem;
    font-size: 10px;
    padding: 9px 36px;
    letter-spacing: 2px;
    }
    
}

@media (max-height: 575.98px){
    
    .logo_head {
    left: 20px;
    }
    
    
    #slide_home .titulo {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 31px;
    font-weight: 700;
    }
    
    #slide_home .logo {
    max-width: 12rem;
    }
    
    #slide_home .subtitulo {
    line-height: 20px;
    font-size: 12px;
    padding: 6px 0px;
    margin-top: 0px;
    max-width: 84%;
    letter-spacing: 3px; 
    }
    
    #slide_home .buscador {
    display: none;
    }
    
    #slide_home .boton .boton_linea_blanco {
    margin-bottom: 1.5rem;
    font-size: 10px;
    padding: 9px 36px;
    letter-spacing: 2px;
    }
    
    .logo_head img {
    width: 102px;
    }
    
}




/*======================================================
CARRUSEL
======================================================*/

.owl-carousel .owl-dots{
text-align: center;   
}

.owl-carousel .owl-dots .owl-dot{
background-color: transparent;
height: 10px;
width: 10px;
border: 1px #1c1c1c solid;
margin-left: 0.3rem;
margin-right: 0.3rem;
border-radius: 20px;
}

.owl-carousel .owl-dots .owl-dot.active{
background-color: #1c1c1c;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active:hover{
background-color: #9f988e;
border-color: #9f988e;
}

.owl-carousel  .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
background-color: #1c1c1c;
opacity: 1;
border: solid 2px white;
font-size: 20px;
border-color: #1c1c1c;
}

.owl-carousel .owl-nav button.owl-prev{
left: -65px;
}

.owl-carousel .owl-nav button.owl-next{
right: -65px;
}

.owl-carousel .owl-nav button:hover{
background-color: #9f988e;  
border-color: #9f988e;
}

.owl-carousel .owl-nav button .icon:before{
font-family: "FontAwesome";
color: black;    
}

.owl-carousel .owl-nav .owl-prev .icon:before{
content: "\f104";   
}

.owl-carousel .owl-nav .owl-next .icon:before{
content: "\f105";   
}

.owl-carousel .owl-nav button:hover .icon:before{
color: #15362d;
}

.owl-carousel .owl-nav .owl-next .icon{
margin-right: -4px;
}

#destacados_home{
            
}

@media (max-width: 1600px){ 
    
    .owl-carousel  .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: none;
    }
    
    .owl-carousel  .owl-nav button:hover{
    background-color: transparent;
    border-color: transparent;
    }
    
    .owl-carousel  .owl-nav button:hover .icon:before{
    color: #9f988e;    
    }
    
    .owl-carousel  .owl-nav button.owl-next {
    right: -47px;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
    left: -47px;
    }
    
}

@media (max-width: 1500px){ 
    .owl-carousel .owl-nav [class*=owl-] {
    top: 33%;
    }
}

@media (max-width: 575.98px){

    .owl-carousel .owl-nav {
    display: none;
    }

}


/*======================================================
HOME
======================================================*/

.padding_seccion{
padding-top: 9rem;
padding-bottom: 9rem;
padding-left: 2rem;
padding-right: 2rem;    
}

.titulo_seccion{
font-weight: 900;
font-size: 2.5rem;
padding-bottom: 1rem;    
text-align: center; 
color: #15362d;    
}

#intro_home .titulo_seccion{
text-transform: uppercase;
}

#intro_home p,#newsletter_home p{
font-size: 1.1rem;
color: #15362d;
margin-bottom: 0px;
text-align: center; 
}

#newsletter_home .padding_seccion{
padding-top: 11rem;
}

#newsletter_home .formulario_newsletter{
text-align: center;
margin-top: 2rem;
}

#newsletter_home .formulario_newsletter input{
outline: none;
border: none;
text-align: center;
border: solid #15362d 2px;
background-color: transparent;
padding: 0.5rem 1rem;
min-width: 20rem;
font-weight: 900;
letter-spacing: 0.1rem; 
color: #15362d;    
}

#newsletter_home .formulario_newsletter input::placeholder{
color: #15362d;
font-style: italic;
font-weight: 400; 
letter-spacing: 0.1rem;    
}

#newsletter_home .formulario_newsletter input.boton{
margin-left: -4px;
background-color: #15362d;
color: #9f988e;
min-width: auto;
/* text-transform: uppercase; */
cursor: pointer;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border-left: none;
letter-spacing: 0.05rem;
}

#newsletter_home .formulario_newsletter input.boton:hover{
color: black;    
}

#newsletter_home .titulo_seccion{
padding-bottom: 0rem;  
}

#secciones_home,#galeria_home{
background-color: #1c1c1c;
}

#secciones_home .titulo_seccion,
#galeria_home .titulo_seccion{
color: #f5f5f5;
text-transform: uppercase;    
}

#secciones_home .secciones,
#galeria_home .secciones{
margin-top: 3rem;
}

#galeria_home .owl-carousel .owl-nav button.owl-next, 
#galeria_home .owl-carousel .owl-nav button.owl-prev{
background-color: #9f988e;
border: solid 2px #9f988e;
border-color: #9f988e;
}

#galeria_home  .owl-carousel .owl-nav button .icon:before{
color: #1c1c1c;
}

#galeria_home .owl-carousel .owl-nav button.owl-next:hover, 
#galeria_home .owl-carousel .owl-nav button.owl-prev:hover{
background-color: white;
border-color:white;    
}

.ficha_seccion{
height: 480px;
padding: 0rem 0.5rem;
text-align: center;
}

.ficha_seccion > div{
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border: solid #ffffff 0.25rem;
}

.ficha_seccion a{
display: flex;
height: 100%;
background-color: rgb(0 0 0 / 45%);
}

.ficha_seccion a:hover{
background-color: transparent;
}

.ficha_seccion .titulo{
color: #9f988e;
font-weight: 600;
letter-spacing: 0.1rem;
text-transform: uppercase;
}


#destacados_home .titulo_seccion{
color: #1c1c1c;
margin-bottom: 4rem;
}

#destacados_home .owl-carousel .owl-dots{
margin-top: 0px;
position: absolute;
top: -4.5rem;
width: 100%;
}

#destacados_home .fragmento_boton,
#novedades_home .fragmento_boton{
text-align: center;
margin-top: 4rem;
}


#premium_home .titulo_seccion{
color: #15362d;
margin-bottom: 4rem;
}

#premium_home .div_articulo img{
box-shadow: 5px 5px 0px #00000038;
}

#premium_home .div_articulo .titulo {
color: #15362d;
}

#premium_home .div_articulo .precio li{
color: #ffffff;
font-weight: 800;
}

#premium_home .div_articulo .precio li.old{
font-weight: 400;
color: #ffffff6e;    
}

#premium_home .fragmento_boton{
text-align: center;
margin-top: 4rem;
}

#premium_home .owl-carousel .owl-nav button:hover {
background-color: #15362d;
border-color: #15362d;
}

#premium_home .owl-carousel .owl-nav button:hover .icon:before {
color: #9f988e;
}

#premium_home .owl-carousel .owl-dots .owl-dot {
border: 1px #15362d solid;
}

#premium_home .owl-carousel .owl-dots {
margin-top: 0px;
position: absolute;
top: -4.5rem;
width: 100%;
}

.info_home{
background-color: white;
padding: 0px;    
}

.info_home .textos_intro{
max-width: 515px;
margin: 0 auto;
border-left: solid 1px #ffffff0f;
border-right: solid 1px #ffffff0f;
padding-top: 300px;
padding-bottom: 300px;    
}

.info_home .textos_intro .titulo{
color: black;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 20px;
font-size: 2.2rem; 
}

.info_home .textos_intro p{
color: #0000006e;
text-align: justify;
font-weight: 500;
line-height: 26px; 
letter-spacing: 1px;

}

.info_home .textos_intro p:last-child{
margin-bottom: 0px;    
}

.info_home .video{
background-color: white;
}
    
.info_home .video video{
width: 100%;    
}

.info_home .fragmento_sup{
position: relative;
}

.info_home .texto_vertical{
height: 100%;
position: absolute;
text-align: center;
left: 14px;
}

.info_home .texto_vertical span{
writing-mode: vertical-lr;
transform: rotate(180deg);
margin: 0 auto;
font-weight: bold;
letter-spacing: 3px;
color: #757575;
text-align: center;
width: 100%;
height: 100%;  
letter-spacing: 11px;
font-size: 8px;
text-transform: uppercase;
}

.redes_intro{
position: absolute;
z-index: 1;
right: 18px;
top: 18px;
}

.redes_intro a{
color: black;
border: solid 1px #ffffff1f;
width: 31px;
height: 31px;
display: inline-block;
text-align: center;
font-size: 15px;
padding: 4px 3px 1px 3px;
margin-left: 1px;
}

.redes_intro a i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all 0.0s ease-in-out; 
}

.redes_intro a:hover{
color: #1c1c1c;    
background-color: white;    
}

.info_home .fotos{
display: flex;
display: inline-table;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.caracteristicas_home{
background-color: #fff;   
display: grid;
}

.caracteristicas_home .textos_intro{
padding: 0px;
padding-top: 100px;
padding-bottom: 100px;
height: 100%;

}

.caracteristicas_home .textos_intro .intro{
color:  #1c1c1c;
}

.caracteristicas_home .textos_intro .titulo{
color: black;
margin-bottom: 58px;
letter-spacing: 3px;
}

.caracteristicas_home .textos_intro h4{
font-weight: 900;
font-size: 17px;
letter-spacing: 5px;
}

.caracteristicas_home .textos_intro p{
color: #0000006e;
margin-bottom: 47px;
font-weight: 500;
letter-spacing: 1px;
}

.caracteristicas_home .textos_intro div p:last-child{
margin-bottom: 0px;    
}

.caracteristicas_home .fotos img{
width: 50%;
display: inline-block;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
object-fit: cover;
}

.caracteristicas_home .texto_vertical{
height: fit-content;
}

.caracteristicas_home .texto_vertical span{
color: #0e0e0e78;
}
    
.botones_doble{
display: inline-flex;
border: solid 2px #1c1c1c;
}

.botones_doble a{
padding: 0.7rem 1.4rem;
display: inline-block;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 0.08rem;
font-size: 0.8rem;
color: #1c1c1c;
}

.botones_doble a.boton1{
background-color: #9f988e;
color: #1c1c1c;
}

.botones_doble a.boton2{
background: transparent;   
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

.botones_doble a.boton1:hover,
.botones_doble a.boton2:hover{
color: #9f988e;
background-color: #1c1c1c;
}

.info_home .botones_doble{
margin-top: 2rem;
}

.iconos_servicios img{
margin: 0 auto;    
display: block;
}

.iconos_servicios p{
color: #15362d;
text-align: center;
margin-top: 1.5rem;
font-size: 1.2rem;
letter-spacing: 0.05rem;
margin-bottom: 0rem;
font-weight: 700;
}

.mapa_contacto{
padding: 0px;    
}

#map,
#map-d-google-{
height: 550px;
}

.mapa_contacto .ficha_contacto{
position: absolute;
margin-top: -435px;
background-color: #1c1c1c;
padding: 13px 13px;
text-align: center;
width: 81%;
}

.mapa_contacto .ficha_contacto .contenido{
border: solid 1px #ffffff63;
padding: 3rem 2rem;
}

.mapa_contacto .ficha_contacto .contenido h4{
color: black;
line-height: 2rem;
margin-bottom: 1rem;
letter-spacing: 0.1rem;
font-size: 1.3rem;
font-weight: 400; 
}

.mapa_contacto .ficha_contacto .contenido h4 strong{
color: #9f988e;
}

.mapa_contacto .ficha_contacto .contenido h4 i{
margin-left: 0.2rem;
margin-right: 0.2rem;    
}

.mapa_contacto .ficha_contacto .contenido h4:last-child{
margin-bottom: 0px;    
}

.mapa_contacto .ficha_contacto .contenido h4 a{
color: black;    
}

.mapa_contacto .ficha_contacto .contenido h4 a:hover{
color: #9f988e;  
}

.mapa_contacto .ficha_contacto .contenido h4 a i{
color: #9f988e;   
}

.mapa_contacto .ficha_contacto .contenido h4 a:hover i{
color: black;  
}

.mapa_contacto .ficha_contacto {
width: 100%;
}

.titulo_negro{
background-color: white;
text-align: center;
padding: 60px 30px;
color: black;  
}

.titulo_negro h2{
color: black;
text-transform: uppercase;
font-size: 19px;
letter-spacing: 9px;
margin-bottom: 0px;
}

.miniatura_proyecto{
padding: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;  
height: 760px;    
}

.miniatura_proyecto a{
background-color: transparent;
height: 100%;
padding: 50px 35px;    
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}

.miniatura_proyecto h4{
color: white;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 25px;
margin-bottom: 3px;    
}

.miniatura_proyecto h5 p{
color: #ffffffbd;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 4px;
}

.miniatura_proyecto a:hover{
background-color: transparent;  
}

.opinion_clientes .info_home .textos_intro .titulo {
letter-spacing: 6px;
line-height: 51px;
}

.opinion_clientes .item h6{
color: #c1c1c1;
font-weight: 900;
text-align: right;
margin-top: 26px;
margin-bottom: 0px;
}

.opinion_clientes .owl-dots{
position: absolute;
top: -160px;
}

.opinion_clientes .owl-dots .owl-dot {
margin-left: 0rem;
margin-right: 0.5rem;
height: 8px;
width: 8px;
border: 1px white solid;
}

.opinion_clientes .owl-carousel .owl-dots .owl-dot.active {
background-color: white;
}

.imagen_full{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

@media (max-width: 1500px){
    
    
    .info_home .textos_intro {
    max-width: 440px;
    }
    
    .caracteristicas_home .textos_intro{
    padding-top: 91px; 
    }
    
    .info_home .textos_intro .titulo {
    font-size: 1.9rem;
    margin-bottom: 41px;
    }
    
    .caracteristicas_home .textos_intro p {
    font-size: 15px;
    }
    
    .info_home .texto .contenido {
    max-width: 30rem;
    padding: 6rem 2rem;
    }
    
    .info_home .texto .titulo {
    font-size: 2rem;
    }
    
    .info_home .texto .contenido p {
    font-size: 0.9rem;
    }
    
    .botones_doble a {
    padding: 0.5rem 1.1rem;
    font-size: 0.7rem;
    }
    
    .info_home .botones_doble {
    margin-top: 1rem;
    }
    
    .miniatura_proyecto a {
    padding: 25px 25px;
    }
    
    .miniatura_proyecto h4{
    font-size: 20px;
    letter-spacing: 3px;
    }
    
    .miniatura_proyecto h5 p {
    font-size: 13px;
    letter-spacing: 3px;
    }
    
    .miniatura_proyecto {
    height: 560px;
    }
    
    .opinion_clientes .info_home .textos_intro .titulo {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 38px;
    }
    
}


@media (max-width: 1300px){
    
    .info_home .textos_intro {
    max-width: 362px;
    }
    
}

@media (max-width: 1200px){
    
    .ficha_seccion {
    height: 529px;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 1rem;
    }
    
    .info_home .textos_intro {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    }
    
    .info_home .texto_vertical {
    display: none;
    }
    
    .info_home .textos_intro .titulo {
    font-size: 1.5rem;
    margin-bottom: 28px;
    letter-spacing: 4px;
    }
    
    .caracteristicas_home .textos_intro h4 {
    font-size: 15px;
    letter-spacing: 4px;
    margin-top: 39px;
    }
    
    .caracteristicas_home .textos_intro p {
    font-size: 16px;
    }
    
    
}

@media (max-width: 991.98px){
    .iconos_servicios p {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 900;
    }
    
    .info_home .texto .contenido {
    max-width: 45rem;
    padding: 5rem 2rem;
    }
    
    #newsletter_home .padding_seccion {
    padding-top: 7rem;
    }

    
    .titulo_seccion {
    font-size: 2rem;
    }
    
    .ficha_seccion {
    height: 400px;
    }
    
    .info_home .textos_intro {
    padding-top: 170px;
    padding-bottom: 170px;
    max-width: 65%;
    }
    
    .titulo_negro {
    padding: 40px 25px;
    }

    
}

@media (max-width: 767.98px){

    .ficha_seccion {
    height: 529px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    
    .info_home .textos_intro {
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 76%;
    }
    
}

@media (max-width: 575.98px){
    
    .info_home .texto .contenido{
    padding: 4rem 2rem;
    }
    
    .info_home .botones_doble {
    width: 100%;
    }
    
    .botones_doble a.boton1,
    .botones_doble a.boton2{
    width: 100%;
    text-align: center;
    }
    
    .botones_doble a {
    font-size: 0.8rem;
    }
    
    .info_home .texto .contenido p {
    font-size: 1rem;
    text-align: left;
    }

    .ficha_seccion {
    height: 475px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    
    #newsletter_home .padding_seccion {
    padding-top: 5rem;
    }
    
    #newsletter_home .formulario_newsletter input{
    width: 100%;
    min-width: initial;   
    }
    
    #newsletter_home .formulario_newsletter input.boton{
    width: 100%;
    min-width: initial;
    margin-left: 0px;
    }
    
    #newsletter_home .formulario_newsletter input.boton{
    width: 100%;
    min-width: initial;
    margin-left: 0px;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    }
    
    #destacados_home .fragmento_boton,
    #premium_home .fragmento_boton,
    #novedades_home .fragmento_boton{
    margin-top: 3rem;
    }
    
    .info_home .textos_intro {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 86%;
    padding-left: 25px;
    padding-right: 25px;
    }
    
    .info_home .textos_intro p {
    line-height: 24px;
    font-size: 15px;
    }
    
    .opinion_clientes .info_home .textos_intro .titulo {
    margin-bottom: 19px;
    font-size: 21px;
    line-height: 33px;
    }

}

/*======================================================
PÄGINA CON FRAGMENTO FIJO
======================================================*/

.pagina_con_fragmento_fijo{
}

.pagina_con_fragmento_fijo .fragmento_fijo{

}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido{
position: fixed;
color: #BABABA;
padding: 0px;
max-width: 23%;
display: block;
margin-left: 4%;
}


.pagina_con_fragmento_fijo .fragmento_fijo .contenido .titulo{
color: black;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 20px;
font-size: 2rem;
}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido .volver{
color: black;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
display: inline-block;
margin-bottom: 23px;
}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido .volver:hover,
.pagina_con_fragmento_fijo .fragmento_fijo .contenido .volver:hover i{
color:white;    
text-decoration: underline !important;
}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido  p{
color: #0000006e    ;
text-align: justify;
line-height: 24px;
font-size: 15px;
margin-bottom: 13px;
}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido  p a{
color: black;
text-decoration: underline !important;
}

.pagina_con_fragmento_fijo .fragmento_fijo .contenido  p:last-child{
margin-bottom: 0px;    
}

.pagina_con_fragmento_fijo .fragmento_scroll{
padding: 0px;
}

@media (max-width: 1500px){ 
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido {
    max-width: 26%;
    margin-left: 2%;
    }
    
}

@media (max-width: 1200px){ 
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido {
    max-width: 35%;
    }

}

@media (max-width: 991.98px),only screen and (device-width: 768px){ 
    
    .pagina_con_fragmento_fijo .fragmento_fijo {
    height: auto !important;
    }
 
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido{
    position: relative;
    padding-top: 170px;
    padding-bottom: 170px;
    max-width: 65%;
    margin: 0 auto;
    border-left: solid 1px #ffffff0f;
    border-right: solid 1px #ffffff0f;
    padding-left: 50px;
    padding-right: 50px;
    }
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido p{
    color: #BABABA;
    text-align: justify;
    line-height: 26px;
    }
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido .titulo {
    font-size: 1.5rem;
    margin-bottom: 14px;
    letter-spacing: 4px;
    }
    
        
}

@media (max-width: 767.98px){
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido{
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 76%;
    }
    
}

@media (max-width: 575.98px){
    
    .pagina_con_fragmento_fijo .fragmento_fijo{
    padding-left: 0px;
    padding-right: 0px;    
    }
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido {
    padding-top: 160px;
    padding-bottom: 110px;
    max-width: 86%;
    padding-left: 25px;
    padding-right: 25px;
    }
    
    .pagina_con_fragmento_fijo .fragmento_fijo .contenido p {
    line-height: 24px;
    font-size: 15px;
}
    
}
    

/*======================================================
ARTICULO
======================================================*/
.ordenar_articulos {
/* -webkit-column-count: 3; */
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
}

.div_articulo a{
display: block;
position: relative;
}

.div_articulo img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding: 0;
}

.div_articulo .titulo{
text-align: center;
color: black;
font-weight: 700;
font-size: 15px;
margin-bottom: 0.2rem;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
/*opacity: 0;*/
position: absolute;
margin: 0 auto;
top: 50%;
width: 100%;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: -10px;
padding-left: 32px;
padding-right: 32px;
line-height: 24px;
}

.div_articulo .titulo p{
font-weight: 300;
font-size: 12px;
letter-spacing: 4px;
margin-top: 0px;
}

.div_articulo .precio ul{
padding: 0;
text-align: center;    
}

.div_articulo .precio li{
display: inline;
color: #9f988e;
font-weight: 800;
font-size: 1.2rem;
letter-spacing: 0.1rem;
margin-right: 0.3rem;
}

.div_articulo .precio li.old{
font-weight: 500;
margin-right: 0;
color: #cbcbcb;
letter-spacing: 0;
font-style: italic;
text-decoration: line-through;
font-size: 1rem;    
}

.div_articulo a:hover img{
opacity: 0.1;
}

.div_articulo a:hover .titulo{ 
opacity: 1;
}

.descripcion_articulo{
margin-top: 3rem;
background-color: #f9f9f9;
padding: 1rem 1.2rem;
font-size: 0.8rem;
color: #909090;
border: solid 1px gainsboro;
}

.etiqueta_descuento{
position: absolute;
background-color: #1c1c1c;
padding: 3px 5px;
padding-top: 25px;
font-weight: bold;
right: 10px;
color: #9f988e;
font-size: 19px;
}

.etiqueta_descuento span{
font-size: 15px;
}

.ordenar_articulos_orden{
display: flex;
flex-wrap: wrap;
width: 100%;
height: auto;
}

.ordenar_articulos_orden .div_articulo{
width: 33.3%;
height: auto;
flex: 0 1 33.3%;
}

.ordenar_articulos_orden .div_articulo img{
width: 100%;
height: 100%;
object-fit: cover;
max-height: 411px;   
opacity: 0.5;
}

.ordenar_articulos_orden .div_articulo a{
width: 100%;
height: 100%;
}

@media (max-width: 1500px){ 
    .ordenar_articulos {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
    
    .ordenar_articulos_orden .div_articulo {
    width: 50%;
    height: auto;
    flex: 0 2 50%;
    }
    
}
    
@media (max-width: 991.98px){ 
    .etiqueta_descuento {
    font-size: 15px;
    }
}

@media (max-width: 767.98px){
    
    .div_articulo .titulo {
    opacity: 1;
    /*position: relative;*/
    margin: 0px;
    padding: 20px;
    margin-bottom: 15px;
    padding-top: 0px;
    top: 33%;
    }
    
}

@media (max-width: 575.98px){
    
    .ordenar_articulos {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    
    .ordenar_articulos_orden .div_articulo img {
    max-height: 100%;
    }
    
    .ordenar_articulos_orden .div_articulo{
    width: 100%;
    height: auto;
    flex: 0 1 100%;
    }
    
    
    .div_articulo .titulo {
    font-size: 13px;
    top: 43%;
    }
    
    .div_articulo .titulo p {
    font-size: 11px;
    }
    
}

/*======================================================
FOOTER
======================================================*/

footer{
padding: 35px 50px;
background-color: white;
color: black;
border-top: solid 1px #ffffff0f;
display: flex;
justify-content: space-between;
padding-bottom: 65px;
}

footer .logo{
padding: 1.5rem 1rem;    
}

footer .logo img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;   
}

footer .logo a:hover img{
opacity: 0.7;    
}

footer .items{
border-top: solid 1px #ffffff2e;
padding: 1.6rem 2rem;
}

footer .items a{
text-transform: uppercase;
color: #ffffffbf;
font-weight: 900;
letter-spacing: 0.15rem;
padding: 0 0.35rem;
font-size: 0.85rem;
}

footer .items a i{
 webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;      
}

footer .items a:hover{
color: #9f988e;
}

footer .items .redes a{
padding: 0 0.15rem;
font-size: 0.9rem;
color: #9f988e;
text-transform: none;
letter-spacing: 0.1rem;
}
footer .items .redes a:hover{
color: black;    
}

footer .subfooter{
background-color: #9f988e;
padding: 0.3rem 1rem;
}

footer .subfooter li{
color: #15362d4f;
font-weight: 900;
font-size: 0.75rem;
padding: 0 0.4rem;
letter-spacing: 0.05rem;
}

footer .subfooter li a{
color: #15362d;
}

footer .subfooter li a:hover{
color: #15362d4f;  
}

footer li{
color: #ffffff24;
}
    
footer a,
footer a:not([href]){
color: black;
font-size: 13px;
letter-spacing: 2px;
padding: 0px 9px;  
}

footer a:hover,
footer a:hover:not([href]){
color: black;
text-decoration: underline !important;
}

footer li.redes{
margin-left: 6px;    
}

footer li.redes a{
color: black;
border: solid 1px #ffffff1f;
width: 31px;
height: 31px;
display: inline-block;
text-align: center;
font-size: 15px;
padding: 4px 3px 1px 3px;
margin-left: 1px;
}

footer li.redes a:hover{
color: #1c1c1c;
background-color: white;
}

footer li.redes i {
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all 0.0s ease-in-out;
}

@media (max-width: 1500px){ 
    
    footer .logo img{
    max-width: 15rem;    
    }
    
    footer .logo {
    padding: 1rem 1rem;
    }
    
    footer {
    padding: 35px 30px;
    display: block;
    text-align: center;
    }
        
    footer li.redes {
    display: block;
    margin-top: 23px;
    }
        
    
}

@media (max-width: 991.98px){ 
    
    .mapa_contacto .ficha_contacto {
    width: 100%;
    margin-top: -370px;    
    }
    
    #map,
    #map-d-google-{
    height: 700px;
    }
    
}

@media (max-width: 767.98px){
    
}

@media (max-width: 575.98px){
    
    .padding_seccion{
    padding-top: 5rem;
    padding-bottom: 5rem;    

    }
    
    footer .logo img {
    max-width: 13rem;
    }
    
    footer .items a {
    letter-spacing: 0.15rem;
    padding: 0 0.2rem;
    font-size: 0.75rem;
    }
    
    footer .items {
    border-top: solid 1px #ffffff2e;
    padding: 1.2rem 2rem;
    }
    
    footer .items .redes a {
    font-size: 0.75rem;
    font-weight: bold;    
    }
    
    footer .items a i {
    font-size: 0.9rem;
    }
    
    
    footer .subfooter ul{
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.1;
    padding: 0.4rem 0.1rem;
    }
    
    footer .subfooter li{
    font-size: 0.8rem; 
    color:#15362d96;
    padding: 0 0.4rem;
    }
    
    #map,
    #map-d-google-{
    height: 500px;
    }
    
    .mapa_contacto{
    background-color: #15362d;
    }
    
    .mapa_contacto .ficha_contacto{
    position: relative;
    margin: 0px;
    width: 100%;
    padding: 5rem 1rem;
    margin-bottom: 0.2rem;
    }
    
    .mapa_contacto .ficha_contacto .contenido h4 {
    letter-spacing: 0.1rem;
    font-size: 1rem;
    line-height: 1.8rem;
    }
    
    .mapa_contacto .ficha_contacto .contenido {
    border: solid 1px #ffffff63;
    padding: 2rem 1rem;
    }
    
    footer {
    padding: 35px 25px;
    }
    
    footer .enlaces_legales{
    margin-bottom: 9px;    
    }

    footer .enlaces_contacto li{
    margin-bottom: -4px;   
    }
    
    footer .enlaces_contacto a{
    color: #848484;
    font-size: 12px;
    font-weight: bold;   
    }
    
    footer .enlaces_contacto .separador{
    display: none;    
    }
    
}


/*======================================================
PÁGINA ESTANDARD
======================================================*/

.card-body{
    margin-top: 20px;
}

.pagina_standard{
margin-top: 10px;
color: #0000006e;
}

.pagina_standard p{
color: #adadad;
text-align: justify;
line-height: 28px;
margin-bottom: 30px;
letter-spacing: 0.5px;
}

.pagina_standard p a,.pagina_standard li a{
color: black;
text-decoration: underline !important;
text-decoration-color: #575757 !important;
}

.pagina_standard  a:hover{
color: #888888;
}

.pagina_standard li::before{
content: "· ";
margin-left: -13px;
position: absolute;
font-weight: 900;
color: #848484;
font-size: 8px;
margin-top: 4px;
}

.pagina_standard h1,
.pagina_standard h2,
.pagina_standard h3,
.pagina_standard h4,
.pagina_standard h5,
.pagina_standard h6{
font-weight: 700;
margin-bottom: 20px;
color: black;  
letter-spacing: 1px;    
}

.pagina_standard h1,
.pagina_standard h2,
.pagina_standard h3{

    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 7px;
    margin-bottom: 0px;
    border-bottom: solid 1px #434343;
    width: max-content;
    margin: 0 auto;
    padding: 7px 49px;

}

.titulo_pagina_standard{

}

.titulo_pagina_standard{
background-image: url(/assets/custom/img/home.JPG);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.titulo_pagina_standard > .row{
background-color: #1c1c1ccf;
padding: 150px 25px;
border-bottom: solid #ffffff29 1px;
}

.titulo_pagina_standard h1{
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
text-align: center;
font-size: 1.7rem;
letter-spacing: 7px;
margin-bottom: 0px;
border-bottom: solid 1px #434343;
width: max-content;
margin: 0 auto;
padding: 7px 49px;
}
   

.titulo_pagina_standard .subitulo{
text-align: center;
color: #c9c9c9;
font-weight: 700;
letter-spacing: 0.1rem;
}

@media (max-width: 991.98px){ 
    
    .titulo_pagina_standard > .row {
    padding-bottom: 71px;
    }
    
    .titulo_pagina_standard h1 {
    font-size: 1.5rem;
    letter-spacing: 5px;
    }
    
}

@media (max-width: 767.98px){

    .titulo_pagina_standard h1{
    font-size: 1.2rem;
    letter-spacing: 4px;
    padding: 7px 21px;
    }

}

@media (max-width: 575.98px){
    
    .titulo_pagina_standard h1 {
    font-size: 16px;
    border: none;
    padding: 0px;
    letter-spacing: 6px;
    font-weight: 600;
    line-height: 27px;
    text-align: right;  
    width: 90%;
    }
    
    .titulo_pagina_standard {
    margin-bottom: 1rem;
    }
    
    .pagina_standard {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    }
    
    .titulo_pagina_standard > .row {
    padding-bottom: 21px;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 0px;    
    }
    
}

/*======================================================
ARTICULOS
======================================================*/

.ariadna_articulos{
background-color: #9f988e;
margin-bottom: -1px;
z-index: 9;
position: relative;
}

.breadcrumb{
background-color: transparent;
margin-top: 1rem;
margin: 0px;
text-align: right;
padding: 1rem 2rem;   
}

.breadcrumb-item{
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
}

.breadcrumb-item a{
color: #15362d42;
}

.breadcrumb-item a:hover{
color: #1c1c1c;
}

.breadcrumb >li{
font-weight: 700;
}

.breadcrumb >li a,.breadcrumb.ariadna_articulo .slctd a{
color: #1c1c1c3d;
}

.breadcrumb >li a:hover,.breadcrumb.ariadna_articulo .slctd a:hover{
color: #1c1c1c;
}

.breadcrumb >li::before {
color: #15362d4a;
}

.breadcrumb >li.slctd a,.breadcrumb.ariadna_articulo li:last-child a{
color: #1c1c1c;
font-weight: 700;
}

.breadcrumb-item.active {
color: #1c1c1c;
font-weight: 900;
}

.atras_articulo .breadcrumb{
text-align: left;    
}

.atras_articulo .breadcrumb a{
font-size: 1rem;
color: #1c1c1c;
font-weight: 900;    
}

.atras_articulo .breadcrumb a i{
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover{
opacity: 0.4;    
}

.listado_articulos .div_articulo{
margin-bottom: 4rem;
text-align: center;
}

.ficha_articulo .titulo{
color: #1c1c1c;
font-weight: 700;
}

.ficha_articulo .categoria{
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a{
color: #1c1c1ce3;
font-weight: 400;
}

.ficha_articulo .categoria a strong{
color: #1c1c1c;
}

.ficha_articulo .categoria .circulo{
font-weight: 900;
color: #9f988e;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover{
color: #9f988e;
text-decoration-color: #1c1c1c !important;
}

.ficha_articulo .resumen p{
text-align: justify;
color:#1c1c1ca8;
font-size: 0.9rem;
font-weight: 400;
letter-spacing: 0;
}

.ficha_articulo .resumen p strong{
color: #ffffff;
/* font-weight: 400;*/
}

.ficha_articulo .product-price {
padding: 0px;
margin-bottom: 1rem;
display: inline-block;
color: #1c1c1c;
font-weight: 700;
font-size: 2rem;
letter-spacing: 0.1rem;

}

.ficha_articulo .product-price del{
color: #dcdcdc;
font-size: 1.3rem;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
text-decoration: line-through;
margin-left: 0.5rem;
}

.ficha_articulo label{
font-size: 0.9rem;
font-weight: 500;
color: #bbb9ba;
font-style: italic;
}

.ficha_articulo .cantidad_selector{
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: center;
}

.ficha_articulo .cantidad_selector .plus, 
.ficha_articulo .cantidad_selector .minus{
border: solid #1c1c1c 2px;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: transparent;
color: #1c1c1c;
line-height: 26px;
}

.ficha_articulo .cantidad_selector .qty{
background-color: transparent;
border: none;
color: #1c1c1c;
font-weight: bold;
font-size: 1.7rem;
width: 2.5rem;
height: 100%;
margin: 0;
}

.ficha_articulo .cantidad_selector .plus:hover, 
.ficha_articulo .cantidad_selector .minus:hover{
background-color: #9f988e;
color: #15362d;
border-color: #9f988e;
}

.ficha_articulo .cantidad{
margin-top: 15px;    
}

.boton_comprar{
border: none;
padding: 0.7rem 1.3rem;
font-weight: 900;
color: #1c1c1c;
letter-spacing: 0.1rem;
text-transform: uppercase;
font-size: 0.8rem;
background-color: #9f988e;
}

.boton_comprar:hover{
opacity: 0.8;
}

.ficha_articulo .anadir_cesta{
margin-top: 1rem;
}

.ficha_articulo .imagenes_articulo{
background-color: red;    
}

#sync1{
max-width: 80%;
}

#sync1 .owl-dots{
margin-bottom: 1rem;
margin-top: 2rem;
}

#sync1 .owl-dots .owl-dot{
border: 1px #1c1c1c solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active{
background-color: #1c1c1c;
}

#sync1 .owl-dots .owl-dot:hover{
background-color: #9f988e;
border-color: #9f988e;
}

#sync1 .owl-nav button.owl-next, 
#sync1 .owl-nav button.owl-prev{
border: solid 2px #1c1c1c;
color: #1c1c1c;
}

#sync1 .owl-nav button.owl-prev{
left: -70px;
}

#sync1  .owl-nav button.owl-next{
right: -70px;
}

#sync1  .owl-nav button:hover{
background-color: #9f988e;  
border-color: #9f988e;
color: #15362d;    
}

#sync1  .owl-nav button .icon:before{
color: black;    
}

#sync1 .owl-nav button:hover .icon:before{
color: black;   
}

#sync1 .owl-nav .owl-next .icon{
margin-right: -4px;
}

#sync1.owl-carousel .owl-item img {
max-height: 500px;
width: auto; 
margin: 0 auto;    
}

/*
#sync1 .owl-nav{
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;
} 

#sync1:hover .owl-nav{
opacity: 1;
pointer-events: inherit;   
}*/


#sync2 .owl-nav button.owl-prev{
left: -30px;
color: #9f988e;    
}

#sync2  .owl-nav button.owl-next{
right: -30px;
color: #9f988e;    
}

#sync2  .owl-nav button.owl-next:hover,
#sync2  .owl-prev button.owl-next:hover{
color: blacksmoke;    
}

.ficha_articulo .descripcion_articulo{
margin-top: 3rem;
border: solid 1px #ffffff24;
padding: 0.8rem;
}

.ficha_articulo .descripcion_articulo p{
text-align: justify;
color: #bbb9ba;
font-style: italic;
letter-spacing: 0.05rem;
line-height: 1.5rem;
font-size: 0.9rem;
}

.ficha_articulo .campo_seleccion{
margin-top: 15px   
}

.ficha_articulo .campo_seleccion .nombre{
font-weight: bold;
color: #1c1c1c;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select{ 
background-color: #1c1c1c;
color: #9f988e;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label{
font-style: inherit;
color: #1c1c1c;
margin-bottom: 0px;    
}

.ficha_articulo .campo_seleccion.medidas > div{
display: inline-block;
}

.ficha_articulo .campo_seleccion.medidas > div label{
color: #49617cfa;
font-style: italic;
margin-right: 9px;
font-weight: 400;    
}

.contacto_articulo{
border: solid 1px #ffffff29;
padding: 4rem 4rem;
padding-bottom: 7rem;
margin-top: 3rem;
text-align: center;
}

.contacto_articulo h3{
color: black;
margin-bottom: 68px;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 6px;
font-weight: 700;
}

.contacto_articulo .boton_linea_blanco{
background-color: white;
color: #1c1c1c;    
}

.contacto_articulo .boton_linea_blanco:hover{
background-color: #1c1c1c;
color: black;    
}

@media (max-width: 1500px){ 
    
    .ficha_articulo .titulo {
    margin-top: 2rem;
    font-size: 2rem;
    }
    
    .atras_articulo{
    display: none;
    }
}


@media (max-width: 991.98px){ 
    .breadcrumb {
    padding: 1rem 1rem;
    text-align: center;
    }
    
    #sync1 {
    max-width: 100%;
    }

    #sync1 .owl-nav button.owl-prev {
    left: 0px;
    }
    
    #sync1 .owl-nav button.owl-next {
    right: 0px;
    }
    
}

@media (max-width: 767.98px){
    
    #sync1  .owl-nav{
    display: none;    
    }
    
}

@media (max-width: 575.98px){
   
    .contacto_articulo {
    padding: 110px 30px;
    }
    
}

/*======================================================
BUSCADOR
======================================================*/

.informacion_busquedas {
color: #1c1c1c;
}

.informacion_busquedas .termino span,
.informacion_busquedas .encontrados strong{
color: #9f988e;
}

/*======================================================
PÁGINA CONTENIDO
======================================================*/

.pagina_contenido ul{
padding-left: 1rem;
}

.pagina_contenido li:before{
content: "· ";
margin-left: -13px;
position: absolute;
font-weight: 900;
color: #848484;
font-size: 8px;
margin-top: 4px;
}

.pagina_contenido{
padding-bottom: 220px;   
}

#searchform{
margin-top: 25px;
}

#searchform input{
border: solid 1px #ffffff5c;
background-color: transparent;
color: #1c1c1c;
padding: 4px 13px;
margin-right: 4px;
color: black;    
}

#searchform input::placeholder{
color: red;    
}

#searchform .botonlcms{
background-image: url(/assets/custom/img/color_mini.jpg);
color: #1c1c1c;
font-weight: bold;
/* font-size: 0.8rem; */
text-transform: uppercase;
background-color: #9f988e;
border-color: #9f988e;
}

#searchform .botonlcms:hover{
color: black;    
}

/*======================================================
BLOG HOME
======================================================*/

#novedades_home{
background-color: #1c1c1c;
}

#novedades_home .titulo_seccion {
color: blacksmoke;
margin-bottom: 4rem;
text-transform: uppercase;
}

#novedades_home .boton_standard{
background-color: #9f988e;
color: #1c1c1c;
}

#novedades_home .boton_standard:hover{
background-color: white;
}

/*======================================================
ALERTS
======================================================*/
.alert-danger{
background-color: #ff6e6e;
border: none;
border-radius: 0px;
margin-bottom: 50px;
width: 100%;
color: #00000078; 
text-align: center;
}

.alert-danger button{
text-shadow: none;    
margin-left: 13px;    
}

.alert-danger p a{
background-color: #873a3a;
padding: 5px 15px;
color: #ff6d6e;
font-weight: bold;
font-size: 0.9rem;
border-radius: 22px;
text-decoration: none !important;    
}

.alert-danger p a:hover{
background-color: #491818;
color: #ff6e6e !important;
}

.alert-success{
background-color: #6fdfa8;
border: none;
border-radius: 0px;
margin-bottom: 50px;
width: 100%;
color: #00000078;
text-align: center;
}

/*======================================================
PAGINA TEXTO IMAGEN
======================================================*/
.pagina_texto_imagen .imagen img{
height: 100%;
object-fit: cover;
width: auto;
}

.pagina_texto_imagen .imagen > *,
.pagina_texto_imagen .texto .contenido{
max-width: 95%;
margin: 0 auto;     
}

.pagina_texto_imagen .texto .contenido {

padding: 2rem 0rem;
}

@media (max-width: 1200px){ 
    
    .pagina_texto_imagen .imagen > *,
    .pagina_texto_imagen .texto .contenido{
    max-width: 100%;
    }
    
    .pagina_texto_imagen .row > div:first-child{
    margin-bottom: 20px;    
    }
    
    .pagina_texto_imagen .imagen img{
    height: auto;
    }
    
}

/*======================================================
FORMULARIO DE CONTACTO
======================================================*/
.formulario_contacto {
border: solid #ffffff14 1px;
padding-left: 25px;
padding-right: 25px;
}

.formulario_contacto .contenedor{
max-width: 800px;
margin: 0 auto;
margin-top: 120px;
margin-bottom: 120px;
}

.formulario_contacto p{
margin-bottom: 2rem;    
}

.formulario_contacto .titulo{
color: #ffffff;
margin: 46px 0px 20px 0px;
/* text-align: center; */
font-weight: 700;
text-transform: uppercase;
font-size: 21px;
letter-spacing: 3px;
padding-bottom: 23px;
border-bottom: solid 1px #ffffff26;
border-bottom-style: dashed;
margin-bottom: 44px;
}

.formulario_contacto .enviar{
background-color: #ffffff;
width: 100%;
border: none;
padding: 11px 10px;
font-weight: 800;
letter-spacing: 0.05rem;
color: #1c1c1c;
font-size: 14px;
margin-bottom: 11px;
border: 1px solid white;
/* max-width: 132px; */
/* margin: 0 auto; */
display: block;
margin-bottom: 79px;
}

.formulario_contacto .enviar:hover{
color: black;
background-color: transparent;
border: solid 1px white;
}

.formulario_contacto .legal_pag_contact p{
font-size: 0.6rem;
margin-bottom: 0px;
color: #ffffff6e;
text-align: center;
letter-spacing: 0.5px;
line-height: 19px;
}


.formulario_contacto a{
color: #ffffff;
/* font-weight: bold; */
text-decoration: underline !important;
text-decoration-color: #ffffff2b !important;   
}

.formulario_contacto a:hover{
color: #9f988e;
}


.formulario_contacto .form-control:focus{
border: solid 1px white;
color: black    
}

.formulario_contacto .form-group {
margin-bottom: 25px;
}

.formulario_contacto .form-group h6{
color: #595959;
font-weight: bold;
font-size: 13px;
letter-spacing: 0.5px;
margin-bottom: 10px;   
}

.formulario_contacto .checkbox{
color: #949494;
/*text-align: center;*/
margin-bottom: 21px;
font-size: 14px;
letter-spacing: 0.5px;
}

@media (max-width: 991.98px){ 
    
    .formulario_contacto .contenedor {
    margin-top: 80px;
    margin-bottom: 80px;
    }
    
    .formulario_contacto .enviar {
    margin-bottom: 54px;
    }
    
}

@media (max-width: 575.98px){
    
    .formulario_contacto .contenedor {
    margin-top: 40px;
    margin-bottom: 40px;
    }
    
    .formulario_contacto .enviar {
    margin-bottom: 39px;
    margin-top: 39px;
    }
    
}

/*======================================================
BLOG
======================================================*/

.ficha_blog{
padding: 0px;
margin-bottom: 1rem;
border: solid #ffffff33 1px;
}

.ficha_blog .boton_standard{
padding: 7px 17px;
font-size: 10px;
border: solid 1px #ffffff26;
background-color: transparent;
letter-spacing: 2px;
color: #ffffffbd;
}

.ficha_blog .boton_standard:hover{
background-color: white;
color: black;    
}

.ficha_blog .contenedor{
background-color: transparent;
padding: 8rem 2rem;
}

.ficha_blog a img{
width: 100%;
height: 100%;
object-fit: cover;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);*/
padding: 15px;
max-height: 370px;
}

.ficha_blog .titulo {
color: black;
/* text-decoration: underline #9f988e; */
font-weight: 600;
border-bottom: solid 1px #ffffff47;
width: max-content;
padding-right: 14px;
margin-bottom: 9px;
padding-bottom: 3px;
letter-spacing: 0.5px;
line-height: 25px;
}

.ficha_blog p {
color: #a7a7a7;
margin-bottom: 43px;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.5px;
}

.sidebar_blog{
background-color: #9f988e;
padding-top: 0px;
}

.sidebar_blog .titulo{
color: #1c1c1c;
text-align: center;
font-weight: bold;
margin-bottom: 2rem;
text-decoration: none;
padding-top: 37px;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
}

.sidebar_blog li a{
text-decoration: none !important;    
}

.sidebar_blog li a:hover{
opacity: 1;
}

.sidebar_blog img{
height: 135px;
width: 100%;
object-fit: cover;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 1;
border: solid 2px #0000000d;
}

.sidebar_blog h5{
color: #000000b3;
font-weight: bold;
font-size: 14px;
margin-bottom: 0;
margin-top: 0.8rem;
letter-spacing: 1px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.sidebar_blog p{
color: #00000063;
font-weight: 500;
font-size: 0.8rem;
letter-spacing: 0.5px;
margin-bottom: 17px;
margin-top: 3px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.cuerpo_noticia p{
font-size: 0.9rem;
text-align: justify;
color: #b7b7b7;
line-height: 26px;
}

.resumen_noticia p{
font-weight: bold;
color: #ffffff;
font-size: 1.3rem;
line-height: 31px;    
}

.volver_blog a{
color: #1c1c1c;  
}

.sidebar_blog li a:hover h5 {
color: #1c1c1c;
}

.sidebar_blog li a:hover p {
color: #1c1c1c;
}

.sidebar_blog li a:hover img {
opacity: 1;
}


.barracontrol .boton_standard {
padding: 16px 41px;
border: solid #ffffff30 1px;
margin-left: 5px;
margin-right: 5px;
font-size: 10px;
background-color: #9f988e;
color: #1c1c1c;
}

.barracontrol .boton_standard i{
font-size: 11px;
}

.barracontrol .boton_standard:hover{
 background-color: white;   
}

.noticia {
border: solid 1px #ffffff33;
}

.cuerpo_noticia{
background-color: transparent;
}

.cuerpo_noticia .si-share{
margin-top: 55px;
margin-bottom: 19px;
padding-top: 7px;
border-top: solid 1px #9f988e;
color: #9f988e;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
font-size: 12px;
}

.ficha_blog.ficha_proceso{
/*border: solid 1px white;*/
border-style: dashed;
border: 1px dashed black;
}


.projects-grid .div_articulo h4 {
  text-shadow: none !important;
}

.ficha_blog.ficha_proceso a img {
width: 100%;
height: 100%;
object-fit: cover;
padding: 4px;
}

.ficha_blog.ficha_proceso p{
margin-bottom: 6px;
font-size: 14px;
color: dimgrey;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px; 
}

.ficha_blog.ficha_proceso .titulo{
border: none; 
font-weight: 400;
}

.ficha_blog.ficha_proceso .titulo span{
color: black;
/*font-weight: bold;*/
}

.sidebar_galeria{
padding-top: 44px;
}

.sidebar_galeria img{
margin-bottom: 8px;
/* border: solid 1px #ffffff42; */
padding: 5px;
opacity: 0.3;
webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.sidebar_galeria a:hover img{
opacity: 1;    
}

@media (max-width:1500px){
    
    .sidebar_blog{
    padding-left: 1rem;
    padding-right: 1rem;    
    padding-bottom: 0px;
    }
    
    .sidebar_blog .titulo {
    margin-bottom: 17px;
    padding-top: 24px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
    
    .sidebar_blog h5 {
    font-size: 14px;
    }
    
    .ficha_blog .contenedor {
    padding: 5rem 2rem 5rem 1rem;
    }
    
    .ficha_blog p {
    font-size: 13px;
    line-height: 22px;
    }
    
    .ficha_blog .boton_standard {
    font-size: 9px;
    }

}
    
@media (max-width:1400px){
    
    .ficha_blog .contenedor {
    padding: 4rem 2rem;
    }
    
}

@media (max-width:1200px){
    
    .ficha_blog p {
    margin-bottom: 23px;
    }
    
    .sidebar_blog p{
     display: none;   
    }
    
    .sidebar_blog h5{
    font-size: 12px;
    margin-bottom: 17px;
    text-align: center;
    }
    
    .sidebar_blog img {
    height: 94px;
    }
    
    .sidebar_blog {
    padding-bottom: 2px;
    }
    
    .ficha_blog.ficha_proceso .contenedor {
    padding: 4rem 1rem;
    }
    
}

@media (max-width: 991.98px){ 
    .ocultar_sidebar{
    display: none;    
    }
}
    
@media (max-width: 767.98px){
    
    .barracontrol .boton_standard {
    display: block;
    margin-bottom: 14px;
    font-weight: 800;
    }

    .noticia {
    padding: 0rem 0rem;
    }
    
    .resumen_noticia p {
    font-size: 1rem;
    text-align: left;
    }

    .cuerpo_noticia {
    padding: 0.5rem 1rem;
    }
    
    .cuerpo_noticia p {
    text-align: left;
    font-size: 1rem;
    }
    
    .resumen_noticia p{
    font-size: 1.2rem;
    line-height: 31px;    
    }
    
    .ficha_blog .contenedor {
    padding: 2rem 2rem;
    padding-top: 1rem;
    }
    
    .ficha_blog.ficha_proceso .contenedor {
    padding: 1rem 1rem;
    }
    
    .ficha_blog.ficha_proceso {
    border: solid 1px #ffffff3d;
    }
    
    .sidebar_galeria{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    }
    
    .sidebar_galeria a{
    flex: 0 0 50%;
    max-width: 50%;
    }
    
    .sidebar_galeria img{
    margin: 0px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border: none;
    padding: 5px 5px;
    opacity: 1;
    }
    

    
}

@media (max-width: 575.98px){
    
    .cuerpo_noticia {
    padding: 0.5rem 1rem;
    }
    
    .cuerpo_noticia p {
    text-align: left;
    font-size: 1rem;
    line-height: 24px;
    }
    
    .ficha_blog .contenedor {
    padding: 24px;
    padding-top: 5px;
    }
    
    .ficha_blog .titulo{   
    font-size: 20px;
    width: 100%;   
    }
    
    .ficha_blog a img {
    padding: 20px 20px;
    }
    
    .ficha_blog .boton_standard {
    font-size: 10px;
    }
    
    .ficha_blog {
    margin-bottom: 2rem;
    }
    
    
    .ficha_blog.ficha_proceso .contenedor {
    padding: 14px 13px;
    }    
    
    .ficha_blog.ficha_proceso a img {
    padding: 6px 7px;
    }
    
    .ficha_blog.ficha_proceso .titulo {
    border: none;
    font-weight: 600;
    font-size: 16px;
    }
    
    .ficha_blog.ficha_proceso p{
    color: #7b7b7b;
    margin-bottom: 2px;
    }
    
    .ficha_blog.ficha_proceso {
    border: solid 1px #ffffff4f;
    }
    
    .sidebar_galeria img {
    padding: 4px 3px;
    }
    
    .sidebar_galeria {
    padding-top: 6px;
    margin: -3px;
    }
    
}

/*========================================================================
FAQS
========================================================================*/

.preguntas_frecuentes{
width: 100%;    

}

.preguntas_frecuentes .card{
margin-bottom: 10px;
border-radius: 0px;
background-color: transparent;
border: solid 1px #ffffff26;
}


.preguntas_frecuentes .card .btn-link.collapsed{
width: 100%;
text-align: left;
color: #dddddd;
}

.preguntas_frecuentes .card .btn-link{
color: black;    
/*text-decoration: none;    */
}

.preguntas_frecuentes .card .btn-link p {
margin-bottom: -2px;
font-size: 17px;
line-height: 27px;
letter-spacing: 0.5px;   
text-align: left;
color:#000000;
}


.preguntas_frecuentes .card .card-header{
   
}

.preguntas_frecuentes .card .card-body{
padding: 0px 33px 33px 33px;
}


.preguntas_frecuentes .card .card-body p{
margin-bottom: 0px;
font-size: 15px;
text-align: justify;
line-height: 27px;
letter-spacing: 0.5px;  
}

@media (max-width: 767.98px){
    
    .preguntas_frecuentes .card .btn-link p {
    font-size: 15px;
    }
    
    .preguntas_frecuentes .card .card-header {
    padding: .15rem 1rem;
    }
    
    .preguntas_frecuentes .card {
    margin-bottom: 9px;
    }
    
}
    

@media (max-width: 575.98px){
    
    .preguntas_frecuentes .card .card-header{
    padding: 6px 5px;   
    }
    
    .preguntas_frecuentes .card .btn-link p {
    font-size: 14px;
    line-height: 19px;
    }
    
    .preguntas_frecuentes .card .card-body {
    padding: 5px 19px 32px 18px;
    }
    
    .preguntas_frecuentes .card .card-body p {
    font-size: 13px;
    line-height: 20px;
    }
    
    .preguntas_frecuentes .card {
    margin-bottom: 19px;
    }

}

/*========================================================================
FLECHAS
========================================================================*/

.flecha_especial{
width: fit-content;
padding: 5px 12px;
overflow: hidden;
transform: rotate(-90deg);
display: block;
position: absolute;
bottom: 109px;
left: -59px; 
}

 .the-arrow {
	 width: 64px;
	 transition: all 0.2s;
}
 .the-arrow.-left {
	 position: absolute;
	 top: 50%;
	 left: 0;
}
 .the-arrow.-left > .shaft {
	 width: 0;
	 background-color: #999;
}
 .the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
	 width: 0;
	 background-color: #999;
}
 .the-arrow.-left > .shaft:before {
	 transform: rotate(0);
}
 .the-arrow.-left > .shaft:after {
	 transform: rotate(0);
}
 .the-arrow.-right {
	 top: 0px;
}
 .the-arrow.-right > .shaft {
	 width: 64px;
	 transition-delay: 0.2s;
}
 .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
	 width: 8px;
	 transition-delay: 0.3s;
	 transition: all 0.5s;
}
 .the-arrow.-right > .shaft:before {
	 transform: rotate(40deg);
}
 .the-arrow.-right > .shaft:after {
	 transform: rotate(-40deg);
}
 .the-arrow > .shaft {
	 background-color: white;
	 display: block;
	 height: 1px;
	 position: relative;
	 transition: all 0.2s;
	 transition-delay: 0;
	 will-change: transform;
}
 .the-arrow > .shaft:before, .the-arrow > .shaft:after {
	 background-color: white;
	 content: '';
	 display: block;
	 height: 1px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 transition: all 0.2s;
	 transition-delay: 0;
}
 .the-arrow > .shaft:before {
	 transform-origin: top right;
}
 .the-arrow > .shaft:after {
	 transform-origin: bottom right;
}
 .animated-arrow {
display: inline-block;
color: white;
font-size: 14px;
position: relative;
transition: all 0.2s;
letter-spacing: 6px;
padding: 10px 0px; 
}
 .animated-arrow:hover {
	 color:white ;
}
.animated-arrow:hover > .the-arrow.-left > .shaft,
.miniatura_proyecto a:hover .animated-arrow > .the-arrow.-left > .shaft {
 width: 64px;
 transition-delay: 0.1s;
 background-color: #eaeaea;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before, 
.animated-arrow:hover > .the-arrow.-left > .shaft:after,
.miniatura_proyecto a:hover  .animated-arrow > .the-arrow.-left > .shaft:before, 
.miniatura_proyecto a:hover  .animated-arrow > .the-arrow.-left > .shaft:after{
 width: 8px;
 transition-delay: 0.1s;
 background-color: #eaeaea;
}
 .animated-arrow:hover > .the-arrow.-left > .shaft:before,
 .miniatura_proyecto a:hover  .animated-arrow > .the-arrow.-left > .shaft:before,
.miniatura_proyecto a:hover  .animated-arrow > .the-arrow.-left > .shaft:before,
.miniatura_proyecto a:hover  .miniatura_proyecto a  .animated-arrow > .the-arrow.-left > .shaft:before{
 transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after ,
  .miniatura_proyecto a:hover .animated-arrow > .the-arrow.-left > .shaft:after {
	 transform: rotate(-40deg);
}
.animated-arrow:hover > .main,
.miniatura_proyecto a:hover .animated-arrow > .main {
 transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft,
 .miniatura_proyecto a:hover .animated-arrow > .main > .the-arrow.-right > .shaft{
	 width: 0;
	 transform: translateX(200%);
	 transition-delay: 0;
}
 .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, 
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after,
  .miniatura_proyecto a:hover .animated-arrow > .main > .the-arrow.-right > .shaft:before, 
 .miniatura_proyecto a:hover .animated-arrow > .main > .the-arrow.-right > .shaft:after{
	 width: 0;
	 transition-delay: 0;
	 transition: all 0.1s;
}
 .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before,
.miniatura_proyecto a:hover .animated-arrow > .main > .the-arrow.-right > .shaft:before{
	 transform: rotate(0);
}
 .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after,
.miniatura_proyecto a:hover .animated-arrow > .main > .the-arrow.-right > .shaft:after {
	 transform: rotate(0);
}
 .animated-arrow > .main {
	 display: flex;
	 align-items: center;
	 transition: all 0.2s;
}
 .animated-arrow > .main > .text {
	 margin: 0 16px 0 0;
	 line-height: 1;
}
 .animated-arrow > .main > .the-arrow {
	 position: relative;
}

@media (max-width: 1500px){ 
    
    .animated-arrow {
    font-size: 10px;
    }
    
    .flecha_especial {
    bottom: 95px;
    left: -64px;
    }
    
    
}


/*======================================================
FICHA EQUIPO
======================================================*/
.ficha_equipo{
text-align: center;
display: grid;
}

.ficha_equipo>div{
border: solid #2c2c2c 2px;
width: auto;
margin: 0 auto;
padding: 18px 7px;
margin-bottom: 40px;
padding-bottom: 0px;
}

.ficha_equipo h6{
color: black;
text-transform: uppercase;
margin-top: 16px;
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 2px;
/* border-bottom: solid 1px #353535; */
padding-bottom: 0px;
text-align: left;
padding: 3px 10px;
}

.ficha_equipo p{
font-size: 13px;
color: #adadad;
line-height: 18px;
padding: 0px 10px;
text-align: left;
margin-bottom: 15px;
}

@media (max-width: 1919px){ 
    
    .ficha_equipo>div {
    padding: 19px 16px;
    }
    
    .ficha_equipo h6 {
    padding: 3px 2px;
    }
    
    .ficha_equipo p {
    padding: 0px 1px;
    }
    
}

@media (max-width: 1500px){ 
    
    .ficha_equipo>div {
        padding: 11px 9px;
    }
    
}

@media (max-width: 991.98px){ 
 
    .ficha_equipo {
    display: block;
    }
    
    .ficha_equipo img{
    width: 100%;    
    }
    
    .ficha_equipo p {
    padding: 0px 1px;
    height: 30px;
    padding-top: 1px;
    }
    
    .ficha_equipo>div {
    margin-bottom: 20px;
    }
    
}

@media (max-width: 575.98px){
    
    .ficha_equipo p {
    padding-top: 0px;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
    padding: 1px 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    }
    
    .ficha_equipo h6 {
    padding: 3px 2px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    padding-top: 6px;
    }
    
}
    
/*======================================================
INTERNET EXPLORER 11
======================================================*/

@media all and (-ms-high-contrast:none){

    
    .preloader >div{
     margin-top: 10%;
    }
    
    .preloader >div img{
    width: 80px;
    height: 80px;
    max-width: none;    
    }
    
    body.layout_1 .row > .row{
    display: inline-block;
    }
    
}