
    * {
        padding:0;
        margin:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: sans-serif;
    }
    
    body {background:#FEFEFE;}
    
    .navbar{
        position: relative;
        width: 100%; 
        height: 50%;
        margin-top: 10px;
        margin-left: 10px;
      
    }


.navbar-nav li:hover{
background-color: rgb(148, 225, 245);
   opacity: 90%;
   border-radius: 4px;
   text-decoration: black;
   text-align: center;
    }


    .logo img{
        position: absolute;
        margin-top: -30px;
        margin-left: 10px;
        
    }
    .logo{
        width: 10px;
        height: 10px;
        margin-bottom: 15px;
    }
    
    .logo a :hover{
        transform: scale(1.2,1.2);
        margin-bottom: 5px;
      
    }


.carousel-item{
    margin-top: 20px;
}


 footer{
    width: 100%;
    height: 100%;
    margin-top: 0%;
    padding-bottom: 0%;
    position: relative;
    background-color: rgb(20, 20, 20);
    text-justify: center;
    font-family: sans-serif;
    font-size: 12px;
    align-items: center;
}

.footer{
background-color: rgb(20, 20, 20);
width: 100%;
}

body {
   margin: 0;
   font-family: sans-serif;
   font-size: 12;
}



footer .fa-facebook-f:hover{
   
    transform: scale(1.4,1.4);
    color: rgb(0, 0, 252);
    align-items: center;

}

footer .fa-instagram:hover{
    transform: scale(1.4,1.4);
    color: rgb(240, 18, 221);
    align-items: center;

}

footer .fa-twitter:hover{
    transform: scale(1.4,1.4);
    color: deepskyblue;
    align-items: center;

}


.mision{
    width: 100%;
    height: 50%;

   
}

.visi{
    width: 100%;
    height: 50%;
}

.objeto{
    width: 100%;
    height: 50%;

}


.mis{
    width: 410px;
    margin: 10px;
    padding: 0px;
    text-align: justify;
    
}

.vis{
    width: 410px;
    margin: 10px;
    padding: 0px;
    text-align: justify;

}

.nos{
    width: 410px;
    margin: 10px;
    padding: 0px;
    text-align: justify;
}


ul{
    list-style: none;
}


.ul .row1{
    margin-top: 20px;
   display: flex;

}

.row1 i{
    width: 20px;
    height: 20px;
}

.row1 p{
    margin-top: 10px;
    margin-left: 10px;
}

.nos{
    text-align: justify;
    width: 100%;
    
}
    
objetivo{
    text-align: center;
}