/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/09/2019
    Author     : Bruno
*/



@media (max-width: 480px) {
    
    header.topo .intro-text .intro-heading {
        font-size: 40px !important;
    }
    .card-deck{
        padding: 20px;
    }
    .ocurso-1 {
        padding: 50px 0px 0px 0px;
    }
    .aescola-2 {
        padding: 50px 0px 30px 0px;
    }
    
    .mercado {
        text-align: center;
        padding: 40px 0px;
    }
    
    ul.social-buttons {
        margin-bottom: 20px;
    }
    .footer .card-deck {
        float: left;
        padding: 10px;
        text-align: center;
    }
    
    
    header.topo {
        width: 100%;
    }
    header.topo .intro-text .intro-lead-in {
        font-size: 37px;
        line-height: 46px;
        margin-bottom: 25px;
    }
    
}