h3.redTitle {
    color: #ee273a;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Formulario CONTACTO */
#form-contacto span {
    font-size:0.8em;
    font-weight: 500;
    top: 0;
    position: relative;
    color: red;
    float: right;
}

/********** SECTION -1 **********/
.section-1 {
    position: relative;
    overflow: hidden;
    background: url('/assets/img/contacto/top-bg.jpg') center;
    background-size: cover;
}
.section-1 .row {
    padding: 180px 0 120px;
    position: relative;
}
.txtBack {
    font-size: 200px;
    color: #ffffff0a;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    line-height: 90%;

}
.section-1 h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}
.section-1 p {
    font-size: 16px;
    color: #fff;
    max-width: 420px;
}
.topTxt {
    max-width: 400px;
    margin-bottom: 30px;
}
.topTxt h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 15px;
}
.topTxt h3{
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #00000055;
    color: #ee273a;
    line-height: 85%;
    margin-bottom: 20px;
}
.topTxt h4{
    font-size: 22px;
    font-weight: 600;
}


/********** UBICACIONES **********/
.section-2 .row {
    padding: 20px 0;
}
.contUbiWrap {
    padding: 0 0 0 35px;
}
.contUbiCont h3 {
    margin: 30px 0 5px;
}
.ubItem {
    margin: 30px 0;
    display: table;
}
.ubItem h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ubItem p{
    font-size: 12px;
}
.redesContact .fa {
    margin-top: 10px;
    font-size: 22px;
    margin-right: 25px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
}
.redesContact .fa:hover {
    color: #ee273a;
}
.ubItem .bg {
    background-size: contain;
}
.ubiIcon {
    background-image: url('/assets/img/contacto/ubi-icon.png');
    width: 22px;
    height: 54px;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ubiTxt {
    float: left;
    width: calc(100% - 43px);
    padding: 0 32px 0 24px;
}

/***** FORMULARIO *****/
.formCont {
    background: #fff;
    padding: 55px 40px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 9px;
    width: 100%;
    max-width: 600px;
    position: relative;
    top: -90px;
    margin-bottom: -50px;
}
.formCont p {
    margin-bottom: 30px;
}
.heightAuto {
    height: auto;
}
.send {
    margin-top: 30px;
}
.send .btn-red {
    padding: 10px 60px;
}
.g-recaptcha{
    margin-bottom: 15px;
}

@media only screen and (max-width: 680px){
    .send{
        text-align: center;
    }
    .g-recaptcha{
        display: flex;
        justify-content: center;
    }

    .g-recaptcha > div {
        justify-content: center;
        transform: scale(0.8);
    }
}


/***** MAPA *****/
#mapa {
    height: 400px;
}
footer {
    display: none;
}


/***** MOVIL *****/
@media (max-width:900px){
    .contUbiWrap {
        padding: 0;
    }
    .contUbiCont {
        padding-right: 20px;
    }
}

@media (max-width:767px){
    .formCont {
        top: inherit;
        margin-bottom: 40px;
        max-width: 100%;
        padding: 2em;
    }
    .contUbiWrap {
        margin-bottom: 30px;
    }
    .redesContact {
        text-align: center;
    }
    .section-1 .row {
        padding: 70px 0 60px;
    }
    .txtBack {
        font-size: 100px;
    }
    .section-1 h2 {
        font-size: 30px;
    }
}
