@import url(fuentes.css);

#mensaje .contenedor {
    justify-content: center;
    text-align: center;
    color: rgb(194, 87, 0);
    font-family: "fpbook";
}

#contacto h2, #contacto h4 {
    text-align: center;
}

#contacto h4, #contacto h3, #contacto p {
    color: rgb(94, 94, 94);
}

#contacto p {
    font-family: "fpbook";
    font-size: 17px;
}

#contacto h2 {
    color: rgb(255, 81, 0);
    font-size: 27px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: "fpbold";
}

#contacto h4 {
    font-size: 17px;
    font-family: "fplight";
}

#contacto h3 {
    font-size: 17px;
    font-family: "fpbold";
}

#contacto textarea {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    resize: none;
    border-radius: 7px;
    padding: 7px;
    text-align: center;
    border: 1px solid rgb(218, 218, 218);
    margin-top: 13px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
    font-family: "fpbook";
    font-size: 17px;
}

#contacto .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tipocontacto img {
    width: 35px;
    margin-right: 10px;
}

button {
    margin-top: 13px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding: 7px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(rgb(255, 94, 0),rgb(153, 68, 19));
    color: white;
    font-size: 18px;
    font-family: "fpbold";
}

.funo {
    width: 100%;
}

.fdos {
    text-align: center;
    width: 100%;
}

::placeholder {
    color:rgb(190, 190, 190);
}

.conh3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.redh3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.priv {
    margin-top: 10px;
}

@media (min-width:900px) {
    .funo {
        padding-left: 5%;
        padding-right: 5%;
        width: 60%;
        max-width: 800px;
    }

    .fdos {
        width: 40%;
        max-width: 600px;
        text-align: left;
    }

    .conh3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .redh3 {
        margin-top: 45px;
        margin-bottom: 20px;
    }

    .priv {
        margin-top: 20px;
    }
}