﻿.section-padding {
    padding: 130px 70px;
}

.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}

.section-padding .row .columna2 {
    padding-left: 80px;
    margin-bottom: 2%;
    font-size: 180%;
    color: white;
}

    .section-padding .row .columna2 .tituloBlanco1 {
        font-size: 180%;
        font-family: 'Open Sans', sans-serif;
    }

        .section-padding .row .columna2 .tituloBlanco1 .tituloBlanco2 {
            font-family: 'Arial';
            color: White;
            font-weight: bold;
        }

    .section-padding .row .columna2 .heading-divider2 {
        margin-left: 25%;
        color: white;
    }
/* sala fondo contacto*/
.bg-image-2 {
    background: linear-gradient(rgba(5, 7, 12, 0.32), rgba(2, 12, 36, 0.902)),url('../imagenes/fondos/salaint.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section {
    position: relative;
    /*adding: 88px 0 67px 0;*/
    display: block;
}

.cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.cta-txt p {
    color: #fff;
}

.section .rows .bannerFinal {
    font-size: 180%;
    color: white;
    text-align: center;
    margin-left: 85px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .section .rows .bannerFinal {
        margin-left: 0;
    }
}

@media (max-width: 494) {
    .section-padding {
        padding: 0px 0px;
    }
}
