﻿/*XS*/
@media(max-width:767px)
{
    body {
        width: 100%;
        /*height: 100%;*/
        font-family: Calibri,Verdana;
        color: #5a5a5a;
        background-color: #fff;
        font-size: 16px;
        min-height: 100%;
        position: relative;
        padding-bottom: 270px;
        padding-top:60px;
        margin: 0;
    }
    .textPtwideBig {
        font-size: 14px;
    }
    .textPtwide,
    .textPtwide p
    {
        font-size: 14px; /*Verdana 15*/
    }

    .navbar-fixed-top {
        /*min-height: 25px;*/
        height: 50px;
    }
    .navbar-nav{
        background: #ffffff;
        border: 1px solid gray;
        border-top: 0px;
        border-left: 0px;
    }
    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 35px;
        font-size: 16px;
    }
    .navbar-header
    {
        height: 50px !important;
        line-height: 20px;
        vertical-align: middle;
    }
    .navbar-brand
    {
        padding: 10px 10px;
        height: 50px;
    }
    .footer i{
        font-size: 25px;
    }
    .footer span,
    .footer a{
        font-size: 13px;
    }
    #myCarousel {
        height:200px;
        overflow-x:no-display;
        vertical-align: bottom;
    }
}
/*SM*/
@media(min-width:768px)
{
    .textPtwideBig {
        font-size: 20px; /*Verdana 18*/
    }
    .textPtwide {
        font-size: 18px; /*Verdana 17*/
    }
}
/*MD*/
@media(min-width:992px)
{
    body {
        width: 100%;
        /*height: 100%;*/
        font-family: Calibri,Verdana;
        color: #5a5a5a;
        background-color: #fff;
        font-size: 16px;
        min-height: 100%;
        position: relative;
        padding-bottom: 150px;
        padding-top: 70px;
        margin: 0;
    }

    .textPtwideBig {
        font-size: 24px; /*Verdana 20*/
    }
    .textPtwide,
    .textPtwide p
    {
        font-size: 15px; /*Verdana 18*/
    }

    .navbar-fixed-top {
        min-height: 70px;
    }
    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 70px;
        font-size: 16px;
    }
    .navbar-brand,
    .navbar-header
    {
        height: 70px !important;
        line-height: 70px;
        vertical-align: middle;
    }
    .navbar-brand
    {
        padding: 5px 5px;
    }
    .footer i{
        font-size: 20px;
    }
    .footer span,
    .footer a{
        font-size: 13px;
    }
    #myCarousel {
        max-height:400px;
        overflow-x:no-display;
        vertical-align: bottom;
    }
}
/*LG*/
@media(min-width:1200px)
{
    .textPtwideBig {
        font-size: 26px; /*Verdana 21*/
    }
    .textPtwide,
    .textPtwide p
    {
        font-size: 16px; /*Verdana 18*/
    }
}



.dropdown-menu{
    background-color:#fff;
}
.footer{
    background-color: #5a5a5a;
    color: #fff;
    padding: 10px 0px 4px 0px;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #e46d25; /*Laranja PTWIDE*/
}
.row {
    margin: 0px;
}
/*.textPtwide input,
.textPtwide label,
.textPtwide span
{
    font-family: Calibri,Verdana;
    font-size: 16px;
}*/

.socialButtons {
    text-align: center;
}
.socialButtons a {
    padding: 0px 15px 0px 15px;
}
.footer > div > div > div{
    text-align: center;
}

.dropdown.language a span:first-child 
{
    vertical-align: middle;
    margin-bottom: 5px;
}
.dropdown-menu {
    min-width: 0px !important;
}