* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.btn-whats {
    background-image: url(../img/whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 999;
}

.banner {
    background-image: url(../img/bannerContacto-max551.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 280px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner_titule {
    width: 100%;
    height: auto;
    position: center;
    text-align: center;
    margin-top: 60px;
}

.banner h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #FFF;
    font-size: calc(30px + 0.5vw);
    letter-spacing: 6px;
}

.form {
    width: 100%;
    height: 1225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerForm {
    width: 90%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.marcaForm {
    background-image: url(../img/marcaBottomGuests.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: calc(45px + 10vw);
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcaForm img {
    width: 80%;
}

.cardForm {
    width: 100%;
    height: 90%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bodyForm {
    width: 95%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formData {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#textData {
    align-items: flex-start;
    justify-content: space-around;
}

.formData h3{
    width: 80%;
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(20px + 5vw);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.formData p {
    color: #000;
    font-family: Montserrat;
    font-size: calc(11px + 0.5vw);
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

#inputData {
    padding: 30px 0px;
}

.formData input, .formData textarea {
    width: 100%;
    height: calc(20px + 5vw);
    border-style: solid;
    border-color: #D9D9D9;
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(20 + 0.5vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#inputMens {
    height: calc(20px + 15vw);
}

#btnEnviar {
    width: 100%;
    background-color: #FCD142;
    border: none;
    height: calc(20px + 5vw);
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(10px + 0.5vw);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 0;
}

#btnEnviar:hover {
    background-color: #dfb83a;
    font-size: calc(10px + 0.6vw);
}

.marcaBodyForm {
    background-image: url(../img/marcaBodyForm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 10%;
}

.textForm {
    width: 90%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.textForm h2 {
    width: 90%;
    color: #FCD142;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: calc(13px + 5vw);
}

#txtFormYellow {
    color: #3C6C76;
}

.tituleMaps {
    background-color: #FCD142;
    width: 80%;
    height: 50px;
    position: absolute;
    transform: translateY(385%);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tituleMaps a {
    text-decoration-line: none;
}

.tituleMaps h3 {
    text-align: center;
    color: #3C6C76;
    text-align: center;
    font-family: Montserrat;
    font-size: calc(9px + 2vw);
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
}

.googleMaps {
    width: 100%;
    height: 400px;
}

.googleMaps iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 551px) {
    .banner {
        background-image: url(../img/bannerContacto-max800.png);
    }

    .banner h1 {
        font-size: calc(39px + 0.5vw);
        letter-spacing: 15px;
    }

    .marcaForm img {
        content: url(../img/imgContacto-max800.png);
    }

    #inputData {
        padding: 20px 0px;
    }
}

@media screen and (min-width: 600px) {
    #inputData {
        padding: 20px 0px;
    }

    .formData input {
        height: calc(35px + 3vw);
        max-height: 65px;
    }
    
    #inputMens {
        height: calc(35px + 9vw);
    }

    .tituleMaps {
        width: 55%;
    }
}

@media screen and (min-width:800px) {
    .btn-whats {
        bottom: 20px;
    }

    .banner {
        background-image: url(../img/bannerContacto-max1300.png);
    }

    .marcaForm img {
        content: url(../img/imgContacto-max1300.png);
    }

    .marcaBodyForm {
        background-image: url(../img/marcaBodyForm_tablet.png);
    }

    .form {
        height: 1000px;
    }

    .bodyForm {
        flex-direction: row;
    }

    .formData h3 {
        font-size: calc(20px + 3vw);
    }

    .formData p {
        font-size: calc(12px + 0.5vw);
        padding-right: 45px;
        margin-top: 25px;
    }

    .textForm h2 {
        width: 70%;
        font-size: calc(23px + 1vw);
    }

    .formData {
        height: 70%;
    }

    .tituleMaps {
        transform: translateY(300%);
    }

    #textData {
        justify-content: center;
    }
}

@media screen and (min-width:1000px) {
    .marcaBodyForm {
        background-image: url(../img/marcaBodyForm_desktop.png);
    }
}

@media screen and (min-width:1100px) {
    .form {
        height: 1200px;
    }

    .textForm h2 {
        width: 60%;
    }

    .tituleMaps {
        transform: translateY(230%);
        width: 35%;
        height: 80px;
    }

    .tituleMaps h3 {
        font-size: calc(9px + 1.5vw);
    }

    .formData {
        height: 90%;
    }

    #inputData {
        padding: 70px 0px;
    }

    #inputMens {
        max-height: 130px;
    }

    .formData button {
        height: calc(21px + 3vw);
    }
}