/*
 | -------------------------------------------------------------------------
 | RESET
 | -------------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    font-family: arial;
}
p {    
    margin-bottom: 0;
    margin-top: 0px;
}
/* remember to define focus styles! */
:focus { outline: 0;}
body { line-height: 1; color: black; background: white; }


ol, ul { list-style: none; margin-bottom: 0px; margin-top: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {
    /*border-collapse: separate;*/
    border-spacing: 0;}
textarea {  resize: none;}
caption, th, td {   text-align: left;    font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after {   content: ""; }
blockquote, q {    quotes: "" "";}

input {outline: none}

a img {border: none;}

section {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;        
    vertical-align: baseline;
    z-index: 2;
    overflow: hidden;
}

@font-face {
  font-family: 'Raleway-Heavy';
  src: url('../fonts/Raleway-Heavy.eot');
  src: url('../fonts/Raleway-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Heavy.woff') format('woff'),
       url('../fonts/Raleway-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/Raleway-Black.eot');
  src: url('../fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Black.woff') format('woff'),
       url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Medium.woff') format('woff'),
       url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Light.woff') format('woff'),
       url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
 | -------------------------------------------------------------------------
 | DEFAULT
 | -------------------------------------------------------------------------
*/
html
{
    height: 100%;
    margin: 0px;
    padding: 0px;    
    font-size: 13px;    
    background-color: transparent;  
    /*overflow: hidden;*/
}


body
{       
       margin: 0 auto;
       background-color: #f5f5f5;
}

body.main_site {
    background-color: black;
    color: white;
}

section
{
    clear: both;
}
body * 
{
    font-family: 'Raleway-Medium';
}

sup
{
    vertical-align: top;
}
/*
 | -------------------------------------------------------------------------
 | CLASES COMUNES
 | -------------------------------------------------------------------------
*/
.noseparate {white-space:nowrap}
.oculto { display: none }
.hidden, .escondido { visibility: hidden; }
.zero-height { height: 0px; }
.zero-width { width: 0px; }
.zero-opacity
{
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.clear { clear: both; }
.one-opacity
{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

strong { font-weight: bold; }

img.background
{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
section img.background.parallax
{
    position: absolute; left: 0; top: 0px
}
.loading-layer
{
    display: none;

    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
}

#Main-Loading-Layer
{
    position: absolute;
    top:0px;
    left: 0px;
}

#Main-Loading-Icon {
    background-color: white;
    border: 1px solid #c0c0c0;
    display: none;
    left: 50%;
    margin-left: -100px;
    margin-top: -20px;
    padding: 11px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: 21;
    border-radius: 3px;
}

#Main-Loading-Icon img
{
    width: 30px;
    height: 30px;
}

#Main-Loading-Message {
    color: #a0a0a0;
    display: none;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 8px;
    position: absolute;
    z-index: 21;    
}

#ascrail2000 {z-index: 500 !important}
/*
 | -------------------------------------------------------------------------
 | IMÁGENES ADAPTABLES
 | -------------------------------------------------------------------------
*/
.window
{
    overflow: hidden;
    float: left;
    position: relative;
}

.window.fullscreen,
img.fullscreen
{
    width: 100%;
    height: 100%;
}

.adaptable { position: relative; }
.window.slideshow .adaptable
{
    position: absolute;
}



/*
 | -------------------------------------------------------------------------
 | -------------------------------------------------------------------------
 | SOBREESCRITURA PROPIEDADES BOOTSTRAP
 | -------------------------------------------------------------------------
 | -------------------------------------------------------------------------
*/
.dropdown-menu 
{
    border-radius: 0px !important;
}
.dropdown-menu > li > a {
    
    white-space: normal !important;
    line-height: 1;
}

/*
 | -------------------------------------------------------------------------
 | -------------------------------------------------------------------------
 | LAYOUT PRINCIPAL COMÚN EN TODA LA WEB
 | -------------------------------------------------------------------------
 | -------------------------------------------------------------------------
*/

#Content
{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    
}

#back-to-top 
{ 
  transition: opacity 1s;
  opacity: 0;
  position: fixed;
  bottom: 0px; 
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffe700;  
  color: white; 
  cursor: pointer;
  padding: 15px;
  border-radius: 0;  
  font-size: 0px;
  width: 40px;
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  background-image: url('../img/common/2021/top_arrow.png');
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center;
  
}
#back-to-top.visible
{   
    transition: opacity 1s;
    opacity: 1;
}

#Content #projects-list
{
    padding-bottom: 80px;
}

header
{
    height: 200px;
    text-align: center;
    position: relative;
    z-index: 11;
    width: 100%;    
    background-color: black;
    top: 0px;        
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
    
    #logo-header img 
    {
        width: 130px;
        height: auto;        
    }
    .left-align 
    {
        display: flex;
        align-items: center;
    }    
    .main_site_menu 
    {        
        color: white;
        text-aligh: right;
        padding-right: 20px;
    }
    
        .main_site_menu ul li {
            display: inline-block;            
            margin-right: 50px;
        }
        .main_site_menu ul li a,
        .main_site_menu ul li span{
            color: white;
            font-size: 17px;    
            cursor: pointer;
            text-decoration: none;
        }
        
        .main_site_menu ul li.edition {
            padding-right: 13px;
            background-image: url('../img/common/2021/white_carret.png');
            background-repeat: no-repeat;
            background-position: right 6px;
            background-size: 8px 7px;
        }
        
        
        .main_site_menu.editions_active ul li a,
        .main_site_menu.editions_active ul li span{
            color: #a0a0a0;
        }        
        
        .main_site_menu.editions_active ul li.edition span{
            color: white;
        }
        
        #social-networks {
            
        }
        
        #social-networks li {
            display: inline-block;
            margin-right: 8px;
        }
        
        #social-networks li img {
            width: 30px;
            height: auto;
        }
        
        #past-editions {            
            left: 0px;
            position: absolute;
            background-color: black;            
            top: 170px;
            text-align: left;
            width: 100%;            
            overflow: hidden;          
            height: 0px;            
            z-index: 15;
            width: 100%;
            padding-left: 5%;
            padding-right: 5%;
        }
        
        .microsite #past-editions {            
            background-color: white;
        }
        .microsite #past-editions li a {
            color: black;
        }
        
        #past-editions.on-footer 
        {
            top: unset;
            bottom: 180px;
            padding-top: 50px;
            border-top: solid 1px #505050;
        }
        
        #past-editions.active {
            
            transition: height 1s;
            height: 270px;
        }
        
        
        #past-editions .wrapper {
            display: flex;            
            justify-content: flex-end;  
            margin-right: 300px;
        }
        
        #past-editions.on-footer .wrapper {
            
            padding-right: 130px;
            padding-right: 50px;
            margin-right: 0px;
           
        }
        
        #past-editions ul {
            margin-right: 40px;
        }
        #past-editions li {
            margin-bottom: 7px;
        }
        #past-editions li a{
            color: white;
        }

        
.microsite header.main-header 
{
    background-color: white;    
}

    .microsite .main_site_menu ul li a,
    .microsite .main_site_menu ul li span{ color: black; }

    .microsite .main_site_menu ul li.edition 
    {
        background-image: url('../img/common/2021/black_carret.png');
    }    
    .microsite header.main-header .main_site_menu.editions_active ul li.edition span
    {
        color: black;
    }    
    .microsite .main_site_menu.editions_active ul li.edition span 
    {
        color: black;
    }

        
footer.main_site 
{
    background-color: black;
    font-color: white;   
    padding-bottom: 60px;
    width: 90%;
    margin-left: 5%;
    padding-top: 15px;
    border-top: solid 1px #404040;
    
}        

footer.main_site .footer-row 
{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    width: 100%;
}
footer.main_site .footer-row.row-1
{
    padding-bottom: 10px;
}
footer .main_site_menu {
    padding-right: 0px;
}
footer .main_site_menu ul li {
        margin-right: 0px;
        margin-left: 50px;
}


footer.main_site .footer-row.row-2
{    
    justify-content: space-between;        
    align-items: flex-start;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #505050;

    
}
    footer.main_site #social-networks  li 
    {
        padding-left: 0px;
        margin-right: 20px;
    }
    footer.main_site #social-networks  li a img {
        padding: 0;
    }


footer.main_site .footer-row.row-2 ul li
{
    margin-bottom: 8px;
    padding-left: 18px;
}


footer.main_site img {
    padding-left: 0px;
    width: 130px;
    height: auto;
    z-index: 99;
}
footer.microsite {
    padding-top: 40px;
    padding-left: 70px;
    height: 95px;
    font-size: 16px;
    background-color: white;
}

footer.microsite ul.links{
    float: right;
    margin-right: 70px;
}

footer.microsite ul.links li {
    cursor: pointer;
    float: left;
    margin-left: 42px;
    background-image: url("../img/common/links_arrow.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}


footer.microsite ul.links li.first { margin-left: 0px; }
footer.microsite ul.links li a { color: black; }
footer.microsite ul.links li a:hover{ text-decoration: none; }
.microsite footer.main_site { 
    background-color: white; 
    width: 100%;
    border-top: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    margin-left: 0px;
}
.microsite footer.main_site .footer-row.row-2 {
    display: none;
}
.microsite #past-editions.on-footer {    
    bottom: 100px;
    
}

.microsite footer.main_site_menu ul li a, 
.microstie .main_site_menu ul li span,
.microsite footer.main_site_menu ul li a, 
.microsite .main_site_menu ul li a
{ color: black; }



#Main-Wrapper
{
    width: 100%;
    overflow-y: auto;
    position: relative;
   
}

.select .selector
{
    display: block;
    font-family: 'Raleway-Light';
    font-size: 20px;
    border: solid 1px black;
    padding: 10px 30px 10px 17px;
    background-image: url("../img/common/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;    
    text-align: left;
    cursor: pointer;    
}

.select .dropdown-menu
{
    padding-top: 8px;
    padding-bottom: 10px;
    border: solid 1px black;
    border-top: none;        
    background-color: white;  
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}

.select .dropdown-menu li
{
    display: block;
    margin-bottom: 5px;
    text-align: left;  
}
.select .dropdown-menu li a{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-top: 6px;
    height: 25px;
}

.dropdown-menu.options
{
    border: solid 1px green;
}

/* NEWSLETTER */

#Newsletter 
{    
    position: fixed;
    width: 800px;
    height: 400px;
    background-color: white;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;    
    z-index: 100;
    text-align: center;
    border: solid 1px black;
    padding-top: 100px;
}

#Newsletter form
{    
    width: 400px;
    margin: 0 auto;   
}

#Newsletter p
{
    font-family: "Raleway-Light";
    font-size: 35px;
    line-height: 40px;
}

#Newsletter form p
{
    text-align: right;
    margin-right: 64px;
    margin-top: 0px;
    line-height: 30px;
    
}

#Newsletter #email_newsletter
{
    margin-top: 20px;
    border: 1px solid black;
    font-size: 20px;
    padding:5px;
}

.submit-button
{
    font-size: 15px;
    background-color: black;
    color: white;
    padding:2px 8px 2px 8px;
    border: solid 1px black;
    line-height: 20px;         
}

#newsletter-feedback
{    
    margin-top: 60px;
}

#newsletter-feedback p
{
    margin-bottom: 15px;
}
#close_newsletter
{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*
 | ------------------------------------------------------------------------- 
 | HOME
 | -------------------------------------------------------------------------
*/
/*  HOME - Slide Show */

#Content.home section.intro
{
    height: 600px; 
    width: 100%; 
    position: relative; 
    z-index: 1;
    transform: translateZ(0);
}

#Content.home section.intro .slide
{    
    object-fit: cover;
    
}
#Content.home .custom-pager {
    position: absolute;     
    height: 20px; 
    width: 100%;
    margin-top: -60px;
    z-index: 10;
}

#Content.home .custom-pager strong
{ 
    padding-left: 15px;
    height: 15px;
    margin-left: 25px;
    cursor: pointer;
}
#Content.home .custom-pager strong:first-of-type
{
    margin-left: 0px;
}

#Content.home .custom-pager.black strong
{ 
    width: 35px;
    height: 35px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
}

#Content.home .custom-pager strong.cycle-pager-active
{
    background-color: white;
}
#Content.home .cycle-nextprev-control
{
    position: absolute;    
    top: 50%;
    z-index: 105;
    height: 58px;
    width: 50px;    
    background-size: 20px 40px;
    background-repeat: no-repeat;
    margin-top: -29px;
}

#Content.home #cycle-prev {
    
    left: 20px;
    background-image: url('../img/common/2021/left_arrow_slider.png');    
}
#Content.home #cycle-next {
    
    right: 5px;
    background-image: url('../img/common/2021/right_arrow_slider.png');    
}



.ipad #Content.home section.intro
{
    background-attachment: scroll;
}

section h1, section h2
{
    font-size: 53px;
    font-family: 'Raleway-Black';    
    margin-bottom: 30px;
}


#Content.home section.intro .wrapper
{
    position: relative;
    top: 40%;
    margin: 0 auto;        
}

#Content.home section.intro .wrapper p{
    font-size: 35px;
    font-family: 'Raleway-Light';    
    margin-bottom: 30px;
}

#Content.home section.intro .wrapper a.more
{
    font-size: 20px;
    font-family: 'Raleway-Light';  
    border: solid 1px black;
    padding: 8px 100px 8px 100px;
    color: black;
}

section p.intro
{
    font-family: 'Raleway-Light';
    font-size: 20px;
    line-height: 24px;
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#Content.home .slideshow img
{
    width: 100%
}


/*  HOME - Upcoming Programs  */

#Content.home .program-list
{
    text-align: center;
    padding-top: 75px;    
    background-color: black;    
    color: white
}
#Content.home .program-list.first{
    padding-top: 120px;
}
#Content.home .program-list.last{
    padding-bottom: 150px;
}
#Content.home .program-list h2 {
    font-size: 44px;
}

#Content.home .program-list ul
{    
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;  
    margin-bottom: 0px;
    margin-top: 85px;
    display: flex;
}
#Content.home .program-list ul li
{    
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    overflow: hidden;
}
#Content.home .program-list ul.pr-2 li
{
    width: 49%;    
}
#Content.home .program-list ul.pr-1 li
{
    width: 100%;
}


#Content.home .program-list ul li a,
#Content.home .program-list ul li
{
    text-decoration: none;
    color: black;    
}
#Content.home .program-list ul li h3
{
    font-family: 'Raleway-Black';
    font-size: 19px;
    background-color: #ffe700;    
    padding-top: 20px;
    padding-top: 15px;
    padding-bottom: 28px;
    font-weight: normal;
    margin-top: 6px;
}

#Content.home .program-list ul .comming-soon
{
    background-color: black;
    bottom: -123px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    height: 123px;
    padding-top: 50px;
    position: absolute;
    width: 100%;
}

#Content.home .program-list ul li h3 span.date
{    
    display: block;
    padding-top: 2px;
}
#Content.home .program-list ul li h3 span.intro
{
    font-size: 13px;
    margin-top: 12px;
    margin-left: 7px;
    margin-right: 7px;
}

#Content.home .program-list ul li img
{
    width: 100%;
    height: auto;    
    vertical-align: bottom;
}

#Content.home .program-list ul.pr-4 li
{
    width: 24.5%;
}
#Content.home .program-list ul.pr-4 li h3
{
    font-size: 14px;
    padding-bottom: 14px;
    min-height: 105px;
}
#Content.home .program-list ul.pr-4 li h3 span.date
{
    font-size: 14px;    
}

/*  HOME - Upcoming Events  */
/* ======================== */

#Content.home #upcoming-events
{
    height: 800px; 
    width: 100%;
    background-image:url("../img/home/upcoming_events.jpg");
    background-size: cover;
    background-attachment: fixed;    
}

.Chrome #Content.home #upcoming-events,
.ipad #Content.home #upcoming-events
{
        background-attachment: scroll;
}

#Content.home #upcoming-events #white-circle
{
    height: 80%; 
    top: 10%;
    position: relative;    
}

#Content.home #upcoming-events .calendar
{    
    height: 646px;
    left: 50%;
    margin-left: -323px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 646px;
    padding-top: 113px;
}
#Content.home #upcoming-events .calendar
{
  padding-left: 40px;
  padding-right: 40px;
}

#Content.home #upcoming-events .calendar.events-1
{
    padding-top: 190px;
}

#Content.home #upcoming-events .calendar.events-2 { padding-top: 100px}
#Content.home #upcoming-events .calendar.events-2 h2 { font-size: 30px; margin-bottom: 15px }
#Content.home #upcoming-events .calendar.events-2 h2 span { font-size: 45px; }
#Content.home #upcoming-events .calendar.events-2 .separator { margin-top: 8px; margin-bottom: 10px }
#Content.home #upcoming-events .calendar.events-2 h3 { font-size: 16px}
#Content.home #upcoming-events .calendar.events-2 h3 .date { font-size: 14px}
#Content.home #upcoming-events .calendar.events-2 li {
  margin-bottom: 50px;
}


#Content.home #upcoming-events .calendar.events-3
{
    padding-top: 90px;
}
#Content.home #upcoming-events .calendar.events-4
{
    padding-top: 80px;
}

#Content.home #upcoming-events .calendar h2
{
    font-size: 46px;
}

#Content.home #upcoming-events .calendar h2 span
{
    font-family: 'Raleway-Black';
    display: block;
    font-size: 62px;
    font-weight: bold;
}
#Content.home #upcoming-events .calendar h2 span.edition
{
    font-family: 'Raleway-Medium';
    font-size: 100%;
}
#Content.home #upcoming-events .calendar h3
{
    font-family: 'Raleway-Black';    
    font-size: 23px;    
    margin-top: 20px;
}
#Content.home #upcoming-events .calendar h3 a
{
    color: black;
}
#Content.home #upcoming-events .calendar a.boton
{
    border: solid 1px black;
    padding: 4px 10px;
    display: block;    
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    color: black
}
#Content.home #upcoming-events .calendar.events-4 h3
{
    font-size: 20px;
}

#Content.home #upcoming-events .calendar p.date
{
    margin-top: 10px;
    font-size: 19px;
    font-family: 'Raleway-Light';
}

#Content.home #upcoming-events .calendar.events-4 p.date
{
    font-size: 17px;
}

#Content.home #upcoming-events .calendar .separator
{
    background-color: #9c9c9c;
    display: block;
    height: 2px;
    margin: 38px auto;
    width: 55px;    
}

#Content.home #upcoming-events .calendar.events-3 .separator
{
    margin: 25px auto;
}

#Content.home #upcoming-events .calendar.events-4 .separator
{
    margin: 15px auto;
}

/*  HOME - Clients  */
/* ======================= */

#Clients {
    padding-top: 70px;
    background-color: white; 
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
}

#Clients h2 {
    font-size: 44px;
    color: black;
}
#Clients img {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin-top: 20px;
}

/*  HOME - Contact-us  */
/* ======================= */

#Contact-us {
    background-color: black;
    color: white;
    padding-bottom: 60px;
}
    #Contact-us h2 {
        font-size: 44px;
        margin-bottom: 50px;
    }
    #Contact-us .wrapper {

        padding-top: 50px;
        text-align: left;    
        width: 90%;
        max-width: 1260px;    
        margin: 0 auto;   
    }
        #Contact-us .wrapper .flex-wrapper { 
            display: flex;
            align-items: center;
        }

        #Contact-us .wrapper .contact-form
        {
            display: inline-block;
            width: 100%;    
            padding-right: 20px;
            text-align: center;
        }        
                
            #Contact-us .wrapper .contact-form .email-us p
            {
                color: #ffe700; 
                font-weight: bold; 
                display: block; 
                margin-bottom: 8px;                
            }
            #Contact-us .wrapper .contact-form .email-us p.question 
            {
                font-size: 34px;
                color: white;                
            }
            #Contact-us .wrapper .contact-form .email-us p.answer {
                font-size: 23px;
                display: block;
                margin-top: 25px;
                margin-bottom: 25px;
                
                
            }
            #Contact-us .wrapper .contact-form .email-us a
            {
                    background-color: #ffe700;
                    color: black;
                    font-weight: bold;
                    font-size: 24px;
                    padding: 12px 40px 12px 40px;
                    margin-top: 8px;
                    display: inline-block;
            }
        
        
            #Contact-us .wrapper .contact-form input,
            #Contact-us .wrapper .contact-form textarea
            {
                width: 100%;
                border: none;
                margin-bottom: 10px;    
                padding-left: 8px;
                color: black;
            }
            #Contact-us .wrapper .contact-form input::placeholder,
            #Contact-us .wrapper .contact-form textarea::placeholder
            {
              color: #505050;  
            }

        #Contact-us .wrapper .contact-form textarea
        {
            height: 160px;
            padding-top: 8px;
        }

        #Contact-us .wrapper .contact-form input
        {
            height: 30px;
        }

        #Contact-us .wrapper .contact-form .checkbox-group
        {    
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 14px;
            margin-bottom: 26px;
        }
            #Contact-us .wrapper .contact-form .checkbox-group .checkbox {
                width: 18px;
                height: 18px;
                margin-right: 6px;
                border: none;
            }
            #Contact-us .wrapper .contact-form .checkbox-group label {
                margin-top: -4px;
            }

        #Contact-us .wrapper .newsletter-wrapper
        {   align-items: center; 
            width: 60%;    
            overflow: hidden;
        }
        #Contact-us .wrapper .newsletter-wrapper .newsletter {
            position: relative;
        }
        
        #Contact-us .wrapper .newsletter-wrapper .newsletter:hover img {
            opacity: 1;
        }
        
        #Contact-us .wrapper .newsletter-wrapper .newsletter .button
        {
            cursor: pointer;
            width: 170px;
            position: absolute;
            left: 50%;
            margin-left: -85px;
            bottom: 35px;
            z-index: 210;            
        }
            #Contact-us .wrapper .newsletter-wrapper .newsletter img
            {
                width: 100%;
                opacity: 0.8;
                transition: opacity 0.3s;
                border: solid 1px #ffe700;
            }
            
    #Contact-us button,
    #Contact-us .button{
        font-family: 'Raleway-Medium';
        font-weight: bold;
        width: 100%;
        border-radius: 0px;
        background-color: #ffe700;
        color: black;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    #Contact-us .wrapper .newsletter-wrapper button {
        margin-top: 18px;    
    }

    #Contact-us .footer {
        padding-left: 20px;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    } 

#Contact-us .footer ul li img{
    width: 24px;
}



/*  HOME - News  */

#Content.home #news
{
    padding-top: 90px;
    background-color: #ececec;
    padding-bottom: 65px;   
}
#Content.home #news img
{
    width: 80%;
    height: auto;    
}
#Content.home #news a
{
    display: block;
}
#Content.home #news a span
{    
    font-size: 120%;
    text-indent: -5000px;
    display: block;
 
}



#Content.home .prev {position: absolute; left: 20px; top: 50%;}
#Content.home .next {position: absolute; right: 20px; top: 50%}

#Content.home #news .news-wrapper 
{
    width: 77.7%;
    height: 450px;
    max-width: 1260px;
    margin: 0 auto;    
    overflow-x: hidden;
    margin-top: 50px;
    position: relative;
}

#Content.home #news ul {width: 3000px}

#Content.home #news ul li
{
    background-color: white;
    /*width: 32%;*/
    float: left;
    position: relative;
    margin-right: 20px;
    padding: 38px 27px 65px 27px;
    height: 100%;
}

#Content.home #news h3
{
    font-family: "Raleway-Medium";
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 18px;    
    text-align: left;
}
#Content.home #news .news-wrapper p{
    text-align: justify;
    font-size: 14px;
    font-family: "Raleway-Light";
    line-height: 16px;
    margin-top: 10px;
}

#Content.home #news .news-wrapper p a
{
    color: black;
}

#Content.home #news .news-wrapper .footer
{
    margin-top: 20px;  
    position: absolute;
    width: 80%;
    bottom: 15px;
    height:30px;
}
    #Content.home #news .news-wrapper a.more
    {
        color: white;
        background-color: black;
        padding: 5px 7px 5px 7px;
        float: right;
        font-size: 12px;
        font-family: "Raleway-Light";
        text-decoration: none;
    }
    #Content.home #news .news-wrapper a.more:hover
    {
        background-color: #9f9f9f;
    }

    #Content.home #news .news-wrapper .date
    {
        font-family: "Raleway-Light";
        font-size: 12px;
        float: left;
        margin-top: 5px;
        color: #9f9f9f;
    }

#Content.home #news ul li img
{
    width: 100%;
}


/*
 | ------------------------------------------------------------------------- 
 | WHO WE ARE
 | -------------------------------------------------------------------------
*/

#Content.who-we-are #intro
{
    height: 600px; 
    width: 100%; 
    position: relative; 
    overflow: hidden;
    
    background-image: url("../img/who_we_are/globos_imagine.jpg"); 
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.ipad #Content.who-we-are #intro
{
    background-attachment: scroll;
}

#Content.who-we-are #intro h1
{
    font-size: 119px;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 100%;
    color: black;
}

#Content.who-we-are #intro h1 img
{
    width: 100%;
}

#Content.who-we-are #intro .menu
{
    position: absolute; 
    /*width: 65%;*/     
    top: 50%;
    left: 50%;
    margin-left: -394px;
    
}

#Content.who-we-are #intro .menu li
{
    float: left;    
    height: 46px;
    width: 250px;
    padding-top: 10px;
    margin-left: 15px;
    border: solid 1px black;
}
#Content.who-we-are #intro .menu li.first
{
    margin-left: 0px;
}


#Content.who-we-are #intro .menu li img
{
    width: 100%;
}

#Content.who-we-are #intro .menu li a,
#Content.who-we-are #intro .menu li a:visited,
#Content.who-we-are #intro .menu li a:link
{
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#Content.who-we-are #what-is-imagine
{
    padding-top: 97px;
    padding-bottom: 94px;    
    height: 500px;
}

#Content.who-we-are section p.intro
{
    
    width: 100%;    
}


#Content.who-we-are #steps
{   
    height: 750px; 
    width: 100%; 
    position: relative; 
    overflow: hidden;
    
    background-image: url("../img/who_we_are/steps_bg.jpg"); 
    background-size: cover;
    background-attachment: fixed;
}
.Chrome #Content.who-we-are #steps
{
    background-attachment: scroll;
}




#Content.who-we-are #steps .cycle-slideshow
{
    position: relative; 
    width: 45%; 
    max-width: 590px;
    height: 45%;
    margin: 0 auto;
    top: 10%;
   
   
}

#Content.who-we-are .move-slide
{
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 1;
    cursor: pointer;
    width: 25px;
    height: auto;
}

#Content.who-we-are .custom-pager {
    position: absolute; 
    bottom: 3.2%;     
    height: 20px; 
    width: 100%;
}

#Content.who-we-are .custom-pager strong
{
    background-image: url("../img/common/dot_slide.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 15px;
    margin-left: 30px;
    cursor: pointer;
}

#Content.who-we-are .custom-pager.black strong
{
    background-image: url("../img/common/dot_slide_black.png");
}


#Content.who-we-are .custom-pager strong.cycle-pager-active
{
    background-image: url("../img/common/dot_slide_selected.png");
}
#Content.who-we-are .custom-pager.black strong.cycle-pager-active
{
    background-image: url("../img/common/dot_slide_selected_black.png");
}


#Content.who-we-are img.prev
{
    left: 15%;
}

#Content.who-we-are img.next
{
    right: 15%;
}

#Content.who-we-are #steps .cycle-slideshow img
{
    width: 100%;    
    max-width: 590px;
}


#Content #team li {width: 25%; float: left; height: auto; position: relative}
#Content #team li img { width: 100%; height: auto; vertical-align: bottom; }
#Content #team ul.member-info li img { width: auto; margin-right: 8px }
#Content #team-big {
    height: auto;
    left: 50%;
    margin-left: -35%;    
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    width: 70%;
    z-index: 7;
    margin-top: 16%;
}

#Content #team li .member-info-wrapper
{    
    background-color: black;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}
#Content #team li .member-info
{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
}

#Content #team li .member-info li
{
    color: white;
    display: block;
    font-family: "Raleway-black";
    font-size: 20px;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}

#Content #team li .member-info li.title
{
    font-family: "Raleway-Medium";
    font-size: 14px;
    margin-top: -13px;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

#Content #staff-contact 
{
    height: 450px;
    padding-top: 180px;
}

#Content #staff-contact h2
{
    text-align: center;
    margin-bottom: 10px;
}

#Content #staff-contact h2 span
{
    font-family: 'Raleway-Black';
    padding-left: 0px;    
    background-repeat: no-repeat;
    background-position: center left;
}
#Content #staff-contact h2 i
{
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}


#Content #staff-contact p.email
{
    font-size: 20px;
    color: black;
}
#Content #staff-contact p.email,
#Content #staff-contact p.email *
{
    color: white;
}


/*
 | ------------------------------------------------------------------------- 
 | PROJECTS
 | -------------------------------------------------------------------------
*/


#Content.projects #intro
{
    overflow: hidden; 
    height: 650px; 
    width: 100%;
}

#Content.projects #intro .text
{
    position: absolute;    
    text-align: center;    
    width: 45%;
    top: 12%;
    left: 7%;
    color: black;
    
}
#Content.projects #intro .text h1
{
    color: white;
    font-size: 73.4px;
}

#Content.projects #intro .text .separator{
    border-bottom: solid 1px white;
    width: 50%;
    margin-left: 25%;
    display: block;
    height: 1px;
    margin-bottom: 40px;
}
#Content.projects #intro .text p
{
    font-family: 'Raleway-light';
    font-size: 19.3px;
    margin-bottom: 40px;
    line-height: 30px;
    
    
}

#Content.projects .filtros
{
    height: 247px;    
    position: inherit;
    overflow: visible;
    background-color: #1e1e1e;
    
       
}
#Content.projects #projects-list
{
    text-align: left;    
}

#Content.projects #projects-list article
{
    width: 86%;    
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 114px;
    padding-bottom: 77px;
}
#Content.projects .select 
{
    float: left;
    margin-left: 50px;
    margin-top: 90px;
}
#Content.projects .select .selector {
    border-color: white;    
    background-image: url('../img/common/2021/white_carret.png');
}

#Content.projects .filter-label
{
    float: left; 
    margin-top: 100px; 
    margin-left: 87px; 
    font-size: 22px; 
    font-family:'Raleway-Black';
}

#Content.projects .select.edition {
    width: 22%;    
}

#Content.projects .select.year {
    width: 12%;    
}

#Content.projects .select.tipology {
    width: 15%;    
}

#Content.projects .clean-filters
{
    font-size: 14px; 
    margin-top: 20px; 
    width: 100%; 
    padding-left: 87px; 
    text-align: left; 
    float: left;
}

#Content.projects .clean-filters span
{
    text-decoration: underline;
}


#Content.projects #projects-list article.first
{
   padding-bottom: 0px; 
}

#Content.projects #projects-list article h2
{
    font-size: 80px;
    margin-bottom: 15px;
}

#Content.projects #projects-list article p.intro
{
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 4px;
}


#Content.projects #projects-list article .projects-wrapper
{    
    background-color: #fff;
    color: black;
    margin-top: 40px;
    padding: 90px 80px 90px 90px;
}

#Content.projects #projects-list article .projects-wrapper h3
{
    background-image: url("../img/projects/project_arrow_right.png");
    background-position: left 9px;;
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
    font-family: "Raleway-Black";
    font-size: 33px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
    cursor: pointer;
}

#Content.projects #projects-list article .projects-wrapper h3 a
{
    font-family: "Raleway-Black";
    font-size: 33px;
    color: black;
}
#Content.projects #projects-list article .projects-wrapper h3 a:hover
{
    text-decoration: none;
}

#Content.projects #projects-list article .projects-wrapper h3.opened
{
    background-image: url('../img/projects/project_arrow_down.png');
    border-bottom: none;
    padding-bottom: 0px;
}

#Content.projects #projects-list article .projects-wrapper img.loading
{
    height: 30px;
    margin-bottom: 20px;
    margin-left: 21px;
    margin-top: 10px;
    width: 30px;
}

#Content.projects #projects-list article .projects-wrapper span.loading
{
    font-size: 17px;
    margin-left: 10px;
    margin-top: 17px;
    position: absolute;
}

#Content.projects #projects-list article .projects-wrapper .foldable
{
    padding-bottom: 0px;
    overflow: hidden;
}

#Content.projects #projects-list article .projects-wrapper iframe
{
    width: 100%;
    height: 400px;
}

#Content.projects #projects-list article .projects-wrapper .project-sponsor{
    width: 20%;
    float: left;
    margin-top: 20px;
}
#Content.projects #projects-list article .projects-wrapper .project-description
{
    width: 75%;
    font-family: 'Raleway-Light';
    font-size: 20px;
    float: right;
    line-height: 24px;
    text-align: justify;
    padding-top: 15px;
    margin-top: 20px;
}
#Content.projects #projects-list article .projects-wrapper .project-description.no-sponsor
{
    width: 100%;
    padding-left: 22px;
}

#Content.projects #projects-list article .projects-wrapper .project-members
{    
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

#Content.projects #projects-list article .projects-wrapper .project-members li
{
    float: left;
    width: 30%;
    margin-left: 3%;
    text-align: center;
}


#Content.projects #projects-list article .projects-wrapper .project-members li img
{
    margin-bottom: 15px;
}
#Content.projects #projects-list article .projects-wrapper .project-members li img.rounded
{
    width: 180px; height: 180px; border-radius: 50%;
}


#Content.projects #projects-list article .projects-wrapper .project-members.cuatro li
{
    width: 22%;
}
#Content.projects #projects-list article .projects-wrapper .project-members.members-5 li
{
     width: 17%;
}
#Content.projects #projects-list article .projects-wrapper .project-members.members-5 li img.rounded
{
    width: 120px; height: 120px;
}

#Content.projects #projects-list article .projects-wrapper .project-members li p
{
    font-family: 'Raleway-Light';
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}
#Content.projects #projects-list article .projects-wrapper .project-members li p.name
{
    margin-bottom: 10px;
}


/*
 | ------------------------------------------------------------------------- 
 | PROGRAMS
 | -------------------------------------------------------------------------
*/

#Content.programs .title-wrapper
{
    height: 275px;
    background-color: #eee;
    padding-top: 95px;
}

#Content.programs #intro
{
    overflow: hidden;
}

#Content.programs #intro ul
{
    position: relative;
    width: 100%;
    height: 600px;
}

#Content.programs #intro ul li
{
    position: relative;
    display: block;
    height: 100%;
}

#Content.programs .title-wrapper h1 { margin-bottom: 0px; }
#Content.programs #intro .location-images li { float: left; height: 100% }
#Content.programs #intro .programs_1 li { width: 100%;}
#Content.programs #intro .programs_2 li { width: 50%;}
#Content.programs #intro .programs_3 li { width: 33.3%;}
#Content.programs #intro .programs_4 li { width: 25%;}
#Content.programs #intro .location-images li img {position: relative;}

#Content.programs #upcoming-programs 
{
    position: absolute;
    top: 50%;
    width: 915px;    
    height: 278px;
    margin-top: -139px;
    z-index: 1;
    left: 50%;
    margin-left: -457px;
}
#Content.programs #upcoming-programs .wrapper
{
    background-color: white;
    width: 100%;
    height: 200px;    
    padding-top: 20px;
    
}


#Content.programs #upcoming-programs img
{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#Content.programs #upcoming-programs ul
{
    width: 100%;    
}

#Content.programs #upcoming-programs ul li
{
    float :left;
    text-align: center;    
}


#Content.programs #intro .programs_3 li.first,
#Content.programs #intro .programs_4 li.first
{
    /*padding-left: 60px;*/
}

#Content.programs #intro .programs_4 li.first { padding-left: 30px}

#Content.programs #upcoming-programs ul li h3
{
    font-family: "Raleway-Black";
    font-size: 23px;
    margin-bottom: 10px;
}
#Content.programs #intro .programs_4  h3
{
    font-size: 22px;
}

#Content.programs #upcoming-programs ul li .fecha
{
    font-family: "Raleway-Light";
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

#Content.programs #upcoming-programs ul li a.more,
#Content.programs #upcoming-programs ul li span.more
{
    font-family: "Raleway-Black";
    font-size: 19px;
    color: black;
    border: solid 1px black;
    padding: 4px;
    margin-top: 20px;
    display:block;
    width: 80px;    
    margin: 0 auto;
}
#Content.programs #upcoming-programs ul li span.more
{
    width: 200px;
}
#Content.programs #upcoming-programs ul li span.more.coming-soon
{
    width: 160px;
}

#Content.programs #our-programs .banner
{
    height: 200px;
    border-bottom: solid 1px white;
    margin-bottom: 1px;
}

#Content.programs #our-programs .banner ul
{
  
    margin-left: 60px;
}

#Content.programs #our-programs .banner ul li
{
    float: left;
    height: 39px;        
    margin-right: 20px;
    
}

#Content.programs #our-programs .banner ul li span
{
    display: block;
    height: 100%;
    float: left;
    width: 39px;
    font-size: 19px;
    font-family: 'Raleway-Black';
}

#Content.programs #our-programs .banner ul li span.units
{
    background-image: url("../img/programs/circulo.png");    
    background-repeat: no-repeat;
    padding-top: 7px;
    margin-right: 9px;
    
}

#Content.programs #our-programs .banner.white ul li span.units
{
    background-image: url("../img/programs/circulo_white.png");
}


#Content.programs #our-programs .banner ul li span.concept
{
    font-family: 'Raleway-light';
    font-size: 20px;
    width: auto;
    padding-top: 8px;
}


#Content.programs #our-programs .banner .wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}
#Content.programs #our-programs .banner h2
{
    position: absolute;
    font-size: 63px;   
    margin-left: 66px;
    margin-top: 50px;
}

#Content.programs #our-programs .banner h2 span
{
    font-family: "Raleway-Black";
    float: left;
    
}

#Content.programs #our-programs .banner h2 span.subtitle
{
    display: block;
    float: left;
    font-family: "Raleway-Black";
    font-size: 38px;
    margin-left: 10px;
    margin-top: 15px;
}

#Content.programs #our-programs .banner h2 .desplegador
{
    margin-left: 20px;
    vertical-align: middle;
}

#Content.programs #our-programs .banner.white
{
    color: white;
}

/* clases genéricas para los interiores de programs*/
#Content.programs .program
{
    background-color: white;
    text-align: center;
    float: left;
    width: 100%;
}

#Content.programs .program-wrapper
{
    width: 900px;    
    margin: 0 auto;
    padding-top: 78px;
}


#Content.programs .program-wrapper .video
{
    width: 895px;
    margin-bottom: 20px;
}

#Content.programs .program-wrapper .video iframe
{
    width: 100%;    
}

#Content.programs .program-wrapper h3
{
    font-family: "Raleway-Black";
    font-size: 42px;
    margin-bottom: 57px;
}

#Content.programs #program-bootcamps .project-description
{
    width: 50%;   
}
#Content.programs .program-wrapper .project-description
{
    width: 58%;    
    float: left;
    margin-bottom: 70px;
}

#Content.programs #program-bootcamps h4
{
    display: block; 
    margin-bottom: 30px; 
    clear: both; 
    text-align: center;
}

#Content.programs .program-wrapper .project-description .logos li
{
    margin-right: 18px;
}

#Content.programs .program-wrapper .project-description .logos li img
{    
    width: auto;
}

#Content.programs #project-CULTURA .project-description .logos li img
{
    height: 35px;
}

#Content.programs .program-wrapper .project-description p
{
    text-align: justify;
    font-size: 20px;
    font-family: "Raleway-Light";
    line-height: 28px;
    margin-bottom: 25px;
}

 #Content.programs #program-bootcamps .project-description p
 {
    text-align: left;
    font-size: 17px;
    line-height: 23px;
 }
#Content.programs #program-bootcamps img.fases-metodo
{
    width: 100%;
}

#Content.programs .program-wrapper h5
{
    text-align: left;
    font-size: 18px;
    font-family: 'Raleway-Medium';
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 20px;
}


#Content.programs .program-wrapper ul.logos li
{
    height: 80px;
    float: left;
    margin-bottom: 20px;
}


#Content.programs .program-wrapper aside
{    
    float: right; 
    text-align: left;
    width: 35.1%;
    margin-bottom: 40px;
}

 #Content.programs #program-bootcamps aside 
 {
    width: 40%;
 }

    #Content.programs .program-wrapper aside div.wrapper
    {
        border: 1px solid black;
        padding: 27px 24px 30px 23px;
    }

    #Content.programs #program-bootcamps aside div.wrapper
    {
        border: none;
        padding: 0;
    }

        
        #Content.programs .program-wrapper aside ul li
        {
            margin-bottom: 10px;    
            background-image: url("../img/programs/list-disc.jpg");
            background-repeat: no-repeat;
            background-position: left 6px;
            padding-left: 15px;
        }

        #Content.programs .program-wrapper aside ul li,
        #Content.programs .program-wrapper aside h4 
        {
            font-family: "Raleway-Medium";
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 10px;
        }

        #Content.programs .program-wrapper .link-to-microsite
        {
            border: 1px solid black;
            color: black;
            font-family: "Raleway-Black";
            font-size: 26px;
            padding: 4px 15px;
        }

    #Content.programs .program-wrapper aside .wrapper p
    {
            background-color: #eee;
            background-image: url("../img/common/down_arrow.png");
            background-position: 15px center;
            background-repeat: no-repeat;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 8px;
            margin-top: 35px;
            padding-bottom: 7px;
            padding-left: 30px;
            padding-top: 5px;
        
    }

    #Content.programs .program-wrapper aside .wrapper a.go
    {
        border: 1px solid black;
        color: black;
        float: right;
        font-family: "Raleway-Black";
        font-size: 16px;
        padding: 5px 16px;
        text-align: center;
        width: 64px;
    }

    #Content.programs .program-wrapper aside p.participate
    {    
        height: 94px;
        margin-bottom: 30px;
        margin-top: 60px;
        padding-top: 6px;
    }

    #Content.programs .program-wrapper aside a.apply-here
    {
        border: 1px solid black;
        color: black;
        font-family: "Raleway-Black";
        font-size: 26px;
        padding: 6px 25px 4px;
    }

    #Content.programs .program-wrapper aside p span
    {    
        background-color: #f8e436;
        font-family: "Raleway-Black";
        font-size: 33px;
        line-height: 43px;
        padding: 3px 20px 6px 14px;
        width: auto;
    }

    #Content.programs #program-bootcamps .more-information
    {
        padding-left: 90px;
        padding-top: 12px;
        background-color: #f8e436;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 70px;
        height: 40px;
        text-align: left;
        font-size: 20px;
    }
    #Content.programs #program-bootcamps .more-information span
    {
        font-size: 14px;
    }

/*
 | ------------------------------------------------------------------------- 
 | MEDIA
 | -------------------------------------------------------------------------
*/

/*#media #intro
{
    height: 550px; 
    overflow: hidden;
}*/


#Content.media #intro
{
    height: 600px; 
    width: 100%; 
    position: relative; 
    overflow: hidden;
    
    /*background-image: url("../img/media/bg_media.jpg");*/ 
/*    background-size: cover;
    background-attachment: fixed;
    background-position: center top;*/
}

.ipad #Content.media #intro
{
    background-image: none;
    height: 400px;
}

#Content.media #flickr-albums
{
    
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

#Content.media #flickr-albums li 
{
    float: left;
    width: 22%;
    height: 350px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: white;
    text-align: center;   
    margin-bottom: 40px;
    padding-top: 30px;    
}
#Content.media #flickr-albums li a.wrapper
{
    overflow: hidden;
    width: 100%;
    height: 180px;    
    display: block;
}
#Content.media #flickr-albums li img
{
    width: 85%;    
    height: auto;
    min-height: 180px;
}

#Content.media #flickr-albums li p
{
    width: 85%;
    color:black;
    font-size: 13px;
    line-height: 17px;
    font-family: "Raleway-Light";
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
}

#Content.media #flickr-albums li p.title
{
    text-transform: uppercase;
    font-weight: bold;
}

#Content.media #flickr-albums li p a
{
    text-decoration: underline;
    color: black;
}

#Content.media h1
{
    color: white;
    font-size: 125px;
    position: absolute;
    text-align:center;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -70px;
    font-family: 'Raleway-Black';
    
}

#Content.media h1 span
{
    display: block;
    font-size: 52px;    
    font-family: 'Raleway-Black';
}

#Content.media #gallery
{
    padding-top: 75px;
}

#Content.media #gallery h2
{
    font-size: 25px;
}


/*
 | ------------------------------------------------------------------------- 
 | BLOG
 | -------------------------------------------------------------------------
*/

#Content.blog
{
    background-color: #f1f1f1;
}

#Content.blog #intro
{
    height: 600px; 
    width: 100%; 
    position: relative; 
    overflow: hidden;
    
/*    background-image: url("../img/blog/bg_blog.jpg"); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;*/
}

.ipad #Content.blog #intro
{
    
    background-image: none;
    height: 400px;
}

#Content.blog h1
{
    color: white;
    font-size: 120px;
    position: absolute;
    text-align:center;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -100px;
    font-family: 'Raleway-Black';    
}



#Content.blog #intro
{
    height: 600px;
    overflow: hidden;
}

 #Content.blog .news-wrapper
 { 
     width: 90%;
     max-width: 1280px; 
     text-align: center; 
     margin: 0 auto;
     
 }

#Content.blog #noticias
{    
    float: left;
    height: auto;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 60px;
    width: 64%;
}

#Content.blog #noticias article
{
    background-color: white;
    margin-top: 44px;
}

#Content.blog #noticias h5
{
    font-family: "Raleway-Black";
    font-size: 25px;
    text-align: left;
    margin-bottom: 28px;
    margin-top: 75px;
}

#Content.blog #noticias .news-body
{
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
}

#Content.blog #noticias .news-body .info
{
    color: #b9b9b9;
    font-family: "Raleway-Light";
    font-size: 14px;
    height: 27px;
    padding-top: 6px;
    text-align: left;
}

#Content.blog #noticias .news-body .info .video 
{
    background-image: url("../img/common/video_icon.jpg");
    background-position: center left;
    margin-right: 15px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

#Content.blog #noticias .news-body .info .picture
{
    background-image: url("../img/common/image_icon.jpg");
    padding-left: 20px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center left;
}

#Content.blog #noticias .news-body .info .date
{
    background-image: url("../img/common/watch_icon.jpg");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: center left;    
    font-size: 14px;
}
#Content.blog #noticias .news-body .summary p,
#Content.blog #noticias .news-body .description p
{
    text-align: left;
    font-family: 'Raleway-Light';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

#Content.blog #noticias .news-body .summary
{
    border-top: dotted 1px #b9b9b9;
    padding-top: 20px;
}
#Content.blog #noticias .news-body .description-wrapper
{
   border-bottom: dotted 1px #b9b9b9;
   padding-bottom: 0px;
   height: 1px;
   overflow: hidden;
}

#Content.blog #noticias .news-body .description p iframe
{
    margin-top: 15px;
}


#Content.blog #noticias .news-body .description strong
{
    font-weight: normal;
    font-family: "Raleway-Medium";
}
#Content.blog #noticias .news-body .summary a,
#Content.blog #noticias .news-body .description a
{
    text-decoration: underline;
    color: black;
}

#Content.blog #noticias .news-body .description ul.pictures li
{
    width: 49%;
    height: 200px; 
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
}
#Content.blog #noticias .news-body .description ul.pictures li img {
    width: 100%;
    height: 100%;
}

#Content.blog #noticias .news-body .read-more
{
    color: #c0c0c0;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

#Content.blog #noticias .news-footer
{
    float: left;
    font-family: arial;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;   
    
}
#Content.blog #noticias .news-footer li
{
        background-repeat: no-repeat;
    float: left;
    font-size: 15px;
    height: 28px;
    margin-bottom: 10px;
    margin-right: 5px;
    opacity: 0.47;
    /*padding-left: 27px;*/
    padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
}
#Content.blog #noticias .news-footer li a
{
    text-decoration: none;
}
/*#Content.blog #noticias .news-footer li.pictures
{
    background-image: url("../img/common/ico_pictures.png");
}
#Content.blog #noticias .news-footer li.info
{
    background-image: url("../img/common/ico_info.png");
}
#Content.blog #noticias .news-footer li.contact
{
    background-image: url("../img/common/ico_email.png");
}*/


#Content.blog aside
{
    float: right;
    width: 30%;    
    height: 30px;
    margin-top: 67px;
    padding-right: 40px;
}
    #Content.blog aside .twitter-box
    {
        margin-bottom: 50px;
    }

    #Content.blog aside .search-box
    {
        text-align: left;
    }
    
    #Content.blog aside .search-box .search-button
    {
        margin-bottom: 40px;
        margin-left: -5px;
    }
    
    #Content.blog aside .search-box h5
    {
        font-family: "Raleway-Black";
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    #Content.blog aside .search-box .archive li
    {
        font-family: "Raleway-Light";
        font-size: 16px;
        border-top: dotted 1px #b9b9b9;
        padding-bottom: 15px;
        padding-top: 15px;        
    }
    
    #Content.blog aside .search-box .archive li.first
    {
        border-top: none;
    }
    
    #Content.blog aside .search-box .archive li a
    {
        color: black;
    }

    
        
@media screen and (max-width : 1140px)
{
     #logo-header img {
        width: 110px;
        height: auto;
    }
    .main_site_menu ul li
    {
        margin-right: 30px;
    }
    
    #Contact-us .footer {
        font-size: 13px;
        padding-left: 0px;
    }
    #social-networks li {
        margin-right: 6px;
    }
}    
    

@media screen and (max-width : 1024px)
{
/*    header {background-color: red}*/
    section h1, section h2 {font-size: 48px;}
    section p.intro {font-size: 16px;}
    footer {font-size: 13px}    
    
    /* PROJECTS */
    #Content.projects #intro {height: 500px;}
    #Content.projects #intro .text h1 {font-size: 68px}
    #Content.projects #intro .text p { font-size: 16px; line-height: 25px; margin-bottom: 25px}
    .select .selector { font-size: 16px; }
    #Content.projects .select {margin-left: 30px}
    #Content.projects #projects-list article h2 {font-size: 68px}
    #Content.projects #projects-list article .projects-wrapper h3 {font-size: 28px}
    #Content.projects #projects-list article .projects-wrapper .project-description, 
    #Content.projects #projects-list article .projects-wrapper .project-members li p{font-size: 16px}
    
    /* PROGRAMS */
    #Content.programs #upcoming-programs { height: 278px; width: 700px; margin-left: -350px;}    
    #Content.programs #upcoming-programs ul li h3, 
    #Content.programs #upcoming-programs ul li .fecha {font-size: 20px}
    #Content.programs #upcoming-programs .wrapper {height: 170px;}
    #Content.programs #our-programs .banner h2 {font-size: 45px}
    #Content.programs #our-programs .banner h2 span.subtitle { font-size: 27px; margin-top: 12px; }    
    #Content.programs .program-wrapper h3 { font-size: 36px; }
    #Content.programs .program-wrapper .project-description p { font-size: 16px; line-height: 25px; }
    #Content.programs .program-wrapper aside p.participate { margin-top: 35px; }
    
    /* BLOG*/
    #Content.blog .news-wrapper{
        width: 98%;
    }    
}
