* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

body {
    line-height: 1.7em;
    color: #7f8c8d;
    font-size: 14px;
    font-family: 'Poiret One', cursive;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}


.pure-menu-heading img{
    max-width: 50px;
}
.pure-menu-item img{
    max-width: 20px;
}
.green{
    background: #78b939;
    color: #fff;
}
.green h2,h3{
    color: #fff;
}

.pure-menu-list{
      font-size: 10px;
      font-weight: 3px; 
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.block-mobile { display: block; } 

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.home.l-box-lrg {
    padding: 14em 0 33em;

}

.1-box-lrg {
    padding: 2em;


}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}


/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #fff;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.content-head-ribbon{
    color: #fff;
}

.content-link {


    z-index: 1;
    color: #fff;
     text-decoration: none;
}
/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #fff;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #37b44c;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */


.home .l-box-lrg p{
    width: 90%;
    margin: 0 auto;

}

.pure-g.l-box-lrg.is-center{
    padding-top: 5em;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)


/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 1em 0;
    z-index: 1;
}


/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }


.padding-content{
    padding: -1em 6em;
}

/* This is the class used for the dark-background areas. */
.home {

    
    width: 100%;
    height: 100%;
}

.home.l-box-lrg{
   background: url("../img/idioma.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
 height: 100%;
}}

/* This is the class used for the footer */
.footer {
    background: #111;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    .pure-menu-heading img{
        max-width: 115px;
    }
    .pure-menu-item img{
        max-width: 35px;
    }
    body {
        font-size: 18px;
    }

    .home .l-box-lrg p{
    width: 75%;
    }
    .home.l-box-lrg {
         padding: 11em 11em 22em;

    }

    .pure-menu-list{
      font-size: 13px;
    }

    /* We want to give the content area some more padding */
    .content {
        padding: 0em 4em;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: center;

    }
        .home-menu ul {
            
        }


/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    .pure-menu-heading img{
        max-width: 137px;
    }
    .pure-menu-item img{
        max-width: 30px;
    }
    body {
        font-size: 19px;
    }
    .pure-menu-list{
      font-size: 15px;
    }

    .home .l-box-lrg p{
    width: 35%;
}

    .home.l-box-lrg {
        padding: 11em 21em 22em;

    }
    .pure-g.l-box-lrg.is-center{
    padding-top: 11em;
}
}

