
@media screen and (max-width:1024px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/aa.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 300px;
        margin-top: -1072px;
     }

     .cont_for {
        width: 90%;
        margin-top: 100px;
    }

     .titulo_uno {
         font-size: 70px;
     }

     .formulario_contenedor_form {
       width: 100%;
       grid-column: 1/-1;
     }

     .titulo_dos {
        font-size: 34px;
    }
    .titulo_tres {
        font-size: 24px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 1100px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 98%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
     .calidad {
         font-size: 30px;
         margin-top: 50px;
         margin-left: -220px;

     }
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    .tt {
        margin-left: -250px;
        margin-top: 130px;
    }
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
}

@media screen and (max-width:800px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/bb.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 300px;
        margin-top: -1070px;
     }

     .cont_for {
        width: 90%;
        margin-top: 100px;
    }

     .titulo_uno {
         font-size: 70px;
     }

     .formulario_contenedor_form {
       width: 100%;
       grid-column: 1/-1;
     }

     .titulo_dos {
        font-size: 34px;
    }
    .titulo_tres {
        font-size: 24px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 1100px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 99%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
     .calidad {
         font-size: 30px;
         margin-top: 50px;
         margin-left: -220px;

     }
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    .tt {
        margin-left: -250px;
        margin-top: 130px;
    }
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
}


@media screen and (max-width:480px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/bb.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 200px;
        margin-top: -892px;
     }
     .titulo_uno {
         font-size: 50px;
     }
     .cont_for {
         width: 90%;
         margin-top: -10px;
     }

     .formulario_contenedor_form {
       width: 100%;
       grid-column: 1/-1;
     }

     .titulo_dos {
        font-size: 28px;
    }
    .titulo_tres {
        font-size: 20px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 900px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 102%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
     .calidad {
         font-size: 30px;
         margin-top: 50px;
         margin-left: -220px;

     }
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    .tt {
        margin-left: -250px;
        margin-top: 130px;
    }
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
}

@media screen and (max-width:414px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/bb.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 200px;
        margin-top: -892px;
     }
     .titulo_uno {
         font-size: 50px;
     }
     .cont_for {
         width: 90%;
         margin-top: -10px;
     }

     .formulario_contenedor_form {
       width: 100%;
     }

     .titulo_dos {
        font-size: 28px;
    }
    .titulo_tres {
        font-size: 20px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 900px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 102%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
     .calidad {
         font-size: 30px;
         margin-top: 50px;
         margin-left: -220px;

     }
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    .tt {
        margin-left: -250px;
        margin-top: 130px;
    }
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
}
 
@media screen and (max-width:360px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/bb.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 200px;
        margin-top: -891px;
     }
     .titulo_uno {
         font-size: 50px;
     }
     .cont_for {
         width: 90%;
         margin-top: -10px;
     }

     .formulario_contenedor_form {
       width: 100%;
     }

     .titulo_dos {
        font-size: 28px;
    }
    .titulo_tres {
        font-size: 20px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 900px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 102%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 25px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
    
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
    
}

 @media screen and (max-width:320px){
    .formulario_contenedor {
        grid-column: 1/-1;
        padding-top: 177px;
     }
     .imagen_contenedor{
        background-image: url(img/bb.png);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        grid-column: 1/-1;
        width: 100%;
        height: 200px;
        margin-top: -928px;
     }
     .titulo_uno {
         font-size: 50px;
     }
     .cont_for {
         width: 90%;
         margin-top: -10px;
     }

     .formulario_contenedor_form {
       width: 100%;
     }

     .titulo_dos {
        font-size: 28px;
    }
    .titulo_tres {
        font-size: 20px;
    }
    .header {
        background: #024788;
        color: #fff;
        grid-column: 1/-1;
        height: 900px;
        padding-bottom: 50px;
    }
    .btn_header {
        border-radius: 5px;
        padding: 0;
        margin-top: 2px;
        background: #F6A01F;
        color: #fff;
        border: none;
        width: 102%;
        cursor: pointer;
        border-bottom: 8px #9b7108 solid;
    }
    .siquiero {
        font-family: 'ANTON', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-top: 4%;
     }
     .escucha {
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
        margin-top: -20px;
        letter-spacing: .5px;
        margin-bottom: 4%;
     }
     .secure {
         font-size: 14px;
     }
     .calidad {
         font-size: 24px;
         margin-top: 50px;
         margin-left: -160px;

     }
     footer {
         margin-top: 10px;
     }
     .bb {
        height: 200px;
        text-align: center;
    }
    .tt {
        margin-left: -200px;
        margin-top: 120px;
    }
    footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 10px;
    }
}