
/* ============== GENERAL ============== */
:root {
  --yinsa-dark: #2D2926;
  --yinsa-primary: #FFC72C;
}
body {
  font-family: "SuisseIntl-Light_0", sans-serif;
  color: #2D2926;
  overflow-x: hidden;
}

a {
  color: #FFC72C;
}

a:hover {
  color: #FFC72C;
  text-decoration: none;
}

#main {
  padding-top: 12vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Suisse Intl Bold", sans-serif;
}

h1 {
  font-size: 3.5rem;
}

.disable{
  display: none;
}
/* ============== HEADER ============== */

#header {
  background-color: rgb(255, 255, 255, 0.7);
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  }

#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Suisse Intl Book", sans-serif;
  padding-right: 90px;
}

#img-y {
  display: none;
  max-height: 30px;
}

#header .logo a {
  color: #2D2926;
}

#header .logo a span {
  color: #2D2926;
}

#img-n {
  max-height: 50px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/* ============== NAV DESKTOP ============== */

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #2D2926;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "SuisseIntl-SemiBold_0", sans-serif;
  text-transform: uppercase;
}

.nav-menu .dropdown {
  font-family: "Suisse Intl Medium", sans-serif;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 8px;
  width: 7rem;
}

.dropdown-menu {
  line-height: 2rem;
  padding: 0;
}

.dropdown-item {
  border-bottom: 1px solid #adaeb0;
}

#btn-toggle {
  background-color: transparent !important;
  border: 2px solid #2D2926;
  border-radius: 0;
  color: #2D2926 !important;
}

.dropdown-toggle::after {
 border-top: 0;
 border-right: 0;
}

.nav-menu button:hover 
{
  color: #fff;
  background: #FFC72C;
  border-color: transparent;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #FFC72C;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  font-family: "Suisse Intl Medium", sans-serif;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2D2926;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FFC72C;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


/* ============== NAV MOBILE ============== */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav button {
  margin-left: 20px;
  background: transparent;
  width: 10vh;
  border: 1px solid;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #dd9933;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/* ============== SIDEBAR ============== */

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.wrapper {
  /*width: 100%; */
  overflow: hidden;}

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: rgb(255,255,255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  height: 90%;
  bottom: 0;
  float: none;
  left: 0;
  position: fixed;
  top: 0;
  text-transform: uppercase;
  font-family: "SuisseIntl-SemiBold_0", sans-serif;
}

#sidebar.active {
  margin-left: -300px; }


#sidebar ul.components {
  padding: 0; }

#sidebar ul li {
  font-size: 16px; }

#sidebar ul li > ul {
  margin-left: 10px; }

#sidebar ul li > ul li {
  font-size: 14px; }

#sidebar ul li a {
  padding: 10px 0;
  color: #2D2926;
  display: block;
  color: #2D2926;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#sidebar ul li a:hover {
  color: #FFC72C; 
  font-family: "Suisse Intl Medium", sans-serif;}

#sidebar ul li.active > a {
  background: transparent;
  color: #FFC72C; 
  font-family: "Suisse Intl Medium", sans-serif;
}

#div-sidebar {
  padding-top: 15vh !important;
}


a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-sidebar {
  position: absolute;
  display: none;
  bottom: 29px;
 /* left: 27%;*/
}

.btn-sidebar i {
  font-size: 1.5rem;
  display: block;
}

#sidebar-btn {
  text-transform: uppercase;
  background: transparent;
}

#sidebar-btn:hover {
  color: #fff;
  background: #FFC72C;
  border-color: transparent;
}



/* ============== REDES ============== */
.nav-redes{
  top: 15vh;
}
.nav-redes * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-redes > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-redes a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #2D2926;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-redes a i {
  font-size: 20px;
}

.nav-redes a span {
  padding: 0 5px 0 7px;
 display: none;
  color: #fff;
}

@media (min-width: 992px) {
  .nav-redes a {
    width: 56px;
  }
  .nav-redes a span {
    display: none;
    color: #fff;
  }
}
@media (max-height: 768px), (max-width: 1200px) {
  .nav-redes a {
    width: 56px;
  }
  .nav-redes a span {
    display: none;
    color: #fff;
  }
 }
 
 @media (max-width: 767px) {
  .nav-redes a {
    width: 56px;
  }
  .nav-redes a span {
    display: none;
    color: #fff;
  }
 }
.nav-redes a:hover span, .nav-redes .active > a span, .nav-redes li:hover > a span {
  color: #fff;
}

.nav-redes a:hover, .nav-redes li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-redes li.whatsapp:hover > a {
  width: 100%;
  color: #fff;
  background: #72BD46;
}

.nav-redes a:hover span, .nav-redes li:hover > a span {
  display: block;
  /* padding: 0 5px 0 7px; */
}

/* ==== KEN BURNS ==== */
@keyframes kenBurns1 {
  0%   { transform: scale(1.0) translate(0, 0); }
  100% { transform: scale(1.08) translate(-2%, 1%); }
}
@keyframes kenBurns2 {
  0%   { transform: scale(1.05) translate(1%, 0); }
  100% { transform: scale(1.0) translate(-1%, -1.5%); }
}
@keyframes kenBurns3 {
  0%   { transform: scale(1.0) translate(0, 1%); }
  100% { transform: scale(1.08) translate(2%, -1%); }
}

/* ============== SLIDER ============== */

#portada {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

#portada .carousel-item {
  width: 100%;
  height: 100vh;
  background-image: none !important;
  overflow: hidden;
}

#portada .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  transform-origin: center center;
}

#portada .carousel-inner .carousel-item:nth-child(1)::before {
  background-image: url('../img/YINSA_WEB_SLIDESHOW1.png');
}
#portada .carousel-inner .carousel-item:nth-child(2)::before {
  background-image: url('../img/YINSA_WEB_SLIDESHOW2.png');
}
#portada .carousel-inner .carousel-item:nth-child(3)::before {
  background-image: url('../img/YINSA_WEB_SLIDESHOW3.png');
}

#portada .carousel-inner .carousel-item:nth-child(1).active::before {
  animation: kenBurns1 8s ease-out forwards;
}
#portada .carousel-inner .carousel-item:nth-child(2).active::before {
  animation: kenBurns2 8s ease-out forwards;
}
#portada .carousel-inner .carousel-item:nth-child(3).active::before {
  animation: kenBurns3 8s ease-out forwards;
}

#portada .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 10%;
  top: 0;
  left: 10%;
  right: 0;
  padding-bottom: 120px;
  z-index: 1;
}

#portada .carousel-content {
  text-align: left;
}

#portada .carousel-content ul {
  list-style: none;
}


#portada .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}


#portada .carousel-inner .active,
#portada .carousel-inner .carousel-item-next.carousel-item-left,
#portada .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#portada .carousel-inner .carousel-item-next,
#portada .carousel-inner .carousel-item-prev,
#portada .carousel-inner .active.carousel-item-left,
#portada .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#portada .carousel-control-prev, #portada .carousel-control-next {
  width: 10%;
  opacity: .8;
  top: 20vh;
}

#portada .carousel-control-next-icon, #portada .carousel-control-prev-icon {
  background: #fff;
  font-size: 40px;
  line-height: 1;
  width: 40px;
  height: 40px;
  color: #2D2926;
  border-radius: 50%
}

#portada .carousel-indicators li {
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  border: 2px solid #2D2926;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 1;
}

#portada .carousel-indicators li.active {
  opacity: 1;
  background: #2D2926;
}


#portada .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {
 /* #portada {
    margin-bottom: 60px;
  }*/
  #portada .carousel-container {
    padding-bottom: 0;
  }
  #portada .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #portada {
    height: 90vh;
  }
  #portada .carousel-item {
    height: 90vh;
  }
}


/* ============== NOSOTROS ============== */

/* #nosotros {
  height: 110vh;
  padding: 10vh 0;
  overflow: hidden;
  background-image: url('../img/YINSA_WEB_NOSOTROS_Fondo.png');
} */

#nosotros {
  height: 150vh;
  display: flex;
  flex-direction: column;
   justify-content: center;
  /*align-items: center; */
  flex-wrap: wrap;
  position: relative;
  /* position: relative; */
 /*  padding: 10vh 0; */
  /* overflow: hidden; */
  background-image: url('../img/YINSA_WEB_NOSOTROS_Fondo.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.nosotros .content p:last-child {
  margin-bottom: 0;
  }

#nosotros p {
  font-size: 1.2rem;
  text-align: justify;
}

#nosotros p > span {
  font-family: "Suisse Intl Bold", sans-serif;
}

#div-nosotros {
  justify-content: center;
  display: flex;
}

#btn-nosotros {
  border: 1px solid #FFC72C;
  border-radius: 20px;
  background: #FFC72C;
  color: #fff;
  width: fit-content;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  padding:8px 2rem;
}
.nosotros-desc{
  margin:0;
  width: 45%;
  height: fit-content;
  padding:2rem;
  position: relative;
  left:20%;
/*   position: relative; */
 /*  top:100px; */
  /* left:47%; */
}

/* DISPOSITIVOS MOVILES MD */
@media (max-width:1170px) {
  #nosotros{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .nosotros-desc{
    width: 100%;
   position: static;
   /*padding: 1rem;*/
   align-self: center;
   /*width: 80%;*/
   margin:0;
    background-color: #f6f6f66a;
  }
}
@media screen and (max-width:768px) {
 
  #nosotros{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  .nosotros-desc{
   position: static;
   padding: 1rem;
   font-size: 0.7rem;
   background-color: #f6f6f66a;
  /* width: 80%;*/
   margin:0;
   /* align-self:center ; */
  }

}


/* ============== PRODUCTOS ============== */
#productos {
  height: auto;
  padding: 15vh 0;
  overflow: hidden;
  background: #2D2926;
}

.section-title{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 1rem 3rem;
}
#productos h1 {
  width: 90%;
  color: #FFC72C;
}

#productos ul {
   list-style-image: url("../img/list-icon.png");
}

#productos li {
  font-family: "Suisse Intl Medium", sans-serif;
  color: #fff;
  font-size: 1.5rem;
}

#list-productos 
{
  display: flex;
  justify-content: center;
}

#list-productos a{
  color:#FFF;
}


.owl-prev, .owl-next {
    border: 0;
    /* width: 4rem; */
    height: 4rem;
    background: transparent;
    font-size: 3rem;
    color: #fff;
  }


.owl-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 80;
  position: absolute;
  width: 100%;
}


.owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 60vh;
  height: 60vh;
  /* max-width:25vw; */
}

.owl-item .item{
  max-height:100%;
  max-width:100%;
  /* min-height:380px;
  min-width:285px; */
}

.owl-item .item a{
    max-width: 100%;
    max-height: 100%;
    display: flex !important;
    justify-content:end;

    align-items:flex-start;
    /* height:380px;
    width:285px; */
    height: 60vh;
    width:100%;
}


.owl-item.center .item a{
  justify-content:flex-end;
  align-items: center;
  padding-bottom: 26px;
  position: relative;
  flex-direction: column;
}

.owl-item .item a img{
  /* width: auto; */
  height:52% !important;
  width:auto;
  object-fit: contain;
  }

.owl-item.center .item a img{
width: auto;
height:85% !important;
max-height: 85%;
transition: all 0.5s ease;

}

.owl-item.active.center a::after{
  content: "";
  width: 90%;
  height: 6%;
  position: relative;
  bottom: 4%;
  left: 2%;
  background: #3f3a37;
  box-shadow:0 -1px 9px #454341;
  z-index: -1;
  border-radius: 50%;
}

/* ==== 3D COVERFLOW ==== */
.owl-produtos {
  overflow: hidden;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.65s ease,
              filter 0.65s ease;
}

.owl-item.coverflow-left {
  transform: perspective(1200px) rotateY(48deg) scale(0.76) !important;
  opacity: 0 !important;
  filter: brightness(0.6) !important;
  pointer-events: none;
}

.owl-item.coverflow-right {
  transform: perspective(1200px) rotateY(-48deg) scale(0.76) !important;
  opacity: 0.5 !important;
  filter: brightness(0.6) !important;
}

.owl-item.center {
  transform: perspective(1200px) rotateY(0deg) scale(1) !important;
  opacity: 1 !important;
  filter: brightness(1) !important;
  z-index: 10;
  position: relative;
}

@media (min-width: 1366px) and (max-width: 1920px) {
  /* Estilos para monitores de 15 a 21 pulgadas */
  .owl-item.center .item a {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 26px;
    height: 60vh;
    width: 100%;
}

.owl-item.active.center a::after{
  content: "";
  width: 90%;
  height: 6%;
  position: relative;
  bottom: 4%;
  left: 2%;
  background: #3f3a37;
  box-shadow:0 -1px 9px #454341;
  z-index: -1;
  border-radius: 50%;
}

}


@media (min-width: 1920px) and (max-width: 3440px) {
  /* Estilos para monitores de 23 a 34 pulgadas */
  .owl-item .item a {
    padding-bottom: 26px;
    height: 48vh;
    width: 100%;
}

.owl-item.center .item a {
  justify-content: flex-end;
  align-items: center;
}

.owl-item.active.center a::after{
  content: "";
  width: 90%;
  height: 6%;
  position: relative;
  bottom: 4%;
  left: 2%;
  background: #3f3a37;
  box-shadow:0 -1px 9px #454341;
  z-index: -1;
  border-radius: 50%;
}

}

/* DISPOSITIVOS MOVILES MD */
@media (max-width:1170px) {

  .owl-item .item a {
    padding-bottom: 26px;
    height: 48vh;
    width: 100%;
}
  .owl-item.active.center a::after {
    content: "";
    width: 96%;
    height: 6%;
    position: absolute;
    bottom: 5%;
    left: 2%;
    background: #3f3a37;
    box-shadow: 0 -1px 9px #454341;
    z-index: -1;
    border-radius: 50%;
  }
}


/* DISPOSITIVOS MOVILES SM*/

@media screen and (max-width:768px) {
  .owl-item .item a {
    padding-bottom: 26px;
    height: 35vh;
    width: 100%;
}
  /* .owl-carousel .owl-item {
    width: 100% !important;
    max-width:100%;
  
  } */
  
  /* Asegúrate de que los elementos internos también ocupan el ancho completo */
  .owl-carousel .item {
    width: 100%;
    box-sizing: border-box; /* Incluye padding y border en el ancho total */
  }

  .owl-controls {
    width: 96%;
}
}
/***************************************************/

#procesos_yinsa {
  height: auto;
  min-height: 100vh;
  padding: 10vh 0;
  width:100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#procesos_yinsa h1 {
  color: var(--yinsa-dark);
}


/* procesos_yinsa__container-videos{

} */

.video-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-responsive-wrapper--portrait {
  padding-bottom: 177.78%;
  width: 350px;
  max-width: 90vw;
}

.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* ============== HAZLO TU MISMO ============== */

#hazlo-tu-mismo {
  height: auto;
  padding: 10vh 0;
  overflow: hidden;
  background-image: url(../img/YINSA_WEB_HAZLOTUMISMO_Fondo.png);
  background-size: cover;
}

.hazlo-container{
  padding:0px 2rem;
}
.hazlo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-right {
  justify-content: right;
}

.item-center {
  justify-content: center;
}

.item-left {
  justify-content: left;
}

#hazlo-titulo {
  text-align: center;
}

#hazlo-tu-mismo h1 {
  color: #2D2926;
}

#hazlo-tu-mismo .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hazlo-tu-mismo .carousel-inner .active,
#hazlo-tu-mismo .carousel-inner .carousel-item-next.carousel-item-left,
#hazlo-tu-mismo .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hazlo-tu-mismo .carousel-inner .carousel-item-next,
#hazlo-tu-mismo .carousel-inner .carousel-item-prev,
#hazlo-tu-mismo .carousel-inner .active.carousel-item-left,
#hazlo-tu-mismo .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hazlo-tu-mismo .carousel-control-prev, #hazlo-tu-mismo .carousel-control-next {
  width: 10%;
  opacity: .8;
  top: 20vh;
}

#hazlo-tu-mismo .carousel-control-next-icon, #hazlo-tu-mismo .carousel-control-prev-icon {
  background: #fff;
  font-size: 40px;
  line-height: 1;
  width: 40px;
  height: 40px;
  color: #2D2926;
  border-radius: 50%
}

.hazlo-btn {
  justify-content: right;
  display: flex;
  width: 100%;
  padding:1rem 3rem;
}

.hazlo-btn a {
  color: #2D2926;
  background: #FFC72C;
  min-height: 6vh;
  width: 33vh;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: "Suisse Intl Medium", sans-serif !important;
  font-size: 1.1rem;
  padding: 4px 20px;
    border-radius: 40px;
    width: fit-content;
    transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}

.hazlo-btn a:hover{
  color:var(--yinsa-primary);
  background:var(--yinsa-dark);
}

@media (max-width: 767px)
{

  #procesos_yinsa h1{
    text-align: center;
  }
  
  .hazlo-btn {
    justify-content: center;
  }
  .hazlo-btn a{
    color:var(--yinsa-primary);
    background:var(--yinsa-dark);
  }

}

@media (max-width: 768px) {

  .hazlo-btn a {
   color: #fff;
   background: #2D2926;
  }
}

/* ============== EXPERTOS ============== */

#expertos .content {
  margin-right: 20vh;
  margin-left: 20vh;
}

#expertos h1 {
  text-align: right;
}

#h1-podcast {
  font-family: "SuisseIntl-Thin_0", sans-serif;
}

#expertos {
  padding: 60px 0;
}

#content-expertos {
  margin-top: 25vh;
}


#expertos .member {
  width:90%;
  height: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#expertos .member .pic {
  overflow: hidden;
  text-align: center;
}

#expertos .member .pic img {
  max-width: 100%;
}

#expertos .member .details-n {
  background: #2D2926;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#expertos .member .details-y {
  background: #FFC72C;
  color: #2D2926;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#expertos .member h4 {
  text-transform: uppercase;
  font-family: "Suisse Intl Bold", sans-serif;
}

#expertos .member p {
  font-size: 0.9rem;
}

.ver-btn {
  justify-content: center;
  display: flex;
}

.ver-btn-y {
  display: flex;
  height: 3vh;
  background: #FFC72C;
  color: #2D2926;
  justify-content: center;
  align-items: center;
  width: 35vh;
}

.ver-btn-y:hover {
  color: #2D2926;
}

.ver-btn-n {
  display: flex;
  height: 3vh;
  background: #2D2926;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35vh;
}

.ver-btn-n:hover {
  color: #fff;
}

@media (max-width: 767px) {

  #expertos{
    padding-inline: 1rem;
  }
  #expertos .content {
    margin-right: 0;
    margin-left: 0;
  }

  #expertos h1 {
    text-align: center;
    font-size: 2rem;
  }

 /*  .section-podcast__card{
    width: 85%;
  } */
  .section-podcast__card{

    width: 80%;
    margin-bottom:1rem;
  }
}


.section-podcast__card{
  width: 100%;
  height: 100%;
 /*  display: flex;
  flex-direction: column;   */
  /* width: 230px; */
 /*  height: 360px; */
  /* margin: 0px 10px */
}

.section-podcast__container-title{
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  align-self:center;
 /*  padding-top: 6%; */
  /* position:relative; */
  /* width:fit-content; */
 /*  left:18%; */
}
.section-podcast__container-title p{
 margin: 0 ;
 padding-bottom: 0.3rem;
 font-weight: 900;
 font-family: "Suisse Intl Bold", sans-serif;
 text-transform: uppercase;
 text-align: center;
 /* font-size: 0.9rem; */
}
/* .section-podcast__container-title span{
  align-self: flex-end;
} */

.section-podcast__container-media{
  /* margin-top: 10px; */
  display: flex;
  align-self: center;
  align-content: space-between;
}

.section-podcast__card .video-wrapper{
 /*  width: fit-content !important; */
 min-height: fit-content;
}
.section-podcast__card .video-wrapper div{
  width:100%;
  height: 315px;
  background-color: var(--yinsa-dark);
  color:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "SuisseIntl-Ultralight_0";
  border-bottom: 1px solid #302e2c;
}

.card-yinsa-dark{
  background-color: var(--yinsa-dark);
  color:#fff;
}
.card-yinsa-primary{
  background-color: var(--yinsa-primary);
  color:#000000;
}
.section-podcast__card-body{
  padding:1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-podcast__card-descripcion{
  align-self: center;
  font-size: 14px;
  text-align: center;
}
.section-podcast__card-duracion{
  padding-top:1rem;
  align-self: center;
  font-size: 14px;
}

a.section-podcast__card-button-dark{
  background-color: var(--yinsa-dark);
  color:#fff;
  padding: 6px 24px;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  align-self: center;

}
a.section-podcast__card-button-primary{
  background-color: var(--yinsa-primary);
  color:var(--yinsa-dark);
  padding: 6px 24px;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  align-self: center;
}



.podcast-redes{
  display: flex;
  align-items: center;
}

.podcast-redes.spotify{
  justify-content: flex-end;
}

.podcast-redes.youtube{
  justify-content: flex-start;
}






/* ============== CONTACTO ============== */

#contacto {
  height: auto;
  padding: 10vh 0;
  overflow: hidden;
  background-image: url(../img/YINSA_WEB_CONTACTO_Fondo.png);
  background-size: cover;
}

#contacto .content {
  margin-right: 20vh;
  margin-left: 20vh;
}

#contacto h1 {
  color: #fff;
  text-align: left;
}

#contacto p {
  font-size: 1.3rem;
  text-align: justify;
  font-family: "Suisse Intl Medium", sans-serif;
}

#contacto p > span {
  font-family: "Suisse Intl Bold", sans-serif;
}

#contacto .form-control {
  border-radius: 1px;
  font-family: "Suisse Intl Medium", sans-serif;
}

#contacto .form-group {
  display: flex;
}

#contacto .form span {
  font-size: 1.5rem;
  font-weight: bold;
}

.form-decoration {
  height: calc(1.5em + 0.75rem + 2px);
}

#row-button > div {
  display: flex;
}

.row-button .btn {
  background: #2D2926;
  color: #fff;
  border-radius: 1px;
  width: 100%;
}

#row-button p {
  font-size: 1rem;
}

#campos-obligatorios {
  font-size: 1rem !important;
  text-align: right !important;
}


/* DISPOSITIVOS MOVILES MD */
@media (max-width:1170px) {
  #contacto .content {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 767px) {

  #contacto .content {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #contacto h1 {
    font-size: 2rem;
    text-align: center;
  }

  #contacto h3 {
    text-align: center;
  }

  #contacto p {
    font-size: 1rem;
    text-align: center;
  }

  #div-iframe2 {
    margin-top: 10vh;
  }

  .podcast-redes.spotify{
    justify-content: flex-start;
  }
  
  .podcast-redes.youtube{
    justify-content: flex-start;
  }
}

#files{
  background-color: transparent;
  border:none;
}


@media (max-width: 768px) {

.podcast-redes{
  justify-content: center;
  align-items: center;
}

#expertos{
  padding: 0.5rem;
}

  #contacto .content {
    margin-right: 10vh;
    margin-left: 10vh;
  }
}

.asuntos__container{

  width: 100%;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  background-color: #fff;
  position: relative;
}

.asuntos_select{
  min-height: 100%;
  width:100%;
  background-color: #fff ;
  cursor: pointer;

}
.asuntos_select p{  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.asuntos__content-container{
  display: none;
}
.asuntos__content-container.active{
  display: block;
    min-height: 20vh;
    width:100%;
    position: absolute;
    top:calc(1.5em + .75rem + 2px);
    left: 0;
    background-color: #fff;
    padding:1rem 0.5rem;
    z-index: 200;
}

ul.asuntos__list{
  min-height: calc(100% - 1.5em - .75rem - 2px);
  width: 100%;
  padding:0px;
}
.asuntos__list li{
  padding:6px 0px;
  font-size: 1rem;
  color:var(--yinsa-dark);
  cursor: pointer;
  list-style: none;
}

.otro_asunto{
  /* display: none; */
  opacity: 0;
}
.otro_asunto.active{
  width:100%;
  display: flex;
  height: (1.5em + .75rem + 5px);
  opacity: 1;
}

#contacto .form .otro_asunto span{
  font-size: 14px;
  font-weight: 200;
  margin-right: 6px;

}
input#otro-asunto{
  
  border:none;
  height: 100%;
  width: 100%;
}

/* ============== COTIZADOR ============== */

#cotizador {
  background: rgb(255,255,255, 0.5);
  padding: 30px;
}

#cotizador-button {
  display: flex;
}

@media (max-width: 767px) {

  #cotizador {
    margin-top: 5vh;
  }
}
 /* -----  Mapas ----- */
 .contacto__mapas-descripcion{
  width:100%;
  height: 20%;
  display: flex;
  justify-content: start;
  align-items: start;
}
.contacto__mapas-iframe{
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end !important;
}
@media (max-width: 767px) {
  .contacto__mapas-descripcion{
   /*  width:100%;
    height: 20%;
    display: flex; */
    justify-content: center;
    align-items: start;
  }
  .contacto__mapas-iframe{
    /* height: 80%;
    width: 100%;
    display: flex; */
    justify-content: center;
    align-items: end !important;
  }
}
/* ============== FOOTER ============== */

#footer {
  height: auto;
  background: #2D2926;
}

#footer .content {
  margin-left: 10vh;
  margin-right: 10vh;
}

#img-footer {
  width: 60%;
}

#footer h3 {
  font-family: "Suisse Intl Book", sans-serif;
  color: #fff;
  text-align: center;
}

.img-redes {
  width: 40px;
}

#ul-redes {
  display: flex;
  list-style: none;
}

#ul-redes li {
  padding-right: 4px;
}

#div-redes {
  justify-content: center;
  display: flex;
}

#div-links ul li {
  list-style: none;
}

#div-links a {
  color: #fff;
  font-family: "SuisseIntl-Thin_0", sans-serif;
  line-height: 2rem;
}

#div-derechos {
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}

@media (max-width: 767px) {

  #img-footer {
    width: 70%;
  }

  #footer h3 {
    font-size: 1.5rem;
  }

  #footer .content {
    margin-left: 0;
    margin-right: 0;
  }

  #div-img-footer {
    display: flex;
    justify-content: center;
  }

 /*  #div-redes {
    justify-content: left;
  } */
  #div-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.5rem 0;
  }

  #div-links{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-title{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0rem;
  }
  #productos h1 {
    width: 100%;
    color: #FFC72C;
    text-align: center;
    font-size: 3rem;
    
  }

  
}


