@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --black:#17100D;
    --white:#fff;
    --green-1: #7F8000;
    --yellow-2:#CB8F17;
    --footer-bg:#3F9687;
    --brown:#5A2D0B;
    
}
.white-text{
    color: var(--white);
}
.d-flex{
    display: flex;
}
.text-center{
    text-align: center;
}

/* Estilo general de centrado*/
.centered-column {
    max-width: 1280px;
    padding: 0 15px;
}

/* Cuando es el primero */
.centered-column:first-of-type {
    margin: 2em auto 1em;
}

/* Cuando es alguno de en medio */
.centered-column:not(:first-of-type):not(:last-of-type) {
    margin: 1em auto 1em;
}

/* Cuando no es el primero, pero si es el ultimo */
.centered-column:not(:first-of-type):last-of-type {
    margin: 1em auto 3em;
}

/* Cuando es a la vez el primero y el ultimo */
.centered-column:first-of-type:last-of-type {
    margin: 2em auto 3em;
}
.wpml-ls, .otgs-development-site-front-end{
    display: none;
}
#wpadminbar{
    display: none;
}