
*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.cajas-moviles{
    width: 100%;
    margin-top: 5%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cajas-moviles .cajas{
    width: 90%;
    height: auto;
    margin-bottom: 10%;
}

.cajas input{
    background-color:#F3F3F3;
    height: 50px;
}

#producto{
    background-color:#F3F3F3;
    height: 50px;
}

#marca{
    background-color:#F3F3F3;
    height: 50px;
}

.cajas .title-datos-cliente{
    background-color: #004A87;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.info-msg{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.info-msg .msg-uno{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-msg .msg-uno span{
    font-size: 15px;
    color: #008cff;
    font-family: 'Roboto';
 }

.cajas .title-datos-cliente h5{
    color: white;
    font-family: 'Roboto';
}

.cajas .datos-cliente{
    padding: 0px;
    margin-left:0px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    width: 100%;
}

.datos-cliente .tel{
    display: flex;
    flex-direction: column;
}

#datos-equipos{
    padding: 0px;
    margin-left:0px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.cajas .container-footer-form{
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container-footer-form .check-aviso{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container-footer-form .check-aviso input{
    width: 20px;
    height: 20px;
}

.container-footer-form .boton{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.btn-solicitar{
    --color: #004a87;
    font-family: 'Roboto';
    display: inline-block;
    width: 200px;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    color: var(--color);
    text-decoration: none;
    text-align: center;
}


.btn-solicitar:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 300px;
    border-radius: 50%;
}
   
.btn-solicitar:hover {
    color: #fff;
}
   
.btn-solicitar:before {
top: 100%;
left: 100%;
transition: all .7s;
}

.btn-solicitar:hover:before {
top: -30px;
left: -30px;
}

.btn-solicitar:active:before {
background: #018dff;
transition: background 0s;
}

#agregar-fila{
    display: flex;
    justify-content: center;
    align-items: center;
}

#agregar-fila span{
    cursor: pointer;
}

#formulario{
    transition-delay: 0.30s;
    transition-duration: 0.30s;
}

#fila label,
.datos-cliente label{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
}

#fila textarea{
    background-color: #f3f3f3;
}

#fila .form-floating {
    position: relative;
}

#file-adjuntar{
    position: absolute;
    bottom: 0px;
    right: 9px;
    background-color: #e6e6e6;
    height: 50px;
    color: rgb(0, 0, 0);
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 13px;
    width: 35%;
    border-top-left-radius: 5px;
    padding-top: 10px;
    padding-left: 75px;
}

#file-adjuntar::before{
    content: 'Adjuntar archivo';
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 15px;
    padding-left: 30px;
    height: 100%;
    border-radius: 5px;
    background-color: #e6e6e6;
}

/*INPUT DE TELEFONO */

.tel{
    display: flex;
    flex-direction: column;
}

.tel input::selection{
    width: 100px;
}

.iti__selected-flag{
    background-color: rgb(238, 237, 237);
}

.iti__country-list{
    width: 400px;
    background-color: rgb(255, 255, 255);
    padding-left: 0px;
}

.iti__country-list li{
    display: block;
    padding-left: 10px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: normal;
    color: black;
}

.iti__country-list li:hover{
    background-color: #004A87;
    color: white;
}

.tel label{
    font-weight: bold;
}

@media screen and (max-width:2000px) {
        
    .cajas .title-datos-cliente{
        background-color: #004A87;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }


    .info-msg{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .info-msg .msg-uno{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-msg .msg-uno span{
        font-size: 18px;
        color: #008cff;
        font-family: 'Roboto';
    }

    .cajas .title-datos-cliente h5{
        color: white;
        font-family: 'Roboto';
        font-size: 28px;
    }

    .cajas .datos-cliente{
        padding: 0px;
        margin-left:0px;
        margin-top: 10px;
        margin-bottom: 20px;
        height: auto;
        width: 100%;
    }

    .datos-cliente .tel{
        display: flex;
        flex-direction: column;
    }

    #datos-equipos{
        padding: 0px;
        margin-left:0px;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .cajas .container-footer-form{
        width: 100%;
        margin: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .container-footer-form .check-aviso{
        width: 50%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-footer-form .check-aviso input{
        width: 20px;
        height: 20px;
    }

    .container-footer-form .boton{
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }


    .btn-solicitar{
        --color: #004a87;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 50px;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: bold;
        color: var(--color);
        text-decoration: none;
        text-align: center;
    }

    .btn-solicitar:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .btn-solicitar:hover {
        color: #fff;
    }
    
    .btn-solicitar:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
    }

    .btn-solicitar:hover:before {
    top: -30px;
    left: -30px;
    }

    .btn-solicitar:active:before {
    background: #018dff;
    transition: background 0s;
    }

    #agregar-fila{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #agregar-fila span{
        cursor: pointer;
    }

    #formulario{
        transition-delay: 0.30s;
        transition-duration: 0.30s;
    }

    #fila label,
    .datos-cliente label{
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 18px;
    }

    #fila textarea{
        background-color: #f3f3f3;
    }
}
