/* Form Column */
.main-container {
    width: 1346px;
    margin-top: 45px;
}

.card.form-container {
    background-color: #043263;
    background-image: url(../../../images/micrositios/hogarMadivav2/background-form.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-right: 36px;
}
.card.form-container .card-content {
    padding: 38px 38px 18px 38px;
}

.form-container h2,
.form-container p,
.form-label,
.form-container input[type=text],
.form-container [type="radio"] + span,
.information-container p,
.information-secondary h4,
.information-secondary h3,
.information-main h4,
.btn-calcular,
.btn-enviar {
    color: #ffffff;
    font-family: 'BBVABentonSans', sans-serif;
}
.preguntas h3,
.preguntas p {
    font-family: 'BBVABentonSans', sans-serif;    
}
.form-container h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.form-container p {
    font-size: 16px;
    line-height: 1.3;
}
.form-label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.form-container [type="radio"] + span {
    font-size: 14px;
}

.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=number] {
    background-color: #fff;
    padding: 4px 5px 0 5px;
    height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    color: #9e9e9e;
    border-bottom: 2px solid transparent;
}
.form-container .select-wrapper input[type=text] {
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 39px;
    padding: 0;
}
.form-container .select-wrapper .caret {
    fill: #ffffff;
}

.form-container [type="radio"] + span:before {
    background-color: #fff;
}

.tooltip {
    display: block;
}

.btn-large.btn-calcular,
.btn-large.btn-enviar {
    background-color: #00afbc;
    width: 220px;
    height: 62px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
    text-transform: none;
}

#map {
    height: 286px;
    width: auto;
}


/* Information Column */

.information-container {
    margin-left: 36px;
}

.information-main .col {
    margin-bottom: 17px;
}

.information-secondary {
    border-top: 1px solid #bdbdbd;
    margin-top: 34px;
    padding-top: 20px;
    position: relative;
}
.information-secondary .inside {
    padding: 17px 0px;
    text-align: center;
}
.title-secondary img {
    float: left;
    width: 100px;
}
.title-secondary {
    margin-bottom: 18px;
}
.information-container h4 {
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
}

.information-container h3 {
    font-size: 35px;
    color: #043263;
    margin: 40px 0 10px 0;
}
.information-secondary h3 {
    font-size: 30px;
    float: left;
    margin: 18px 0 0 0;
    width: 80%;
}
.information-main h4 {
    font-size: 22px;
    color: #043263;
}
.information-secondary h4 {
    font-size: 20px;
    color: #000000;
}

.information-container p {
    color: #121212;
    margin: 6px 0 0 0;
    line-height: 1.3;
}
.information-main p,
.preguntas p {
    font-size: 14px;
}
.carousel.carousel-slider .carousel-item p {
    font-size: 12px;
}

img.large-icon {
    height: 112px;
}
img.medium-icon {
    height: 54px;
}

.carousel.carousel-slider {
    min-height: 280px !important;
    height: auto !important;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 114px;
}
.carousel-arrows {
    position: absolute;
    top: 200px;
    z-index: 1;
    width: 100%;
}
.carousel-arrows .left {
    margin-left: -13px;
}
.carousel-arrows .right {
    margin-right: -13px;
}
.carousel-arrows i {
    font-size: 40px;
    color: #bdbdbd;
}
.clear-block {
    clear: both;
}
.carousel .indicators {
    display: none;
}


/* Preguntas y respuestas */

.preguntas {
    margin: 10px 0 50px 0;
    padding: 0 200px !important;
    text-align: center;
}
.preguntas h3 {
    font-size: 25px;
    color: #0d1e3d;
    font-weight: bold;
    margin: 30px 0 20px 0;
    width: 100%;
    padding: 0 25px;
}
.preguntas h4 {
    font-weight: bold;
    font-size: 16px;
    color: #0d1e3d;
    margin: 10px auto 3px;
    padding-right: 20px;
    line-height: 1.2;
}
.preguntas p {
    margin: 8px 0 10px 0;
    color: #121212;
    padding: 0;
    line-height: 1.4;
}

.collapsible {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: none;
}
.collapsible-header {
    border: none;
    line-height: 1;
    padding: 0;
}
.collapsible-body {
    border: none;
    padding: 0;
}
.collapsible-header i {
    font-size: 1.7rem;
    line-height: 0;
    padding: 9px 0 0 0;
    width: 20px;
    position: absolute;
    color: #00afbc;
}


/* Paso 2 y 3 */
.emptyBlock {
    height: 500px;
}

#paso2 .collapsible-header {
    background: none;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff;
    display: block;
}
#paso2 .form-title p {
    text-align: center;
}
.row .col.l6.step2Block {
    margin: 0 auto 0;
    float: initial;
    width: 814px;
    padding: 0;
}
#paso2 .collapsible-header i {
    font-size: 2.5rem;
    padding: 16px 0 0 0;
    width: 13px;
    color: #ffffff;
}
#paso2 .form-title {
    margin-bottom: 30px;
}
.step2Block .card.form-container {
    margin-right: 0;
}
img.imgStep3 {
    margin: 0 auto 10px;
    display: block;
}
.send-block {
    text-align: center;
}



/* Responsive Adjustments */

@media only screen and (max-width: 1366px) {
    .info-secondary {
        display: inline-block;
        padding: 0 25px;
        width: 100%;
    }
    .carousel-arrows .left {
        margin-left: 0;
    }
    .carousel-arrows .right {
        margin-right: 0;
    }
    .information-container {
        margin-left: 16px;
    }
}

@media only screen and (max-width: 1346px) {
    .main-container {
        width: 100%;
    }
    .carousel.carousel-slider {
        min-height: 380px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .card.form-container {
        margin-right: 10px;
    }
    .information-container {
        margin-left: 10px;
    }
    .row .information-secondary .col.s4 {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 1100px) {
    .carousel.carousel-slider {
        min-height: 280px !important;
    }
    .information-secondary h3 {
        width: 70%;
    }
    .preguntas {
        padding: 0 100px !important;
    }
}

@media only screen and (max-width: 992px) {
    .card.form-container {
        margin-right: 0;
        overflow: hidden;
    }
    .information-container {
        margin-left: 0;
    }
    .card.form-container .card-content {
        padding: 0;
    }
    .form-title {
        background-color: #ffffff;
        margin-bottom: 0;
        padding: 0 30px;
    }
    .card .card-content .form-title p { 
        color: #043263;
        margin: 20px 0 40px 0;
        font-size: 20px;
    }
    .form-input {
        padding: 48px 30px 18px 30px;
    }
    .form-container h2 {
        color: #043263;
    }
    .row .col.left-container {
        padding: 0;
    }
    .card.form-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .row.information-main .col {
        padding: 0 1.5rem;
    }
    .form-container h2 br {
        display: none;
    }
    .preguntas {
        padding: 0 40px !important;
    }
}

@media only screen and (max-width: 600px) {
    .information-main {
        text-align: center;
    }
    .information-main br {
        display: none;
    }
    .calidad-construccion {
        margin-top: 25px;
    }
    .btn-large.btn-calcular {
        margin: 15px auto 0;
        display: block;
    }
    .title-secondary img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .information-secondary h3 {
        float: none;
        text-align: center;
        margin: 18px 0 15px 0;
        width: 100%;
    }
    .information-secondary .inside {
        background-color: transparent;
    }
    img.medium-icon {
        margin: 0 auto 10px;
        display: block;
    }
    .information-secondary h4 {
        text-align: center;
    }
    .carousel.carousel-slider .carousel-item p {
        display: none;
    }
    .carousel.carousel-slider {
        min-height: 430px !important;
    }
    .carousel .indicators .indicator-item {
        background-color: #d2d2d2;
        height: 14px;
        width: 14px;
    }
    .carousel .indicators .indicator-item.active {
        background-color: #0d1e3d;
        height: 18px;
        width: 18px;
    }
    .row.information-secondary .col.title-secondary,
    .info-secondary {
        padding: 0 30px 0 30px;
        margin: 0;
    }
    .info-secondary {
        display: inline-block;
        width: 100%;
    }
    .carousel-arrows {
        top: 270px;
    }
    .information-secondary .inside {
        padding: 0;
    }
    .carousel .indicators {
        display: block;
    }
    .preguntas {
        padding: 0 20px !important;
    }
    .information-secondary h3 {
        font-size: 28px;
    }
    .preguntas h3 {
        margin: 10px 0 20px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .information-secondary h4 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 460px) {
    .information-secondary h4 {
        font-size: 17px;
    }
    .row .information-secondary .col.s4 {
        padding: 0 5px;
    }
    img.large-icon {
        height: 100px;
    }
    .form-input {
        padding: 38px 20px 18px 20px;
    }
    .form-title {
        padding: 0 20px;
    }
    .form-label {
        font-size: 18px;
    }
    .form-container h2 {
        font-size: 32px;
    }
    .card .card-content .form-title p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 380px) {
    .information-secondary h4 {
        font-size: 13px;
    }
    .information-secondary h3 {
        font-size: 26px;
        margin: 10px 0 20px 0;
    }
    .title-secondary img {
        width: 80px;
    }
    .carousel.carousel-slider {
        min-height: 390px !important;
    }
    .carousel-arrows {
        top: 220px;
    }
    .form-label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 340px) {
    .carousel.carousel-slider {
        min-height: 380px !important;
    }
}