*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
li{font-size: 1.25em;}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}


.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{color: #506dc3; }

header{
    background-color: rgb(245,245,245);
    margin-top: -200px;

}

header .logo{
    margin: 0;
    padding: 40px 30px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.logo img{
    height: 70px;
    margin-right: 10px;
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: white;
}


footer{
    background-color: rgb(230,230,230);
}

footer p{
    margin: 0;
    color: rgb(100,100,100);
    padding: 12px;
    font-size: 13px;
}



@media (min-width:720px){
    header{
        position: fixed;
        width: 100%;
    }


    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }
}

.container3{
    text-align: left;
    margin-top: 200px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

p{font-size: 20px;}
li{font-size: 30px;}
h1{font-size: 40px; color: rgb(56, 54, 54);}

.carousel-container {
    overflow: hidden;
    width: 500px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img{
    height: 400px;
}

button {
    cursor: pointer;
    background-color: #506dc3;
    color: white;
    border: none;
    padding: 10px 15px;
    margin-top: 10px;
}



footer img {

    #Quiénes-somos .container{
        display: flex;
        justify-content: center;
        padding: 50px;
    }

    #Quiénes-somos .texto{
        padding:30px;
        width: 50%;
        text-align: initial;
        max-width: 600px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #Quiénes-somos .img-container{
        background-image:  url("PHOTO-2021-04-28-11-29-31.jpg");
        background-size: cover;
        background-position: center center;
        height: 500px;
        width: 400px;
    }
}

footer .imagenesFooter {
    padding: 120px;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

footer img {
    height: 95px;
    margin: -75px 180px;
}

.container9{
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}