body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.margin-card{
  margin: 15px;
}

.cart-count {
  position: absolute;
  top: 25px; 
  right: 125px;
  background-color: red; 
  color: white;
  border-radius: 50%; 
  width: 20px; /* Ancho del círculo */
  height: 20px; /* Altura del círculo */
  text-align: center;
  line-height: 20px; /* Alinea verticalmente el número en el centro del círculo */
  font-size: 12px; /* Tamaño de fuente del número */
  font-weight: bold; /* Texto en negrita */
}
.layout_padding {
  padding: 90px 0;
}

.hero_area .layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #eeb469;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

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

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
}

.header_section .header_top {
  padding: 15px 0;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #555555;
}

.header_section .header_top .contact_nav a i {
  color: #eeb469;
}

.header_section .header_bottom {
  background-color: #eeb469;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  background-color: #ffffff;
  padding: 15px 35px;
}

.navbar-brand img {
  width: 55px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #483c2e;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #483c2e;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #483c2e;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ffffff;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding-top: 45px;
  padding-bottom: 75px;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.slider_section .detail-box h1 span {
  color: #eeb469;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #252525;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: #0c0c0c;
}

.slider_section .img-box img {
  width: 100%;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #252525;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #0c0c0c;
}

.titulo_liga {
  border-bottom: 2px solid #eeb469;
  margin: 10px;
}

.ligas-img img {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  margin-left: 20px;
}

/* Login */

.cuerpo_login {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-general {
  width: 320px;
  height: 480px;
  background: #794827;
  color: #dbd8d6;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
  border-radius: 5%;
}

.login-general .login-logo {
  width: 81px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: calc(54% - 50px);
}

.login-general h1 {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 20px;
}

.login-general label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;
}

.login-general input {
  width: 100%;
  margin-bottom: 20px;
}

.login-general input[type=mail] {
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  outline: none;
  height: 40px;
  color: white;
  font-size: 16px;
}

.login-general input[type=password] {
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  outline: none;
  height: 40px;
  color: white;
  font-size: 16px;
}

.login-general input[type=submit] {
  border: none;
  outline: none;
  height: 40px;
  background: #eeb469;
  color: black;
  font-size: 18px;
  border-radius: 20px;
}

.login-general a {
  text-decoration: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: darkgray;
}

.login-general a:hover {
  color: white;
}

/* Tienda */
/* contacto */
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_section .contact-form .top_input input {
  width: 48%;
}

.contact_section .contact-form input {
  width: 100%;
  margin: 10px 0;
  height: 45px;
  padding-left: 15px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contact_section .contact-form input.message_input {
  height: 125px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::placeholder {
  color: #acabab;
}

.contact_section .contact-form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.contact_section .contact-form .btn-box button {
  display: inline-block;
  background-color: #eeb469;
  color: #333;
  padding: 10px 65px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .contact-form .btn-box button:hover {
  background-color: #483c2e;
  color: #ffffff;
}

.contact_section {
  background-color: #ebebebb0;
}


/** tienda**/
.card {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.card a {
  text-decoration: none;
  color: black;
}

.card a:hover {
  text-decoration: none;
  color: black;
}

.card .card-img-top {
  object-fit: cover;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

.boton-compras {
  background-color: #4caf50;
  border: 1px transparent;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}

.boton-compras:hover {
  background-color: #bae4bb;
  color: white;
}

/* Curso */

.curso_section p {
  flex: 1 1 50%;
  display: flex;
  margin: 0 180px 0 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  color: #414141;
}

.curso_section ul {
  flex: 1 1 50%;
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #414141;
}

.icons-container {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.icons-container .icons {
  background: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 0rem;
  display: flex;
  align-items: center;
  flex: 1 1 25rem;
}

.icons-container .icons img {
  height: 5rem;
  margin-right: 3rem;
}

.icons-container .icons h3 {
  color: #333;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}

.icons-container .iconos-curso {
  background: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 0.3rem;
  display: flex;
  align-items: center;
  flex: 1 1 25rem;
}

.icons-container .iconos-curso img {
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  margin-left: 80px;
}

.icons-container .iconos-curso h3 {
  color: #333;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}


/* Footer */
.footer {
  background-color: #483c2e;
  padding: 10px 0;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}

.footer .footer-logo img {
  width: 150px;
  height: auto;
}

.footer .footer-info {
  flex: 1;
  margin: 20px 0;
  padding-left: 10px;
}

.footer .footer-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer .footer-info p {
  font-size: 14px;
  line-height: 1.5;
}

.footer .footer-social {
  flex: 1;
  margin: 20px 0;
  color: #fff;
}

.footer .footer-social h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer .footer-social .social-links i {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.social-links li {
  list-style: none;
}

.footer .footer-social .social-links i li {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

.footer .footer-social .social-links i a {
  color: #333;
  font-size: 20px;
}

.footer .footer-bottom {
  text-align: center;
  margin-top: 30px;
}

.footer .footer-bottom p {
  font-size: 14px;
  color: #999;
}

.FlexContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  width: 100%;
  overflow: auto;
  flex-direction: row;
}

.FlexContainer div {
  margin: 50px;
}

.FlexContainer h6 {
  text-align: center;
}

.bar {
  /* Ancho inicial del 30% */
  width: 30%;
  /* Desplazamiento inicial de 650px hacia la izquierda */
  margin-left: 650px;
  /* Ajusta el ancho de la línea */
  height: 2px;
  /* Ajusta el grosor de la línea */
  background-color: #eeb469;
  /* Cambia el color de la línea según tus preferencias */
}

/* Boton whatsapp */

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #25d366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
  overflow: hidden;
}

.whatsapp-button a:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

.whatsapp-button a i {
  font-size: 24px;
}

/* cards noticias */
.text-muted i {
  margin: 0 10px;
}

.carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.carousel-item img{
  object-fit: cover;
}

.max-inicio {
  max-height: 490px;
  object-fit: cover;
}

.carousel-caption {
  padding: 20px;
  color: #fff;
}

.carousel-caption h3,
.carousel-caption p {
  max-height: 2.9em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
