@font-face {
    font-family: 'rubikbold';
    src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubiklight';
    src: url('../fonts/rubik-light-webfont.woff2') format('woff2'),
         url('../fonts/rubik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikmedium';
    src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('../fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    
}

nav
{
    background: #4577C4;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
}

nav ul
{
    margin: 0;
    padding: 0;
}

nav ul li
{
    display: inline-block;
    vertical-align: top;
}

nav ul li a
{
    color: white;
    display: block;
    font-size: 16px;
    font-family: 'rubikmedium', sans-serif;
    padding: 10px 25px;
}

nav ul li a:hover
{
    color: white;
    text-decoration: none;
}

section#inicio 
{
    padding-top: 30px;
}

section#inicio img.mainlogo
{
    width: 100%;
}

section#inicio img.infologo
{
    width: 100%;
}

section#inicio p.infodesc 
{
    margin: 0;
    padding: 15px 0px;
    font-size: 17px;
    font-family: 'rubikregular', sans-serif;
    color: #656262;
}

section#inicio h1.infosubtitle
{
    margin: 0px;
    margin-bottom: 15px;
    color: #656262;
    font-family: 'rubikmedium', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section#inicio h1.infosubtitle span
{
    color: #4577C4;
}

section#inicio h1.infotitle 
{
    margin: 0px;
    margin-bottom: 15px;
    padding: 5px 0px;
    padding-top: 9px;
    background: #fce56b;
    color: #477bb9;
    font-family: 'rubikmedium', sans-serif;
    font-size: 22px;
    display: inline-block;
    width: 315px;
    letter-spacing: 2px;
}

section#inicio img.titlelogo
{
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

article.brands
{
    padding-bottom: 50px;
}

article.brands hr
{
    margin: 10px 0px !important;
    border: none;
    border-top: 5px solid #bac3e1;
}

article.brands ul#logos 
{
    margin: 0;
    margin-top: 50px;
    padding: 0;
    text-align: center;
}

article.brands ul#logos li 
{
    width: 20%;
    display: inline-block;
    margin-left: -4px;
}

article.brands ul#logos li img
{
    max-width: 180px;
    width: 100%;
}

article.brands ul#logosproyects 
{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

article.brands ul#logosproyects li 
{
    width: 16%;
    display: inline-block;
}

article.brands ul#logosproyects li img
{
    max-width: 180px;
    width: 100%;
}

section#agenda
{
    
}

section#agenda h1
{ 
    font-family: 'rubikbold', sans-serif;
    font-size: 28px;
    color: #4577C4;
    background: #e8e9f4;
    border-bottom: 3px solid #bac3e1;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    text-transform: capitalize;
}

section#agenda div.agenda-wrapper 
{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0px;
}

section#agenda table
{
    margin-bottom: 0px;
}

section#agenda table th, section#agenda table td 
{
    font-family: 'rubikregular', sans-serif;
    font-size: 15px;
    border-color: #bac3e1;
}

section#agenda table th
{
    color: #4577C4;
    width: 100px;
}

section#contacto
{
    background: url('f_contacto.jpg') center no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

section#contacto h1
{
    font-family: 'rubikbold', sans-serif;
    font-size: 28px;
    color: #4577C4;
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

section#contacto form
{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

section#contacto p
{
    color: #4577C4;
    font-family: 'rubikregular', sans-serif;
    font-size: 19px;
}

section#contacto input
{
    font-family: 'rubikregular', sans-serif;
    font-size: 15px;
}

section.telemail 
{
    padding: 20px 0px;
    background: #bac3e1;
}

section.telemail p
{
    margin: 0px;
}

section.telemail p a
{
    font-family: 'rubikregular', sans-serif;
    font-size: 19px;
    color: white;
}

section.telemail p a:hover
{
    color: white;
    text-decoration: none;
}

section.telemail p img 
{
    width: 30px;
    margin-right: 8px;
    margin-top: -4px;
}

section#biografia
{
    padding: 30px 0px;
}

section#biografia img.foto
{
    width: 100%;
}

section#biografia h1 
{
    font-family: 'rubikbold', sans-serif;
    font-size: 28px;
    color: white;
    background: #4577C4;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    padding: 10px 0px;
}

section#biografia img.premio
{
    margin-bottom: 20px;
    max-width: 213px;
    width: 100%;
}

section#biografia p
{
    font-family: 'rubikregular', sans-serif;
    font-size: 15px;
    text-align: justify;
}

p#modal_message 
{
    margin: 0px;
    padding: 12px;
    font-size: 14px;
    font-family: 'rubikregular', sans-serif;
    text-align: center;
}

.modal-backdrop 
{
    background-color: #ccc;
}

@media all and (max-width: 767px)
{
    article.brands ul#logos li 
    {
        width: 31%;
    }
    
    article.brands ul#logosproyects li 
    {
        width: 31%;
    }
    
    nav ul li a 
    {
        font-size: 14px;
        padding: 10px 0px;
    }
    
    nav ul li 
    {
        width: 100px;
    }
    
    nav ul li:last-child
    {
        width: auto !important;
    }
}

@media all and (max-width: 400px)
{
    section#inicio img.titlelogo
    {
        width: 280px;
    }
    
    section#inicio h1.infotitle 
    {
        padding-top: 7px;
        font-size: 18px;
        width: 280px;
    }
    
    section.telemail p a 
    {
        font-size: 15px;
    }
    
    section.telemail p 
    {
        margin: 0px;
        text-align: left;
        margin-bottom: 15px;
    }
    
}