@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition:all .5s linear;
}


html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-image: url(/img/941898.jpg);
    /*overflow: hidden;*/
}

.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{ color:rgba(247, 193, 86); }

#contactanos .container{
    text-align: center;
    padding: 100px 12px;
}

#contactanos .texto{
    width: 100%;
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .nube{
    top: 228px;
    width: 210PX;
    height: 97px;
    background-image: url(/img/nube.png);
    background-size: 100% 100%;
    position: relative;
    animation: movimiento1 30s infinite;
}

.nube2{
    top: 534px;
    width: 120PX;
    height: 50px;
    background-image: url(/img/nube.png);
    background-size: 100% 100%;
    position: relative;
    animation: movimiento2 20s infinite;
}

.nube3{
    top: 225px;
    width: 120PX;
    height: 50px;
    background-image: url(/img/nube.png);
    background-size: 100% 100%;
    position: relative;
    animation: movimiento2 40s infinite;
}

.nube4{
    top: 307px;
    width: 120PX;
    height: 50px;
    background-image: url(/img/nube.png);
    background-size: 100% 100%;
    position: relative;
    animation: movimiento1 60s infinite;
}

@keyframes movimiento1{
    from { margin-left: 35%; }
    to { margin-left: -30%; }
}

@keyframes movimiento2{
    from { margin-left: -30%; }
    to { margin-left: 45%; }
} */

.form{
    background-color: #fff;
    width: 90%;
    margin: auto;
    max-width: 400px;
    border-radius: 1em;
    padding: 3.5em 1.5em;
}

.form__container{
    width: 100%;
    display: grid;
    gap: 1em;
    grid-auto-columns: 100%;
}

.form__title{
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: .4em;
}

.form__title:hover{
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: .4em;
}

.form__input{
    font-family: inherit;
    font-size: 1rem;
    padding: .8em 1em;
    outline: none;
    border: none;
    border: 1px solid #bbb0b0;
    border-radius: 0.2em;
}

.form__input--message{
    resize: none;
    padding: 1.8em 1em;
    margin-bottom: .5em;
}

.form__cta{
    font-family: inherit;
    font-size: 1rem;
    background-color: black;
    color: white;
    border: none;
    font-weight: 300;
    padding: .7em 0;
    border-radius: .2em;
    cursor: pointer;
    font-weight: 400;
}

.form__cta:hover{
    font-family: inherit;
    font-size: 1.25em;
    background-color: rgb(255, 221, 0);
    color: rgb(0, 0, 0);
    border: none;
}


/* PANTALLA MEDIANAS */
@media only screen and (min-width: 650px){


    #contactanos .img-container{
        background-image: url("/img/imagenContactanos.png");
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 371px;
        object-fit: cover;
    }

    #contactanos .img-container:hover{
        background-image: url("/img/contactanos.png");
    }

    #contactanos .container{
        display: flex;
        justify-content: space-evenly;
        padding: 200px 12px;
    }

    #final h2{
        font-size: 5em;
    }

    #final button{
        font-size: 2em;
    }


    .form{
        background-color: #fff;
        width: 90%;
        margin: auto;
        max-width: 400px;
        border-radius: 1em;
        padding: 3.5em 1.5em;
    }
    
    .form__container{
        width: 100%;
        display: grid;
        gap: 1em;
        grid-auto-columns: 100%;
    }
    
    .form__title{
        text-align: center;
        font-size: 1.9rem;
        margin-bottom: .4em;
    }
    
    .form__input{
        font-family: inherit;
        font-size: 1rem;
        padding: .8em 1em;
        outline: none;
        border: none;
        border: 1px solid #bbb0b0;
        border-radius: 0.2em;
    }
    
    .form__input--message{
        resize: none;
        padding: 1.8em 1em;
        margin-bottom: .5em;
    }
    
    .form__cta{
        font-family: inherit;
        font-size: 1rem;
        background-color: black;
        color: white;
        border: none;
        font-weight: 300;
        padding: .7em 0;
        border-radius: .2em;
        cursor: pointer;
        font-weight: 400;
    }
    
}

/* PANTALLA GRANDES */
@media only screen and (min-width: 1100px){
    #contactanos .img-container{
        background-image: url("/img/imagenContactanos.png");
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 545px;
    }

    #contactanos .img-container:hover{
        background-image: url("/img/contactanos.png");
    }

    .nube{
        top: 372px;
        width: 220PX;
        height: 82px;
        background-image: url(/img/nube.png);
        background-size: 100% 100%;
        position: relative;
        animation: movimiento1 60s infinite;
    }
    
    .nube2{
        top: 689px;
        width: 120PX;
        height: 50px;
        background-image: url(/img/nube.png);
        background-size: 100% 100%;
        position: relative;
        animation: movimiento2 60s infinite;
    }

    .nube3{
        top: 377px;
        width: 120PX;
        height: 50px;
        background-image: url(/img/nube.png);
        background-size: 100% 100%;
        position: relative;
        animation: movimiento2 40s infinite;
    }
    
    .nube4{
        top: 497px;
        width: 120PX;
        height: 50px;
        background-image: url(/img/nube.png);
        background-size: 100% 100%;
        position: relative;
        animation: movimiento1 60s infinite;
    }
    
    @keyframes movimiento1{
        from { margin-left: 75%; }
        to { margin-left: -30%; }
    }
    
    @keyframes movimiento2{
        from { margin-left: -30%; }
        to { margin-left: 70%; }
    }

    #contactanos .container{
        text-align: center;
        padding: 200px 12px;
        padding-top: 90px;
    }

    .form{
        background-color: #fff;
        width: 90%;
        margin: auto;
        max-width: 400px;
        border-radius: 1em;
        padding: 3.5em 1.5em;
    }

    .form__container{
        width: 100%;
        display: grid;
        gap: 1em;
        grid-auto-columns: 100%;
    }

    .form__title{
        text-align: center;
        font-size: 1.9rem;
        margin-bottom: .4em;
    }

    .form__input{
        font-family: inherit;
        font-size: 1rem;
        padding: .8em 1em;
        outline: none;
        border: none;
        border: 1px solid #bbb0b0;
        border-radius: 0.2em;
    }

    .form__input--message{
        resize: none;
        padding: 1.8em 1em;
        margin-bottom: .5em;
    }

    .form__cta{
        font-family: inherit;
        font-size: 1rem;
        background-color: black;
        color: white;
        border: none;
        font-weight: 300;
        padding: .7em 0;
        border-radius: .2em;
        cursor: pointer;
        font-weight: 400;
    }
}