﻿/* Fuentes usadas
Oswald:400;700 Source+Sans+Pro:400;700
font-family: 'Oswald', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

/* <SECCION> */
#fSeccion {
padding-top: 2rem;
padding-bottom: 2.5rem;
background: url(/images/basketball.png) repeat;
background-color: #EBF0ED;
border-top: solid 1px rgba(171, 173, 154, .2);
text-align: center;
}

    #fSeccion h2 {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 150% !important;
        font-weight:600 !important;
        color: #343426 !important;
    }

@media only screen and (max-width: 992px) {
    #fSeccion {
        padding-top: 5.5rem;
        padding-bottom: 2.5rem;
    }

}

/* </SECCION> */


/* <CITA> */
#fCita {
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top: solid 1px rgba(171, 173, 154, 1);
    background-color: #569268;
}

    #fCita p {
        color: #fff;
    }
    #fCita h3 {
        color: #fff;
        padding-bottom: 2rem;
        font-family: 'Source Sans Pro', sans-serif !important;
    }
    #fCita h4 {
        color: #fff;
    }

#fCita .columna1 {
        padding-right: 1rem;
    }
#fCita .columna2 {
}

@media only screen and (max-width: 992px) {

    #fCita .columna1 {
        padding-right: 1rem;
        padding-bottom: 2rem;
    }

    #fCita .columna2 {
    }

}
/* </CITA> */



/* <INTRO> */
#fIntroduccion {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #fIntroduccion .columna1 {
        margin-top: 2rem;
    }

    #fIntroduccion h2::before {
        content: ' ';
        display: inline-block;
        position: absolute;
        background: url("/images/linea-rosa.svg") no-repeat;
        background-size: contain;
        height: 70px;
        width: 7px;
        left: 0;
        top: -.3rem;
    }
    
    #fIntroduccion h2 {
        margin-bottom: 2rem;
        padding-left: 1rem;
    }

    #fIntroduccion .columna1 .texto {
        padding-left: 1rem;
    }

    #fIntroduccion .columna1 .firma {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #fIntroduccion a {
        color: #343426;
        text-decoration: underline;
    }

        #fIntroduccion a:hover {
            color: #569268 !important;
        }


@media only screen and (max-width: 992px) {
        #fIntroduccion {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

            #fIntroduccion .columna1 {
                margin-left: 1rem;
                margin-right: 1rem;
            }

}
/* </INTRO> */


/* <CONTENIDO> */
#fContenido {
    background-color: #F5F7F6;
    padding-top: 0rem;
    padding-bottom: 2rem;
    border-top: solid 1px rgba(171, 173, 154, .2);
}

    #fContenido h2 {
        margin-bottom: 5rem;
    }

    #fContenido h3 {
        margin-bottom: 2rem;
    }

    #fContenido .icon {
        font-size: 150% !important;
    }

    #fContenido .cuadro {
        padding: 1rem 1rem 1rem 2rem;
        margin-bottom: 3rem;
    }

        #fContenido .cuadro h4 {
            color: #191919 !important;
            margin-bottom: .1rem;
        }

        #fContenido .cuadro h5 {
            padding-bottom: 1rem;
        }

        #fContenido .cuadro .icon {
            padding-bottom: 1rem;
        }

    #fContenido li a, #fContenido li p {
        color: #343426 !important;
        text-decoration: underline;
    }
        #fContenido li a:hover, #fContenido p a:hover {
            color: #569268 !important;
        }

        #fContenido li a:hover, #fContenido p a:hover {
            color: #569268 !important;
        }


@media only screen and (max-width: 992px) {
    #fContenido {
        padding-bottom: 3rem;
    }

        #fContenido h2 {
            margin-bottom: 3rem;
        }

        #fContenido h3 {
            margin-bottom: 2rem;
        }

}
/* </CONTENIDO> */

/* <CONTENIDO ADICIONAL> */
#fContenidoAdicional {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    background: url(/images/basketball.png) repeat;
    background-color: #EBF0ED;
    border-top: solid 1px rgba(171, 173, 154, .2);
}

    #fContenidoAdicional h2 {
        margin-bottom: 4rem;
    }

    #fContenidoAdicional .renglon2 {
        margin-bottom: 2rem;
    }

/* </CONTENIDO ADICIONAL> */



/* <CARACTERISTICAS> */
#fCaracteristicas {
    background-color: #fff;
    border-top: solid 1px rgba(171, 173, 154, .5);
}

@media only screen and (max-width: 992px) {

    #fCaracteristicas {
        padding-top: 3rem;
    }

}
/* </CARACTERISTICAS> */


/* <FORMULARIO RAPIDO> */
#fFormulario {
padding-top: 5rem;
padding-bottom: 3rem;
background-image: linear-gradient(to bottom, #dcd8d6, #e3dfde, #e9e6e7, #f0eeee, #f6f5f6, #f9f8f9, #fcfcfc, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}


#fFormulario .form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 1rem + 2px);
    padding: .375rem .75rem;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #DCD8D6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 992px) {

    #fFormulario {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

}

.error {
    color: #E17D7D;
}

/* </FORMULARIO RAPIDO> */


a#formulario {
    display: block;
    position: relative;
    top: -5rem;
    visibility: hidden;
}

