/*FUENTE*/
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  /*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: #B9E9F3; /* Cambia este color según tu preferencia */
    color: #fff; /* Cambia este color según tu preferencia */
  }

  .navbar-nav {
    margin-left: auto;
}

.navbar-brand img {
  max-height: 54px;
  margin-left: 5px;
}

/*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; /* Hace que el contenedor se ajuste al contenido */
    border: 2px solid #ddd; /* Agrega un borde sólido de 2px con color gris */
   
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 39px;
    position: relative; /* Permite el posicionamiento relativo para el margen negativo */
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Agrega una sombra sutil */
    
}
.bbb_viewed_title_container3 {
    display: inline-block;
    border: 2px solid #ddd;
    padding-top: 19px;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-bottom: 20px; /* Aumenta el espacio inferior para separación */
    background-color: #ffffff; /* Agrega un color de fondo */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Agrega una sombra sutil */
}



.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: "Poppins", 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;
}

.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;
    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/g3.png") no-repeat center;
    background-size: cover;
    background-size: 100%;
		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/g1.png") no-repeat center;
  background-size: cover;
  background-size: 100%;
  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: #85cedd;
  
    transition: all 0.3s ease;
   
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  width: 220px;
 
}

.product-info:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color:#5ac2d6;
  
}

.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%;
} */
.section-products .header{
  margin-bottom: 0px;
}

.cfooter{
  background-color: #216775;
}
/******* 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: "Roboto", 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: 550px;
}




.carrusel .carousel-caption {
    position: absolute; /* Posición absoluta para el centrado */
    top: 50%; /* Colocar en la mitad vertical */
    left: 50%; /* Colocar en la mitad horizontal */
    transform: translate(-50%, -50%); /* Centrar completamente */
    background-color: transparent;
   width: 40%;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    
}

.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: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    
  }
  


.montserrat-semi-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.bbb_viewed_title{
    font-size: 30px ;
}


.bbb_viewed_title_container3 h3{
    font-size: 30px !important;
    color: #444444 !important;
}


/* ESPACIO DE 3 RECUADROS */
.responsive-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: 2%;
}

.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:#000000;
  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:#163241;
}

.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: #304e6e;
  color: white;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 10px;
}

#cerrarPopup {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #4a729c;
  text-decoration: none;
  cursor: pointer;
}

#cerrarPopup span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
}
 /* FORMULARIO */

 .navbar-brand img {
  max-height: 54px;
  margin-left: 30px;
}



.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;
}


/*CARRUSEL PEQUEÑO*/

.my-carousel-container {
  position: relative;
  width: 80%; /* ajusta el ancho según tu diseño */
  margin: 0 auto; /* centra el contenedor */
}

.my-carousel {
  display: flex;
  overflow-x: hidden;
}

.my-slide {
  flex: 0 0 25%; /* muestra 4 slides a la vez */
  padding: 0 10px;
  box-sizing: border-box;
}

.my-slide img {
  width: 100%;
  height: auto;
}

.my-prev,
.my-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: black;
  font-size: 20px;
  cursor: pointer;
  padding: 5px; /* Añadir un poco de espacio interno */
}

.my-prev {
  left: 20px;
}

.my-next {
  right: 20px;
}

.my-prev:hover,
.my-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.my-slide p{
  text-align: center;
}


.contenido {
  background-color: white;
  /* padding: 40px; */
  padding: 0px !important;
  text-align: center;
  border-radius: 20px;
  max-width: 800px;
  width: 80%;
  /* height: 70%; */
  margin-top: 88px !important;
}

.contenido button {
  background-color: #57bdd1;
  color: white;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}

#cerrarPopup {
  position: absolute;
  top: 20%;
  right: 20%;
  color: #4a729c;
  text-decoration: none;
  cursor: pointer;
}

.img_php {
  width: 50%;
  padding: 20px 0;
}
.imgc {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#serv_ .imgc,
  #gral_ .imgc {
    margin: 5px auto !important;
  }
  
  .delay3 {
  animation-delay: 0.6s;
}