body{
    margin: 0;
}
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    position: relative;;
    transform: scale(1.5);
    margin-right: 1.5vw;
    bottom: 0.4vw;
}
.container{
    max-width: none;
}
.hero__main{
    background-image: url("../images/asesoria.jpg");
}
.titulo__div p{
    width: 50vw;
}
.form__asesor{
    position: relative;
    bottom: 8vw;
    overflow: hidden;
    z-index: 100;
}
.formulariochat{
    height: 15vw;
}
#asesoria__form{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin: 0 5vw;
}
.input{
    width: 40vw;
    height: 1vw;
    padding: 15px;
    font-size: 1vw;
}
.datos{
    width: 43vw;
    grid-column: 1/5;
    padding-left: 1vw ;
    background-color: #f4f4f4;
    padding: 4vw 1vw;
    border-radius: 6vw 0 0 0;
}
.datos__campo{
    display: flex;
    justify-content: space-between;
    margin: 1vw 0;
}
#divNO{
    padding-bottom: 5vw;
}
/* #horas{
    width: 25%;
    display:  inline;
    margin: 0;
} */
/* #costo_total{
    font-size: 1.3vw!important;
    align-self: center;
    margin: 0;
    width: 27vw;
    padding-left: 1vw;
} */

.costosX h2, .costosX p {
    margin: 0;
    width: 49%;
    margin-bottom: 2vw;
}
.costosX div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.costosX span{
    font-size: 1.2vw;
}

.agendar{
    grid-column: 5/9;
    background-color: #e0e0e0;
    border-radius: 0 6vw 0 0;
}
.agendar img{
    justify-self: center;
}
.agendar__txt p{
    margin: 2vw;
    text-align: center;
    color: #8e8e8e;
}
.date__pick{
    margin: 3vw 0;
    text-align: center;
    position: relative;
    z-index: 100;
}
.date__pick .input{
    width: 14vw;
    background-color: #f4f4f4;
    text-align: center;
    position: relative;
    bottom: 0.5vw;
}
.terminos{
    grid-column: 1/5;
    padding: 5vw 2vw;
    border-radius: 0 0 0 6vw;
    background-color: #f4f4f4;
}
.envio{
    display: flex;
    grid-column: 5/9;
    flex-direction: column;
    justify-content: center;
    gap: 3vw;
    background-color: #e0e0e0;
    border-radius: 0 0 6vw 0;
    padding-bottom: 2vw;
}
.capt_asesor{
    display: flex;
    justify-content: center;
    z-index: 100;
}
#btn__agendar{
    background-color: #25808f;
    color: white;
    border-radius: 2vw;
    height: 4vw;
    width: 15vw;
    align-self: center;
    font-size: 1.5vw;
    border: 0;
}
#btn__agendar:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
#hoja{
    position: absolute;
    width: 12vw;
    opacity: 55%;
    right: 7vw;
    top: 26vw;
}
.date__pick input, select{
    -webkit-appearance: none;
    appearance: none;
}
#select__a{
    padding: 0 1vw!important;
    height: 3vw;
}
.terminos a:hover{
    color: #827b7b;
}
@media (min-device-width:600px) and (max-device-width:1050px){
    .formulariocontacto{
        width: 90vw;
    }
    .datos{
        grid-column: 1/9;
        width: 88vw;
        border-radius: 6vw 6vw 0 0;
    }
    .agendar{
        grid-column: 1/9;
        border-radius: 0;
        background-color: #f4f4f4;
    }
    .terminos{
        background-color: #e0e0e0;
    }
    .date__pick .input {
        background-color: #e0e0e0;
    }
    .titulo__div p, .titulo__div h1{
        width: 100%;
        text-align: center;
    }
    .input{
        font-size: 2vw;
    }
    #hoja{
        width: 14vw;
        left: 79%;
        top: 64vw;
    }
    /* #costo_total{
        font-size: 2.5vw!important;
        padding: 0;
        width: auto;
    } */
    .datos__campo{
        margin: 2vw 0;
        align-items: center;
    }
    .sel{
        padding-left: 1vw;
        width: 83vw;
    }
    label{
        font-size: 2.5vw;
    }
    label a{
        color: #2a3f92;
    }
    input[type="checkbox"]{
        transform: scale(1.3);
    }
    p{
        font-size: 2.5vw;
    }
    #select__a{
        padding: 0 20px!important;
        height: 4vw!important;
    }
    #btn__agendar {
        height: 5vw;
        width: 20vw;
        font-size: 2.5vw;
    }
    .costosX span {
        font-size: 2vw;
    }
}
@media (min-device-width:250px) and (max-device-width:599px){
    .hero__main{
        background-position: 70%;
    }
    label{
        width: 50vw;
    }
    label a{
        color: #2a3f92;
    }
    p{
        font-size: 4vw;
    }
    .input{
        font-size: 3vw;
    }
    input[type="checkbox"]{
        transform: scale(1.2);
    }
    .titulo__div h1{
        font-weight: bold;
    }
    .titulo__div p {
        width: 80vw;
    }
    #asesoria__form{
        display: flex;
        flex-direction: column;
    }
    .datos{
        width: auto;
        border-radius: 6vw 6vw 0 0;
    }
    .agendar{
        border-radius: 0;
        padding: 8vw 0;
        background-color: #f4f4f4;
    }
    .terminos{
        background-color: #e0e0e0;
        border-radius: 0;
    }
    .formulariocontacto{
        width: 90vw;
        height: 248vw;
    }
    .envio{
        border-radius: 0 0 6vw 6vw;
        padding-bottom: 5vw;
    }
    .sel{
        width: 81vw;
        padding-left: 2vw;
    }
    /* #costo_total{
        width: 13vw;
        font-size: 3vw!important;
    } */
    .date__pick .input{
        width: 25vw;
        background-color: #e0e0e0;
    }
    #hoja{
        display: none;
    }
    .datos{
        padding: 8vw 3vw 0 3vw;
    }
    .datos__campo{
        margin: 5vw 0;
    }
    #btn__agendar{
        background-color: #25808f;
        color: white;
        border-radius: 4vw;
        height: 8vw;
        width: 35vw;
        align-self: center;
        font-size: 4vw;
        border: 0;
    }
    #select__a {
        height: 7vw !important;
    }
    .costosX h2{
        font-size: 3.5vw;
        text-align: left;
    }
    .costosX span {
        font-size: 3.3vw;
    }
}
@media (min-device-width:300px) and (max-device-width:370px){
    .capt_asesor{
        transform: scale(0.8);
    }
}
