.contacto{
    width: 100%;
    height: 75vh;   
}
.contenedor{
    width: 100%;
    display: flex;
}
.dts_contacto{
    width: 30%;
    height: 50vh;
    background: url('../../images/fondo.jpg');
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    
}
.form_contacto{
    width: 50%;
    height: 50vh;
    padding: 5px 20px;
    border: 1px solid rgb(0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}
.espacio_contacto{
    width: 10%;
}
.texto_contacto{
    width: 100%;
    padding: 0px;
    margin: 5px 0px;
}
.texto_contacto label{
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.texto_contacto input{
    width: 100%;
    border-top-color:
    rgb(255,255,255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color:
    rgb(255,255,255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color:
    rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color:
    rgb(0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}
.texto_contacto2{
    width: 100%;
    padding: 0px;
    margin: 5px 0px;
}
.texto_contacto2 label{
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.texto_contacto2 textarea{
    width: 100%;
    border-top-color:
    rgb(255,255,255);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color:
    rgb(255,255,255);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color:
    rgb(0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color:
    rgb(0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}
.btn_contacto2{
    width: 100%;
    padding: 5px;
    text-align: center;
}
.btn_contacto2 input{
    background: rgb(0, 0, 0);
    border-radius: 10px;
    padding: 5px 20px;
    color: rgb(255,255,255);
}
.btn_contacto2 input:hover{
    background: rgb(59, 59, 59);
}
.fondo_opacador{
    width: 100%;
    height: 100%;
    background: rgba(1, 28, 76, 0.918);
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    text-align: center;
    color: rgb(255,255,255);
}
.titulo_1{
    width: 100%;
}
.hr_contacto{
    background: rgb(255,255,255);
    height: 3px;
}
.titulo_1 span{
    font-size: 100px;
}
.titulo_2{
    width: 100%;
}
.titulo_2 p{
    padding: 0px;
    margin: 0px;
}
.base_1{
    width: 100%;
}
.centrado{
    margin: 0px auto;
}

@media screen and (max-width: 991px){
    .contenedor{
        display: block;
        padding: 0px 15px;
    }

    .espacio_contacto{
        height: 1vh;
    }
    .dts_contacto{
        width: 100%;
        height: 25vh;
        border: 1px solid black;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .fondo_opacador{
        width: 100%;
        height: 25vh;
        border: 1px solid black;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .titulo_1 span{
        font-size: 50px;
    }
    .form_contacto{
        width: 100%;
        height: 40vh;
        padding: 5px 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
       
    }
        
        
}