body{
    color: #354468; font-family: 'Roboto';
    font-size: 16px;
}

h1 , .h1 { font-size: 35px; font-weight: 900; line-height: 59px;}
h2 , .h2 { font-size: 30px; line-height: 35px;}

.formulario_cab { background-color: #FFB228;}

.fundo_img{
    background-image: url( ../imgs/fundo_alto.jpg );
    background-color: #152855;
    background-position:  center;
    background-size: contain;
 
    aspect-ratio: calc(1920/940);
    background-repeat: no-repeat;
}
.fundo_pagina { 
    background-color: #354468;
    min-height: 100vh;
}
.fundo_pagina.n2 {
      background-color: #fff;
}

.formulario_container { 
    overflow: hidden; border-radius: 50px 50px  0 0 ; background-color: #fff; max-width: 1464px; margin: -150px auto  0 auto ;
}

/* .radio-group { display: flex;} */

form { 
    /* padding: 20px;  */
    max-width: 700px;
    width: 100%; 
}

.green { color: green;}
.red { color: red;}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 21px 45px;
    border: 1px solid #707070;
    border-radius: 50px;

    margin: 8px 0;
    outline: none;
     
}

form textarea {
    resize: none;
    height: 80px;
}

.radio-group {
    margin: 12px 0;
}

.radio-label {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding: 7px 45px 7px 15px;
    border: 1px solid #707070;
    border-radius: 50px;
    cursor: pointer;
     background-color: #fff;
     color:#707070;
}

.radio-label input {
    margin-right: 8px;
    width: 45px; height: 45px;
}

.btn-submit {
    background: #ffb700;
    color: #354468;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #e0a300;
}

@media(min-width: 1000px) and (max-width: 1660px){

    .radio-label { font-size: 14px ;}

    .formulario_container{ margin-top: -130px;}

    .fundo_img {     aspect-ratio: calc(1920 / 940); }

    h1 { font-size: 30px; font-weight: 900; line-height: 59px;}

    .escala {     transform: translate(-22%, -20%); scale: 0.7;         height: 506px; }

    form input[type="text"],
    form input[type="tel"],
    form input[type="email"],
    form textarea {
    
        padding: 15px 35px;
        border: 1px solid #707070;
        border-radius: 50px;
    
        
    }

    .radio-label input { width: 35px; height: 35px ;}
    .radio-label {     padding: 3px 35px 7px 15px; }

    .formulario_container{
        max-width: 1000px;
    }


}
@media(min-width: 1550px){
    .formulario_container{ margin-top: -295px;}
}
@media(min-width:1000px){
    .img_container img { width: 50%;;}
}
@media(max-width: 1000px){

    .fundo_img{
        background-image: url( ../imgs/fundo_3.jpg );
    }
    .font_45mob { font-size: 22px ; line-height: 27px ;}
    h1 { font-size: 28px; line-height: 32px; font-weight: 900; }

    h2, .h2 { font-size: 27px ; line-height: 32px;}

    body .formulario_container .small_padding { padding-left: 25px!important ; padding-right: 25px!important;}

    p { font-size: 18px; line-height: 24px;}
    
    .formulario_container > div { padding-left: 50px; padding-right: 50px;}

    .radio-label { margin-right: 30px; }

    .is-flex {flex-direction: column ; gap: 20px;}

    label { font-size: 12px;}

    .formulario_container{ margin-top: -110px; border-radius: 25px;  ;}
    
    .fundo_img{ 
        aspect-ratio: calc(370/320);     background-position: 0  ;
    }
}
