*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin-left: 32px;
    margin-right: 32px;
}


#logo {
    width: 134px;
    height: 50px;
    background: url(Imagenes/logo.png);
    position: absolute;
    background-repeat: no-repeat;
    font-size: 0;
    z-index: 1;
    margin-left: 25px;
}

@media (max-width: 991px) {
    #logo {
        left: calc(50% - 60px);
    }
    .nav-item {
        background: rgba(255, 255, 255, .1);
        margin: 1rem 0;
    }
    .nav-item:first-child{
        margin-top: 2rem;
    }
    .nav-item:hover {
        background: rgba(0, 0, 0, .1);
        
    }
}

.bg1 {
    background-color: #222534;
}

.navbar-toggler {
    background-color: #b8d557;
}

.active {
    font-weight: bold;
    background-color: rgb(184, 213, 87);
}

.nav-link {
    color: white;     
}


.carousel-item {
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}


.sv-titulo-principal {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 15px;
}

.contenedordeservicios {
    justify-content: center;

}

.sv-caja{
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; 
    align-items: center;
    background-color: #B8D557;
    color: #222534;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}

.sv-caja img{
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    margin-top: 10px;
}

.servicios-titulo{
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    color: #222534;
    text-align: center;
}

.sv-texto{
    padding: 0 5px;
    margin-bottom: 5px;
}

.boton{
    text-decoration: none;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: white;
    color: black;
}


.inscribite{
    margin-top: 30px;
}


.inscribite h2{
    color: #222534;
    font-weight: bolder;
    
}

#instalaciones{
    color: #222534;
    font-weight: bolder;
    
}

.ins-caja img{
    height: 200px;
    
}


.Contactoaside {
    padding: 20px;
}

.botonenviar {
    width: 150px;
    height: 50px;
    font-weight: bold;
    border: solid black 1px;
    float: right;
}

#gracias {
    width: 200px;
    padding: 20px;
    background-color: lime;
    color: white;
    position: fixed;
    left: calc(50% - 100px);
    top: 50px;
    display: none;
}

#gracias:target {
    display: block;
}


.contfooter {
    display: flex;
    justify-content: space-between;
}

.footer1 {
    display: flex;
    align-items: center;
    background-color: #B8D557;
    padding: 15px;
    justify-content: space-between;
}


.h3 {
   display: inline;
   justify-content: center; 
   
}

.ft1{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ft1 h3{
    font-size: 23px;
    display: flex;
}

.redessociales {
    display: flex;
    justify-content: center;
    
}
        
.redes img{
   height: 70px;
   width: 70px;
}


.ft2 p{
    display: flex;
    font-size: 15px;
}

.ft2 h3{
    font-size: 23px;
    display: flex;
}

.fotosalumnas{
    max-width: 1280px;
    display: flex;
    padding-left: 80px;
}

.fotosalumnas img{
    width: 100px;
    height: 100px;
}