
/*-----------------------*/
.cont3{
    background: rgb(7, 5, 50);
    display: flex;
    flex-direction: column;
    border-radius: 1%;
    
}
.cont3 .contacto{
    width: 100%;
    height: 100%;
    display: flex;
}

.cont3 .contacto .form1{
    width: 70%;
    display: flex;
    background: rgb(232, 232, 232);
}

.cont3 .contacto .form1 form{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cont3 .contacto .form1 form .text-1{
    display: flex;
    flex-wrap: wrap;
}

.cont3 .contacto .form1 form .text-1 .label-form{
    width: 48%;
    align-items: center;
    margin-left: 10px;
    margin-top: 20px;
}

.cont3 .contacto .form1 form .text-1 .label-form label{
    margin-left: 20px;
}

.cont3 .contacto .form1 form .text-1 .label-form label,
.cont3 .contacto .form1 form .text-2 .block label{
    font-size: 24px;
    color: rgb(7, 5, 50);
}


.cont3 .contacto .form1 form .text-1 .label-form input,
.cont3 .contacto .form1 form .text-2 .block textarea{
    width: 95%;
    margin-top: 10px;
    border: none;
    background: none;
    outline: 0;
    border-bottom: 1.5px solid #100f0f;
    font-size: 20px;
    align-items: center;
}

.cont3 .contacto .form1 form .text-2{
    display: flex;
    flex-direction: column;
}

.cont3 .contacto .form1 form .text-2 .block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.cont3 .contacto .form1 form .text-2 .block button {
    background: rgb(7, 5, 50);
    border: 0;
    text-transform: uppercase;
    padding: 1em;
    width: 90%;
    font-size: 15px;
    color: #fff;
}

.cont3 .contacto .form1 form .text-2 .block button:hover,
.cont3 .contacto .form1 form .text-2 .block button:focus {
    background: rgb(108, 29, 30);
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}

.cont3 .contacto .form2{
    background: rgb(211, 211, 211);
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont3 .contacto h4{
    margin-top: 30px;
    font-size: 24px;
}

.cont3 .contacto .form2 img{
    width: 90%;
    margin-top: 10px;
}

.cont3 .contacto .form2 p{
    text-align: justify;
    padding: 20px 0;
    margin: 10px;
}

.cont3 .contacto .form2 a{
    background: rgb(7, 5, 50);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20%;
}

.cont3 .contacto .form2 a i{
    color: #e7f2f4;
    padding: 10px 12px;
    font-size: 24px;
}

.cont3 .contacto .form2 a:hover{
    background: rgb(108, 29, 30);
}








/*Responsive*/

@media screen and (max-width: 768px){

    .cont3 .contacto{
        flex-direction: column;
    }

    .cont3 .contacto .form1{
        width: 100%;
    }

    .cont3 .contacto .form2{
        width: 100%;

    }
    .cont3 .contacto .form1 form .text-1 .label-form{
        width: 100%;

    }

    .cont3 .contacto .form1 form .text-1 .label-form label,
    .cont3 .contacto .form1 form .text-2 .block label,
    .cont3 .contacto .form1 form .text-1 .label-form input,
    .cont3 .contacto .form1 form .text-2 .block textarea{
        font-size: 18px;

    }
}
