/*Reseteo de paremetros generales*/
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: pluto, Arial, Helvetica, sans-serif;
   
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*banner arrendamientos*/

.card2 img{
   margin-top: -321px;
   margin-bottom: 0px;
   width: 100%;
   height: 347px;
}
/*Mas noticias*/

.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: 180px;
    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: #949699;
  }

  .card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.1;
  }

  .card-content .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #88CFE0;
    text-decoration: none;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
  }
  /*PRUEBA DE FOOTER NUEVO MAYO 2024*/
  * {
    font-family: pluto, 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: -215px;
  }
  
  .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:  #88cfe0;
  }
  
  /* 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: pluto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
  }
  .footer-distributed .footer-company-name2{
    color:  #db473c;
    font-size: 16px;
    font-family: redrock;
    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:  #88cfe0;
    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:  #88cfe0;
    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{
    background: #51c2dd;
    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%;
}

/*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: #51c2dd;
}
/*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: hidden; /*para solucionar problemas que deja el float left*/
}
header nav ul li .children li a{
    display:block;
}
/*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: #51c2dd;
}
.titulo-noticias2 h1{
    margin: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #51c2dd;
}
.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: 20px;
    width: 100%;
    height: 350px;
    
    background: url('..//img/index/presidenciadehonduras.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/i-bannertwo-subastas270220221314.jpg.png') 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: 10px;
    margin-bottom: -30px;
    width: 100%;
    height: 350px;
    background:url('../img/arrendamientos/bannerarrendamiento2.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;
            
    }
    .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: -135px;
      }
    cards-banner-venta{
        margin-top: 10px;
        margin-bottom: -30px;
        width: 100%;
        height: 350px;
        
    }
    .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: -377px;
}
.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:#51c2dd;
        height: 80px;
        box-shadow: #000 1px 1px;
        border-bottom: solid #51c2dd 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: #fff;
        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;
        }
      
        .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{
        font-size: 18px;
        margin-top: 500px;
    }
    .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;

  }
  
  .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: #88CFE0;
    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;
    }
    .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: 40px;
        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;
    }
    /*PopUp comunicado*/ 
}
/*.modal {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0, 0.8);

    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: white;
    border-radius:0px;
   
} 
#cerrar {
    display:none
}
#cerrar + label {
    position: fixed;
    color: #fff;
    font-size:18Px;
    z-index: 80;
    background:#DB473C;
    height: 40px;
    width: 80px;
    line-height: 40px;
    border-radius: 50;
    right: 650px;
    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;    
    }   
}*/
