/*
font-family: 'Raleway', sans-serif;

@media (max-width: 991.98px){ 
}
@media (max-width: 767.98px){
}
@media (max-width: 575.98px){
}
*/

body > table {
  display: none;
}

a {
  text-decoration: none !important;
  color: #272928;
  font-size: 1rem;
}

a:hover {
color: #d4dc41;
}

a,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
  font-family: 'Raleway', sans-serif;
}

p a {
  text-decoration: underline !important;
}

::selection {
  background: #d4dc41;
  color: #ffffff;
  text-shadow: none;
}

.preloader {
  background-color: white;
}

.preloader > div img {
  max-width: 12rem;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  border-color: none;
  box-shadow: none;
}

#back2Top span {
  margin-top: 0px;
  padding-top: -8px;
  display: inline-block;
  height: 47px;
  font-size: 14px;
  display: block;
}

#back2Top {
bottom: 15px;
right: 15px;
color: #1e2548;
background-color: #d4dc41;
opacity: 0.4;
}

#back2Top:hover {
  opacity: 1;
}

.navbar-toggler-icon {
  background-image: url("/assets/custom/img/icono_menu_movil.png");
}

.boton_standard {
  background-color: #d4dc41;
  padding: 10px 30px;
  color: #1e2548;
  font-weight: 800;
}

.boton_standard:hover {
color: #1e2548;
background-color: #c9c9c9;
}

.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_seccion {
  color: white;
}

.separador_altura {
  height: 7rem;
}

@media (min-width: 1800px) {
  .container,
  .container-xxxl {
    max-width: 1750px;
  }
}

@media (max-width: 1500px) {
  .separador_altura {
    height: 5rem;
  }
}

@media (max-width: 1200px) {
  .separador_altura {
    height: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .separador_altura {
    height: 3rem;
  }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
  #back2Top {
    display: block;
    right: 12px;
    bottom: 9px;
  }
}

/*======================================================
HEADER
======================================================*/

#top-bar ul {
  margin-bottom: 0px;
  padding: 0;
}

#top-bar .primer ul {
text-align: left;
}

#top-bar ul li {
  display: inline-block;
}

#top-bar ul li a {
font-size: 13px;
  margin-left: 2px;
  color: #272928;
  font-weight: 700;
}

#top-bar ul li a i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}


#top-bar ul li a:hover{
color: #2729284d;
}

#top-bar {
  background-color: #d4dc41;
  padding-top: 5px;
  padding-bottom: 5px;
}

#top-bar {
  text-align: right;
}

.nav-link {
color: #1e2548;
font-weight: 700;
}

.nav-link:hover{
color: #cbcbcb ;
}

.navbar >div{
padding: 0;
padding-top: 10px;
  padding-bottom: 10px;
}

.navbar >div >.row{
width: 100%; 
margin: 0;
padding: 0;
}

.navbar.fixed-top {
  background-color: white;
  box-shadow: 0px 3px 4px -2px #0000001f;
}

.nav-item.separador a {
  color: #d5d5d5;
}

.idiomas_menu ul {
  right: 0;
  left: auto !important;
}

.idiomas_menu ul li {
  text-align: right;
}

.idiomas_menu .dropdown-toggle {
  padding-right: 0px !important;
}

.navbar-nav .grupo_iconos {
  display: flex;
}

.navbar-nav .grupo_iconos .nav-item > a {
  padding-left: 2px;
}

.navbar-brand img {
height: 40px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.navbar-brand:hover img{
opacity: 0.3;
}

.buscador_menu{
position: relative;
}

.buscador_menu button{
position: absolute;
right: 7px;
top: 3px;
border: none;
background-color: #d4dc41;
border-radius: 41px;
padding: 3px 21px;
}

.buscador_menu input{
max-width: 505px;
margin-left: auto;
background-color: #e9e9e9;
border-radius: 46px;
border: none;
}

.buscador_menu input:focus{
background-color: #c7c7c7;
}

.buscador_menu button:hover{
background-color: white;
}

@media (max-width: 1200px) {

  .navbar-nav{
  width: 100%;
  }

  .buscador_menu {
  max-width: 505px;
  }

  .buscador_menu input{
  margin: inherit;
  }

}

@media (max-width: 991.98px) {
  
    .buscador_menu {
    max-width: 505px;
    margin: 0px;
    margin-right: -35px;
    margin-top: -2px !important;
    }

  .elslogos{
  text-align: center;
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 15px;
  }

  .navbar{
  padding-top: 0px;  
  }

  .pagina_standard {
  padding-top: 3rem;
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:focus-visible,
  .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
  }

  .navbar-brand img {
    max-width: inherit;
  }

  .navbar-toggler-icon {
    width: 23px;
    height: 23px;
  }

  .navbar-nav .grupo_iconos {
    border-top: solid 1px #c5c5c5;
    margin-top: 5px;
    padding-top: 6px;
  }

  .elslogos .logoff{
  display: block;  
  }

  .navbar-nav .grupo_iconos .nav-item > a {
    padding-left: 5px;
    padding-right: 4px !important;
  }

  #top-bar ul {
  }

  .idiomas_menu {
    border-top: solid 1px #e3e3e3;
    margin-top: 7px;
    padding-top: 3px;
  }

  .navbar-toggler {
    padding: 0px;
  }

  ul.navbar-nav {
    padding-left: 10px;
    padding-top: 10px;
  }

  .nav-item.separador a {
    display: none;
  }

  .navbar .grupo_iconos {
    display: flex;
    padding-right: 22px;
  }

  .navbar .grupo_iconos .nav-link {
    padding: 0;
    padding-right: 13px;
  }

  .navbar .grupo_iconos .nav-link {
    font-size: 18px;
  }

  .navbar .grupo_iconos i {
    font-size: 20px;
    padding-top: 2px;
  }

  .navbar .grupo_iconos .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.2em;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
  }

  .navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0px;
    padding-left: 0px;
  }

  .navbar-nav .dropdown-menu > li {
    font-size: 14px;
    text-align: left;
  }

  .dropdown-item {
    padding-left: 5px;
  }

  .idiomas_menu .dropdown-menu > li {
    display: inline-block;
  }

  .idiomas_menu .dropdown-menu > li a {
    padding-left: 1px;
    padding-right: 7px;
  }

  #top-bar .separador a {
    color: #00000026;
  }




}

@media (max-width: 767.98px){

  .pagina_standard {
  padding-top: 2rem;
  }

}


@media (max-width: 575.98px) {

  #top-bar ul li {
  margin-right: 0.2em;
  }

  .pagina_standard {
  padding-top: 1rem;
  }

}



/*======================================================
CESTA MENU
======================================================*/

#top-cart > a:hover i {
  color: #d4dc41;
}

#top-cart > a:hover span {
  color: #15362d;
}

#top-cart > a span {
  color: #1e2548;
  font-weight: 700;
  background-color: #d4dc41;
}

#top-cart.top-cart-open .top-cart-content {
  background-color: #1e2548;
  border-color: #000000;
}

#top-cart .top-cart-content .top-cart-title {
  color: #ffffff;
  font-weight: bold;
  background-color: #161c3a;
}

#top-cart .top-cart-content .top-cart-title h4 {
  color: white;
}

#top-cart.top-cart-open .top-cart-content .top-cart-title h4 span {
}

#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: white;
  font-weight: 600;
  font-size: 10px;
}

#top-cart .top-cart-item-desc .contenido a:hover {
  text-decoration: none !important;
  color: white;
}

#top-cart .top-cart-item-desc .contenido .precio {
  color: white;
  font-weight: bold;
}

#top-cart .top-cart-item-desc .contenido .cantidad {
  color: #d6d6d6;
}

#top-cart .top-cart-footer .boton {
  background-color: #d4dc41;
  color: #1e2548;
  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: #ffffff;
}

@media (max-width: 991.98px) {
  
  #top-cart > a span {
  font-size: 1px;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  }

  #top-bar .primer ul,
  #top-bar{
  text-align: center;
  }

  #slide_home > .container-fluid {
  background-color: #00000000;
  }

  #slide_home .contenido {
  padding: 15px 27px;
  }

}

@media (max-width: 575.98px) {
  #top-cart > a {
    color: #374f6b;
  }

  #top-cart {
  }

  #top-cart > a {
    font-size: 1.2rem;
    position: relative;
  }

  #top-cart > a span {
    color: #d4dc41;
    width: 10px;
    height: 9px;
    font-size: 1px;
    position: absolute;
    right: 9px;
    top: 1px;
  }

  /*#top-cart > a i{
    margin-top: 3px;
    display: -webkit-box;
    font-size: 17px;
    }*/
}

/*======================================================
SLIDE HOME
======================================================*/

#slide_home > .container-fluid {
  padding: 0px;
  background-color: #00000059;
}

#slide_home >div, #slide_home >div >div,#slide_home >div >div>div{
height: 100%;  
}

#slide_home > .container-fluid > .row {
  margin: 0px;
}

#video_slide {
  position: absolute;
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

#slide_home .contenido {
margin-top: 0rem;
color: white;
background-color: #272928;
padding: 130px 80px;
position: relative;
}

#slide_home .dots1{
position: absolute;
left: 30px;
top: -40px;
}

#slide_home .dots2{
position: absolute;
right: 10px;
bottom: 10px;
}

#slide_home .logo {
margin-bottom: 1rem;
max-width: 20rem;
opacity: 1;
}

#slide_home .titulo {
font-weight: 800;
font-size: 72px;
letter-spacing: 0.1rem;
color: #ffffff;
margin-bottom: 17px;
line-height: 72px;
margin-top: 38px;
}

#slide_home a{
background-color: #d4dc41;
color: #272928;
text-decoration: none!important;
padding: 10px 10px;
font-weight: bold;
border-radius: 71px;
padding: 6px 33px;
display: block;
width: max-content;
margin-top: 54px;
font-size: 19px;
}

#slide_home a:hover{
background-color: whitesmoke;
}

#slide_home .titulo span {
  font-weight: 300;
}

#slide_home .subtitulo {
  font-size: 23px;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 300;
  margin-top: 69px;
}

#slide_home hr {
color: #d4dc41;
opacity: 1;
border: solid 2px;
position: absolute;
width: 100%;
}

#slide_home .buscador {
  margin-top: 2.1rem;
  text-align: center;
}

#slide_home .buscador form {
  max-width: 26rem;
  width: auto;
  margin: 0 auto;
  border-radius: 0;
  border: solid 2px #ffffff5c;
  background-image: none;
  background-color: white;
  padding: 0px;
  box-shadow: 2px 2px 2px #00000042;
}

#slide_home .buscador input {
  background-color: transparent;
  border-radius: 0;
  color: #15362d;
  font-weight: 900;
}

#slide_home .buscador input::placeholder {
  color: #d1d1d1;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 1.1px;
  /*opacity: 0.6;*/
}

#slide_home .buscador button {
  font-size: 1.4rem;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #d4dc41;
  background-color: #1e2548;
}

#slide_home .buscador button:hover {
  color: #1e2548;
  background-color: #d4dc41;
}

.fragmento_boton {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 1800px) {

  #slide_home .contenido {
  padding: 57px 55px;
  }

  #slide_home .dots1{
  width: 60px;  
  }

  #slide_home .titulo {
    font-size: 61px;
    line-height: 66px;
  }

}

@media (max-width: 1400px) {

  #slide_home .contenido {
  padding: 37px 34px;
  }

  #slide_home .titulo {
  font-size: 53px;
  line-height: 54px;
  margin-bottom: 5px;
  }

  #slide_home .subtitulo {
  font-size: 21px;
  margin-top: 5px;
  }

  #slide_home hr {
  position: relative;
  }

  #slide_home .dots2,
  #slide_home .dots1{
  display: none;  
  }

  #slide_home a {
  font-size: 15px;
  }

}

@media (max-width: 1300px) {
  #slide_home .logo {
    max-width: 17rem;
  }





  #slide_home .buscador {
    margin-top: 1.7rem;
  }
}

@media (max-width: 1200px) {
  #slide_home {
    background-position: left center;
  }

  #slide_home > .container-fluid {
    background-color: #00000096;
  }
}

@media (max-width: 991.98px) {
  #slide_home .buscador form {
    position: relative;
  }

  #slide_home .contenido {
    margin-top: 0rem;
  }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
  #slide_home .titulo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  #slide_home .logo {
    max-width: 12rem;
  }

  #slide_home .subtitulo {
    line-height: 1.7rem;
    font-size: 1rem;
  }

  #slide_home .buscador {
    display: none;
  }
}

@media (max-height: 430px) {
  #slide_home .logo {
    display: none;
  }
}

/*======================================================
FRAGMENTOS TEXTO IMAGEN
======================================================*/

.texto_imagen .texto,
.texto_imagen_full.texto_imagen .row > .texto {
padding: 5rem 2rem;
position: relative;
}

.texto_imagen .imagen img {
object-fit: inherit;
}

.texto_imagen .texto .titulo {
font-weight: bold;
margin-bottom: 1.5rem;
font-size: 40px;
}

.texto_imagen .texto .boton_standard {
  display: inline-block;
  width: max-content;
  margin-top: 2rem;
}

.texto_imagen .texto .contenido {
  max-width: 600px;
}

.texto_imagen .texto p{
font-size: 17px;
line-height: 30px;
}

@media (max-width: 1500px) {
  .texto_imagen .texto .contenido {
    max-width: 470px;
  }
}

@media (max-width: 991.98px) {

  .texto_imagen .texto p {
  font-size: 16px;
  line-height: 29px;
  }

  .texto_imagen .texto .contenido {
    max-width: 800px;
  }

  .texto_imagen .texto .titulo {
  font-size: 30px;
  }

  .texto_imagen .texto,
  .texto_imagen_full.texto_imagen .row > .texto {
    padding: 4rem 0rem;
    max-width: none;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .texto_imagen .texto,
  .texto_imagen_full.texto_imagen .row > .texto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto_imagen .texto p {
  font-size: 15px;
  line-height: 27px;
  }

  .texto_imagen .texto .titulo {
  margin-bottom: 13px;
  font-size: 26px;
  }

}

@media (max-width: 575.98px) {
  .texto_imagen .texto,
  .texto_imagen_full.texto_imagen .row > .texto {
    padding: 3rem 20px;
  }
}

/*===
===================================================
CARRUSEL
======================================================*/

.owl-carousel.carrusel_standard .owl-dots {
  text-align: center;
  margin-top: 2rem;
}

.owl-carousel.carrusel_standard .owl-dots .owl-dot {
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 1px #1e2548 solid;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 20px;
}

.owl-carousel.carrusel_standard .owl-dots .owl-dot.active {
  background-color: #1e2548;
}

.owl-carousel.carrusel_standard .owl-dots .owl-dot:hover,
.owl-carousel.carrusel_standard .owl-dots .owl-dot.active:hover {
  background-color: #d4dc41;
  border-color: #d4dc41;
}

.owl-carousel.carrusel_standard .owl-nav button.owl-next,
.owl-carousel.carrusel_standard .owl-nav button.owl-prev {
  background-color: #1e2548;
  opacity: 1;
  border: solid 2px white;
  font-size: 20px;
  border-color: #1e2548;
  top: 33%;
}

.owl-carousel.carrusel_standard .owl-nav button.owl-prev {
  left: -65px;
}

.owl-carousel.carrusel_standard .owl-nav button.owl-next {
  right: -65px;
}

.owl-carousel.carrusel_standard .owl-nav button:hover {
  background-color: #d4dc41;
  border-color: #d4dc41;
}

.owl-carousel.carrusel_standard .owl-nav button .icon:before {
  font-family: "FontAwesome";
  color: white;
}

.owl-carousel.carrusel_standard .owl-nav .owl-prev .icon:before {
  content: "\f104";
}

.owl-carousel.carrusel_standard .owl-nav .owl-next .icon:before {
  content: "\f105";
}

.owl-carousel.carrusel_standard .owl-nav button:hover .icon:before {
  color: #15362d;
}

.owl-carousel.carrusel_standard .owl-nav .owl-next .icon {
  margin-right: -4px;
}

#destacados_home {
}

@media (max-width: 1600px) {
  .owl-carousel.carrusel_standard .owl-nav button.owl-next,
  .owl-carousel.carrusel_standard .owl-nav button.owl-prev {
    border: none;
  }

  .owl-carousel.carrusel_standard .owl-nav button:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .owl-carousel.carrusel_standard .owl-nav button:hover .icon:before {
    color: #d4dc41;
  }

  .owl-carousel.carrusel_standard .owl-nav button.owl-next {
    /* right: -47px;*/
  }

  .owl-carousel.carrusel_standard .owl-nav button.owl-prev {
    /*left: -47px;*/
  }
}

@media (max-width: 1500px) {
  .owl-carousel.carrusel_standard .owl-nav [class*="owl-"] {
    top: 33%;
  }
}

@media (max-width: 1200px) {
  .owl-carousel.carrusel_standard .owl-nav {
    display: none;
  }
}

/*======================================================
HOME
======================================================*/

.titulo_seccion {
font-weight: 700;
/* text-transform: uppercase; */
margin-bottom: 6rem;
padding-bottom: 1rem;
text-align: center;
color: #1e2548;
font-size: 40px;
background: url(/assets/custom/img/line.jpg) no-repeat center bottom;
}

.subtitulo_seccion {
text-align: center;
font-size: 20px;
margin-top: -4rem;
margin-bottom: 2rem;
}

.ficha_seccion {
  height: 480px;
  padding: 0rem 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.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%);
  padding: 2rem;
}

.ficha_seccion a:hover {
  background-color: transparent;
}

.ficha_seccion .titulo {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ficha_seccion a:hover .titulo {
  text-shadow: 2px 2px 3px #00000057;
}

.div_galeria img {
height: 500px;
object-fit: cover;
}

.intro_home .texto{
background: rgb(232,242,254);
background: -moz-linear-gradient(90deg, rgba(232,242,254,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(232,242,254,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(232,242,254,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f2fe",endColorstr="#ffffff",GradientType=1);
color:#1e2548;
}

.intro_home .dots{
position: absolute;  
top: 15px;
left: 15px;
}

.home_info .texto{
background-color: #5e6065;
color: white;
}

.home_info .texto .dots{
position: absolute;  
bottom: 15px;
right: 15px;
}

.elsrvicio{
text-align: center;
margin-bottom: 75px;
}

.elsrvicio h6{
color: #253056;
font-weight: 600;
margin-top: 19px;
font-size: 18px;
}

.lamarca{
border: solid 2px white;
text-align: center;
}

.lamarca a{
padding: 60px 50px;
display: block;
}

@media (max-width: 1400px) {

  .ficha_seccion {
    height: 370px;
  }

}

@media (max-width: 1200px) {

  .ficha_seccion {

  }

  .intro_home .dots{
  display: none;  
  }

  .home_info .texto .dots {
    display: none;
  }

}

@media (max-width: 991.98px) {

  .titulo_seccion {
  margin-bottom: 3rem;
  font-size: 30px;
  }

  .subtitulo_seccion {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

}

@media (max-width: 767.98px) {

  .ficha_seccion {
  height: 340px;
  }

}

@media (max-width: 575.98px) {

  .ficha_seccion .titulo {
  font-size: 1.2rem;
  }

  .elsrvicio img {
  max-width: 81px;
  }

  .elsrvicio h6 {
  font-size: 15px;
  font-weight: bold;
  }

  .elsrvicio {
  margin-bottom: 46px;
  }

}

/*======================================================
DESCARGAS
======================================================*/

.caja_descargas{
margin-bottom: 25px;
}

.caja_descargas > a{
display: block;
text-align: center;
background-color: #ffffff;
margin: 0 auto;
padding: 71px 10px;
border: solid 1px #dbdbdb;
box-shadow: 2px 2px 2px #00000014;
height: 100%;
}

.caja_descargas h3{
font-size: 17px;
margin-bottom: 0px;
font-weight: 600 !important;
color: #313757;
max-width: 300px;
margin: 0 auto !important;
line-height: 24px;
}

.caja_descargas i{
font-size: 65px;
margin-bottom: 20px;
color: #d4dc41;
webkit-transition: all .0s ease-in-out;
  -o-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out;
}

.caja_descargas > a:hover{
background-color: #313656;
}

.caja_descargas > a:hover i,
.caja_descargas > a:hover h3{
color: white;
  }

@media (max-width: 1400px) {

  .caja_descargas > a {
  padding: 50px 10px;
  }

  .caja_descargas i {
  font-size: 53px;
  }

}

@media (max-width: 575.98px) {

  .caja_descargas > a {
  padding: 20px 15px;
  }


  .caja_descargas {
  margin-bottom: 18px;
  }

  .caja_descargas i {
  font-size: 30px;
  margin-bottom: 13px;
  }

  
  .caja_descargas h3 {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0px;
  }

}


/*======================================================
ARTICULO
======================================================*/
.div_articulo img {
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 335px;
  object-fit: contain;
}

.div_articulo .titulo {
  text-align: center;
  color: #1e2548;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.2rem;
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.div_articulo .precio ul {
  padding: 0;
  text-align: center;
}

.div_articulo .precio li {
  display: inline;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-right: 0.3rem;
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1e2548;
}

.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.4;
}

.div_articulo a:hover .titulo {
  opacity: 1;
  /*color: #d4dc41;*/
}

.div_articulo a:hover li {
  /*color: #d4dc41;*/
  color: #1e2548;
}

.descripcion_articulo {
  margin-top: 3rem;
  background-color: whitesmoke;
  padding: 1rem 1.2rem;
  font-size: 0.8rem;
  color: #505050;
  border: solid 1px gainsboro;
}

.descripcion_articulo ul{
padding-left: 20px;
}

.descripcion_articulo ul li{
  list-style: circle;
}

.etiqueta_descuento {
  position: absolute;
  background-color: #d4dc41;
  padding: 3px 5px;
  padding-top: 37px;
  font-weight: bold;
  right: 10px;
  color: white;
  font-size: 19px;
}

.etiqueta_descuento span {
  font-size: 15px;
}

.div_articulo .etiqueta_destacado{
position: absolute;
background-color: #ffb73e;
color: white;
font-size: 14px;
width: 30px;
left: 6px;
top: 6px;
z-index: 1;
border-radius: 21px;
padding: 4px 4px;
}

.div_articulo .etiqueta_top10{
position: absolute;
background-color: black;
color: white;
font-weight: bold;
left: calc(50% - 32px);
font-size: 13px;
text-transform: uppercase;
padding: 2px 10px;
top: 80%;
}

.div_articulo .etiqueta_new{
position: absolute;
right: 6px;
top: 5px;
background-color: #ff6c6c;
color: white;
pointer-events: none;
font-size: 13px;
font-weight: bold;
padding: 4px 12px;
z-index: 1;
}


.caja_marca{

}

.caja_marca a{
background-color: whitesmoke;
display: block;
padding: 85px 45px;
text-align: center;
margin-bottom: 20px;
}

.caja_marca p{
  color: #858585;
  margin-bottom: 0;
  font-weight: 600;
  webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.caja_marca a:hover{
background-color: #d9d9d9;
}

.caja_marca a:hover p{
color: black;
}


@media (max-width: 1600px){

    .div_articulo .etiqueta_top10 {
    top: 74%;
    }

}

@media (max-width: 991.98px){ 
    .etiqueta_descuento {
    font-size: 15px;
  }
}

/*======================================================
FOOTER
======================================================*/

footer {
  text-align: center;
 /* background-color: #29415c;
  border-top: 2px solid #d4dc41;*/
}

footer .logo {
  padding: 1.5rem 1rem;
}

footer .logo img {
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 260px;
}

footer .logo a:hover img {
  opacity: 0.7;
}

footer .items {
background-color: #272928;
padding: 2rem 2rem;
}

footer .items a {
color: #ffffff;
letter-spacing: 0.5px;
padding: 0 0.35rem;
font-size: 17px;
font-weight: 600;
}

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: #d4dc41;
}

footer .items .redes a {
  padding: 0 0.15rem;
  font-size: 0.9rem;
  color: white;
  text-transform: none;
  letter-spacing: 0.1rem;
}
footer .items .redes a:hover {
  color: #d4dc41;;
}

footer .subfooter {
  background-color: #edf2f4;
  padding: 5px 10px;
}

footer .subfooter li {
color: #1e2548;
padding: 10 0px;
}

footer .subfooter li.separador{
margin-right: 0px;
}

footer .subfooter li a {
  color: #1e2548;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 600;
}

footer .subfooter li a:hover {
  text-decoration: underline !important;
}

footer ul li{
display: inline-block;
}

footer ul li.separador{
color: #6e6e6e;
margin-right: 3px;
}

@media (max-width: 1500px) {
  footer .logo img {
    max-width: 15rem;
  }

  footer .logo {
    padding: 1rem 1rem;
  }
}

@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;
  }
}

/*======================================================
PÁGINA ESTANDARD
======================================================*/

.pagina_standard {
  /* background-color: #15362d; */
  /* border-top: solid 1px #3c513a; */
  color: #1e2548;
  letter-spacing: 0.02rem;
  padding-left: 0px;
  padding-right: 0px;
}

.pagina_standard p a,
.pagina_standard li a {
  color: #1e2548;
  text-decoration: underline !important;
  text-decoration-color: #d4dc41 !important;
  font-weight: bold;
}

.pagina_standard p a:hover {
  color: #d4dc41 !important;
}

.pagina_standard h1,
.pagina_standard h2,
.pagina_standard h3 {
  font-weight: 700;
}

.titulo_pagina_standard {
margin-bottom: 0;
background: url(../img/titulo.jpg) no-repeat center;
padding: 0px;
background-size: cover;
}

.titulo_pagina_standard > div {
padding: 2.5rem 1rem;
background-color: #1e2548e8;
}

.titulo_pagina_standard h1 {
color: #ffffff;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.1rem;
text-align: center;
/* background: url(../img/line.png) no-repeat center bottom; */
padding-bottom: 0rem;
text-shadow: 2px 2px 2px #00000087;
margin-bottom: 0px;
}

.titulo_pagina_standard .subitulo {
text-align: center;
color: #ffffff;
/* font-weight: 700; */
letter-spacing: 0.5px;
font-size: 11px;
margin-bottom: -45px;
border-top: solid 1px #ffffff24;
padding-top: 15px;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
margin-top: 3rem;
}


@media (max-width: 575.98px) {
  .titulo_pagina_standard h1 {
    font-size: 1.5rem;
  }

  .titulo_pagina_standard {
    /*margin-bottom: 1rem;*/
  }

  .pagina_standard {
    /*padding-left: 10px;
    padding-right: 10px;*/
  }
}

/*======================================================
ARTICULOS
======================================================*/

.ariadna_articulos {
background-color: #e3e3e3;
margin-bottom: 0px;
z-index: 9;
position: relative;
}

.breadcrumb {
background-color: transparent;
margin-top: 1rem;
margin: 0px;
text-align: right;
padding: 4px 5px 7px 5px;
text-align: center;
}

.breadcrumb-item {
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
font-size: 12px;
}

.breadcrumb-item a {
color: #15362d42;
font-size: 12px;
}

.breadcrumb-item a:hover {
text-decoration: underline !important;
}

.breadcrumb > li {
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}

.breadcrumb > li:first-child {
margin-right: -3px;
}

.breadcrumb > li a,
.breadcrumb.ariadna_articulo .slctd a {
color: #1e2548;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #1e2548;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #1e254857;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #1e2548;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #1e2548;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #1e2548;
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;
position: relative;
}

.ficha_articulo >div{
padding: 0rem 2rem;
}

.ficha_articulo .titulo {
letter-spacing: 0px;
font-size: 26px;
border-bottom: solid 1px #e3e3e3;
margin-bottom: 5px;
padding-bottom: 5px;
font-weight: 500;
margin-top: 2rem;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
line-height: 28px;
margin-bottom: 0px;
margin-top: 15px;
}

.ficha_articulo .categoria a {
color: #1e2548e3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #1e2548;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #d4dc41;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #d4dc41;
text-decoration-color: #1e2548 !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
color: #1e2548b0;
font-size: 11px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
margin-bottom: 15px;
}

.ficha_articulo .resumen p strong {

/* font-weight: 400;*/
}

.ficha_articulo .product-price {
padding: 0px;
margin-bottom: 0rem;
display: inline-block;
color: #1e2548;
font-weight: 600;
font-size: 2rem;
margin-bottom: 2rem;
}

.ficha_articulo .product-price del {
color: #dcdcdc;
font-size: 18px;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
text-decoration: line-through;
/* margin-left: 0.5rem; */
display: block;
margin-top: -6px;
}


.ficha_articulo .cantidad_selector {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: flex-start;
}

.ficha_articulo .cantidad_selector .plus,
.ficha_articulo .cantidad_selector .minus {
  /*border: solid #1e2548 1px; */
  width: 30px;
  height: 30px;
  /* border-radius: 100%; */
  background-color: transparent;
  color: #1e2548;
  line-height: 26px;
  background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #1e2548;
font-weight: bold;
font-size: 1rem;
width: 2.5rem;
height: 100%;
margin: 0;
}

.ficha_articulo .cantidad_selector .plus:hover,
.ficha_articulo .cantidad_selector .minus:hover {
background-color: #d4dc41;
color: #15362d;
border-color: #d4dc41;
}

.ficha_articulo .cantidad {
/*margin-top: 15px;*/
}

.boton_comprar {
border: none;
padding: 10px 21px;
font-weight: 900;
color: #1e2548;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #d4dc41;
letter-spacing: 0.5px;
}

.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;
display: none;
}

#sync1 .owl-nav,
#sync2 .owl-nav,
#sync2 .owl-dots{
display: none;
}

#sync1 .owl-dots .owl-dot {
border: 1px #1e2548 solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #1e2548;
}

#sync1 .owl-dots .owl-dot:hover {
background-color: #d4dc41;
border-color: #d4dc41;
}

#sync1 .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-prev {
border: solid 2px #1e2548;
color: #1e2548;
}

#sync1 .owl-nav button.owl-prev {
left: -70px;
}

#sync1 .owl-nav button.owl-next {
right: -70px;
}

#sync1 .owl-nav button:hover {
background-color: #d4dc41;
border-color: #d4dc41;
color: #15362d;
}

#sync1 .owl-nav button .icon:before {
color: white;
}

#sync1 .owl-nav button:hover .icon:before {
color: white;
}

#sync1 .owl-nav .owl-next .icon {
margin-right: -4px;
}

#sync1.owl-carousel .owl-item img {
  max-height: 500px;
  object-fit: cover;
}

/*
#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: #d4dc41;
}

#sync2 .owl-nav button.owl-next {
right: -30px;
color: #d4dc41;
}

#sync2 .owl-nav button.owl-next:hover,
#sync2 .owl-prev button.owl-next:hover {
color: whitesmoke;
}

#sync2 {
margin-top: 5px;
}

#sync2 .item{
cursor: pointer;
}

.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 .nombre {
font-weight: bold;
color: #1e2548;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #1e2548;
color: #d4dc41;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #1e2548;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion .nombre{
font-weight: bold;
color: #0e1122;
font-style: inherit;
margin-right: 5px;
display: block;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion select{ 
background-color: #e6e6e6;
color: #282828;
font-size: 0.9rem;
padding: 2px 6px;
width: max-content;
border-color: #ababab;
min-width: 200px;
cursor: pointer;
}

.ficha_articulo .campo_seleccion label{
font-style: inherit;
color: #aeaeae;
margin-bottom: 0px;
cursor: pointer;  
}

.ficha_articulo .campo_seleccion .nombre label,
.ficha_articulo .cantidad >label{
color: #1e2548;
font-weight: bold;
font-style: inherit;
margin-bottom: 4px;
font-size: 12px;
}

.ficha_articulo .campo_seleccion .inputs{
display: inline-block;
/* margin-left: 5px; */
margin-right: 2px;
margin-bottom: 10px;
}

.ficha_articulo .campo_seleccion .inputs label{
  padding: 5px 10px;
border: solid 1px #dddddd;
background-color: #f9f9f9;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-size: 12px;
color: #aeaeae;
font-weight: 700;
}

.ficha_articulo .campo_seleccion .inputs input{
display: none;
}

.ficha_articulo .campo_seleccion .inputs input:checked  ~ label,
.ficha_articulo .campo_seleccion .inputs:hover label{
color:#1e2548;
border-color: #1e2548;
background-color: white;
}

@media (max-width: 1500px) {
  .ficha_articulo .titulo {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .atras_articulo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .breadcrumb {
    padding: 10px 10px;
    text-align: left;
  }

  #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) {

  .breadcrumb {
    padding: 10px 10px;
    line-height: 17px;
  }

  .breadcrumb > li a, .breadcrumb.ariadna_articulo .slctd a,
  .breadcrumb > li.slctd a, .breadcrumb.ariadna_articulo li:last-child a{
  font-size: 12px;
  }

}

/*======================================================
BUSCADOR
======================================================*/

.informacion_busquedas {
  color: #1e2548;
  margin-bottom: 24px;
}

.informacion_busquedas .termino span,
.informacion_busquedas .encontrados strong {
  color: #d4dc41;
}

/*======================================================
PÁGINA CONTENIDO
======================================================*/

.pagina_contenido ul {
  padding-left: 1rem;
}

.pagina_contenido li:before {
  content: "· ";
  margin-left: -13px;
  position: absolute;
  font-weight: 900;
  color: #1e2548;
  font-size: 18px;
  margin-top: -3px;
}

#searchform {
  margin-top: 25px;
}

#searchform input {
  border: solid 2px #1e2548;
  background-color: transparent;
  color: #1e2548;
  padding: 4px 13px;
}

#searchform .botonlcms {
  background-image: url(/assets/custom/img/color_mini.jpg);
  color: #1e2548;
  font-weight: bold;
  /* font-size: 0.8rem; */
  text-transform: uppercase;
  background-color: #d4dc41;
  border-color: #d4dc41;
}

#searchform .botonlcms:hover {
  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;
}

.alert-success button{
border: none;
background-color: #00000066;
margin-right: 7px;
}

.alert-success button i{
color: #6fdfa8;
}

/*======================================================
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;
  }
}

@media (max-width: 575.98px) {

  .pagina_texto_imagen .texto .contenido{
  padding-top: 10px;  
  }

}

/*======================================================
FORMULARIO DE CONTACTO
======================================================*/

@media (min-width: 991.98px) {

  .fragmento_contacto,
  .fragmento_contacto>div,
  .fragmento_contacto>div>div{
  margin:0px; 
  padding: 0px; 
  }

}



.fragmento_contacto .texto .contenido {
  background-color: #272928;
  padding: 4rem 7rem;
  max-width: inherit;
}

.fragmento_contacto > div {
  padding-right: 0px;
}

.fragmento_contacto .texto {
  padding-right: 0px;
}

.fragmento_contacto .texto .titulo {
  color: white;
}

.fragmento_contacto form{
margin-top: 25px;
padding: 25px;
}

.formulario_contacto .form-control {
  background-color: transparent;
  padding: 0;
  padding: 10px 10px 6px 2px;
  border: none;
  border-bottom: solid 1px #ffffff38;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 13px;
}

.formulario_contacto .form-control::placeholder,
.formulario_contacto textarea.form-control::placeholder {
  color: #ffffff91;
  font-style: italic;
  font-weight: 500;
}

.formulario_contacto .form-group span {
  position: absolute;
  margin-left: -13px;
  font-size: 26px;
  color: #d4dc41;
}

.formulario_contacto .checkbox {
  margin-top: 1rem;
  padding-left: 0;
  position: relative;
  margin-bottom: 3rem;
}

.formulario_contacto .checkbox span {
  color: #ffffffbf;
  font-size: 13px;
  padding-left: 4px;
  padding-left: 10px;
}

.formulario_contacto .checkbox span a {
  font-weight: 500;
  text-decoration: underline !important;
  color: white;
  font-size: inherit;
}

.formulario_contacto .checkbox span a:hover {
  color: #d4dc41;
}

.formulario_contacto .checkbox input {
  opacity: 0;
  cursor: none;
  pointer-events: none;
}

.formulario_contacto .checkbox label {
  cursor: pointer;
}

.formulario_contacto .contact-submit {
  text-align: right;
}

.formulario_contacto .checkbox .circulo {
  height: 16px;
  width: 16px;
  background-color: white;
  position: absolute;
  top: 6px;
  left: 0px;
  border-radius: 12px;
}

.formulario_contacto .checkbox .circulo .circulito {
  height: 8px;
  width: 8px;
  background-color: whitesmoke;
  border-radius: 13px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.formulario_contacto .checkbox input:checked ~ .circulo {
}

.formulario_contacto .checkbox input:checked ~ .circulo .circulito {
background-color: #f73b3d;
}

.formulario_contacto .legal_pag_contact p {
  color: #ffffff45;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 20px;
}

.formulario_contacto .legal_pag_contact p a {
  color: #ffffff94;
  text-decoration: underline !important;
  font-size: inherit;
}

.formulario_contacto .legal_pag_contact p a:hover {
  color: #d4dc41;
}

.formulario_contacto .legal_pag_contact p strong {
  color: #ffffff94;
}

.formulario_contacto > div {
  padding-right: 0px;
}

.mapa {
  overflow: hidden;
}

#map {
  height: 100%;
  width: 100%;
}

.fragmento_contacto .mapa {
  padding-left: 0px;
}

.fragmento_contacto .boton_standard {
  width: max-content;
  border: none;
  font-size: inherit;
  background-color: #d4dc41;
  font-weight: bold;
  color: #1e2548;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 57px;
  margin-top: 13px;
}

.fragmento_contacto .boton_standard:hover {
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  .fragmento_contacto .texto .contenido {
    padding: 3rem 4rem;
  }
}

@media (max-width: 1200px) {
  .fragmento_contacto .texto {
    padding: 0;
  }

  .fragmento_contacto .texto .contenido {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 3rem 2rem;
  }

  .fragmento_contacto > div,
  .fragmento_contacto .texto,
  .fragmento_contacto .mapa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fragmento_contacto {
  }
}

@media (max-width: 991.98px) {
  #map {
    height: 500px;
  }
}

@media (max-width: 575.98px) {
  .fragmento_contacto .texto .contenido {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 2rem 2rem;
  }

  #map {
    height: 400px;
  }

  .fragmento_especial_texto_imagen .titulo {
    font-size: 1.8rem;
  }

  .formulario_contacto .form-control {
    font-size: 15px;
  }

  .boton_standard {
    width: 100%;
  }

  .formulario_contacto .form-control {
    margin-left: 12px;
  }

  .formulario_contacto .form-group span {
    margin-left: -2px;
  }
}

/*======================================================
BLOG
======================================================*/


.novedades_home {
  background-color: #1e2548;
}

.novedades_home .titulo_seccion {
  color: whitesmoke;
  text-transform: uppercase;
}

.novedades_home .boton_standard {
  background-color: #d4dc41;
  color: #1e2548;
  border: none;
}

.novedades_home .boton_standard:hover {
  background-color: white;
}

.grid_fichablog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.ficha_blog a img {
  webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.ficha_blog {
margin-bottom: 3rem;
}

.ficha_blog .boton {
  background-color: whitesmoke;
  padding: 1rem 2rem;
}

.ficha_blog .titulo {
  color: #1e2548;
  text-decoration: underline #d4dc41;
  font-weight: bold;
}

.ficha_blog p {
  color: #a7a7a7;
  margin-bottom: 0px;
}

.ficha_blog .contenedor {
  height: 100%;
  background-color: whitesmoke;
  padding-bottom: 0px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.ficha_blog a.entero{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ficha_blog a.entero{
  background-color: whitesmoke;
  /*padding: 1rem;*/
}

.sidebar_blog {
  background-color: #1e2548;
}

.sidebar_blog .titulo {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  text-decoration: underline;
  text-decoration-color: #13cdd2;
}

.sidebar_blog li a {
  text-decoration: none !important;
}

.sidebar_blog img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 0px #d4dc41;
}

.sidebar_blog h5 {
  color: #09e3e5;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.8rem;
  text-decoration: underline;
  text-decoration-color: #ffffff38;
}

.sidebar_blog p {
  color: #e8e8e8;
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.cuerpo_noticia p {
  font-size: 0.9rem;
  text-align: justify;
}

.resumen_noticia p {
  font-weight: bold;
  color: #1e2548;
  font-size: 1.3rem;
  text-decoration: underline;
  text-decoration-color: #d4dc41;
}

.volver_blog a {
  color: #1e2548;
}

@media (max-width: 767.98px) {
  .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: 0.8rem;
  }
}

/*======================================================
LAYOUT ESPECIAL
======================================================*/
.fragmento_especial_texto_imagen.fragmento_black{
/*background-color: #272928;*/
}

.fragmento_especial_texto_imagen.fragmento_black .contenido{
background-color: transparent;
}

.fragmento_especial_texto_imagen.fragmento_black h2,
.fragmento_especial_texto_imagen.fragmento_black p{
color: white;
margin-bottom: 30px;
}

.fragmento_especial_texto_imagen.fragmento_black .form-group span {
color: white;
}

.fragmento_especial_texto_imagen.fragmento_black .form-control {
border-bottom: solid 1px #ffffff;
}

.fragmento_especial_texto_imagen.fragmento_black .checkbox span a:hover {
color: #ffffff70;
}

.fragmento_especial_texto_imagen.fragmento_black .contact-submit {
text-align: left;
}

.fragmento_especial_texto_imagen.fragmento_black .boton_standard {
background-color: #ffffff;
}



.fragmento_especial_texto_imagen.fragmento_black .checkbox {
margin-bottom: 1rem;
}

.responsive-video{
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
overflow: hidden;
height: 100%;
}

.responsive-video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (max-width: 991.98px) {

  .fragmento_especial_texto_imagen.fragmento_black .texto .contenido {
  padding-bottom: 0px;
  }

} 

/*======================================================
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;
  }
}
