﻿/* <SECCION> */
#fSeccion {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #E72F36;
    color: #fff;
}

@media only screen and (max-width: 992px) {

    #fSeccion {
    }
}
/* </SECCION> */

/* <CONTENIDO> */
#fContenido {
    padding-top: 4rem;
    padding-bottom: 1rem;
}

#fContenido h1 {
    padding-bottom: 2rem;
}

    #fContenido .lead {
        font-weight: 600 !important;
        color: #111;
    }

    #fContenido ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    #fContenido li {
        background-image: url(../images/vineta.png);
        background-repeat: no-repeat;
        background-position: 10px 6px;
        padding-left: 45px;
        line-height: 200%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    #fContenido .card {
        border: solid .1rem #eee !important;
        border-radius: .0rem;
        padding: 1.5rem;
        padding-top: 4rem;
        background-color: #fff !important;
    }

        #fContenido .card h4 {
            font-weight: 700 !important;
            padding-bottom: .5rem;
            margin-bottom: 0rem;
        }

        #fContenido .card h3 {
            font-family: 'Source Sans Pro', sans-serif !important;
            padding-top: 0rem;
            margin-top: 0rem;
        }
        #fContenido .card h3 a {
            text-decoration: none;
        }

    #fContenido .cardNosotros {
        background: url(../images/f-card-nosotros.png) top right no-repeat;
    }
    #fContenido .cardInstalacion {
        background: url(../images/f-card-instalacion.png) top right no-repeat;
    }
    #fContenido .cardMantenimiento {
        background: url(../images/f-card-mantenimiento.png) top right no-repeat;
    }
    #fContenido .cardAuditorias {
        background: url(../images/f-card-auditorias.png) top right no-repeat;
    }
    #fContenido .cardCompraventa {
        background: url(../images/f-card-compraventa.png) top right no-repeat;
    }

    #fContenido .cardContacto {
        background: url(../images/f-card-contacto.png) top right no-repeat;
    }

        #fContenido .cardContacto .icon {
            padding-bottom: .3rem;
        }
        #fContenido .cardContacto h4 {
            font-family: 'Source Sans Pro', sans-serif !important;
            padding-bottom: 0rem;
            margin-bottom: 0rem;
            font-size:120%;
        }
        #fContenido .cardContacto h3 {
            font-family: 'Source Sans Pro', sans-serif !important;
            padding-top: 0rem;
            margin-top: 0rem;
        }

            #fContenido .cardContacto h3 a {
                text-decoration: none;
            }


@media only screen and (max-width: 992px) {
    #fContenido {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/* </CONTENIDO> */

/* <CONTENIDO ADICIONAL> */
#fAdicional {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #282425;
    background: url(../images/snow.jpg) center repeat;
    color: #fff;
}

    #fAdicional .lead {
        font-weight: 400 !important;
        color: #fff;
    }

    #fAdicional .logos {
        padding: 1rem;
        padding-top: 1.5rem;
    }

@media only screen and (max-width: 992px) {

    #fAdicional {
    }

}
/* </CONTENIDO ADICIONAL> */

/* <CALL> */
#fCall {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}

@media only screen and (max-width: 992px) {
    #fCall {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/* </CALL> */


/* <MAPA> */
#fMapa {
    background-color: #EDEBE8;
}

@media only screen and (max-width: 992px) {

}
/* </MAPA> */

.fotoGaleria {padding:5px;}