/*Reseteo de paremetros generales*/
*{
    
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins, Arial, Helvetica, sans-serif;
   
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*idea de slider productos*/
body{
  background-color: #7B1FA2;
}

.container{
    margin-top:100px;
    margin-bottom:100px;
 
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top:20px;
}

#custCarousel .carousel-indicators > li {
width:100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img{

  width:80%;
}
/*fin slider productos*/

[class*='Block__BaseBlock-sc'] {
    flex-direction: unset !important;
    }



  /* RESET BASICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f4f6f8;
}

/* SECCIÓN */
.flip-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

/* CONTENEDOR */
.flip-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.flip-card {
  width: 250px;
  height: 320px;
  perspective: 1000px;
}

/* INTERIOR */
.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

/* HOVER PC */
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* CARAS */
.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  backface-visibility: hidden;
  overflow: hidden;
}

/* FRENTE */
.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ATRÁS */
.flip-back {
  background-color: #17468c;
  color: #ffffff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;

  /* ✅ FUENTE SOLO PARA LAS FLIP */
  font-family: 'Poppins', sans-serif !important;
}
/* OVERLAY PRO */
.flip-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.45)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.flip-card:hover .flip-back::before,
.flip-card.is-flipped .flip-back::before {
  opacity: 1;
}

/* CONTENIDO SOBRE OVERLAY */
.flip-back > * {
  position: relative;
  z-index: 1;
}


/* ✅ TÍTULO AZUL CLARO (PC Y MÓVIL IGUAL) */
.flip-back h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #9ec3ff; /* azul claro premium */
}

/* ✅ TEXTO BLANCO */
.flip-back p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
}

/* BOTÓN MÓVIL */
.flip-link {
  margin-top: 15px;
  padding: 10px 22px;
  background-color: #ffffff;
  color: #17468c;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.flip-link:hover {
  background-color: #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .flip-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .flip-cards {
    grid-template-columns: 1fr;
  }
}

/* FORZAR POPPINS EN FLIP CARD (PC + MÓVIL) */
.flip-card,
.flip-card * {
  font-family: 'Poppins', sans-serif !important;
}

/* FEEDBACK PRO DEL BOTÓN */
.flip-link {
  transition: 
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Hover solo en PC */
@media (hover: hover) {
  .flip-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    background-color: #f1f5f9;
    cursor: pointer;
  }
}
@media (hover: hover) {
  .flip-card:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
  }
}
.flip-card:hover .flip-back h3 {
  letter-spacing: 0.5px;
  transition: letter-spacing 0.3s ease;
}

/* FINAL BÁSICO FLIP CARD */







 /*video recurso */
.video-container[data-v-4bcc00b8] {
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
}
video.fillWidth[data-v-4bcc00b8] {
    width: 100%;
}
.global[data-v-4bcc00b8] {
    font-family: Montserrat,sans-serif;
    margin-bottom: 3rem;
}
/*Idea de comunicado popup alineados a partir de imagenes con java incluido en index cerrado
.img-list {
    text-align: center;
  }
  .img-list li {
    width: 500px;
    display: inline-block;
    list-style-type: none;
  }
  .img-list li img {
    width: 100%;
  }
  
  .mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .mask .img-box {
    width: 100%;
    max-width:2000px;
    padding: 10px;
    
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mask .img-box img {
    width: 100%;
  }
  .mask .img-box .close {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 100px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
  }
  .mask .img-box .close:hover {
    background: white;
  }
  
  .is-visible {
    display: block !important;
  }
  
  .fadein {
    animation: fadein 400ms ease-in-out;
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fadeout {
    animation: fadeout 400ms ease-in-out;
  }
  
  @keyframes fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }*/
  /*fin de idea de comunicado popup alineados*/
  /*PopUp comunicado

.modal {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    animation: modal 2s 2s forwards;
    visibility: hidden;
    opacity: 0;

}  
.contenido {
    margin: auto;
    width: auto;
    height: auto;
    background: rgba(0,0,0, 0.50);
    border-radius:0px;
   
} 
#cerrar {
    display:none
}
#cerrar + label {
    position: absolute;
    color: #fff;
    font-size:16Px;
    text-align: center;
    z-index: 80;
    background:#DB473C;
    height: 40px;
    width: 80px;
    line-height: 40px;
    border-radius: 50;
    right: 330px;
    top: 150px;
    cursor: pointer;

    animation: modal 2s 2s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {

    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;    
    }   
}*/ 
/*banner invisible*/

.card2 img{
    margin-top: -400px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
  .card3 img{
    margin-top: -400px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
  .card4 img{
    margin-top: -140px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    height: 960px;
  }
  
  .slideshow-nav {
    text-align:center; 
    padding: 30px 0;
  }
    
  .mySlides {
    position: absolute;
    display: block;
	width: 100%;
	height:100%;
    margin: auto;
  }
    
  /* The dots/bullets/indicators */
  .dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #88cfe0;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 860px;
    width: auto;
    padding: 6px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    opacity: 0%;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover, .next:hover {
    background-color: black;
    color: white;
  }
/*prueba video slider*/
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

section video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section .navegacion{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items:  center;
}
 
section .navegacion li{
	list-style: none;
	cursor: pointer;
	margin: 0 10px;
	border-radius: 2px;
	background: #eee;
	padding: 3px 3px 0;
	opacity: 0.65;
	transition: 0.6s;
}
 
section .navegacion li:hover{
	opacity: 1;
	background: #fff;
}
 
section .navegacion li img{
	width: 150px;
	transition: 0.6s;
}
 
section .navegacion li img:hover{
	width: 200px;
}
/*Mas noticias*/

.masnoticias .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #88CFE0;
    text-decoration: none;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    margin-top: 30px;
    width:250px;
    height:38px;
  }
.wrapper{
    position: absolute;
    top:44%;
    left:50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height:auto;
    margin-top: -20px;
}
.wrapper a{
  color: #fff;
    text-decoration: none;
}
button{
    width:250px;
    height:38px;
    border-radius: 03px;
    background: linear-gradient(to left top, #88cfe0 50%, #88cfe0 50%);
    border-style: none;
    color:#fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: pluto, Arial, Helvetica, sans-serif;
    font-weight: 200;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    
}
button span{
    position: absolute;
    display: block;
}

button:hover{
    transition: all .5s;
    transform: rotate(-0deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
button:hover span{
    animation-play-state: paused;
}

/*  footer   */
footer3 {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    margin-left: 318px;
    margin-right: 318px;
}

footer3 p {
    margin: 10px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida  Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
footer3 a {
    color: #db473c;
    text-decoration: none;
    margin-right:5px;
}
#contenidoprueba { 
    width: 1300px; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
}
/*fondo*/
.logo-presi{
    position: absolute;
    z-index: 1111;
    right: 0px;
    top: 425px;
    max-width: 170px;
    background: rgba(0,0,0, 0.6);
}
.logo-presi img{
    margin: 5px;
    width: 150px;

}

/*PRUEBA DE NUEVOS CONTENEDORES*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: pluto, Arial, Helvetica, sans-serif;
  }

  body {
    background-color: #fff;
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: stretch; 
  }

  .card {
    display: flex; 
    flex-direction: column; 
    width: 295px;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 10px;
  }

  .card img {
    width: 100%;
    height: 200px;
    margin: 0px;
    
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 16px;
    height: 100%; 
  }

  .card-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    color: #666;
  }

  .card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.1;
  }

  .card-content .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #17468c;
    text-decoration: none;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
  }
  /*PRUEBA DE FOOTER NUEVO MAYO 2024*/
  * {
    font-family: Poppins, Arial, Helvetica, sans-serif;
  }
  
  section2 {
    width: 0%;
    display: inline-block;
    background: #88cfe0;
    height: 20vh;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  
  .footer-distributed{
    background: #000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: -210px;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
    width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px;
    font-size: 36px; 
    margin: 0;
  }
  
  .footer-distributed h3 span{
    color:  #17468c;
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
 .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 0;
    font-weight:400;
    text-decoration: none;
    color:  #88cfe0;
  }
  
  .footer-distributed .footer-company-name{
    color:  #949699;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
  }
  .footer-distributed .footer-company-name2{
    color:  #ffffff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #fff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:1;
  }
  
  .footer-distributed .footer-center p a{
    color:  #17468c;
    text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size:15px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 15px;
    color:  #949699;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 50px;
  
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color:  #17468c;
    border-radius: 2px;
  
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
  
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-icons img {
    width: 30px;
    height: 30px;
    margin: 0px;
    
  }
  
/*Esconder el icono del menú pantallas normales*/
.menu-bar{
    display: none;
}
/*Estilos al encabezado*/
header{
    width: 100%;
}
header nav ul{
    list-style: none;
}

header nav{
    background: #17468c;
    z-index: 2000; /*orden del elemento este sobre los demas*/
    max-width: 2000px;
    width: 100%;/*ancho del menu*/
    margin: 0 auto; /*centrar el menu*/
}
header nav ul{
    list-style: none;
}
header nav ul li{
    display: inline-block;/*Alinear horizontalmente, uno al lado del otro*/
    position: relative;/*Se utilizara para los submenus*/
/*}
header nav ul li a:hover{
   opacity: 0.8;*/
}
header nav ul li a{
    color: #fff;/*color al texto del nav*/
    font-weight: 800;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 15px;
    margin-left: 1px;
    margin-top: 5px;
    margin-bottom: 1px;
    width: 100%;
}
@media screen and (min-width: 1024px) {

    header nav{
        display: flex;
        align-items: center;   /* 👈 centra verticalmente */
        justify-content: center; /* ya estaba centrado horizontal */
        height: 70px;          /* altura fija de la barra */
    }

    header nav ul{
        text-align: center;
    }

    header nav ul li a{
        margin-top: -15px;
        margin-bottom: 0;
    }
}


/*sub menu*/
header nav ul li:hover .children{
    display: block; /*muestra las clases children*/
    opacity: 0.9;
    transform: all 0.4s;
}
header nav ul li .children a{
    font-size: small;
    width: 100%;
}
header nav ul li:hover .children a:hover{
    color: #ffffff;
}
/*los elementos position relative son padres y los hijos absolute*/
header nav ul li .children{
    display: none; /*Oculta los submenus*/
    background: rgba(148, 150, 155, 1);
    position: absolute;
    width: 130%; /*ancho delsubmenu*/
    z-index: 1100;
}
header nav ul li .children li{
    display: block;
    overflow: visible; /*para solucionar problemas que deja el float left*/
}
header nav ul li .children li a{
    display:block;
}
/* ================================
   SUBMENU – SOLO PC / LAPTOP
   ================================ */
@media screen and (min-width: 1024px) {

    /* padre */
    header nav ul li{
        position: relative;
    }

    /* contenedor submenu */
    header nav ul li .children{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;                 /* 👈 alineado a la izquierda */
        background: #ffffff;
        min-width: 240px;
        padding: 12px 0;         /* 👈 más aire arriba y abajo */
        border-radius: 6px;
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
        z-index: 2000;
        opacity: 0;
        transform: translateY(12px);
        transition: opacity 0.25s ease, transform 0.25s ease;
        text-align: left;        /* 👈 texto a la izquierda */
    }

    /* mostrar submenu */
    header nav ul li:hover .children{
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* items */
    header nav ul li .children li{
        display: block;
    }

    /* links */
    header nav ul li .children li a{
        display: block;
        padding: 14px 24px;      /* 👈 MÁS ALTURA entre opciones */
        font-size: 14px;
        font-weight: 400;        /* regular */
        color: #515151;
        white-space: nowrap;     /* evita cortes */
        transition: background 0.2s ease, color 0.2s ease;
    }

    /* hover */
    header nav ul li .children li a:hover{
        background: #17468c;
        color: #0f356b;
    }

}



/*Solo se usa su se le agrega un . en el centro al lado del texto en el sub menu
header nav ul li .children li a span{
    float:right;
    position:absolute;
    top:3px;
    margin-right:0px;
     margin-left: 3px;
}
*/
/*para la flecha que indica submenu
.subasta {
    width: 25px;
    position: absolute;
    right: 150px;
    top: 15px;
}
*/
.subasta:hover{
    opacity: 0.7;
    border-bottom: #DB473C 4px solid;
    transform: all 0.4s;
}
/*Presentacion de diapositivas*/
.pres{
    display: flex;
    min-height: 960px;
    background: #51c2dd;
}

#c-pres {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 960px;
    position: absolute;/*cambie a posicion absoluta 25/07/22 1115*/
	overflow: hidden;
	/*box-shadow: 0 0 0 5px #51c2dd,
	            0 5px 15px;*/
    margin-bottom: 20px;/*Se agrego cuando se creaban las columnas noticias*/
}
#pres{
    display: flex;
    width: 500%; /*Tener presente que si son 5 entonces seria 500%*/
}
#pres section {
	width: 100%;
}
#pres img {
	display: block;
	width: 100%;
	height:960px;
    margin: auto;
}
#btn-prev, #btn-next {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	font-family: monospace;
	cursor: pointer;
}
#btn-next:hover, #btn-prev:hover {
	background: rgba(255, 255, 255, 1);
}
#btn-prev {
	left: 10px;
}

#btn-next {
	right: 10px;
}
.showcase{
    width: 90%;
    color: #51c2dd;
    text-shadow: #000 1.5px 0.5px;
    height: 400px;
    position: absolute;
    z-index: 1000;
    top:205px;
    right: 70px;
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    font-weight: bolder;
}
/*Logo OABI*/
.showcase a{
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
    z-index: 0;
}
/*boton registrarse*/
.btn{
    cursor: pointer;
    display: inline-block;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #88cfe0;
    border-radius: 5px;
    background: #88cfe0;
    margin: 0px 0;
}
.btn:hover{
    /*background: #DB473C;*/
    opacity: 0.8;
    transform: all 0.5s;
}
/*Modificar el texto entre h2 y p*/
.showcase h2, 
.showcase p{
    margin-bottom: 10px;
}
/*Tarjetas de noticias*/
.titulo-noticias h1{
    margin: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #17468c;
}
.titulo-noticias2 h1{
    margin: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #17468c;
}
.news-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 30px 0;/*margen para la siguiente fila de elementos y 0 al lado*/
    margin-left: 20px;
    margin-right: 20px;
}
.news-cards img{
    width: 100%;
    height: 180px;
    margin: 0px;
}
.news-cards h3{
    font-size: 18px;
    margin: 10px 0;
    color: #88cfe0;
}
.news-cards a{
    padding: 10px 0;
    color: #949699;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}
.news-cards a:hover{
    opacity: 0.7;
    transform: all 5s;
    text-decoration: underline;
}
.news-cards .fondo-news{
    text-align: center;
    color: #949699;
    background: #fff;
    font-size: 15px;
    box-shadow: #000 0px 1px;
}
/*Cards banner one*/
.cards-banner-one{
    margin-top: 10px;
    width: 100%;
    height: 350px;
    background: url('..//img/index/presidenciadehonduras222.jpg') no-repeat center center/cover;
    
}
.cards-banner-one .content{
    width: 25%;
    padding: 70px 0 0 30px;
    color: #f2f2f2;
    font-size: 14px;
}
.cards-banner-one p, .cards-banner-one h2{
   margin: 10px 0 20px 0;

}
.cards-banner-one a{
    text-decoration: none;
    color:#f2f2f2;
    position: absolute;
    left: 585px;
    font-weight: bolder;
    margin-top: 207px;
    
    
}
.cards-banner-one a span{
    margin: 5px;
}
/*Card banner two*/
.cards-banner-two{
    margin-top: 10px;
    width: 100%;
    height: 350px;
    background:url('../img/index/basu/bannersubastas333.jpg') no-repeat center center/cover;/*coloca la imagen y la adecua*/
}
.cards-banner-two .content{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 50%;
    padding: 100px 0 0 30px;
    color: #ffffff;
}
.cards-banner-two p, .cards-banner-two h2{
    margin: 10px 0 20px 0;
 }
 .cards-banner-two a{
     text-decoration: none;
     color:#f2f2f2;
     position: absolute;
     left: 25px;
     font-weight: bolder;
 }
 .cards-banner-two a span{
     margin: 5px;
 }
 /*Card banner*/
.cards-banner{
    margin-top: 10px;
    width: 100%;
    height: 350px;
    background:url('../img/index/comunicadosimagen4.jpg') no-repeat center center/cover;/*coloca la imagen y la adecua*/
}
.cards-banner .content{
    margin-top: 90px;
    margin-bottom: 40px;
    width: 50%;
    padding: 100px 0 0 30px;
    color: #ffffff;
}
.cards-banner p, .cards-banner h2{
    margin: 10px 0 20px 0;
 }
 .cards-banner a{
     text-decoration: none;
     color:#f2f2f2;
     position: absolute;
     left: 30px;
     font-weight: bolder;
     margin-top: 120px;
 }
 .cards-banner a span{
     margin: 5px;
 }
 /*Card banner venta directa*/
.cards-banner-venta{
    margin-top: -55px;
    width: 100%;
    height: 350px;
    background:url('../img/index/banners/bannerventadirecta2.jpg') no-repeat center center/cover;/*coloca la imagen y la adecua*/
}
.cards-banner-venta .content{
    margin-top: 90px;
    margin-bottom: 40px;
    width: 50%;
    padding: 100px 0 0 30px;
    color: #ffffff;
}
.cards-banner-venta p, .cards-banner-venta h2{
    margin: 10px 0 20px 0;
 }
 .cards-banner-venta a{
     text-decoration: none;
     color:#f2f2f2;
     position: absolute;
     left: 548px;
     font-weight: bolder;
     margin-top: 150px;
 }
 .cards-banner-venta a span{
     margin: 5px;
 }
 /*Social*/
 .social{
    margin: auto;
    background: #88CFE0;
    width: 100%;
    color: #f2f2f2;
    font-weight: bolder;
    padding: 10px;
 }
 .social p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
 }
 .links{
    display: flex;
    align-items: center;
    justify-content: center;

 }
.links a{
    margin: 0 30px;
    color: #fff;
    text-decoration: none;
}
.links a span{
    font-size: 3em;
}
.links a:hover{
    opacity: 0.8;
    transform: all 0.5s;
}
/*Footer links*/
.footer-links{
    background: #000;
    font-weight: bolder;
    font-size: 12px;
    padding: 35px 0;
}
.footer-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}
.footer-container ul{
    margin: 0 auto;
}
.footer-container ul li{
    line-height: 2.5;
    list-style: none;
}
.footer-container ul li a{
    text-decoration: none;
    color: #f2f2f2; 
}
.footer-container a:hover{
    color:#949699;
}
.footer{
    background: #88CFE0;
    color: #f2f2f2;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    padding-bottom: 10px;
}
/*SITE LOCK*/
.site-lock{
	margin:auto;
	background:#88CFE0;
    margin: auto;
    background: #000;
    width: auto;
    color: #f2f2f2;
    font-weight: bolder;
    padding: 10px;
   
}


/*Responsive desing*/
@media screen and (max-width:900px) {
    body{
        padding-top: 80px;/*Distancia entre el primer elemento y el borde de arriba*/
       
    }
    #contenidoprueba { 
        width: 100%; 
        position: relative; 
        margin-left: 0; 
        margin-right: 0;
            
    }
/*banner invisible*/

.card2 img{
    margin-top: -400px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
  .card3 img{
    margin-top: -400px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
  .card4 img{
    margin-top: -330px;
    margin-bottom: 16px;
    width: 100%;
    height: 347px;
  }
    
    /*popup 1 responsive incompleto
    .modal {
        
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        animation: modal 2s 2s forwards;
        visibility: hidden;
        opacity: 0;
    
    }  
    .contenido {
        margin: auto;
        width: auto;
        height: auto;
        background: rgba(0,0,0, 0.50);
        border-radius:0px;
       
    } 
    .cards-banner-one{
        margin-top: -20px;
    }*/
      /* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    height: 300px;
    margin-bottom: auto;
  }
  
  .slideshow-nav {
    text-align:center; 
    padding: 30px 0;
  }
    
  .mySlides {
    position: absolute;
    display: block;
	  width: 100%;
	  height:auto;
    margin: auto;
    margin-top: -10px;
  
  }
  /* The dots/bullets/indicators */
  .dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #88cfe0;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 252px;
    width: auto;
    padding: 6px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    opacity: 0%;
  }
    .cards-banner-one a{
        text-decoration: none;
        color:#f2f2f2;
        position: absolute;
        left: 120px;
        font-weight: bolder;
        margin-top: 120px;
        
    }    
    .cards-banner-venta a{
        text-decoration: none;
        color:#f2f2f2;
        position: absolute;
        left: 85px;
        font-weight: bolder;
        margin-top: 150px;
    }
    .cards-banner a{
        text-decoration: none;
        color:#f2f2f2;
        position: absolute;
        left: 30px;
        font-weight: bolder;
        margin-top: 140px;
        margin-left: 70px;
    }
    /*Mas noticias*/

.wrapper{
    position: absolute;
    top:44%;
    left:50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height:auto;
    margin-top: -386px;
}
.wrapper a{
  color: #fff;
   font-size: 16px; 
  font-family: pluto, Arial, Helvetica, sans-serif;
}
button{
    width:290px;
    height:38px;
    border-radius: 03px;
    background: linear-gradient(to left top, #88cfe0 50%, #88cfe0 50%);
    border-style: none;
    color:#fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: pluto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
button span{
    position: absolute;
    display: block;
}
/*  footer   */
footer3 {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

footer3 p {
    margin: 10px 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida  Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
footer3 a {
    color: #db473c;
    text-decoration: none;
    margin-right:5px;
}
.logo-presi{
        display: none;
    }
    .menu-bar{
        display: block;
        width: 100%;
        position: fixed;
        top: 0px;
        z-index: 1000;
        background:#17468C;
        height: 80px;
        box-shadow: #000 1px 1px;
        border-bottom: solid #17468c 1px;
         /*opacity: 0.8;*/
        text-align: center;
    }
   
    .news-cards .fondo-news{
        text-align: center;
        color: #949699;
        background: #fff;
        font-size: 15px;
        margin: 10px;
        box-shadow: #000 0px 1px;
    }
    .news-cards img{
        width: 100%;
        height: 160px;
        margin: 0px;
    }
    .logo{
      display: block;
      position: relative;
      max-width:170px;
      margin: auto;
      top: -40px;
      padding: 0px;
      right: 20px;
      float: left;
      }
    .menu-bar .bt-menu{
        display: block;
        padding: 20px;
        color: #ffffff;
        overflow: visible;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }
    .menu-bar span{
        float: right;
        font: 40px;
    }
    .social p{
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
     }
     .links a span{
        font-size: 2em;
    }
    /*.logo{
        right: 70px;
        top: 0;
        z-index: 1001;
        position: fixed;
    }
    */
    /*SITE LOCK*/
.site-lock{
	margin:auto;
	background:#88CFE0;
    margin: auto;
    background: #000;
    width: auto;
    color: #f2f2f2;
    font-weight: bolder;
    padding: 10px;
    text-align: center;
} 
    /*PRUEBA DE FOOTER NUEVO MAYO 2024*/
    @media (max-width: 880px) {

        .footer-distributed{
          font: bold 14px sans-serif;
          margin-top: -25px;
        }
      
        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right{
          display: block;
          width: 100%;
          margin-bottom: 40px;
          text-align: center;
        }
      
        .footer-distributed .footer-center i{
          margin-left: 0;
        }
      
      }

    header nav{
        width: 80%;
        height: calc(100% - 80px);
        position: fixed;
        /*left: 0; al inicio del ejercicio*/
        right: 100%;/*se hizo despues del main.js*/
        margin: 0;
        opacity: 0.9;
        overflow: scroll;

    }
    header nav ul li{
        display: block;
    }
    header nav ul li a{
        display: block;
    }
    header nav ul li:hover .children{
        display: none;
    }
    header nav ul li .children{
        width: 100%;
        position: relative;
    }
    header nav ul li .children li a{
        margin-left: 20px;
    }
    header nav ul li .caret{
        float: right;
    }
    .subasta{
        right: 200px;
        z-index: 1001;
        position: fixed;
    }
    .subasta:hover{
        opacity: 0.8;
        border-bottom: solid #88CFE0 3px;
        text-decoration: none;
    }
    .showcase{
        display: none;
    }
    .news-cards{
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
    }
    #c-pres{
        margin-bottom: 0px;
    }  
    .titulo-noticias h1{
       
        margin: auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
        color: #17468C;
        padding: 0px;
    }   
    .cards-banner-one .content,
    .cards-banner-two .content{
        width: 80%;
    }
    .cards-banner-two p, .cards-banner-two h2{
        margin: 60px 0 20px 0;
    }
    .cards-banner-one p, .cards-banner-one h2{
        font-size: 14px;
        margin-top: 0;
    }
    .footer-links .footer-links{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:500px) {
    .menu-bar{
        z-index: 1000;
    }
     /*PRUEBA DE NUEVOS CONTENEDORES*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: pluto, Arial, Helvetica, sans-serif;
  }

  body {
    background-color: #f0f0f0; 
    justify-content: center;   
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
    align-items: center; 
    width: 100%;
    align-content: center;
    max-width: 100%;
    margin: auto;
    margin-top: -33px;

  }
  
  .card {
    display: flex; 
    flex-direction: column; 
    grid-template-columns: 1fr;
    width: 95%;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 05px auto;
    margin-top: 10px;
    text-align: center;
}
.card img {
    width: 100%;
    height: 100%;
    margin: 0px;
    
    
  }

  .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 25px;
    height: 100%; 
    
 }

  .card-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    color: #949699;
  }

  .card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.1;
  }

  .card-content .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #17468C;
    text-decoration: none;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
  }
    .pres{
        min-height: 300px;
        margin-bottom: 0;
    }
    #c-pres{
        height: 170px;
    }
    #pres img{
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    #c-pres {
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 500px;
        position: absolute;/*cambie a posicion absoluta 25/07/22 1115*/
        overflow: hidden;
        /*box-shadow: 0 0 0 5px #51c2dd,
                    0 5px 15px;*/
        margin-bottom: 20px;/*Se agrego cuando se creaban las columnas noticias*/
    }
    .titulo-noticias h1{
        margin-top: 20px;
    }
    .news-cards{
        grid-template-columns: 1fr;
        margin: 0;
    }
    .news-cards h3{
        font-size: 18px;
        margin: 10px 0;
        color: #88cfe0;
    }
    .titulo-noticias2 h1{
        font-size: 18px;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .news-cards img{
        height: 220px;
    }
    .cards-banner-one .content{
        width: 100%;
        margin-top: 20px;
        padding: 40px 20px;
        text-align: right;
        font-size: 16px;
    }
    .cards-banner-two .content{
        width: 100%;
        margin-top: 20px;
        padding: 40px 20px;
        text-align: right;
        font-size: 16px;
    }
    .cards-banner-one a{
        margin-top: 80px;
    }
    .cards-banner-one p, .cards-banner-one h2{
        margin: 10px 0 35px 0;
    }
    .cards-banner-one .content p{
        margin-top: 110px;
    }
    .footer-links .footer-container{
        grid-template-columns: 1fr;
        text-align: center;
             
    }
    /* ===============================
   FUENTE GLOBAL DEFINITIVA (PC + MÓVIL)
   =============================== */

html, body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

/* Forzar en todos los textos */
h1, h2, h3, h4, h5, h6,
p, span, a, li, ul, ol,
button, input, textarea, label {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}


}
