*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.container-fluid{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    background-color: rgb(218, 218, 218);
}
.header-icon{
    text-align: center;
}


.navbar{
    align-items: center;
    display: flex;
    background-color: rgb(70, 67, 67);
    justify-content: center;

}

.navbar a{
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color:black;
    width: 140px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.navbar a:hover{
    background-color: black;
    color: whitesmoke;
}

.banner{
    text-align: center;
    justify-content: center;
    padding: 50px;
    background-color: black;
    border-bottom-left-radius: 120px;
}

.banner h3{
    color: white;
    font-size: 35px;
    font-weight: bold;
    padding-top: 35px;
}

.banner p{
    color: white;
    font-size: 20px;
    text-align: justify;
    padding-bottom: 10px;
}

.banner img{
    border-radius: 5%;
}

.info-1{
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 50px;
}
.info-dato h3{
    font-size: 35px;
    padding-top: 50px;
    font-weight: bold;
    color: black;
}

.info-dato p{
    color: black;
    font-size: 20px;
    text-align: justify;
}

.info-dato i{
    font-size: 20px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.formulario{
    border-radius: 20px;
    border: 1 solid rgb(236, 236, 236);
    background-color: rgb(236, 236, 236);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
    padding: 15px;
}
.formulario h3{
    font-weight: bold;
}

.formulario p{
    text-align: justify;
}

.formulario button{
    background-color: black;
    border-radius: 7px;
    width: 100px;
    height: 40px;
    color: white;
}

.formulario button:hover{
    box-shadow: 3px 3px 20px rgba(61, 66, 29, 0.3);
    color: white;
    background-color: #3b3b3b;
}

section.section-ultima{
    background-image: url(/img/google.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}


.footer{
    background-color: black;
    padding-top: 15px;
    color:  #8a8585;
}

.footer a{
    color:  #8a8585;
    text-decoration: none;
    text-align: center;
}


.footer .logo-footer a{
    width: 100px;
    height: 40px;
    display: block;
    background-color: #3b3b3b;
    text-align: center;
    color: white;
    font-weight: bold;
}

