

.colorP3{
    background-color: #FFF4F7;
}

.title-dis{
    font-size: 40px;
    font-weight: bold;
    color: #363636;
}

.title-dis-c{
    font-size: 17px;
}

.card-dis{
    position: absolute;
    margin-left: 100px;
}

.espacio-contact{
    height: 200px;
}

.espacio-formulario1{
    height: 50px;
}

.espacio-formulario2{
    height: 50px;
}

.espacio-contact-min{
    height: 100px;
}

.espacio-input{
    height: 15px;
}

.espacio-input-2{
    width: 10px;
}

.input-in{
    display: none;
}

.boton-enviar-form{
    color: #818181;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #707070;
    width: 120px;
height: 40px;
border-radius: 0px;
}

.boton-enviar-form:hover{
    border: 1px solid #707070;

    transform: scale(0.9);
}
.espacio-formulario{
    height: 60px;
}


@media screen and (max-width: 991px) {
    .card-dis {
        margin-left: 0px;
    }

    .espacio-contact2{
        height: 550px;
    }

    .espacio-contact-min{
        height: 50px;
    }

    .espacio-formulario2{
        height: 1px;
    }
}


@media screen and (max-width: 500px) {
    .title-dis {
        font-size: 35px;
    }
}

@media screen and (max-width: 365px) {
    .card-dis {
        margin-top: 1600px;
    }
}


.input-area{
    width: 100%;
    height: 70px;
    margin-bottom: -15px;
    position: relative;
}

.input{
    width: 100%;
    height: 50%;
    border: 1px solid rgb(112, 112, 112);
    border-radius: 5px;
}

.label{
    position: absolute;
    top: 20%;
    left: 2%;
    transform: translateY(-50%);
    transition: all .8s ease;
    font-size: 15px;
    pointer-events: none;
}

.input:focus + .label, .input:valid + .label {
    font-size: 15px;
    bottom: -20px;
    /* background-color: white; */
}


.in-asunto{
    height: 60px;
}

#asunto{
    height: 100px;
}

.espacio-comentario{
    height: 10px;
}

.span1{
    color: red;
}


@media screen and (max-width: 991px) {
    .label{
        font-size: 13px;
    }  
    .input:focus + .label, .input:valid + .label {
        font-size: 13px;
        /* background-color: white; */
    }
}

@media screen and (max-width: 500px) {
    .card-dis{
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .responsive{
        margin-top: 1450px;

    }
}

@media screen and (max-width: 400px) {
    .responsive{
        margin-top: 1750px;

    }
}