.btn-close{
    margin-left: 80% !important;
    color: #2193b0;
}

.modal-body{
    display: flex;
    flex-direction: row;
    width: 100%;
}



.modal-izquierdo{
    width: 120%;
}

.modal-izquierdo img{
    width: 100%;
}


.modal-derecho{
width: 80%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: justify;
background-image: url(img/gradiant.png);
background-size: cover;
}

.modal-derecho a{
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;

color: #2193b0;
font-size: 20px;
    text-align: center;
}

.modal-derecho a:hover{
    color: gray;
}

.modal-derecho img{
    margin-top: 20%;
    width: 90%;
}


@media (max-width:858px){
    .modal-derecho img{
      margin-top: -20%;
        width: 100%;
        height: 70% !important;
    }

    .modal-derecho{
        display: flex;
        flex-direction: column;
   
        justify-content: center
    }
    .modal-derecho a{
        margin-top: 20px;
        margin-bottom: 0 !important;
       
        margin-left: 15px;
    }

    .modal-izquierdo{
        background-size: cover;

    }
    
    
}