* {
    font-family: 'Georama', sans-serif;
    color: #ffff;
}

.bgGreen {
    background: #0D6344 !important;
}

.bgOrange {
    background: #e08811 !important;
}

.bgGris {
    background: #F2F2F3;
}

.bgGreenLight {
    background: #EFF3E5;
}

.menuHeader {
    color: #ffff !important;
}

.tituloHeader {
    color: #ffff !important;
    font-weight: 900;
    font-style: italic;
    font-size: 35px;
}

.tituloKanit {
    color: #18543e;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
}

.tituloExtraBold {
    color: #18543e;
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
}

.textoSubtitulos {
    color: #504F4F;
    font-weight: 400;
    font-size: 22px;
}

.textoSubtitulosNaranja {
    color: #e08811;
    font-weight: bold;
    font-size: 22px;
}

.textoAccesoNaranja {
    color: #e08811;
    font-weight: bold;
    font-size: 24px;
}

.textoSubtitulosVerde {
    color: #18543e;
    font-weight: bold;
    font-size: 22px;
}

.navbar {
    background: #18543e;
    font-size: 23px;
    font-weight: 400;
    color: #ffffff !important;
    border-bottom: 7px solid #e08811;
    text-align: center !important;
}

.navbar .nav-item {
    width: auto;

    padding-left: 10px;
    padding-right: 10px;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover {
    color: #ffffff;
    background-color: #18543E;
}

.divImagen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.boton {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #18543E;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 5px 50px;
    /* font-size: 1rem; */
    font-size: 23px;
    border-radius: 20px;
    color: #fff;
}

.tituloPropuesta {
    color: #0D6344;
    font-weight: 900;
    font-size: 2rem;
}

.tituloFilosofia {
    color: #ffff;
    font-weight: 900;
    font-size: 32px;
}

.textoFolosofia {
    color: #ffff;
    font-weight: 400;
    font-size: 22px;
}

.textoSyrcahpBlanco {
    color: #ffff;
    font-weight: 900;
    font-size: 30px;
}

.justificado {
    text-align: justify;
}

.textoModal {
    color: #504F4F;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.tituloModal {
    color: #504F4F;
    font-size: 19px;
    font-weight: 800;
    text-align: justify;
}


.textoListado {
    color: #504F4F;
    font-size: 20px;
    font-weight: 400;
}

.textoListadoBold {
    color: #0D6344;
    font-size: 20px;
    font-weight: bold;
}

.textoPropuestaValor {
    font-size: 20px;
    color: #504F4F;
    font-weight: 500;
}

.tituloTelefonoContact {
    color: #504F4F;
    font-weight: 900;
    font-size: 32px;
}

.textoContactanos {
    color: #504F4F;
    font-weight: 500;
    font-size: 20px;
}

.textoContactanosNaranja {
    color: #E08811;
    font-weight: bold;
    ;
    font-size: 20px;
}

.inputContactanos {
    font-family: 'Georama', sans-serif;
    background-color: #F2F2F3;
    font-size: 18px;
    color: #807F7F;
    border-radius: 20px;
}