body {
  padding: 0;
  margin: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: auto;
    gap: 0px;
    overflow: hidden;
 }

 .header {
     background: #024788;
     color: #fff;
     grid-column: 1/-1;
     height: 770px;
 }
 .formulario_contenedor {
    grid-column: 1/13;
 }
 .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: 13/-1;
    width: 100%;
    height: 770px;
 }

 .titulo_uno {
    font-family: 'Anton', sans-serif;
    font-size: 64px;
    line-height: 120%;
 }
 .titulo_dos {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 110%;
    margin-top: -50px;
 }
 .titulo_tres {
    font-family: 'Thasadith', sans-serif;
    font-size: 22px;
    line-height: 120%;
    margin-top: -20px;
 }
 .cont_for {
     width: 576px;
     float: right;
     padding-right: 20px;
 }
 .formulario_contenedor_form {
     width: 90%;
 }
 .inp {
     padding-left: 17px;
     padding-top: 17px;
     padding-bottom: 20px;
     width: 96%;
     font-size: 17px;
     color: #A19A9A;
     border-radius: 0px;
     border: none;
     margin-bottom: 10px;
 }
 .btn_header {
     border-radius: 5px;
     padding: 0;
     margin-top: 2px;
     background: #F6A01F;
     color: #fff;
     border: none;
     width: 100%;
     cursor: pointer;
     border-bottom: 8px #9b7108 solid;
 }
 .btn_header:hover {
     background: #F29811;
 }
 .siquiero {
    font-family: 'ANTON', sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-top: 4%;

    text-shadow: 1px 1px 2px #2E2F30;
 }
 .escucha {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    margin-top: -37px;
    letter-spacing: 1.7px;
    margin-bottom: 4%;
    text-shadow: 1px 1px 2px #2E2F30;
 }
 .secure {
     color: #3C88CF;
     font-family: 'Noto Sans', sans-serif;
     font-size: 15px;
     text-align: center;
     margin-top: 30px;
 }
 .segundo {
     color: black;
     border: solid;
     width: 100%;
     height: 40px;
 }
 .tt {
     width: 150px;
     height: 60px;
 }
 .calidad, .tt {
   display: inline-block;
 }
 .calidad {
    font-family: 'ANTON', sans-serif;
    color: #8A7878;
    font-weight: bold;
    font-size: 35px;
    margin-top: 4%;
 }
 .tt {
     margin-left: 20px;
     vertical-align: middle;
     margin-top: -30px;
 }
 .ttd {
     grid-column: 5/-1;
     margin-left: 50px;
     margin-top: -34px;
 }
.bb {
    height: 100px;
}


footer{
    background: #243238;
    color: #50636B;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

footer a{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #50636B;
}



.iconoInput {
    color: #e8e8e8;
    font-size: 15px;
    position: absolute;
    left: 25px;
    padding-top: 10px;}
    .inputPadding {
    padding-left: 40px;}