/* ---sponsores--- */
h2{font-size: 30px;}

.ramo_generico {font-family: 'Montserrat', sans-serif;}
.ramo_generico #hero { background-repeat:no-repeat; background-position:center; background-size: cover; }

.ramo_generico #gracias { background-repeat:no-repeat; background-position:center; background-size: cover; }


.ramo_generico #formulario {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.ramo_generico #hero h1 {
    margin-bottom: 30px;
}
.ramo_generico #hero h2 {
    margin-bottom: 20px;
}
.ramo_generico #hero h3 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
}

label{color:#666;}

#formulario .phone_wrappper {
    display:flex; 
    justify-content: center;
    align-items: center; 
    position: relative;
}
#formulario .cod_area label.error {
    position: absolute;
    left: 0;
    top: 40px;
}

#formulario .cod_area label.error:last-child {
    left: 50%;
}

#formulario .cod_area input {
    width: 100%;
    float: none;
}

#formulario .cod_area #control_COLUMN29 {
    margin-right:4%;
    width: 60%;
}

#formulario .cod_area label {
    margin-right:3%;
}

textarea {
    height: 90px;
}

#logo_rus {
    width: 230px;
}


/* ---------------- RESPONSIVE ---------------- */


@media screen and (min-width: 1600px) { 

    #logo_rus {
        width: 230px;
    }
}

@media screen and (max-width: 1600px) { 
	

}


@media screen and (max-width: 1200px) { 

}

@media screen and (max-width: 768px) { 
    #formulario .cod_area label.error {
        top: 45px;
    }

    #logo_rus {
        width: 180px;
    }
}

@media screen and (max-width: 480px) { 
    .ramo_generico #hero { 
        padding-left: 0;
        padding-right: 0;
        background-position:top right;
      }
      .ramo_generico #formulario {
        padding: 30px 10px;
    }
    #formulario .cod_area label.error {
        top: 40px;
    }
  
}