/*FUENTE*/
body {
font-family: "Lexend Deca", sans-serif;
}
  /*FUENTE*/

  .navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Agrega una sombra sutil */
  
}



/*CARRUSEL ARRIBA*/

.carrusel{
    width: auto;
    height: 40%;
}


.carrusel .carousel-inner .carousel-item img {
    width: 100%;
    height: 450px;
}

.navbar-expand-lg .navbar-collapse {
    
    flex-direction: column;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    /*margin-left:20%;*/
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.2); /* Fondo semi-transparente */
    padding: 20px; /* Espaciado alrededor del texto */
    border-radius: 20px; /* Bordes redondeados para suavizar la apariencia */
  }

  .carousel-caption h5,
  .carousel-caption p {
    color: #fff; /* Color del texto */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Agrega sombra al texto para mejorar la legibilidad */
  }

/*CARRUSEL ARRIBA*/


/*HEADER*/
.navbar-brand img {
    max-height: 40px; /* Cambia este valor según sea necesario */
    /* Ajusta otros estilos según tu diseño */
  }


  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    background-color: #FFB31B; /* Cambia este color según tu preferencia */
    color: #fff; /* Cambia este color según tu preferencia */
  }

/*HEADER*/


/*CARRUSEL PEQUEÑO*/
.viewed
{
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa;
}
.bbb_viewed_title_container
{
    border-bottom: solid 1px #dadada;
}

.bbb_viewed_title
{
    margin-bottom: 14px;
}
.bbb_viewed_nav_container
{
    position: absolute;
    right: -5px;
    bottom: 14px;
}
.bbb_viewed_nav
{
    display: inline-block;
    cursor: pointer;
}
.bbb_viewed_nav i
{
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bbb_viewed_nav:hover i
{
    color: #606264;
}
.bbb_viewed_prev
{
    margin-right: 15px;
}
.bbb_viewed_slider_container
{
    padding-top: 50px;
}
.bbb_viewed_item
{
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.bbb_viewed_image
{
    width: 115px;
    height: 115px;
}
.bbb_viewed_image img
{
    display: block;
    max-width: 100%;
}
.bbb_viewed_content
{
    width: 100%;
    margin-top: 25px;
}
.bbb_viewed_price
{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.bbb_viewed_item.discount .bbb_viewed_price
{
    color: #df3b3b;
}
.bbb_viewed_price span
{
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-left: 8px;
}
.bbb_viewed_price span::after
{
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: '';
}
.bbb_viewed_name
{
    margin-top: 3px;
}
.bbb_viewed_name a
{
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bbb_viewed_name a:hover
{
    color: #0e8ce4;
}
.item_marks
{
    position: absolute;
    top: 18px;
    left: 18px;
}
.item_mark
{
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}
.item_discount
{
    background: #df3b3b;
    margin-right: 5px; 
}
.item_new 
{
    background: #0e8ce4;
}
.bbb_viewed_item.discount .item_discount
{
    display: inline-block;
}
.bbb_viewed_item.is_new .item_new
{
    display: inline-block;
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada;
    position: relative;
}

.bbb_viewed_nav_container {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer;
}

.bbb_viewed_nav i {
    color: #c7c7c7;
    font-size: 18px;
    padding: 10px; /* Ajusta el relleno según sea necesario */
}

.bbb_viewed_nav:hover i {
    color: #606264;
}

/*CARRUSEL PEQUEÑO*/

.bbb_viewed_image {
    width: 100%;
    height: 100%;
}



.bbb_viewed_item {
    width: 100%; /* Hace que el contenedor sea 100% del ancho del carrusel */
    max-width: 200px; /* Establece un ancho máximo para el contenedor */
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0;
    margin: 0;
}
.bbb_viewed_item {
    width: 100%; /* Hace que el contenedor sea 100% del ancho del carrusel */
    height: 240px; /* Establece una altura fija para el contenedor */
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    overflow: hidden; /* Evita que la imagen sobresalga del contenedor */
}

.bbb_viewed_image {
    width: 100%; /* Hace que la imagen ocupe todo el ancho disponible */
    height: 100%; /* Hace que la imagen ocupe toda la altura disponible */
    object-fit: fill; /* Ajusta el tamaño de la imagen manteniendo su relación de aspecto */
}

.bbb_viewed_image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.bbb_viewed_slider_container {
    width: 100%;
    overflow: hidden;
    text-align: center; /* Centra los elementos dentro del contenedor */
}

.bbb_viewed_slider {
    display: inline-block;
    white-space: nowrap;
}

.bbb_viewed_item {
    display: inline-block;
    
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 auto; /* Centra el elemento dentro del contenedor */
}

.category_title {
    font-size: 14px; /* Tamaño del texto del título de la categoría */
    color: #333; /* Color del texto del título de la categoría */
    margin-top: 10px; /* Espacio superior entre la imagen y el título de la categoría */
    text-align: center; /* Centra el texto */
}

.bbb_viewed_item {
    position: relative; /* Establece el contexto para el posicionamiento del título */
    padding-bottom: 40px; /* Añade espacio debajo de la imagen */
    background-color: rgb(45, 63, 92);
}
.bbb_viewed_item h4{
    color: white;
}
.bbb_viewed_image {
    margin-bottom: 10px; /* Espacio entre la imagen y el título */
}

.owl-carousel .owl-item {
    margin-right: 10px; /* Esto ajustará el espacio entre los elementos del carrusel */
}
.viewed {
    background-color: #fff !important; /* Fondo blanco para el contenedor principal del carrusel */
}

.bbb_viewed_title_container2 {
    display: inline-block;
    border-bottom: 2px  solid #ddd;
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-bottom: 5px;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
}
.bbb_viewed_title_container3 {
    display: inline-block;
    border-bottom: 2px solid #ddd;
    padding-top: 19px;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
    background-color: #ffffff;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
}


.bbb_viewed_nav_container {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(40%);
}

/*PRODUCTOS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    font-family: "Lexend Deca", sans-serif;
    color: #444444;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("../img/categorio/bau/bau1.jpg") no-repeat center;
    background-size: cover;
    background-size: 70%;
		transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("../img/categorio/bau/bau2.jpg") no-repeat center;
    background-size: cover;
    background-size: 75%;
		transition: all 0.3s;
}

.section-products #product-3 .part-1::before {
    background: url("../img/categorio/bau/bau3.jpg") no-repeat center;
    background-size: cover;
    background-size: 80%;
		transition: all 0.3s;
}

.section-products #product-4 .part-1::before {
    background: url("../img/categorio/dopplers/d1.jpg") no-repeat center;
    background-size: cover;
    background-size: 80%;
		transition: all 0.3s;
}

.section-products #product-5 .part-1::before {
  background: url("../img/categorio/monitores/mo1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-6 .part-1::before {
  background: url("../img/categorio/monitores/mo2.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-7 .part-1::before {
  background: url("../img/categorio/monitores/mo3.png") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-8 .part-1::before {
  background: url("../img/categorio/elec/e1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-9 .part-1::before {
  background: url("../img/categorio/elec/e2.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-10 .part-1::before {
  background: url("../img/categorio/elec/e3-Photoroom.png-Photoroom.png") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-11 .part-1::before {
  background: url("../img/categorio/elec/e4.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-12 .part-1::before {
  background: url("../img/categorio/vet/v1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-13 .part-1::before {
  background: url("../img/categorio/vet/v2.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-14 .part-1::before {
  background: url("../img/categorio/vet/v3.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-15 .part-1::before {
  background: url("../img/categorio/vet/v4.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-16 .part-1::before {
  background: url("../img/categorio/vet/v5.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}

.section-products #product-17 .part-1::before {
  background: url("../img/categorio/mo/m1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-18 .part-1::before {
  background: url("../img/categorio/mo/m2.jpeg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-19 .part-1::before {
  background: url("../img/categorio/mo/m3.png") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-20 .part-1::before {
  background: url("../img/categorio/mo/m4.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-21 .part-1::before {
  background: url("../img/categorio/mo/m5.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-22 .part-1::before {
  background: url("../img/categorio/mo/m4.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}

.section-products #product-23 .part-1::before {
  background: url("../img/categorio/oxi/o1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-24 .part-1::before {
  background: url("../img/categorio/oxi/o2.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-25 .part-1::before {
  background: url("../img/categorio/oxi/o3.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-26 .part-1::before {
  background: url("../img/categorio/oxi/o4.jpg") no-repeat center;
  background-size: cover;
  background-size: 70%;
  transition: all 0.3s;
}
.section-products #product-27 .part-1::before {
  background: url("../img/categorio/oxi/o5.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}

.section-products #product-28 .part-1::before {
  background: url("../img/categorio/te/T1.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}
.section-products #product-29 .part-1::before {
  background: url("../img/categorio/te/t2.jpg") no-repeat center;
  background-size: cover;
  background-size: 80%;
  transition: all 0.3s;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.part-2{
  
    background-color: #41597e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    color: white;
    border-radius: 120px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 300px;
}

.part-2:hover{
    background-color: rgb(33, 50, 77); /* Cambio de opacidad al hacer hover */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); /* Cambio de sombra al hacer hover */
}
.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}


.cat{
    margin-top: 22px;
}

.part-1 {
    
    padding: 20px; /* Espacio interno dentro de la tarjeta */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 1px  !important;
    width: 270px; 
   
}
.section-products {
    padding: 80px 0 54px;
    padding-top: 10px;
}
.single-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-info {
  background-color: #2e476d;
  
    transition: all 0.3s ease;
   
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 220px;
  border-radius: 30px;
 
}

.product-info:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color:#3864a5;
  
}

.product-info h4 {
  margin: 0;
  font-size: .9rem;
  color: white;
}

.section-products .single-product {
  margin-bottom: 66px !important;
}
.product-title-above1{

  font-size: .9rem;
  margin-top: 15px !important;
  color: #4c4d4e;
}

.product-title-above2{
  font-size: 1.1rem;
  margin-top: 0px !important;
  color: #8EB1CF;
}
/* element.style {
    ESTO ES DE CUANDO LA PANTALLA SEA MAS PEQUEÑA
    display: inline-block;
    max-width: 100%;
    text-align: center;
    padding-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 10%;
} */


/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
  padding-top: 20px;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 350px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 400px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}



/******** CARRUSEL OPCION 2 *******/


@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- CARRUSEL PEQUEÑO FINAL ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}


.owl-prev,
.owl-next {
    position: absolute;
    bottom: 20px; /* Ajusta la distancia desde la parte inferior del carrusel */
    width: 40px; /* Ancho de las flechas */
    height: 40px; /* Alto de las flechas */
    background-color: rgba(255, 255, 255, 0.5); /* Color de fondo de las flechas */
    border-radius: 50%; /* Para hacer las flechas redondas */
    color: black; /* Color del ícono de flecha */
    font-size: 24px; /* Tamaño del ícono de flecha */
    line-height: 40px; /* Centrar verticalmente el ícono */
    text-align: center; /* Centrar horizontalmente el ícono */
    z-index: 10; /* Asegura que las flechas estén sobre el carrusel */
}

.owl-prev {
    left: 20px; /* Ajusta la posición de la flecha izquierda */
}

.owl-next {
    right: 20px; /* Ajusta la posición de la flecha derecha */
}

.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Color de fondo al pasar el mouse */
    color: black; /* Color del ícono al pasar el mouse */
}



.carrusel {
    width: auto;
    height: 40%;
}

.carrusel .carousel-inner .carousel-item img {
    width: 100%;
    height: 720px;
}




.carrusel .carousel-caption {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-18%, -39%);
    background-color: transparent;
    /* width: 700px; */
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.carousel-item img {
    filter: brightness(50%); /* Ajusta el porcentaje según lo oscuro que lo quieras */
}


.carrusel .carousel-caption2 h5,
.carrusel .carousel-caption2 p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.text-grande {
    font-size: 3.5em; /* Tamaño grande */
    font-weight: bold; /* Texto en negrita */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra */
}
.bebas-neue-regular {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    font-style: normal;
    
  }
  


.montserrat-semi-bold {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.bbb_viewed_title{
    font-size: 45px ;
    color:black;
}
.black{
    font-size: 45px ;
    color:black;
}


.bbb_viewed_title_container3 h3{
    font-size: 30px !important;
    color: #444444 !important;
}


.fondoblanco {
    background-color: white;
    padding-bottom: 1%;
}

/* ESPACIO DE 3 RECUADROS */
.responsive-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: 2%;
    background-color: white;
}
.responsive-item {
    text-align: center;
    margin: 0 10px 20px; /* Ajusta el margen inferior para separar los elementos */
    width: 300px; /* Ancho fijo para cada elemento en pantallas grandes */
}

.responsive-icon {
    font-size: 48px; /* Reduce el tamaño de la fuente del icono */
    margin-bottom: 10px;
}

.responsive-separator {
    border-left: 1.5px solid rgba(221, 218, 218, 0.5);
    height: auto;
    margin: 0 20px;
}

.imgICON {
    max-width: 100px; /* La imagen se ajustará al ancho del contenedor */
    height: auto; /* Permite que la altura se ajuste automáticamente */
    margin: 0 auto;
}

.responsive-item h2,
.responsive-item p {
    margin: 0;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-item h2{
    margin-top: 30px;
font-size: 30px;
color: #444444;
}

.responsive-item p{
font-size: 16px;
}


@media only screen and (max-width: 768px) {
    .responsive-item {
        width: calc(50% - 20px); /* Ancho del 50% menos el espacio entre elementos */
    }
}

@media only screen and (max-width: 480px) {
    .responsive-item {
        width: calc(100% - 20px); /* Ancho completo menos el espacio entre elementos */
    }
}

@media (min-width: 0px) and (max-width: 1037px) {
  .responsive-separator{
    display: none;
  }
}




 /* ESPACIO DE 3 RECUADROS */


  /* BOTON DE FLECHA */
 .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:#526b91;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: none;
}

.scroll-to-top:hover {
  background-color:#2e476d;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 /* BOTON DE FLECHA */



 /* FORMULARIO */
 .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.contenido {
  background-color: white;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  max-width: 800px; /* Ancho máximo */
  width: 80%;
}

.contenido img {
  width: 150px;
  margin: 10px auto;
}

.contenido form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contenido label {
  margin-bottom: 10px;
}

.contenido input,
.contenido textarea {
  margin-bottom: 20px;
  padding: 10px;
  width: 70%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.contenido button {
    background-color: #6B9A69;
    color: white;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
}

#cerrarPopup {
  top: 20px;
  right: 20px;
  color: #4a729c;
  text-decoration: none;
  cursor: pointer;
  z-index:20;
}

#cerrarPopup span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background-color: #4B974A;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    position: relative;
    right: -90%;
}
 /* FORMULARIO */

 .navbar-brand img {
  max-height: 60px;
  margin-left: 50px;
}



.hrr {
  margin-top: 20px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #eee;
  width: 250px;
}


#location{
  margin-bottom: 200px !important;
}

.i4ewOd-pzNkMb-haAclf {
  
  background-color:#304e6e !important;
}

.item-desc a:hover{
color:#172e50;
}

.door-label {
    font-size: 24px;
    padding: 10px 20px;
    color: black; 
    border-radius: 5px;
    display: inline-block;

   
}




.door-label1 {
    font-size: 24px;
    padding: 10px 20px;
    color: black;
    border-radius: 5px;
    display: inline-block;


}



.video-section {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    width: 80%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), /* Sombra suave */
                0 20px 40px rgba(0, 0, 0, 0.2); /* Sombra más intensa para el efecto 3D */
    transform: translateY(-10px); /* Desplazamiento leve para efecto 3D */
    transition: transform 0.3s ease-in-out;
}

.video-container:hover {
    transform: translateY(-20px); /* Efecto de "flotar" cuando se pasa el mouse */
}

video {
    width: 100%;
    height: auto;
    border-radius: 10px; 
}

.comousar-section {
  /*padding: 60px 50px;*/
  padding-top: 20px;
  text-align:center;
}




.titulo {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}

.titulo::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #0073e6;
  bottom: -5px;
  left: 0;
  animation: lineGrow 1s ease-out;
}

.contenido p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.contenido p:nth-child(1) {
  animation-delay: 0.2s;
}

.contenido p:nth-child(2) {
  animation-delay: 0.4s;
}

.contenido p:nth-child(3) {
  animation-delay: 0.6s;
}

/* Animaciones */
/* Animaciones */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}


.nav-item{
    padding-left:10px;
}
.logo {
  transition: transform 0.3s ease; /* Suaviza la transición */
}

.logo:hover {
  transform: scale(1.1); /* Aumenta el tamaño al 110% */
}


.navbar {
  position: fixed; /* Fija el menú en la parte superior */
  top: 0;
  left: 0;
  width: 100%; /* Asegura que ocupe el ancho completo */
  z-index: 10; /* Coloca el menú por encima de otros elementos */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Agrega una sombra sutil */
}

.container-fluid {
  max-width: 1140px; /* Mantén el contenedor alineado y centrado */
  margin: auto;
}


#ventajas{
   
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    /*margin-bottom: 20px;*/
    background-image: url('../img/fondopuerta1.jpeg'); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.condiciones-servicio {
    text-align: center;
        background-image: url('../img/fondopuerta1.jpeg'); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
}

/* Estilos para la sección */
.condiciones-servicio {
  padding: 20px;

}

/* Estilos para el título */
.bbb_viewed_title_container2 h3 {
  text-align: center;
 
}

/* Estilos para la clase 'contenido' */
.contenido {
  background-color: white; /* Fondo blanco */
  padding: 20px;
  width: 60%; /* Ajustar ancho según lo que necesites */
  margin: 0 auto; /* Centrar la caja horizontalmente */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
  border-radius: 8px; /* Bordes redondeados */
  color: green; /* Texto verde */
  font-size: 16px;
  text-align: left; /* Alinear texto a la izquierda */
}

/* Estilos para la lista */
.contenido ul {
  list-style-type: none; /* Tipo de viñeta de la lista */
  padding-left: 20px; /* Espaciado a la izquierda para las viñetas */
}

.contenido ul li {
  margin-bottom: 10px; /* Espaciado entre los elementos de la lista */
  line-height: 1.5; /* Espaciado entre líneas */
  color: black; /* Texto verde */
}

/* Reset float para evitar que otros elementos se vean afectados */
.condiciones-servicio::after {
  content: "";
  display: table;
  clear: both;
}


.footernuevo {
    background-color: rgb(54 55 57) !important;
}

.fa-clock-four:before, .fa-clock:before {
    content: "\f017";
    font-size: 35px;
    margin-right: 20px;
    color:#FFB41C;
}


.contenido ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: black;
    font-size: 25px;
    font-weight: 600;
}

.fa-ban:before, .fa-cancel:before {
    content: "\f05e";    font-size: 35px;
    margin-right: 20px;
    color:#FFB41C;
}

.fa-globe:before {
    content: "\f0ac";
     font-size: 35px;
    margin-right: 20px;
    color:#FFB41C;
}

.contacto {
    color:#FFB41C;
}


.carrusel .carousel-inner .carousel-item img {
    width: 100%;
    height: 720px;
    /* background-size: auto; */
    object-fit: cover;
}

#ftr {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 30%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}
#ftr .social {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 50px; /* Asegura que el ícono esté centrado verticalmente */
  box-shadow: -5px 10px 15px -10px rgb(0 0 0 / 60%);
  transition: background 0.3s ease; /* Transición suave para el cambio de color */
}

#ftr .fa-whatsapp {background: #25d366;}
#ftr .fa-whatsapp:hover {background: #128c7e;}


#ftr1 {
    position: fixed;
    bottom: 0;
    left: 55px;
    z-index: 1000;
    width: 30%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

#ftr1  .fa-envelope {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    box-shadow: -5px 10px 15px -10px rgb(0 0 0 / 60%);
    transition: background 0.3s ease;
}


#ftr1 .fa-envelope {background:#FECCAC; }
#ftr1 .fa-envelope:hover {background: #FFB41C;}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: none;
    width:4rem;
    height:4rem;
}