/*
  Colores corporativos: 

*/
body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 16px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
  background-color: #fff2ec;
}

/* Generales
===================================================================================== */

a{
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5{
  font-weight:900; font-style: italic;
}
.btn{
  padding:10px 24px;
  text-transform: uppercase;
  border:none;
  letter-spacing: 2px;
}
.btn-success{
  background-color: #b32700;
}
.btn-success:hover{
  background: #93371e;
}
.titleContainer{
  padding:140px 0;
}
img.shadow{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 2px 0px 10px rgba(0,0,0,0.5);;
}
.mb-7{
  margin-bottom: 100px;
}
.mt-7{
  margin-top: 100px;
}

/* Top Bar Page 
================================================================================== */

.topBar{
  display: block;
  width:auto; overflow: auto;
  padding:10px;
  background-color: #93371e;
  color:#fff; font-size: 0.9em;
}
.topBar a{
  color:#fff;
}
.logoHeader{
  display: inline-block;
  width:100%; max-width: 200px;
}

/* Menú de navegación 
================================================================================== */

.navbar{
  background: #fff;
}
.navbar-brand i {
  margin-right: 8px;
}
.navbar-nav a.nav-link{
  font-size: 1.1em; font-weight: 900 !important;
  padding:10px 20px !important;
}
.navbar-nav .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: #93371e;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #93371e;
}
.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-nav .nav-link.active {
  color: crimson;
  font-weight: 600;
}


/* bxSlider 
================================================================================== */

@keyframes zoomInEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* Ajusta el zoom según tu preferencia */
  }
}

.myHomeSlider .slider{
	position: relative;
	width:100%; height: 85vh;
}
.myHomeSlider .areaImagen{
  position: absolute;
  display: block;
  width:100%; height: 100vh;
}
.myHomeSlider .areaImagen img{
  width:100%; height: 100vh;
  object-fit: cover;
  transform: scale(1); /* Estado inicial */
  transition: transform 6s ease-in-out;
  filter: brightness(70%);
}
.myHomeSlider .zoom-effect {
  animation: zoomInEffect 6s ease-in-out forwards;
}
.myHomeSlider .areaInfo{
  position: absolute;
  left:0; right:0; top:0; bottom:0;
  display: flex; 
  align-items: center;
  justify-content: center;
  color:#fff;
}
.myHomeSlider .areaInfo .info{
  align-self: center;
  font-size: 1.2em; color: #fff; text-align: center;
  max-width: 70%;
}
.myHomeSlider .areaInfo .info h2{
  color: #fff; text-align: center; 
  letter-spacing: 1px;
  font-size: 2.5em; font-weight: 700;
  margin:0 0 20px 0;
  padding:0;
}
.myHomeSlider .areaInfo .info h3{
  color:#fff; text-align: center; font-size: 1.1em; font-weight: 300;
  margin:0 0 20px 0; 
}
.myHomeSlider .areaInfo .info h2 strong{
  color:#ff6f00;
}
.myHomeSlider .areaInfo .info p{
  text-align: center;
  margin: 10px 0;
}


/* Area de Inicio
=================================================================================== */

#entrada strong{
  color:#fff; font-weight: bolder;
}
.areaSectionPaddingY{
  display: block;
  padding:100px 20px;
}
.bgAreaEntrada{
  background: url(../../images/web/bg-area-entrada.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}
.bgAreaClasif{
  background-color: #f4ebe7;
}
.areaTextoEntrada{
  font-size:1.1em;
}
.areaTextoEntrada h1{
  font-size: 3.3em;
  margin-bottom: 0; padding-bottom: 0;
}


/* Listado de Categorías de Productos
===================================================================================== */

.portadaProducto {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}
.portadaProducto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Oscurece el fondo */
  z-index: 1;
}
.portadaProducto:hover {
  transform: scale(1.03);
}
.portadaProducto h2 {
  font-size: 1.3rem; font-weight: 700;
  text-shadow: -1px 2px 3px rgba(0,0,0,0.6);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  z-index: 2;
}

/* Areas Highlight 
========================================================================== */
.areaHighlights{
  background-color: #f4e4df;
}
.areaHighlight h2{
  font-size: 2.5em;
  margin-bottom: 20px;
}
.areaHighlight p{
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
}

/* Formularios 
========================================================================== */

form label{
  text-transform: uppercase;
  font-size: 0.8em; letter-spacing: 2px;
  margin-bottom: 4px;
}
form .form-control{
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#areaMap{
  display: block;
  width:100%; height: 450px;
}
#areaMap iframe{
  display: block;
  width:inherit; height: inherit;
}

/* Footer 
========================================================================== */

footer{
  padding:60px 10px 100px 10px;
}
.borderTop{
  border-top: 1px solid #333;
}
.socialIcons a{
  font-size: 2em; color:#333;
  margin-left: 10px;
  transition: all ease 0.2s;
}
.socialIcons a:hover{
  color:#93371e;
}

/* Secciones
=========================================================================== */

.areaEncab{
  padding:60px 0;
  background: url(../../images/web/bg-encab1.jpg) no-repeat right center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}
.areaEncab h1{
  font-weight: 900; font-style: italic;
}

.areaContenido h1{
  font-weight: 900;
  margin:30px 0;
}
.areaContenido h2,
.areaContenido h3{
  margin-bottom: 30px;
}
.areaContenido p{
  font-size: 1.3em; font-weight:300;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 28px;
}
strong{
  color:#000; font-weight: 700;
}


/* Productos 
============================================================================ */

.areaModelos{
  background-color: #000;
}
.areaModelos .titleContainer{
  color:#fff;
}
.areaModelos .titleContainer small{
  color:#aaa;
}
a.prodThumb{
  display: block;
  width:auto; height: auto; overflow: auto;
  background-color: #000;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding-top:16px; padding-bottom:10px;
  margin-bottom: 30px;
  text-align: center; color:#fff; text-transform: uppercase;
}
a.prodThumb img{
  display: block;
  margin:0 auto;
  object-fit: contain;
  max-width: 130px; max-height:160px;
  margin-bottom: 10px;
}
a.prodThumb h3{
  margin:0; 
  padding:0 14px;
  font-size: 0.9em; font-weight:300;
}

.areaBtnsShare{
  margin-bottom: 30px;
}
.areaBtnsShare a{
  font-size: 2em; color:#333;
  margin-right: 20px;
  transition: all ease 0.2s;
}
.areaBtnsShare a:hover{
  color:#93371e;
}

/* Area de Grid para Galería
=============================================================== */

a.gridGall{
  display: block;
  width:100%; height: 200px;
  position: relative;
  margin-bottom: 30px;
}
a.gridGall img.areaImagen{
  width:100%; height: 200px;
  object-fit: cover;
  transition: all ease 0.2s;
}
a.gridGall:hover img{
  transform: scale(1.05);
  transform-origin: center;
}
a.gridGall h3{
  position: absolute;
  bottom:0; left:0; right:0;
  background: rgba(0,0,0,0.5);
  margin:0;
  padding:10px;
  color:#fff; font-size: 0.9em; font-weight: 500;
  text-transform: uppercase;
}

.btnWhatsApp{
  display: block;
  position: fixed;
  bottom:20px; right:20px;
  width:80px; height: 80px;
  z-index: 9999;
}
.btnWhatsApp img{
  width:100%; height: 100%;
}


/* Formularios
=============================================================== */

label.error{
  display: inline-block;
  color:#f00;
  font-size: 0.7em;
}
input.error,
textarea.error{
  border:solid 2px #f00;
}

/* Listado de recursos
================================================================ */

.titRecurso{
  display: inline-block;
  color:#fff;
  padding:14px;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.titRecurso i{
  display: block;
  float: left;
  width:50px;
  color:#fff;
}
.titRecurso .texto{
  display: block;
  overflow: hidden;
  font-size: 0.5em;
  color:#fff; text-align: left;
}