/* Generales */

.modal {
    z-index:50;
    display: none;
    position: fixed; 
    margin-left:0px!important;
    padding-top: 100px;
    font-size: 16px!important; 
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%; 
    overflow-y:scroll;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    }
    .modal-header{
        width: 50%!important; 
    }
    
    .modal-content {
    position: relative; 
    background-color:#f7e4e4e1;
    padding: 0px 20px 20px 20px; 
    margin: auto;
    width: 40%!important; 
    height:auto; 
    border: 2px!important;
    border-color: white!important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border: 0.5px solid grey !important;

    }

    .boton_modal{
        border-radius: 10px;
        font-size:24px;
        padding:10px;
        margin-top:40px;
        cursor: pointer;
    }

    .boton_compatible{
        color:white;
        background-color: rgb(18, 104, 18);
    }


    .boton_no_compatible{
        color:white;
        background-color: rgba(230, 35, 41);
        text-decoration: none;
    }


    .close-btn {
    float: right; 
    font-size: 28px!important;  
    font-weight: bold;
    }.close-btn:hover {
    color: black;
    cursor:pointer;

    }

    .wrap-input100{

        margin-bottom: 40px;
        border: none;
        width:70%;
        margin-left:15%;
        margin-right:15%;
        text-align:left;
    }

    .input{
        border:none!important;
        border-bottom: 1px solid grey !important;
        border-radius: 0%!important;
        margin-bottom: 5px;
        padding-left: 0px!important;
    }

    .textarea{
        border:none!important;
        border-bottom: 1px solid grey !important;
        border-radius: 0%!important;
        margin-bottom: 5px;
        padding-left: 0px!important;
        background-color: black!important;
        color: rgb(118, 118, 118)!important;
    }

    .modal_div_boton{
        margin-bottom:10px;
        width:70%;
        margin-left:15%;
        margin-right:15%;
        position:relative;
        text-align:center!important;
    }

    .modal_div_boton > input{
        background-color: white!important;
        color:black!important;
        border-radius: 0%!important;
    }
    .modal_div_boton > input:hover{
        background-color: #0046ea!important;
        color:black!important;
        color:white;
    }

    input:-webkit-autofill{
        -webkit-box-shadow: 0 0 0px 1000px black inset;
        -webkit-text-fill-color: rgb(118, 118, 118);
        background-color: transparent;
    }

    textarea:-webkit-autofill{
        -webkit-box-shadow: 0 0 0px 1000px black inset;
        -webkit-text-fill-color: rgb(118, 118, 118);
        background-color: transparent;
    }

    @media screen and (max-width: 480px) {

        .modal-content {
        
            width:100%!important;
        }

        .modal{
            padding-top: 17px!important;
        }

        #modal_contacto .modal-content h3{
            margin-bottom: 15px!important;
        }

    }


/* Particulares */

#modal_modelo_compatible{
    color:rgb(18, 104, 18);
}

#modal_modelo_no_compatible{
    color:rgba(230, 35, 41);
}

#modal_modelo_compatible .modal-content{
    text-align:center!important;
    margin-top: 171px!important;
    padding: 0px 20px 37px 20px!important;
}

#modal_modelo_no_compatible .modal-content{
    text-align:center!important;
    margin-top: 171px!important;
    padding: 0px 20px 37px 20px!important;
    
}




