html {
  scroll-behavior: smooth;
}

.tituloSeccion {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 10px;
    font-weight: 300;
    color: #333745;
    text-transform: uppercase;
}

.subtituloSeccion {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #000;
}

.tituloCabecera {
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.subtituloCabecera {
	color: #fff;
    font-size: 22px;
    text-align: center;
    padding-bottom: 25px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, .font-2 {
	font-family: 'Raleway', sans-serif;
}

p.lead, .p.lead {
    font-size: 1.1rem;
}

body {
    line-height: 1.45;
    font-family: 'Exo 2', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.lh-2 {
    line-height: 0.8 !important;
}

.padding5 {
	margin-bottom: 5%;
}

.botonGyscoa {
    color: #fff;
    border-radius: 5px;
    background-color: #ca9b65;
    border: 1px solid #ca9b65;
}

.botonGyscoa.active, .botonGyscoa:hover, .botonGyscoa:active, .botonGyscoa:focus, .botonGyscoa:active:focus {
    color: #ca9b65!important;
    border-radius: 5px;
    background-color: #ffffff00;
    border: 1px solid #ca9b65;
}

.botonGyscoa.disabled, .botonGyscoa:disabled {
    color: #fff!important;
    border-radius: 5px;
    background-color: #333745;
    border: 1px solid #333745;
}

.botonGyscoa:active, .botonGyscoa.active, .show > .botonGyscoa.dropdown-toggle {
    color: #fff!important;
    border-radius: 5px;
    background-color: #ca9b65;
    border: 1px solid #ca9b65;
    z-index: 99;
}

.h-70 {
  min-height: 70vh;
}

section {
    position: relative;
    padding: 2rem 0;
}

.margenAbajo {
    margin-bottom: 10%;
}

.margenArriba {
    margin-top: 2%;
}

a:hover {
    color: #568EBF!important;
    text-decoration: none;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

h4, .h4 {
    font-size: 1.5625rem;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1.25rem;
}

.textoFooter {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0;
    padding: 0;
}

/* --- RESPONSIVE --- */

@media only screen and (max-width: 780px) {
    .margenArriba {
        margin-top: 9%;
    }
    .subtituloCabecera {
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
        padding-bottom: 25px;
        font-weight: 600;
        font-family: 'Raleway', sans-serif;
    }

    .tituloCabecera {
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: 300;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
    }

    p.lead, .p.lead {
        font-size: 1rem;
    }

    .tituloSeccion {
        font-size: 1.4rem;
        line-height: 2rem;
        padding-bottom: 10px;
        font-weight: 300;
        color: #333745;
        text-transform: uppercase;
    }

    section {
        position: relative;
        padding: 0rem 0;
    }

    .padding5 {
        margin-bottom: 10%;
    }

    h4, .h4 {
        font-size: 1.4rem;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 1.25rem;
    }

    .mb-7 {
        margin-bottom: 1rem !important;
    }

    .textoFooter {
        font-size: 0.8rem;
        line-height: 1rem;
        margin: 0;
        padding: 0;
    }

    .mt-4 {
        margin-top: 0.8rem !important;
    }

    .centrarMobile {
        text-align: center;
    }
}