.ini_img {
    width: 100%;
    max-height: 400px;
}

.ini_titu {
    font-family: titulo3;
    font-size: 3.3rem;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #24417C;
}

.ini_parra {
    font-family: titulo2;
    color: #5b5b5b;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
    padding: 0px 50px;
    padding-bottom: 30px;
    font-size: 1.1rem;
}

.ini_btn {
    font-family: titulo3;
    padding: 10px 40px;
}

.btn-danger {
    background: #cb382a;
}

.btn-danger:hover {
    background: #cb382a;
}

@media (max-width: 1000px) {
    .ini_parra {
        padding: 10px;
    }

    .ini_btn {
        font-family: titulo2;
        margin-bottom: 40px;
    }
}

/* ini_contenido */
.contacto {
    text-align: justify;
}

.contenerdor-contacto {
    padding: 60px;
}

.contacto h1 {
    font-family: titulo3;
    font-size: 3rem;
    font-weight: 700;
    color: #24417C;
}

.contacto p {
    font-family: titulo2;
    font-size: 1.1rem;
    color: #5b5b5b;
    line-height: 30px;
}

.direccion {
    font-family: titulo2;
}

.direccion h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #24417C;
    font-family: titulo3;
}

.direccion p {
    font-size: 1.2rem;
    color: #5b5b5b;
    position: relative;
    bottom: 15px;
    left: 50Px;
}

.img_correo {
    width: 5%;
    margin: 10px;

}

.btn_w{
    text-decoration: none;
    padding: 10px 20px;
    background-color: #cb382a;
    color: #fff;
    border-radius: 40px;
    font-family:titulo3;

}
.btn_w:hover{
    
    background-color: #F8CF5E;
    color: #1F3B7A;
    font-weight: 400;
    
}

@media(max-width:1000px) {
    .contenerdor-contacto {
        padding: 20px;
    }

    .contacto p {
        font-family: titulo3;
        font-size: 1rem;
        color: #5b5b5b;
        line-height: 20px;
        text-align: justify;

    }

    .contacto h1 {
        text-align: center;
    }

    .direccion h1 {
        font-size: 1.2rem;


    }

    .direccion p {
        font-size: 1rem;
        color: #5b5b5b;
        position: relative;
        bottom: 15px;
        left: 30Px;
    }
}