/******************Estilos Contacto************************************/
.sect-contacto {
    height: auto;
    width: 100%;
    top: 10%;
    height: 100%;
    margin: auto;
    position: relative;
    position: relative;
    text-align: center;

    /*background-image: url('../img/Nuestro.webp');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;*/
}

@media (max-width: 720px) {
    .sect-contacto {
        height: 200%;
        /*background-image: url('../img/Nuestro.webp');
        background-repeat: no-repeat;
        background-size:cover;
        background-position: center;*/
    }
}

.p-titulo-contacto {
    font-family: Raleway;
    color: #19569B;
    font-size: 5.0vw;
}

@media (max-width: 720px) {
    .p-titulo-contacto {
        font-family: Raleway;
        color: #19569B;
        font-size: 9.0vw;
    }

}

.pSubtitulo {
    font-size: 15pt;
    margin-left: 30%;
    margin-right: 30%;
    color: #19569B
}

/******************Para los equipos móviles****************/
@media (max-width: 720px) {
    .pSubtitulo {
        margin-left: 20%;
        margin-right: 5%;
    }

    .div-mitad-contacto-form {
        margin-left: 20%;
    }
}

@media only screen and (min-width: 769px) {
    .sect-contacto form {
        padding-left: 10%;
    }
}

@media only screen and (min-width: 480px) {
    .sect-contacto form {
        padding-left: 10%;
    }
}

#boton {
    color: #ffffff;
    height: 20%;
    padding: 10px;
}
