/** FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

/** HEADER */
.logo-container {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    background-color: #fff;
}

.weCallYou span, .weCallYou a.span {
    color: #ffffff;
    font-size: 1.47em;
    font-weight: 700;
}

.weCallYou p {
    font-size: 0.688em;
}

/** BANNER */
.banner-container {
    text-align: center;
    background-color: #eff5f7;
    background: url(../images/tago_estudios_home.jpg) center center repeat-x;
    height: 230px;
}

.banner-background {
    padding-top: 45px;
}

/** TITLE */
.title-container {
    padding: 25px 0;
    background: url(../../../sfiles/images/content/bgTestimonios.jpg) center center repeat-x;
    background-size: cover;
}

h1 {
    font-size: 3em;
    text-shadow: 1px 0px #525252;
    color: #ffffff;
}

.btn-purple {
    text-transform: uppercase;
    background-color: #b5256c;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 2px solid #8c506d;
    font-weight: 300;
}

.btn-purple:hover {
    background-color: #32afae;
    color: #fff !important;
    border-bottom: 2px solid #476f6c;
}

.btn-purple-large {
    width: 100%;
    font-size: 1.5em;
}

.btn-blue {
    text-transform: uppercase;
    background-color: #32afae;
    cursor: pointer;
    color: #fff;
    border-bottom: 2px solid #476f6c;
    font-weight: 300;
    font-size: 0.813em;
}

.btn-blue-next {
    display: inline-block;
    
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 50px !important;
}

.img-icon {
    background-color: white;
    border-radius: 40px;
    padding: 10px;
}

h3 {
    color: white;
    font-size: 1.5em;
    margin-top: 10px;
}

.pul {
    
}

/** FORM */
.form-container {
    /*text-align: center;*/
    background-color: #ffffff;
    padding: 30px 0;
}

#survey-frame {
    font-family: "Open Sans", 'Lato', sans-serif;
    background-color: #ffffff;
}

#survey-frame .obtain {
    font-size: 1.5em;
    margin-bottom: 30px;
}

#survey-frame #form-wrapper {
    /*height: 530px;*/
    position: relative;
    border-top: 10px solid #32afae;
    border-bottom: 10px solid #32afae;
    background-color: #eff5f7;
}

#survey-frame .step-text {
    padding:20px;
    font-size: 1.5em;
}

#survey-frame .step-title {
    padding: 0 20px;
    font-size: 2em;
    margin-bottom: 20px;
    padding-top: 20px;
}

#survey-frame .step-options {
    list-style: none;
}

#survey-frame .step-options li {
    float: left;
    width: 50%;
}

#survey-frame .step-options li .btn {
    padding: 20px;
}

#survey-frame .validate-1, #survey-frame .validate-2 {
    width: 100%;
    height: 50px;
    display: inline-block;
    padding: 0px 50px;
}

#survey-frame label.error-label {
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 40px;
    color: #d63d51;
}

#survey-frame .form-group {
    padding: 0px 20px;
}
#survey-frame .form-group label {
    width: 80px;
    margin-right: 20px;
}

#survey-frame .form-group input {
    font-family: inherit;
    padding: 10px;
}

#survey-frame .form-group input.error-input {
    border: 2px solid #d63d51;
}

/** TEMPLATING */
html, body {
    font-family: 'Lato', sans-serif;
}

.cwhite {
    color: #fff;
}

.cblack {
    color: #2f383d;
}

.btn {
    padding: 9px 12px;
    height: auto;
    max-width: 100%;
}

.center {
    text-align: center;
}

.mtop20 {
    margin-top: 20px;
}

.mbottom30 {
    margin-bottom: 30px;
}

.fsize1 {
    font-size: 1em;
}

@media (min-width: 768px) {
    h1 {

    }
    .hidden-noxs {
        display: none;
    }
    .text_capcha{ padding-left: 100px }
    
}

@media (max-width: 767px) {
    .logo-container img {
        width: 100%;
        margin-top: 5px;
    }
    .btn-blue-next {
        
        position: absolute;
        
    }
    .weCallYou span, .weCallYou a.span {
        font-size: 1em;
    }
    .banner-background {
        padding-top: 25px;
    }
    h1 {
        font-size: 1.8em;
    }
    .hidden-xs {
        display: none;
    }
    #survey-frame .obtain {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 20px;
        font-size: 0.9em;
    }
    #survey-frame #form-wrapper {
        height: 480px;
    }
    #survey-frame .step-options li {
        width: 100%;
    }
    #survey-frame .step-options li div {
        width: 250px;
    }
    #survey-frame .validate-1, #survey-frame .validate-2 {
        margin-top: -30px;
    }
    #survey-frame .form-group input {
        width: 100%;
        border: 1px solid #bbbbbb;
    }
    #survey-frame .step-text {
        font-size: 0.9em;
        padding-bottom: 0px;
    }
    #survey-frame .step-title {
        font-size: 1.2em;
    }
    #survey-frame .step-options li .btn {
        padding: 5px;
        width: 205px;
    }
    .banner-container {
       
        height: 150px;
    }
    .text_capcha{ padding-left: 0px }
}

.banner-flex{
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Desktop */
.banner-text{
    flex: 0 0 70%;
    margin-top: 20px;
}

.banner-image img{
    max-height: 130px;
}
@media (max-width: 768px){
    .banner-flex{
        flex-direction: row;        /* mantener en fila */
        align-items: center;
        gap: 12px;
    }

    .banner-image{
        flex: 0 0 auto;
    }

    .banner-image img{
        max-height: 60px;           /* imagen más pequeña */
    }

    .banner-text{
        flex: 1;
        margin-top: 0;
        text-align: left;
    }

    .banner-text h1{
                   /* texto más pequeño */
        line-height: 1.2;
        margin: 0;
    }
}

/* DESKTOP GRANDE (por defecto) */
.banner-text h1{
    font-size: 60px; /* o el que ya uses */
}

/* TABLET / DESKTOP MEDIO */
@media (min-width: 768px) and (max-width: 1240px){
    .banner-text h1{
        font-size: 45px;
        line-height: 1.2;
    }
}

/* MÓVIL */
@media (max-width: 767px){
    .banner-text h1{
        font-size: 28px;
        line-height: 1.15;
    }
}

/* ---------- MÓVIL ---------- */
@media (max-width: 768px){
    .banner-flex{
        flex-direction: row;        /* mantener en fila */
        align-items: center;
        gap: 12px;
    }

    .banner-image{
        flex: 0 0 auto;
    }

    .banner-image img{
        max-height: 60px;           /* imagen más pequeña */
    }

    .banner-text{
        flex: 1;
        margin-top: 0;
        text-align: left;
    }

    .banner-text h1{
        font-size: 28px;            /* texto más pequeño */
        line-height: 1.2;
        margin: 0;
    }
}