body, html
{
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: auto;
    font-family: "dejavu-sans", sans-serif;
    color: #444444;
    overflow: visible;
}

a
{
    color: #d17918;
    font-weight: bold;
}

body > header
{
    width: 100vw;
    background-image: url('images/header/background.jpg');
    background-repeat: repeat-x;
    height: 350px;
    text-align: center;
}

@media (max-width: 632px){

    body > header
    {
        text-align: left;
    }
    
    body > header > a img
    {
        margin-left: 5vw;
    }

}


/* SHARED */

.header-footer-std
{
    background-color: #319188;
    border: 2px solid #319188;
    font-size: 1.9em;
    font-weight: bold;
    color: white;
    font-family: 'clother', Arial, Helvetica, sans-serif;   
    text-transform: uppercase;
    padding: 1em 2.1em 1em 2.1em;
    text-align: center;
}

.header-std
{
    border-radius: 30px 30px 0 0;
}

.footer-std
{
    border-radius: 0 0 30px 30px;
}


@media (max-width: 1199px)
{
   .header-std
    {
        border-radius: 20px 20px 0 0;
    }

    .footer-std
    {
        border-radius: 0 0 20px 20px;
    } 
}

@media (max-width: 899px)
{
    .header-std
    {
        border-radius: 16px 16px 0 0;
    }

    .footer-std
    {
        border-radius: 0 0 16px 16px;
    } 
}

/* HEADER & FOOTER*/

header > a > img
{
    width: 475px;
    margin-top: 3em;
}

header > nav
{
    margin-top: 4em;
    display: block;
}

header nav ul
{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'clother', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15pt;

}

header nav li+li
{
    margin-left: 40px;    
}


header > nav a
{
    color: #6d3a56;
    text-decoration: none;
}

header > nav a.highlight-text
{
    color: white;
    background-color: #d17918;
    padding: 6px 14px 6px 14px;
    border-radius: 0.4em;
    
}

header > nav a.highlight-icon
{
    color: white;
    background-color: #d17918;
    padding: 20px 17px 20px 17px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

header > nav .home
{
    font-size: 30px !important;
}

header > nav.sticky-navbar
{
    position: -webkit-sticky; /* For Safari */
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(rgba(8,104,97, 1) 10%, rgba(8,104,97, 0.8), transparent);
    z-index: 9999; /* Ensures it stays on top */
    visibility: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 3vh;
}

header > nav.sticky-navbar ul
{
    font-size: 1em;
    margin-top: 5px !important; 
}

header > nav.sticky-navbar ul li a
{
    color: white !important;
}

header > nav.sticky-navbar div.logo
{
    display: flex;
    justify-content: flex-start;
    padding-left: 3vw;
}

header > nav.sticky-navbar div.menu
{
    padding-left: 5vw;
    display: flex;
    justify-content: center;
}

header > nav.sticky-navbar div.logo img
{
    width: 200px;
    height: auto;
}

header > div.hamburger
{
    visibility: hidden;
}

nav.mobile-navbar
{
    display: none;
    margin: 0;  
    padding-bottom: 4vh;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #319188;
    z-index: 32000;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3);
}

nav.mobile-navbar #close-button
{
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    font-size: 2em;
    top: 20px;
    left: 20px;
}

div.mobile-menu ul
{
    list-style: none;
    display: block;
    direction: rtl;
    text-align: right;
    font-family: 'clother', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 2em;
}

div.mobile-menu ul li+li
{
    margin: 30px 0 0 0;

}

div.mobile-menu ul li a
{
    color: white;
}

div.mobile-menu ul li a:hover
{
    color: rgba(255, 255, 255, 0.7);
}


div.donate-now
{
    display: block;
    background-color: #d32d26;
    color: white;
    font-family: 'clother', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    position: fixed;
    right: 0;
    top: 300px;
    padding: 15px 20px 15px 20px;
    border-radius: 15px 0 0 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: 99;
}


div.donate-now-left
{
    display: none;
}

p.intro
{
    font-size: 1.3em !important;
}


body > footer
{
    height: 20em;
    background-color: #086861;
    margin: 0;
    width: 100vw;
    max-width: 100%;
    background-image: url('images/footer/ribete.jpg');
    background-repeat: repeat-x;
    display: flex;
    justify-content: center;
    flex-direction: column !important;
    margin-top: 20vh;
    align-items: center;
}

body > footer > div.content
{
    display: flex;
    width: 80vw;
    flex: 1;
    height: auto;
    justify-content: center;
}

footer > div.content > div.logo
{
    justify-content: flex-start;
    display: flex;
    flex: 1;
    align-items: center;
}

footer > div.content > div.links
{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
}

footer > div.content > div.links ul
{
    margin: 0;
    padding: 0;
}

footer > div.content > div.email
{
    justify-content: flex-end;
    display: flex;
    flex: 1;
    align-items: center;
}

footer > div.content img
{
    width: 300px;
    height: auto;
}

footer ul.icons
{
    display: flex;
    list-style: none;
    font-size: 3em;
}

footer ul.icons li+li
{
    margin-left: 20px;
}

footer ul.icons a
{
    color: white;
}

footer > div.content > div.email a
{
    color: white;
    font-size: 1.5em;
    font-family: 'clother', Arial, Helvetica, sans-serif;
}

footer .foot
{
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

footer .foot a
{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

@media (min-width: 2200px)
{
    body
    {
        font-size: 14pt;
    }   
}


@media (min-width: 1921px)
{
    body
    {
        font-size: 12pt;
    }   
}

@media (max-width: 1280px)
{
    body > footer
    {
        margin-top: 15vh;
    }

    body > footer > div.content img
    {
        height: 4em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 0;
    }

    body > footer div.logo
    {
        justify-content: center;
    }

    footer ul.icons
    {
        font-size: 2em;
    }
}

@media (max-width: 1024px)
{
    body > footer
    {
        margin-top: 15vh;
    }

    body > footer > div.content img
    {
        height: 3em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 0;
    }

    body > footer div.logo
    {
        justify-content: center;
    }

    footer ul.icons
    {
        font-size: 2em;
    }
}


@media (max-width: 1199px)
{
    
    body
    {
        font-size: 10pt;
    }

    body > header
    {
        height: 200px
    }

    header > a > img
    {
        width: 375px;
        margin-top: 2.2em;
    }

    header > nav
    {
        display: none;
    }

    header div.hamburger
    {
        visibility: visible;
        position: absolute;
        top: 3.2em;
        right: 2.8em;
    }

    div.donate-now
    {
        display: none;
    }

    div.donate-now-left
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: fixed;
        bottom: 7vh;
        left: 0;
        background-color: #d32d26;
        color: white;
        font-family: 'clother', Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        position: fixed;
        padding: 15px 20px 15px 20px;
        border-radius: 0 15px 15px 0;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        z-index: 99;
    }
    
    div.donate-now-left span
    {
        margin-right: 8px;
    }


    header div.hamburger img
    {
        width: 80px;
    }

    header > nav.sticky-navbar
    {
        visibility: hidden;
    }

}

@media (max-width: 940px)
{
    body > footer
    {
        margin-top: 15vh;
    }

    body > footer > div.content img
    {
        height: 2.7em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 0;
    }

    footer ul.icons
    {
        font-size: 1.5em;
    }

    footer div.email
    {
        font-size: 0.7em;
    }
}

@media (min-width: 500px) and (max-width: 940px)
{
    footer div.content
    {
        flex-wrap: wrap;
        max-width: 70vw !important;
        height: auto !important;
    }

    footer div.logo
    {
        justify-content: flex-start !important;
        min-width: 50% !important;
        height: auto !important;
        align-items: flex-end !important;
    }
    
    footer div.logo img
    {
        height: 3em !important; 
    }
    
    footer div.links
    {
        justify-content: flex-end !important;
        min-width: 50% !important;
        height: auto !important;
        align-items: flex-end !important;
    }
    
    footer div.email
    {
        justify-content: center !important;
        min-width: 100% !important;
        height: auto !important;
        align-items: center !important;
        font-size: 1em !important;
    }
}

@media (min-width: 620px) and (max-width: 940px)
{
    footer div.logo img
    {
        height: 4em !important; 
    }

    footer div.links
    {
        font-size: 1.5em !important; 
    }
}

@media (max-width: 899px)
{
    
    body
    {
        font-size: 8pt;
    }

    body > header
    {
        height: 150px;
        background-size: 17em;
    }

    header > a > img
    {
        width: 280px;
        margin-top: 2.6em;
    }
    
    header div.hamburger
    {
        top: 3.7em;
    }

    header div.hamburger img
    {
        width: 60px;
    }

    nav.mobile-navbar
    {
        width: 40%;
    }

    div.mobile-menu ul
    {
        font-size: 1.8em;
        margin-top: 2.5em;
    }
}

@media (max-width: 799px)
{
    body
    {
        font-size: 7pt;
    }
    
    body > header
    {
        height: 140px;
        background-size: 17em;
    }

    nav.mobile-navbar
    {
        width: 60%;
    }

    header div.hamburger img
    {
        width: 60px;
    }
}

@media (max-width: 726px)
{

    body > footer
    {
        margin-top: 15vh;
    }

    body > footer > div.content img
    {
        height: 3em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 0;
    }

    footer ul.icons
    {
        font-size: 2em;
    }

    footer div.email
    {
        font-size: 0.7em;
    }
}

@media (max-width: 619px)
{
    
    body > footer > div.content img
    {
        height: 2.2em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 0;
    }

    footer ul.icons
    {
        font-size: 2em;
    }

    footer div.email
    {
        font-size: 0.7em;
    }
}


@media (max-width: 573px)
{
    body
    {
        font-size: 9pt !important;
    }

    body > header
    {
        height: 120px;
        background-size: 23%;
    }

    header > a > img
    {
        width: 260px;
        margin-top: 2.2em;
    }

    nav.mobile-navbar
    {
        width: 60%;
        padding-left: 5%;
    }

    header div.hamburger
    {
        top: 3.5em;
    }

    header div.hamburger img
    {
        width: 40px;
    }

    section
    {
        width: 90vw !important;
        max-width: 90vw !important;
    }

    p.intro
    {
        font-size: 1.3em !important;
        padding: 0;
        margin: 0;
    }

    body > footer
    {
        height: 44vh;
        margin-top: 15vh;
    }

    body > footer > div.content
    {
        flex-direction: column;
        margin: 4vh 0 4h 0;
        flex: 0;
        height: 100%;
    }

    body > footer > div.foot
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1em;
        width: 93vw;
        padding-top: 3vh;
        margin-bottom: 0;
    }

    body > footer > div.content img
    {
        height: 4em;
        width: auto;
    }

    body > footer > div.content div+div
    {
        margin-top: 2vh;
    }

    footer ul.icons
    {
        font-size: 2em;
    }

    footer div.logo
    {
        justify-content: center !important;
        align-items: center !important;
    }
    
    
    footer div.links
    {
        justify-content: center !important;
        align-items: center !important;
    }

    footer > div.content > div.email 
    {
        font-size: 1em;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 500px)
{

    body
    {
        font-size: 6pt;
    }

    body > header
    {
        height: 120px;
        background-size: 30%;
    }

    nav.mobile-navbar
    {
        padding-left: 7%;
    }
    
    nav.mobile-navbar ul
    {
        font-size: 1.4em;
    }

    body > footer
    {
        margin-top: 15vh;
    }
}


@media (max-width: 430px)
{
    
    body > header
    {
        height: 120px;
        background-size: 30%;
    }   
    
    header div.hamburger
    {
        top: 3.7em;
        right: 1.8em;
    }

    header div.hamburger img
    {
        width: 33px;
    }

    body > footer
    {
        margin-top: 15vh;
    }
}


@media (max-width: 375px)
{
    body > footer
    {
        height: 50vh;
        margin-top: 15vh;
    }
}

/*¨MAIN */


main
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    overflow: hidden;
}

h3
{
    font-family: 'clother', Arial, Helvetica, sans-serif;
    font-size: 1.9em !important;
    font-weight: bold !important;
    color: #086861 !important;
    background-image: url('images/main/h3-bullet.png');
    background-repeat: no-repeat;
    background-size: 2.5em;
    padding-top: 0.3em;
    padding-bottom: 0.4em;
    padding-left: 0.75em;
}

h5
{
    background-image: url('images/main/h5-bullet.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 0.5em;
    padding-left: 1.5em;
    color:#086861;
    font-size: 1.4em;
}

section
{
    width: 80vw;
    max-width: 80vw;
    align-self: center;
}

section+section, style+section
{
    margin-top:9vh;
}

@media (max-width: 899px)
{
    section+section
    {
        margin-top: 4vh;
    }
}

/* INDEX */

main p
{
    font-weight: 400;
    font-size: 1.1em !important;
    color: #444444 !important;
    padding-left: 44px !important;
    padding-right: 33px !important;
    text-align: justify;
}

section.section-wapp-pictures
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


section.section-wapp-pictures > div:first-of-type img
{
    width: 30vw;
}

section.section-wapp-pictures > div+div
{
    margin-left: 40px
}

section.section-wapp-pictures div.glide
{
    max-width: 540px;
    max-height: 490px;
}

section.section-wapp-pictures div.glide img
{
    max-width: 100%;
    height: auto;
}

#meetings
{
    content: url('images/index/reuniones.jpg');
}

@media (min-width: 1919px){
    section.section-wapp-pictures div.glide
    {
        max-width: 800px;
        max-height: 726px;
    }

    section.section-wapp-pictures div.glide img
    {
        width: 800px;
        height: 600px;
    }
}


@media (max-width: 1024px){

    section.section-wapp-pictures
    {
        flex-direction: column;
        align-items: center;
    }

    section.section-wapp-pictures > div:first-of-type
    {
        text-align: center;
    }

    section.section-wapp-pictures > div:first-of-type img
    {
        width: 60%;
    }

    section.section-wapp-pictures > div+div
    {
        margin-top: 4vh;
        margin-left: 0;
    }
    
    section.section-wapp-pictures > div+div
    {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 500px){

    section.section-wapp-pictures
    {
        flex-direction: column;
    }

    section.section-wapp-pictures > div:first-of-type img
    {
        width: 80%;
    }

    section.section-wapp-pictures > div+div
    {
        margin-top: 4vh;
        margin-left: 0;
    }
    
    section.section-wapp-pictures > div+div
    {
        display: flex;
        justify-content: center;
    }
    
    main p
    {
        width: 80% !important;
        margin: auto !important;
        padding: 0 !important;
    }

    #meetings
    {
        content: url('images/index/reuniones-vertical.png');
    }

}

/* GLIDE */

.glide__slides
{
    /* background-color: rgba(8, 104, 97, 0.5); */
}

.glide__slides ul
{
    display: flex;
    justify-content: center;
}

.glide__arrow
{
    font-size: 40px !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/* REUNIONES */

section.encounters img
{
    max-width: 100%;
}

/* RESEÑAS */

div.review-card
{
    width: 92%;
}

div.review-card header img
{
    width: 70px;
    height: auto;
}

div.review-card .body
{
    text-align: left;
    padding-left: 35px;
    margin-top: 10px;
    font-style: italic;
    font-size: 1.1em !important;
}

div.review-card footer
{
    text-align: left;
    padding-left: 35px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

div.review-card footer img
{
    width: 4em;
}

div.review-card footer .description
{
    margin-left: 1.2em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

div.review-card footer .description .name
{
    color: #d17918;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'clother', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

div.review-card footer .description .date
{
    color: #a8a8a8;
    margin-top: 0.3em;
    font-size: 1em;
    font-style: italic;
}

section.reviews div.glide
{
    max-width: 100%;
    padding-bottom: 4vh;
}


section.reviews .glide__bullets
{
    bottom: 10px !important;
}


@media (max-width: 1440px){

    div.review-card header img
    {
        width: 40px;
        height: auto;
    }

    div.review-card .body
    {
        padding-left: 35px;
        margin-top: 10px;
        font-size: 0.9em !important;
    }

    div.review-card footer .description .name
    {
        font-size: 1.4em;
    }
}

@media (max-width: 940px){


    div.review-card header img
    {
        width: 35px;
        height: auto;
    }

    div.review-card .body
    {
        padding-left: 35px;
        margin-top: 10px;
        font-size: 0.8em !important;
    }

    div.review-card footer img
    {
        width: 3em;
    }
}

@media (max-width: 940px){


    div.review-card header img
    {
        width: 40px;
        height: auto;
    }

    div.review-card .body
    {
        padding-left: 35px;
        margin-top: 10px;
        font-size: 1.2em !important;
    }

    div.review-card footer img
    {
        width: 4em;
    }
}

@media (max-width: 700px){


    div.review-card header img
    {
        width: 35px;
        height: auto;
    }

    div.review-card .body
    {
        padding-left: 35px;
        margin-top: 10px;
        font-size: 1.2em !important;
    }

    div.review-card footer
    {
        font-size: 1.2em !important;
    }

    div.review-card footer img
    {
        width: 3em;
    }

}

@media (max-width: 500px){
    

    section.reviews div.glide
    {
        padding-bottom: 7vh !important;
    }
    section.reviews .glide__bullets
    {
        bottom: 1vh !important;
    }

}



/* COLABORAR */

main.colaborate > section > div
{ 
    /*
    margin-left: 44px;
    */
}

div.container-donate, div.container-channel
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;

}

div.donate-item
{
    flex: 1 0 40%;
    padding: 20px;
    max-width: 40%;
}

div.bbva img
{
    width: 70%;
    height: auto;
}

div.cafecito img, div.buy-me-a-coffee img
{
    width: 40%;
    height: auto;
    margin: 33px 0 33px 0 ;
}

div.cafecito a, div.buy-me-a-coffee a
{
    font-size: 14pt;
}

div.mercado-pago img
{
    width: 80%;
    height: auto;
    margin: 4em 0 4em 0;
}

div.paypal img
{
    width: 80%;
    height: auto;
    margin: 45px 0 45px 0;
}


div.donate-item div.donate-content
{
    background-color: #f4f4f4;
    border: 2px solid #319188;
    height: 350px;
}

div.donate-item div.icon, footer
{
    display: flex;
    justify-content: center;
}

div.donate-item div.info
{
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.1em;
}

div.donate-item div.footer
{
    padding: 1em 2.1em 1em 2.1em;
}

@media (min-width: 1721px)
{
    div.donate-item div.donate-content
    {
        background-color: #f4f4f4;
        border: 2px solid #319188;
        height: 40vh;
    }
}

@media (max-width: 1280px)
{
    div.donate-item div.donate-content
    {
        font-size: 0.9em;
        height: 290px;
    }

}


@media (max-width: 1199px)
{
    div.donate-item div.donate-content
    {
        font-size: 1em;
        padding: 12px;
        height: 270px;
    }

    div.donate-item div.footer
    {
        padding: 1em 0.5em 1em 0.5em;
    }

}

@media (min-width: 900px) and (max-width: 924px)
{
    .paypal-content, .buy-me-a-coffee-content
    {
        height: 330px !important;
    }
}

@media (max-width: 899px)
{
    div.donate-item div.donate-content
    {
        height: 210px;
        padding: 8px;
    }

    div.bbva img
    {
        margin: 1em 0 2em 0;
    }

    .paypal-content, .buy-me-a-coffee-content
    {
        height: 245px !important;
    }

    div.donate-item div.footer
    {
        padding: 1em 1em 1em 1em;
    }

}

@media (max-width: 623px)
{

    div.donate-item
    {
        flex: 1 0 90%;
        padding: 20px;
        max-width: 90%;
    }

    div.donate-item div.donate-content
    {
        font-size: 1.2em;
        height: auto !important;
    }
}

/* NEWSLETTER-PODCAST */

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

section.channels a
{
    text-decoration: none !important;
}


section.channels > div
{
    flex: 50%;
}

div.container-channel
{
    display: flex;
    justify-content: flex-start;
    padding-left: 5vw;
}

div.channel-item
{
    flex: 1 0 70%;
    padding: 20px;
    max-width: 40%;
    min-width: 250px;
}

div.channel-item div.channel-content
{
    background-color: #f4f4f4;
    border: 2px solid #319188;
}

div.channel-item div.icon, footer
{
    display: flex;
    justify-content: center;
}

div.channel-item div.info
{
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
}

div.spotify img
{
    width: 80%;
    height: auto;
    margin: 2em 0 2em 0 ;
}

div.substack img
{
    width: 80%;
    height: auto;
    margin: 33px 0 33px 0 ;
}

div.channel-item div.footer
{
    padding: 0.5em 0.5em 0.5em 0.5em !important;
}

form#contact-form
{
    display: flex;
    justify-content: center;
}

div.container-form
{
    width: 90%;
    display: flex;
    flex-direction: column;
}

div.container-form input[type="text"], div.container-form textarea, div.container-form input[type="file"]
{
    width: 100%;
}

div.container-form div.form-row
{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 3%;
}

div.container-form div.input-block+div.input-block
{
    margin-left: 5%;
}

div.container-form div.form-row > div
{
    width: 50%;
    display: flex;
    flex-direction: column;
}

div.file 
{
    margin-top: 3%;
}

div.tag
{
    font-size: 1.2em;
    color: #d17918;
    font-style: italic;
    font-weight: bold;
}

div.input input, textarea
{
    font-size: 1.2em;
    color: #444444;
    border: 2px solid #d0dbde;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 5px;
    height: 40px;
    width: 60%;
    margin-top: 10px;
}

div.input textarea
{
    height: 120px;
}

div.button-row
{
    width: 100%;
    margin-top: 4%;
    text-align: center;
}

input[type="submit"] {
    font-family: "clother", sans-serif;
    font-weight: bold;
    background-color: #086861;
    color: white;
    padding: 15px 80px;
    font-size: 22pt;
    border: none;
    border-radius: 40px;
    font-style: italic;
}

@media (max-width: 1199px)
{
    div.channel-item
    {
        padding: 25px;
        max-width: 40%;
        min-width: 180px;
    }
}

@media (max-width: 899px)
{
    div.channel-item
    {
        padding: 16px;
        max-width: 40%;
        min-width: 130px;
    }
    
    div.channel-item div.footer
    {
        font-size: 1.5em;
    }

}

@media (max-width: 680px)
{
    section.channels > div
    {
        flex: 100%;
    }

    div.channel-item
    {
        flex: 1 0 70%;
        padding: 20px;
        max-width: 50%;
        min-width: 50%;
    }
}

/* COMUNIDAD */

div.container-coordinators
{
    width: 100%;
    padding-left: 30px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
}

div.coordinator 
{
    width: 300px;
    max-width: 300px;
    margin: 10px;
    flex-grow: 1;
}

div.coordinator div.info
{
    background-color: #f4f4f4;
    border: 2px solid #319188;
    border-radius: 0 0 30px 30px;
    overflow: visible;
    padding: 1em 1em 1.5em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "dejavu-sans", sans-serif;
}

div.coordinator div.info > div
{
    text-align: center;   
}

div.coordinator div.info div.image img
{
    width: 100%;
}

div.coordinator div.position
{
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

div.coordinator div.groups
{
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 1.5em 0;
}

div.coordinator div.groups img
{
    height: 2.5em;
    width: auto;
}

div.coordinator div.groups img+img
{
    margin-top: 0.45em;
}

div.coordinator div.groups h6
{
    margin-bottom: 20px;
    font-size: 1em;
}

div.coordinator div.quote
{
    margin-top: 1.4em;
}

div.coordinator div.contact
{
    margin-top: 1.4em;
    color: #d17918;
    font-size: 1.1em;
}


 
@media (max-width: 1199px)
{

    div.container-coordinators
    {
        padding-left: 0;
    }
    
    div.coordinator 
    {
        width: 245px;
        max-width: 245px;
        margin: 10px;
    }

    div.coordinator div.groups h6
    {
        font-size: 0.8em;
    }

    div.coordinator div.position
    {
        font-size: 1.4em;
        margin: 1em 0 1em 0;
    }

    div.coordinator div.groups
    {
        font-size: 1em;
        margin: 0 0 1.2em 0;
    }

    div.coordinator div.groups h6
    {
        margin-bottom: 1em;
        font-size: 1em;
    }

    div.coordinator div.contact
    {
        font-size: 1.2em;
    }
}

@media (max-width: 994px)
{

    div.coordinator 
    {
        width: 200px;
        max-width: 200px;
        margin: 10px;
        font-size: 0.8em;
    }
}

@media (max-width: 899px)
{

    div.coordinator 
    {
        width: 200px;
        max-width: 200px;
        margin: 10px;
        font-size: 1em;
    }

}


@media (max-width: 825px)
{

    div.coordinator 
    {
        width: 200px;
        max-width: 200px;
        margin: 10px;
        font-size: 1em;
    }
}

@media (max-width: 500px)
{

    div.coordinator 
    {
        width: 90%;
        max-width: 90%;
        margin: 10px;
        font-size: 1.2em;
    }
}

/* ENCUENTROS */

section.weekly-events
{
    
}

div.language-container
{
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    padding-left: 3vw;
    width: 90%;
}

div.language-container div.language
{
    text-align: left;
    width: 50%;
}

div.english
{
    width: 100% !important;
}

div.language-container div.language header img
{
    height: 60px;
    width: auto;
}

div.language+div.language
{
    margin-top: 2vw;
}

div.events
{
    display: flex;
    flex-direction: column;
}

div.events-english
{
    flex-direction: row;
}

div.events-english > div
{
    width: 50%;
}


div.online-events, div.onsite-events
{
    padding-left: 3em;
}

ul.events
{
    list-style-type: none;
    font-size: 1.1em;
}

ul.events li+li
{
    margin-top: 20px;
}

ul.events div.title
{
    font-weight: bold;
}

ul.events div.link
{
    color:#d17918;
}

div.alert
{
    background-color: #f4f4f4;
    border: 2px solid #d0dbde;
    border-radius: 20px;
    padding: 0 20px 20px 20px;
    width: 60%;
    font-size: 0.9em;
    margin: 3em 0 3em 3em;
}

div.alert > img
{
    position: relative;
    left: -45px;
    top: -25px;
    width: 50px;
    height: auto;
    display: inline-block;
}

div.alert-info
{
    margin-top: 3em;
}

div.alert-info div.title
{
    font-weight: bold;
}

div.alert-info:first-of-type
{
    margin-top: -20px;
}

div.alert-info div.link
{
    color:#d17918;
}

div.alert-info > div+div
{
    margin-top: 1em;
}

section.online-events
{
    display: flex;
    justify-content: center;
}


div.online-meetings
{
    width: 1000px;
}

div.online-meetings div.info
{
    background-color: #f4f4f4;
    border: 2px solid #319188;
    border-radius: 0 0 30px 30px;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    z-index: 1;
    display:flex;
    position: relative;
    flex-direction: row;
}

div.online-meetings footer
{
    background-color: #F9CCA0;
    border: 2px solid #C9A483;
    border-radius: 0 0 30px 30px;
    font-size: 1.6em;
    margin-top: -35px;
    padding-top: 40px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 0;
}

div.online-meetings div.days-grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2px;
    background-color: #D0DBDE;
    width: 80%;
}

div.days-grid div.day
{
    padding: 20px;
    background-color: #f4f4f4;
}

div.days-grid div.day ul, div.sunday ul
{
    font-weight: 300;
    list-style-type: none;
    margin: 10px 0 5px 0;
    padding-left: 20px;
}

div.days-grid div.day ul li, div.sunday ul li
{
    background: url('images/encuentros/language-bullet.png') no-repeat left center;
    background-position: 0 55%;
    background-size: 0.3em;
    padding: 10px 0 0 20px;
}

div.days-grid img, div.sunday img
{
    height: 40px;
    width: auto;
}

div.sunday
{
    width: 20%;
    padding: 20px;
    border-left: 2px solid #D0DBDE;
    display: flex;
    align-items: center;
}

div.thursday
{
    border-radius: 0 0 0 30px;
}

div.special-event-global-container
{
    display: flex;
    direction: row;
}

div.special-event-global-container > div+div
{
    margin-left: 3vw;
}

div.special-event-container
{
    padding-left: 3vw;
    display: flex;
    flex-direction: column;
}

div.special-event-container ul
{
    padding-left: 1vw;
}


div.special-event-container img
{
    width: 450px;
    height: auto;
}

div#online-meetings-above
{
    margin-top: 0;
}

div#online-meetings-above div.days-grid
{
    grid-template-columns: repeat(2, 1fr);;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 2px;
    width: 100%;
}

div#online-meetings-above div.info
{
    flex-direction: column;
}

div#online-meetings-above div.sunday
{
    border-left: none;
    border-top: 2px solid #D0DBDE;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding-left:0;
    padding-right:0;
}

div#online-meetings-above div.thursday
{
    border-radius: 0;
}

div#online-meetings-above div.info
{
    flex-direction: column;
}




/* ONLINE MEETINGS TABLE AND SECTION BREAKPOINTS */

@media (max-width: 1570px)
{
    div.online-meetings
    {
        width: 800px;
        font-size: 0.8em;
    }

    div.days-grid img, div.sunday img
    {
        height: 30px;
        width: auto;
    }

    div.online-meetings footer
    {
        margin-top: -60px;
        padding-top: 70px;
        height: 35px;
    }
}

@media (max-width: 899px)
{
    div.language-container div.language header img
    {
        height: 40px;
        width: auto;
    }
    
    div.language-container div.onsite-events, div.online-events
    {
        font-size: 0.8em;
    }   

    div.english
    {
        margin-bottom: 3em;
    }

    div.special-event-container
    {
        padding-left: 3vw;
        display: flex;
        flex-direction: column;
    }


    div.special-event-container img
    {
        width: 60vw;
        height: auto;
    }

    div.special-event-container ul.events
    {
        padding-left: 0;
    }
}

@media (max-width: 850px)
{
    div.online-meetings
    {
        width: 500px;
        font-size: 0.8em;
    }

    div.days-grid img, div.sunday img
    {
        height: 20px;
        width: auto;
    }

    div.days-grid div.day ul, div.sunday ul
    {
        margin: 5px 0 0px 0;
        padding-left: 10px;
    }

    div.days-grid div.day ul li, div.sunday ul li
    {
        background-size: 3px;
        padding: 7px 0 0 10px;
    }

    div.days-grid div.day, div.sunday
    {
        padding: 10px;
    }

    div.language-container
    {
        padding-left: 0;
        width: 90%;
    }
}

@media (max-width: 500px)
{
    
    div.online-meetings div.days-grid
    {
        grid-template-columns: repeat(2, 1fr);;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 2px;
        width: 100%;
    }

    div.online-meetings div.info
    {
        flex-direction: column;
    }

    div.sunday
    {
        border-left: none;
        border-top: 2px solid #D0DBDE;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding-left:0;
        padding-right:0;
    }

    div.thursday
    {
        border-radius: 0;
    }
    
    div.online-meetings div.info
    {
        flex-direction: column;
    }

    div.language-container
    {
        flex-direction: column;
    }

    div.language-container div.language header img
    {
        height: 50px;
        width: auto;
    }
    
    div.language
    {
        width: 100% !important;
    }

    div.english
    {
        margin-bottom: 0;
    }

    div.language+div.language
    {
        margin-top: 2vh;
    }

    div.events
    {
        flex-direction: column;
    }
    
    div.events > div
    {
        width: 100%;
    }

    div.onsite-events, div.online-events
    {
        width: 90% !important;
        font-size: 1.2em !important;
        padding-left: 2em;
    }

    div.special-event-container img
    {
        width: 80vw;
        height: auto;
    }

}

