@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {font-family: "Poppins", sans-serif;

}


.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(Inicio.JPG);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        align-items: center;

}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    color: yellow;
    font-size: 25PX;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #CE967B;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}

body {
    background-color: gray;

}

.contenedor {
    display: flex;
    background-color: #fff;
    height: 750px;
    width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: auto;
    margin-top: 150px;
    border-radius: 25px;
}

.form {

    padding: 30px 80px;
    width: 50%;
    display: flex;
    flex-direction: column;


}

.form h2 {
    font-size: 45px;
    color: black;
    font-weight: 600;
    margin-bottom: 25px;

}

.form p {
    font-size: 16px;
    color: #969EAE;
    margin-bottom: 25px;

}

label {
    font-size: 15px;
    color: #969EAE;
    margin-bottom: 15px;
}

.box{
    border: 0;
    background-color: #F4F4FD;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 25px;
    outline: none;
}

.submit {

    background-color: gray;
    border: 0;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    width: 250px;
    margin-top: 25px;
    box-shadow: 0 0 20px rgba(201, 199, 253, 0.5);

}

.info {
    padding: 50px;
}

.img-1 {
    width: 350px;
    margin-bottom: 75px;

}

.location {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.icons {

    display: flex;
    margin-bottom: 25px;

}

.icons img {
    width: 20px;
    margin-right: 10px;
}

.icons p {

    font-size: 14px;
    color: #969EAE
}

.social {
    display: flex;
}

.social img {
    width: 50px;
    margin-right: 30px;
}



    
