/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 320px) and (max-width: 480px){
    body header{
        width: 100%;
        height: 250px;
    }
    body h1 {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 2rem;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 800;
    }
    .header-logo{
        display: none;
    }
    .navbar-collapse{
        position: relative;
        top: 25px;
    }
    .row{
        margin-right: 0;
    }
    .container h2 {
        color: #333;
        font-size: 1rem;
        font-family: "Open Sans", Tahoma, Geneva, Verdana, sans-serif;
        margin-bottom: 20px;
    }
    .presentation, .participants {
        margin-bottom: 45px !important;
    }
    .container p{
        font-size: .7rem;
    }
    .question h3{
        font-size: 1rem;
    }
    .slider .carousel-inner .carousel-item p{
        font-size: .7rem !important;
    }
    .slider{
        margin-bottom: 0;
    }
    body .slider .carousel-indicators{
        bottom: -50px;
    }
    .logo-responsive{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .program-curso{
        margin: auto;
    }
    .book-text, .presentation h3{
        font-size: 1rem;
    }
    .program-curso h2{
        padding-top: 100px;
        padding-left: 0px; 
        font-size: 1.5rem;
    }
    .program-curso .program-curso-btn .btn-down {
        padding: 10px 40px;
        border-radius: 30px;
        color: #2a3087;
        font-weight: 800;
        position: relative;
        top: -70px;
    }

    .contact{
        padding-top: 30px !important;
        margin-bottom: 0px !important;
    }
    body footer {
        width: 100%;
        height: 330px;
    }
    .contact .box-email p{
        font-size: 1rem;
        font-weight: 700;
    }
    .contact .box-menu-footer{
        display: none;
    }
    .contact a{
        font-size: .7rem;
    }
    .copy{
        margin-top: 45px;
    }
    .copy a{
        font-size: .5rem;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 481px) and (max-width: 768px) {
    body header{
        width: 100%;
        height: 350px;
    }
    body h1 {
        text-align: center;
        margin-top: 100px;
        margin-bottom: 2rem;
        color: #FFF;
        font-size: 2rem;
        font-weight: 800;
    }
    .row{
        margin-right: 0;
    }
    .container h2 {
        color: #333;
        font-size: 1rem;
        font-family: "Open Sans", Tahoma, Geneva, Verdana, sans-serif;
        margin-bottom: 20px;
    }
    .presentation, .participants {
        margin-bottom: 45px !important;
    }
    .container p{
        font-size: .7rem;
    }
    .slider .carousel-inner .carousel-item p{
        font-size: .7rem !important;
    }
    .slider{
        margin-bottom: 0;
    }
    body .slider .carousel-indicators{
        bottom: 25px;
    }
    .logo-responsive{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .contact .box-email p{
        font-size: .9rem;
        font-weight: 700;
    }
    .contact .box-menu-footer p{
        font-size: .9rem;
        font-weight: 700;
    }
    .contact .edec-text{
        font-size: .7rem;
    }
    .contact a{
        font-size: .7rem;
    }
    .copy{
        margin-top: 45px;
    }
    .copy a{
        font-size: .7rem;
    }    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 1024px) { 
    
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    
}
@media (min-width: 1025px) and (max-width: 1280px){
   
}
/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: @screen-lg-min) { ... } */