/* ========================================================================== */
/*                          HTML5 display definitions                         */
/* ========================================================================== */

html, body, div, span,
object, embed, canvas, iframe,
h1, h2, h3, h4, h5, h6,
p, em, strong,
b, i, u, s, mark,
a,
figure, figcaption, img, audio, video,
header, hgroup, nav, article,
section, aside, footer, address, small,
menu,
time,
details, summary,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
blockquote, cite, q,
abbr, dfn,
del, ins,
sub, sup,
pre, code, var,
kbd, samp,
form, fieldset, label, legend, output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* ========================================================================== */
/*                                   Base                                     */
/* ========================================================================== */

html {
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}

body {
    margin: 0;
}

/* ========================================================================== */
/*                                   Links                                    */
/* ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

/* ========================================================================== */
/*                                 Typography                                 */
/* ========================================================================== */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ========================================================================== */
/*                              Embedded content                              */
/* ========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* ========================================================================== */
/*                                  Figures                                   */
/* ========================================================================== */

figure {
    margin: 0;
}

/* ========================================================================== */
/*                                  Forms                                     */
/* ========================================================================== */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; 
    padding: 0; 
}

button,
input,
select,
textarea {
    font-family: inherit; 
    border-radius: 0;
    font-size: 100%; 
    margin: 0; 
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top; 
}

*:focus {
    outline: none;
}

input[type="text"] {
outline-style: none;
}

/* ========================================================================== */
/*                                  Tables                                    */
/* ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ========================================================================== */
/*                                  Mobile                                    */
/* ========================================================================== */

a [href^=tel] { color: inherit; text-decoration: none; }

/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

html {
    height: 100%;
    overflow-y: scroll;
    cursor: default;
    letter-spacing: 0.1em;
    font-size: 0.75vw;
}
    
body {
    height: 100%;
    line-height:0;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: none !important;
    font-smoothing: antialiased !important; 
    color: #333333;
}

.contenedor {
    width:calc(100% - 9.6rem);
    position: relative;
    padding: 9.6rem 0;
    overflow: hidden;
    margin: 0 auto;
}

.ajuste .contenedor {
    padding: 2.4rem 0;
}

header .contenedor,
footer .contenedor {
    padding: 0;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header,
footer {
    width: 100%;
    background: #A0E3A6;
    padding: 1.6rem 0;
    color: #61376D;
}

header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
}

section {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(98,55,109,0.5);
}

section:first-of-type {
    border: none;
}

footer {
    border-bottom: 0.8rem solid rgba(98,55,109,1);
    background: url(../imagenes/IMG_Hoja.svg) no-repeat center center / 4.8rem 4.8rem #A0E3A6;
    text-align: center;
}


/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1 { font: 700 2.4rem/1.25em 'Montserrat', sans-serif; margin: 3.2rem auto 6.4rem auto; max-width: 100rem; letter-spacing: 0.10em; text-transform: uppercase; }
h2 { font: 700 1.6rem/1.50em 'Montserrat', sans-serif; margin: 1.6rem auto 1.6rem auto; max-width: 100rem; letter-spacing: 0.10em; text-transform: uppercase; }
h3 { font: 700 1.4rem/1.50em 'Montserrat', sans-serif; margin: 1.6rem auto 1.6rem auto; max-width: 100rem; letter-spacing: 0.20em; text-transform: uppercase; }
p  { font: 500 1.4rem/1.50em 'Montserrat', sans-serif; margin: 1.6rem auto 1.6rem auto; max-width: 100rem; letter-spacing: 0.05em; text-transform: normal; }
a { text-decoration: none;}

/* ---------------------------------------- */
/* ----- >>> Navegación ------------------- */
/* ---------------------------------------- */

header .logo  {
    float: left;
}

header .logo > i {
    width: 2.4rem;
    height: 3.2rem;
    background: url(../imagenes/IMG_Hoja.svg) no-repeat center center / cover;
    display: inline-block;
    margin-left: 1.6rem;
}

header .logo > span {
    width: 12.8rem;
    height: 3.2rem;
    background: url(../imagenes/IMG_Brand.svg) no-repeat center center / cover;
    display: inline-block;
}

nav {
    float: right;
    width:calc(100% - 25.6rem);
}

nav > ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

nav > ul > li {
    float: left;
}

nav > ul > li:first-child {
    display: none;
}

nav > ul > li.activo > a{
    color: #FFFFFF;
}

nav > ul > li > a {
    font: 700 1.6rem/3.2rem 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer  ul {
    display: inline-block;
    margin: 1.6rem 0;
}

footer  ul > li {
    font: 500 1.4em/2.4em 'Montserrat', sans-serif; 
    margin: 0 3.2rem;
    float: left;
}

footer  ul > li > a > i {
    width: 3.2rem;
    height: 3.2rem;
    background: url(../imagenes/IMG_Icons.svg) no-repeat 0 0 / 300% 100%;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0.4rem;
    margin-right: 1.6rem;
}

footer  ul > li:nth-child(1) > a > i { background-position: 000% 000%; }
footer  ul > li:nth-child(2) > a > i { background-position: 100% 000%; }

header .logo a,
footer .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

.columnas > div > .caja {
    width: 60%;
}

.columnas > div > .caja > img {
    width: 60%;
    margin: 0 auto;
}

.columnas {
    width: 100%;
    display: flex;
}

.columnas > div {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
    width: 100%;
    height: auto !important;
    display: block;
}

.centrado { text-align: center; }
.izquierda   { text-align: left; }
.mayusculas { text-transform: uppercase; }

.boton {
    width: auto;
    font: 700 1.6rem/5.4rem 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 3.2rem;
    display: inline-block;
    background: #A0E3A6;
    margin-top: 2.4rem;
    text-align: center;
    padding: 0 4.8rem;
    color: #61376D;
}

.multimedia {
    width: 80%;
    display: inline-block;
    margin: 3.2rem auto;
}

.multimedia .contenido {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.multimedia .contenido iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* ---------------------------------------- */

.grilla {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.grilla > .item {
    width: 27%;
    position: relative;
    margin: 3.0%;
}

.grilla > .item small {
    width: 80%;
    font: 700 1.2rem/3.6em 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: #61376D;
    position: absolute;
    color: #A0E3A6;
    left: 10%;
    top: 0;
}

.grilla > .item p {
    font: 700 1.4rem/1.50em 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 2.4rem;
    color: #FFFFFF;
}

/* ---------------------------------------- */
/* ----- >>> Esquema de Colores ----------- */
/* ---------------------------------------- */

.violeta { color: #61376D; }
.verde { color: #A0E3A6; }

.fondo  { 
    background-color: #61376D;
    color: #FFFFFF;
}

.after:after {
    width: 100%;
    height: 50%;
    content: "";
    background-color: #61376D;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
}

.before:before {
    width: 100%;
    height: 25%;
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0%;
}

/* ---------------------------------------- */
/* ----- >>> Formulario ------------------- */
/* ---------------------------------------- */

form {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


input, select, textarea, button {
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box
}

input, textarea {
    width: 100%;
    font: 700 1.4rem/1.50em 'Montserrat', sans-serif;
    border: 2px solid #61376D;
    padding: 1.6rem;
    color: #61376D;
    /*font: 300 1.8rem/2.00em 'Favorit', sans-serif;
    border-bottom: 1px solid #000000 !important;
    padding: 3.2rem 0 1.6rem 0;
    background: transparent;
    letter-spacing: 0.025em;
    display: inline-block;
    position: relative;
    color: #000000;
    border: none;
    resize: none;
    float: left*/
}

label {
    width: 100%;
    font: 700 1.4rem/1.50em 'Montserrat', sans-serif;
    margin: 1.6rem auto 3.2rem auto;
    text-transform: uppercase;
    color: #61376D;
    float: left;
}

button {
    border: none;
}

/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.hamburguesa {
    width: 32px;
    height: 24px;
    position: absolute;
    z-index: 20000;
    display: none;
    top: 5px;
    left: -6px;
}

.hamburguesa .icono {
    width: 24px;
    height: 15px;
    position: relative;
    margin: 0 auto;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
    cursor: pointer;
}

 .hamburguesa .icono span {
    width: 100%;
    height: 2px;
    display: block;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
    background: #FFFFFF;
    position: absolute;
    opacity: 1;
    left: 0;
}

.hamburguesa .icono span:nth-child(1) { top: 0px; }
.hamburguesa .icono span:nth-child(2),
.hamburguesa .icono span:nth-child(3) { top: 6px; }
.hamburguesa .icono span:nth-child(4) { top: 12px; }

.hamburguesa .icono.isOpen span {
    background: #FFFFFF;
}

.hamburguesa .icono.isOpen span:nth-child(1) {
    width: 0%;
    left: 50%;
    top: 8px;
}

.hamburguesa .icono.isOpen span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburguesa .icono.isOpen span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburguesa .icono.isOpen span:nth-child(4) {
    width: 0%;
    left: 50%;
    top: 8px;
}

/* ---------------------------------------- */
/* ----- >>> Animaciones ------------------ */
/* ---------------------------------------- */

a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* ---------------------------------------- */
/* ----- >>> Layout: Mobile --------------- */
/* ---------------------------------------- */

@media (max-width: 640px) and (min-width: 0px) {

    html {
        font-size: 8px;
    }

    .contenedor {
        width:calc(100% - 4.8rem);
    }

    .ajuste .contenedor {
        padding: 2.4rem 0;
    }

    /* ---------------------------------------- */
    /* ----- >>> Styles ----------------------- */
    /* ---------------------------------------- */

    h1 { font-size: 21px; line-height: 1.50em; margin: 3.2rem auto;  text-align: center; }
    h2 { font-size: 16px; line-height: 1.50em; margin: 3.2rem auto;  text-align: center; }
    h3 { font-size: 14px; line-height: 1.50em; margin: 3.2rem auto;  text-align: center; }
    p  { font-size: 12px; line-height: 1.50em; margin: 3.2rem auto;  text-align: center; }

    /* ---------------------------------------- */
    /* ----- >>> Navegación ------------------- */
    /* ---------------------------------------- */

    header .contenedor {
        text-align: center;
    }

    header .logo  {
        margin: 0 auto;
        display: block;
        float: inherit;
    }

    header .logo > i {
        display: none;
    }

    nav {
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        display: none;
    }

    nav > ul {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: -9.6rem;
        flex-wrap: wrap;
        display: flex;
    }

    nav > ul > li,
    nav > ul > li:first-child {
        width: 100%;
        margin: 2.0rem 0;
        display: block;
        float: inherit;
    }

    /* ---------------------------------------- */
    /* ----- >>> Section: Home ---------------- */
    /* ---------------------------------------- */


    .columnas {
        flex-wrap: wrap;
        display: flex;
    }

    .columnas > div {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .columnas > div > .caja {
        width: 80%;
        margin-bottom: 6.4rem;
    }

    .columnas > div > .caja h3 {
        letter-spacing: 0.1em;
        font-size: 12px;
    }

    /* ---------------------------------------- */


    /* ---------------------------------------- */

    .grilla {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
    }

    .grilla > .item {
        width: 100%;
        position: relative;
        margin: 3.0% 0.0%;
    }

    /* ---------------------------------------- */
    /* ----- >>> General ---------------------- */
    /* ---------------------------------------- */


    .multimedia {
        width: 100%;
        display: inline-block;
        margin: 6.4rem auto;
    }
    /* ---------------------------------------- */

    .boton {
        font-size: 12px;
        margin: 2.4rem;
    }

    /* ---------------------------------------- */
    /* ----- >>> Esquema de Colores ----------- */
    /* ---------------------------------------- */

    .violeta { color: #61376D; }
    .verde { color: #A0E3A6; }

    .fondo  { 
        background-color: #61376D;
        color: #FFFFFF;
    }

    .after:after {
        height: 80%;
        top: 22%;
        left: 0;
    }

    /* ---------------------------------------- */
    /* ----- >>> Menu Animation --------------- */
    /* ---------------------------------------- */

    .hamburguesa {
        display: block;
    }



}