*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;


}


/*<button class="ingresar">INGRESAR</button>*/
/*<a href="https://cidi.cba.gov.ar/portal-publico/?App=579">*/

.btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
    font-size: 30px;
}

.btn-wsp:hover{
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
}


body{
    margin: 0px;
    background-color: white;
    font-family: "Poppins", sans-serif;
}

header{
    margin: 0px;
    padding: 0px;
    height: 95px;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
    
}


h1{
    font-size: 3.1em;
}
button{
    font-size: 1.5em;
    font-weight: bold;
}

.containerHeader{
    background-color: white;
    display: flex;
    height: 100%;


}
.containerHeader img{
    height: 100%;
}

.botoneraPrincipal{
    background-color: transparent;
    height: 80%;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.botonDeMenu{
    background-color: ;
    margin: 20px;
    display: flex;
    align-items: center;
    height: 80%;
    color: #692e89;
}

.separadorBotonMenu{
    display: flex;
    text-align: center;
    background-color: #692e89;
    margin-left: 8px;
    min-width: 3px;
    place-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 60%;
}

.botonDeMenu:hover{
    transform: scale(1.2);
    transition: transform 0.8s ease;
}

.botonDeMenu img{
    width: 35px;
    height: 80%;
}

.contenedorInicioCartel{
    display: flex;
}

.contenedorInicioCartel:hover {
    .minicartel{
        height: 60px;
    }
    .imagenCartel img{
    width: 95%;
    height: 95%;
}

}

.ingresar{
    width: 190px;
    height: 60px;
    display: flex;
    border-radius: 8px;
    text-align: center;
    background-color: #692e89;
    cursor: pointer;
    font-size: 1.5em;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

}
.ingresar .imagenIngresar{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imagenIngresar img{
    width: 90%;
    height: 90%;
}


.ingresar .textoIngresar{
    width: 50%;
    height: 100%;
    font-size: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
}


.ingresar:hover {
    color: white ;
    background-color: #411d54 ;
    .imagenIngresar img{
        transform: scale(1.1);
        transition: transform 0.8s ease;
    }
    .minicartel{
        width: 0px;
        height: 0px;
    }
    .imagenCartel img{
        transform: scale(1.1);
        transition: transform 0.8s ease;
        width: 0%;
        height: 0%;
    }
}

.minicartel{
    height: 60px;
    display: flex;
    border-radius: 8px;
    text-align: justify;
    cursor: pointer;
    font-size: 15px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: 0px;
    align-items: flex-start;

}

.minicartel p{
    font-weight: 400;
    margin-left: 10px;
    color: #6D6D6D;
}

.minicartel a{
    color:#692e89;
    font-weight: bold;
}

.imagenCartel img{
    width: 0%;
    height: 0%;
}




a {
    text-decoration: none; /* Quita el subrayado */
    color: #333; /* Cambia el color del texto del enlace */
}

.barradivisora{
    height: 10px;
    background: linear-gradient(to right, #692e89 0%, #692e89 33%, #e12a48 33%, #e12a48 66%, #fbbe01 66%, #fbbe01 100%);
    display: block;
}



/*CARRUSEL PRINCIPAL */

.carruselPrincipal {
    margin: 0;
}



.titulo{
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
}


.slider-box{
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    overflow: hidden;
}

.slider-box ul{
    display: flex;
    padding: 0;
    width: 400%;
    margin: 0px;
    animation: slide 20s infinite alternate ease-in-out;
}

.slider-box li{
    width: 100%;
    list-style: none;
    position: relative;
}

.slider-box img{
    width: 100%;
    height: 100%;
}

@keyframes slide{
    0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% {margin-left: -100%;}
    45% {margin-left: -100%;}

    50% {margin-left: -200%;}
    70% {margin-left: -200%;}

    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

@media (max-width:991px){
    .slider-box{
        width: 100%;
    }
}

@media (max-width:1057px){
    header{
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .containerHeader{
    background-color: white;
    display: flex;
    width: 100%;
    height: 100px;
    margin-left: 2%;
    justify-content: center;

    }
    .containerHeader img{
        height: 100px;
    }

    .ingresar{
    margin-right: 0px;
    width: 100%;
    height: 100%;
    }

    .textoIngresar p{
        font-size: 30px;
    }
    .botoneraPrincipal{
        height: 70px;
    }

    .botonDeMenu img{
        height: 40px;
        width: 40px;
    }
    .separadorBotonMenu{
        width: 0px;
        height: 0px;
    }
    .botonDeMenu{
        margin: 0px;
        height: 0px;
    }
    .minicartel{
        width: 0px;
        height: 0px;
    }
    .minicartel p{
        font-size: 0px;
    }


}

/* FIN EDICION HEADER Y CARRUSEL */



/* ANUNCIO ESPECIAL */
.anuncioEspecial{
    width: 800px;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.anuncioEspecial img{
    width: 100%;
}

/*FIN ANUCNION ESPECIAL*/
#tramitesYServicios{
    background-color: white;
    display: flex;
    flex-direction: column; /* Cambiado a columna para que los elementos se apilen verticalmente */
    align-items: center;
    width: 100%;
    min-height: 590px;
    margin-bottom: 100px;
    margin-top: 20px;

}

@media(max-width:1223px){
    #tramitesYServicios{
    }

}

#tramitesYServicios h2{
    margin-top: 20px;
    text-align: center;
    color: #692e89;
    font-size: 34px;
    
}

.botonesTramites{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 85%;
    background-color: transparent;
    margin-top: 20px; 
    text-align: center;
    align-content: flex-start;


}

.botonTramite {
    width: 400px; /* Ajusta el ancho de tus botones según sea necesario */
    color: white;
    margin: 10px; /* Ajusta el margen entre los botones según sea necesario */
    background-color: #692e89; /* Ajusta el color de fondo según sea necesario */
    border-radius: 15px;
    display: flex;
    text-align: center;
    align-items: center

}

.botonTramite:hover{
    /*border-width: 3px;
    border-style: solid;
    border-color: #692e89;
    /*border-image: linear-gradient(to right, #692e89, #e12a48, #fbbe01); /* Gradiente de tres colores */
    /*border-image-slice: 1; /* Esto ajusta la división del gradiente */
    /*border-radius: 8px;
    color:#692e89 ; */
    transform: scale(1.02);
    transition: transform 0.8s ease;
    .imagenBotonTramite img{
        transform: scale(1.1);
        transition: transform 0.8s ease;

    }
    .textoBoton h3{
        /*text-decoration: underline;*/
    }


}

.imagenBotonTramite{
    width: 25%;
    height: 100%;
    background-color: transparent;
    border-radius: 8px;
    
}

.imagenBotonTramite img{
    width: 100%;
}

.textoBoton{
    width: 75%;
    height: 100%;
    background-color: transparent;
    margin-bottom:10px;
}

.textoBoton h3{
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    font-size: 25px;
    color: #black;
}


.textoBoton p{
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 50px;
    text-align: justify;
    font-size: 20px;
    color: #black;
    font-weight: 300;
}

@media(max-width:652px){
    .botonTramite{
        width: -webkit-fill-available;

    }
    .textoBoton h3{
        font-size: 25px;
    }

    .anuncioEspecial{
        width: 100%;
        height: 100%;
    }
    .anuncioEspecial img{
        width: 100%;
    }

}

/* FIN BOTONERA PRINCIPAL DE SERVICIOS¨*/

#areasDeGobierno{
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 340px;
}

@media(max-width:1130px){
    #areasDeGobierno{
    }
}
@media(max-width:753px){
    #areasDeGobierno{
    }
}

#areasDeGobierno h2{
    margin-top: 20px;
    text-align: center;
    font-size: 34px;
    color: #692e89;
    margin-left: 5px;
    margin-right: 5px;

}

.botonesAreas{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 75%;
    background-color: transparent;
    margin-top: 20px; 
    text-align: center;
    align-content: flex-start;
    margin-bottom: 30px;

}

.botonAreaGobierno {
    justify-content: center;
    width: 300px; /* Ajusta el ancho de tus botones según sea necesario */
    min-height: 50px;
    margin: 10px; /* Ajusta el margen entre los botones según sea necesario */
    background-color: transparent; /* Ajusta el color de fondo según sea necesario */
    /*border: 2px solid #c3c3c3;
    border-radius: 8px;*/
    color: #692e89;
    display: flex;
    text-align: center;
    place-items: center;
    line-height:50px;
    border: 3px solid #c3c3c3;
}

.botonAreaGobierno:hover{
    border: 3px solid; /* Especifica el ancho y tipo de borde */
    /*border-image: linear-gradient(to right, #692e89, #e12a48, #fbbe01); /* Define el gradiente de colores
    border-image-slice: 1; /* Ajusta la división del borde */
    text-decoration: underline;
    color: #692e89;
    transform: scale(1.1);
    transition: transform 0.8s ease;
}

.textoBotonArea{
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
}

/*PORTAL DE COMUNICACIONES*/


#portalDeComunicacion{
    background-color: #white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width:1365px){
    #portalDeComunicacion{
    }
}
@media(max-width:685px){
    #portalDeComunicacion{
    }
}

#portalDeComunicacion h2{
    margin-top: 20px;
    text-align: center;
    font-size: 34px;
    color: #692e89;
    margin-right: 5px;
    margin-left: 5px;

}

.noticias{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 85%;
    min-height: 290px;
    background-color: transparent;
    margin-top: 20px; 
    text-align: center;
    align-content: flex-start;
}

.noticia {
    justify-content: center;
    width: 270px;
    min-height: 270px;
    margin: 10px;
    /* background-color: #692e89; */
    display: grid;
    border: solid, #692e89;
    text-align: center;
    place-items: center;
    border-radius: 15px;
    color: #692e89;
}

.noticia:hover {
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.marcoDeFoto{
    width: 250px;
    height: 150px;
    background-color: black;
    border-radius: 15px;
    margin-top: 10px;
}

.marcoDeFoto img{
    width: 100%;
    height: 100%;
    border-radius: 15px;

}

.textoNoticia{
    width: 250px;
    height: 100px;
    background-color: transparent;
    text-align: center;
    font-weight: bold;

}


.contenedorBotonVerMas{
    display: flex;
    flex-wrap: wrap; /* Asegura que los botones se apilen verticalmente */
    justify-content: center;
    width: 85%;
    min-height: 60px;
    background-color: transparent;
    text-align: center;
    align-content: center;

}

.botonVerMas {
    justify-content: center;
    width: 200px; /* Ajusta el ancho de tus botones según sea necesario */
    min-height: 50px;
    /*border: 2px solid #c3c3c3;
    border-radius: 8px;*/
    display: grid;
    text-align: center;
    place-items: center;
    border: 3px solid #c3c3c3;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: white;
    background-color: #692e89;

}

.botonVerMas:hover{
    border: 3px solid #692e89;
    border-radius: 15px;
    background-color: #411d54;

}

/*FIN PORTAL NOTICIAS*/

/*Telefonos Utiles*/

.telefonosUtiles{
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #f6f6f6;
    text-align: center;
    align-content: center;
}


.alineadorTelefonosUtiles{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}


.telefono{
    display: flex;
    text-align: center;
    background-color: transparent;
    margin: 20px;
    min-height: 50px;
    min-width: 80px;
    place-items: center;
    justify-content: center;
    color: #692e89;
}
.telefono p{
    font-weight: bold;
}
.separadorTelefono{
    display: flex;
    text-align: center;
    background-color: #692e89;
    margin: 20px;
    min-width: 3px;
    place-items: center;
    justify-content: center;
    border-radius: 8px;
}


@media (max-width:1057px){
    .telefonosUtiles{
        flex-direction: column;
    }
    .alineadorTelefonosUtiles{
        flex-direction: column;
        width: fit-content;
    }
}

/*FIN TELEFONOS UTILES*/



.pie{
    height: 200px;
    background-color: #dcdcdc;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;

}

.containerLogo {
    width: 400px;
    height: 200px;
    background-color: transparent;
    border-radius: 15px;
    align-content: center;
}
.containerLogo img{
    height: 50%;
}

.pinGoogleMaps{
    border: 3px solid #c3c3c3;
}

.containerRedes {
    width: 400px;
    height: 200px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    color: #692e89;
}

.containerRedes p{
    font-weight: 600;
}

.redesSociales{
    width: 400px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    font-weight: bold;
}

.contenedorRedSocial{
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin-left: 10px;
}

.contenedorRedSocial img:hover{
    transition: transform 0.8s ease;
    transform: scale(1.1);

}

.contenedorRedSocial img{
    width: 100%;
    height: 100%;
}


@media(max-width:1117px){
    .pie{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 650px;
        justify-items: center;
    }
    .containerLogo{
        margin-top: 10px;
    }
}

@media(max-width:623px){
    .containerLogo img{
        width: 95%;
        height: -webkit-fill-available;
        
    }

    .containerLogo{
        width: 95%;
        display: flex;
        justify-content: center;
        height: auto;
    }

    .containerRedes{
        width: 100%;
        text-align: center;
        font-size: 19px;
    }
    .redesSociales{
        width:-webkit-fill-available ;
        justify-content: center;

    }
}