/*
Theme Name:Tema
Theme URI:http://www.midiasim.com.br/
Description:Tema
Author:MIDIASIM
Author URI:http://www.midiasim.com.br
Version:2015
*/

.redes-sociais {
    text-align: center;
}

.infos-conhecimentos .col-md-2 {
	margin-bottom: 25px;
    margin-top: 30px;
}

.resumo-home {
    font-size: 11px;
    padding: 5px 10px 0px;
	margin-bottom: 0px;
}

.home .navbar {
    position: fixed !important;
    background: #fff !important;
    width: 100% !important;
}

.banner-home {
    padding-top: 8% !important;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    font-weight: 400;
    color: #001450;
    font-size: 15px;
    text-align: justify;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1A1364;
    text-transform: uppercase;
    font-weight: 700;
}

h1, .h1 {
    font-size: 25px;
    color: #FFF;
    margin: 0;
}

h2, .h2 {
    font-size: 19px;
}

h3, .h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}


h4, .h4 {
    font-size: 14px;
}

.well h3 {
    margin-top: 0;
}

p {
    line-height: 1.4;
}

.category-dicionario-de-logistica .modal-content p{
    text-align: justify;
}

.category-dicionario-de-logistica .modal-content br{
    line-height: 3;
}

ul, ol {
    padding-left: 17px;
}

a {
    color: #181365;
    transition: all 0.1s linear;
}

a:hover, a:focus {
    color: #ED1B23;
    text-decoration: none;
    outline: none;
}

.btn {
    transition: all 0.2s linear;
}

.btn-primary {
    background-color: #181365;
    border:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background: #ED1B23;
}

b, strong {
    font-weight: 600;
}

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

figure {
    position: relative;
}

figcaption {
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    background: #000;
    color: #FFF;
    width: 100%;
    border: 5px solid #FFF;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
}

/* Selection style */
*:focus {
    outline: none;
}

::-moz-selection {
    background-color: #FFA;
    color: #666;
}

::selection {
    background-color: #FFA;
    color: #666;
}

hr {
    border: none;
    border-bottom:1px solid #CFCFCF;
    clear: both;
    height: 20px;
    margin: 0 0 25px;
}

.main .content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px -1px #BDBDBD;
    -webkit-box-shadow: 1px 1px 8px -1px #BDBDBD;
    -moz-box-shadow: 1px 1px 8px -1px #BDBDBD;
    padding: 5px;
    background-color: #FFF;
}

.page-id-26 .main .content img,
.page-id-30 .main .content img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    background-color: #FFF;
}

.line {
    border-top: 1px solid #ddd;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    margin: 0 auto;
    display: inherit;
}

.banner-home {
    padding: 0;
}

.banner-home .bx-wrapper {
    width: auto;
    margin: 0 auto;
}

.banner-home .bx-wrapper img {
    margin:0 auto;
}

.banner-home .bx-wrapper .bx-pager {
    bottom: -25px;
}

.navbar .redes-sociais {
    float: right;
    padding: 20px 10px 0 0;
    font-size: 15px;
}

.navbar .search {
    float: right;
    width: 200px;
    margin-right: 20px;
    margin-top: 18px;
}

.navbar .search input {
    height: 25px;
    font-size: 13px;
    padding: 5px;
    color: #EF1B23;
}

.input-sm{
	margin:1px !important;
}

.navbar .search .btn {
    height: 25px;
    padding: 0px 10px;
}

.navbar-header {
    /*display: block;
    float: none;*/
}

.navbar {
    margin: 0 auto;
    border: none;
    border-bottom: 3px solid #DDD;
    border-radius: 0;
    z-index: 1000;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    max-width: 1170px;
}

.navbar-left {
    float: none !important;
}

.navbar-brand {
    float: none !important;
    margin-left: 0 !important;
    padding: 15px !important;
}

.navbar-brand>img {

}

.navbar-collapse {
    background: #f9f9f9;
}


.navbar .nav>li>a {
    color: #191364;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #FFF;
}

.nav>li>a:hover, .nav>li>a:focus {
    border-bottom: 2px solid #ED1B23;
    background: none;
}

.nav .open>a, .nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    border-bottom-color: #EF1B23;
    border-left-color:#EEE;
}

.dropdown-menu {
    border-color: #EEE;
    font-size: 12px;
    background: #FFF;
    min-width: 180px;
    padding: 8px;
}

.dropdown-menu>li>a {
    color: #181365;
    padding: 5px 10px;
    border-bottom: 2px solid #FFF;
    text-align: left !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    border-bottom: 2px solid #ED1B23;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #f3f3f3;
    color: #1A1364;
}

.menu-item-has-children a {
    pointer-events:none;
}

.menu-item-has-children .dropdown-menu a,
.footer .menu-item-has-children a {
    pointer-events:auto;
}

.menu-item-479 {
    width: 140px;
}

.menu-item-51 {
    width: 90px;
}

.menu-item-1991 {
    width: 100px;
}

.menu-item-1991 a,
.menu-item-479 a,
.menu-item-51 a {
    padding: 3px 10px !important;
    text-align: center;
}


.navbar-toggle {
    border: 1px solid #565656;
}

.navbar-toggle .icon-bar {
    background: #565656;
}

.main {
}

.home .main h3 {
    text-align: center;
    color: #1A1364;
    font-size: 20px;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    background: url('images/bg-titulo.gif') repeat-x 0 center;
}

.home .main h3 span {
    background: #FFF;
    padding: 10px 15px;
}

.home .main h3 img {
    margin-top: -4px;
}

.home .botao {
    width: 100%;
    height: 75px;
    display: block;
    padding-left: 125px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px -1px #BDBDBD;
    -webkit-box-shadow: 1px 1px 8px -1px #BDBDBD;
    -moz-box-shadow: 1px 1px 8px -1px #BDBDBD;
    border: 2px solid #fff;
    background-color: #1A1363 !important;
    margin-bottom: 30px;
}

.home .botao:hover {
    box-shadow: 1px 1px 10px -1px rgba(241, 27, 37, 0.7);
    -webkit-box-shadow: 1px 1px 10px -1px rgba(241, 27, 37, 0.7);
    -moz-box-shadow: 1px 1px 10px -1px rgba(241, 27, 37, 0.7);
}

.home .botao h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 70px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.home .botao-info {
    /*background: url("images/botao-home.gif") 50% 0 no-repeat;*/
    width: 100%;
    height: 136px;
    line-height: 131px;
    display: block;
    text-align: center;
    box-shadow:1px 3px 10px -1px #CCC;
    -webkit-box-shadow:1px 3px 10px -1px #CCC;
    -moz-box-shadow: 1px 3px 10px -1px #CCC;
    border-radius: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.home .botao-info:hover {
    box-shadow: 1px 2px 10px -1px rgba(241, 27, 37, 0.5);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(241, 27, 37, 0.5);
    -moz-box-shadow: 1px 2px 10px -1px rgba(241, 27, 37, 0.5);
}

.home .infos-conhecimentos h2 {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: none;
    font-weight: 500;
}

.home .infos-conhecimentos .col-md-5ths {
    height: 210px;
}

.home .supply-chain {
    background: url("images/botao-supply-chain.gif") 0 0 no-repeat;
}

.home .logistica-comercial {
    background: url("images/botao-logistica-comercial.gif") 0 0 no-repeat;
}

.home .estrategia-logistica {
	background: url("http://www.vantine.com.br/site2015/wp-content/uploads/2020/05/botao-estrategia-logistica-att.png") 0 0 no-repeat;
}

.home .logistica-internacional {
    background: url("images/botao-logistica-internacional.jpg") 0 0 no-repeat;
}

.home .logistica-industrial {
    background: url("images/botao-logistica-industrial.jpg") 0 0 no-repeat;
}

.home .auditoria-logistica {
    background: url("images/botao-auditoria-logistica.jpg") 0 0 no-repeat;
}

.home .projetos-clientes {
    background: url("images/botao-projetos-clientes.jpg") 0 0 no-repeat;
}

.home .apresentacao {
    background: url("images/botao-apresentacao.jpg") 0 0 no-repeat;
}

.home .depoimentos {
    background: url("images/botao-depoimentos.jpg") 0 0 no-repeat;
}

.page-header {
    border-bottom: 2px solid #EF1B23;
    background: #181365;
    margin: 0 0 30px 0;
    padding: 20px 0;
}

.sidebar h3 {
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.single .sidebar ul li a {
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

.single .sidebar ul li a:hover {
    border-color: #EF1B23;
    background: #FFF;
    color: #1A1364;
}

.footer {
    padding:40px 0 30px;
    background: #181365;
    color: #fff;
    margin-top: 100px;
    font-size: 12px;
}

.home .footer {
    margin-top: 30px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin: 0 0 5px;
}

.footer .logotipo {
	text-align: center;
    margin: 0 1.5%;
    background: #FFF;
    padding: 15px;
    width: 22%;
	border-radius:10px;
}

.footer .line {
    border-color: #666193;
    margin: 10px 0 40px;
}

.footer h4 {
    margin: 0 0 8px;
    padding: 0;
    color: #fff;
    font-size: 13px;
}

.footer .menu-item a {
    text-transform: uppercase;
}

.footer .text-right {
    padding-top: 25px;
}

.footer .newsletter {
    height: 87px;
    overflow: hidden;
}

.footer .newsletter h3 {
    color: #ED1C24;
    margin-top: 0;
}

.footer .newsletter span.wpcf7-form-control-wrap {
    float: left;
    width: 160px;
    margin-right: 10px;
    border:none;
}

.footer .newsletter .btn {
    float: left;
    width: 80px;
    background: #ED1C24;
    padding: 6px 10px;
}

.footer .newsletter div.wpcf7-response-output {
    position: absolute;
    top: 45px;
    font-size: 13px;
}

.footer .newsletter div.wpcf7-validation-errors {
    display: none !important;
}

.copyright {
    font-size: 12px;
}

.copyright p {
    margin: 0;
    display: inline;
    text-align: center;
}

.copyright .label {
    font-size: 80%;
    background: #fff;
    color: #2D7FB0;
}

.copyright .label a {
    color: #2D7FB0;
    text-transform: uppercase;
}


/* Post list */

.post-list {
    padding: 0;
    margin: 0;
}

.post-list .row {
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-list h2 {
    margin-top: 10px;
}

.post-list li {
    list-style-type: none;
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #DDD;
}

.post-list p.post-list-date {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #1A1363;
}

.post-list h3.post-list-title {
    margin:0;
    border: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    background: none;
}

.post-list h3.post-list-title,
.post-list h3.post-list-title a {
    color: #191364;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.post-list .thumbnail-image {
    float: left;
    margin-right: 10px;
}

.panel {
    background-color: #F3F3F3;
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
}

/* Gallery */

.gallery {
    padding: 10px 0;
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    padding: 0 10px 0 0;
    text-align: left;
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 {
    margin: 0;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
    padding: 0 40px 0 0;
}

.gallery-columns-7 .gallery-icon {
    line-height: 75px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {

}

.gallery img {
    height: auto;
}

.gallery img:hover {

}

.gallery-caption {
    display: none;
}

.thumbnail {
    display: inline-block;
    margin-bottom: 0;
}

/* Clientes */

.page-id-30 .container .content .gallery-columns-6 .gallery-item {
    width: 15%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px -1px #BDBDBD;
    -webkit-box-shadow: 1px 1px 8px -1px #BDBDBD;
    -moz-box-shadow: 1px 1px 8px -1px #BDBDBD;
    padding: 5px;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    text-align: center;
    height: 110px;
    background: #FFF;
}

.page-id-30 .container .content .panel h2 {
    margin-top: 2px;
}

.page-id-30 .container .content .gallery-columns-6 .gallery-item dt {
    line-height: 85px;
}

.page-id-30 .container .content .gallery-item img {
    width: auto;
    max-width: 130px;
    max-height: 75px;
    margin: 0 auto;
}


/* Vantinews */
.category-vantinews .content ul {
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.category-vantinews .content li {
  padding-bottom: 10px;
}

.category-vantinews .well {
    min-height: 250px;
    position: relative;
    margin-bottom: 30px;
}

.category-vantinews .well h2 {
    margin-top: 0;
    font-size: 16px;
}

.category-vantinews .well h2 a {
   color: #ED1B23;
}

.category-vantinews .well h2 a:hover {
    color: #181365;
}

.category-vantinews .well p {
    line-height: 1.2;
    margin-bottom: 5px;
}

.category-vantinews .well .btn-primary {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.category-description {
    margin-bottom: 30px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}


/* Links */
.links h3 a {
    display: block;
    border-bottom: 2px solid #DDD;
    padding: 10px 0;
    margin-top: 20px;
}

.links h3 a:hover {
    border-color: #ED1B23;
    background: #f3f3f3;
    padding-left: 10px;
    color: #1A1364;
}

.links ul li {
    padding: 2px 0;
}

.links ul li a {
    font-weight: 600;
}

/* Dicionário de Logística */

.category-dicionario-de-logistica h2 {
    margin: 0;
    font-size: 30px;
}

.category-dicionario-de-logistica .btn {
    padding: 35px 0;
    margin: 0 15px 15px 0;
    width: 120px;
}

/* Logística Moderna */
.logistica-moderna {
    height: 260px;
    text-align: center;
}

.logistica-moderna .thumbnail-image {
    margin: 10px 0;
    float: none;
}

.logistica-moderna  h2 {
    font-size: 15px;
}


/* Artigos */
.artigos {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}


/* Projetos e Clientes */

.projetos h2 {
    cursor: pointer;
    margin: 0;
}

.projetos .modal-body h2 {
    font-size: 15px;
    margin: 25px 0 10px;
}


/* Clientes */
.category-clientes .panel:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.category-clientes img {
    cursor: pointer;
}

.category-clientes h2 {
    margin: 0 0 20px;
}

.category-clientes .cliente {
    line-height: 85px;
    text-align: center;
    height: 110px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px -1px #BDBDBD;
    -webkit-box-shadow: 1px 1px 8px -1px #BDBDBD;
    -moz-box-shadow: 1px 1px 8px -1px #BDBDBD;
    background: #FFF;
    padding: 10px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.category-clientes .col-md-2 {
    padding-left: 0;
    margin-bottom: 20px;
}

.category-clientes .cliente a {
    display: block;
}

.category-clientes .cliente img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    padding: 0;
    width: auto;
    max-width: 130px;
    max-height: 75px;
    margin: 0 auto;
    max-width: 100%;
}


/* Paginação */
.page-numbers {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: #181365;
    color: #FFF;
}

.page-numbers:hover {
    background: #ED1B23;
    color: #FFF;
}

.current,
.current:hover {
    background: #CCC;
}


/* Contact Form */
div.wpcf7-mail-sent-ok {
    color: #3DDB2B;
    border: none;
    font-size: 18px;
    font-weight: 800;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    color: #f00;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    background: #FFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding: 10px;
    border: 0 !important;
}

div.wpcf7-response-output {
    padding: 15px 0;
    margin: 0;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .navbar .container {
        position: relative;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        bottom: 20px;
        background: #fff;

    }
    .navbar .nav>li>a {
        border-left: 1px solid #eee;
        padding: 10px 10px 9px;
    }
    .navbar-nav .menu-item-home a {
        border-left: 0 !important;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .home .sidebar  {
        width: 28%;
        margin-left: 5.333333%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .home .sidebar  {
        width: 28%;
        margin-left: 5.333333%;
    }
    .navbar .container{
        height: 140px;
    }

    .navbar-collapse {
        width: 100%;
        bottom: 5px;
    }

    .navbar .nav>li>a {
        font-size: 12px;
    }
    .menu-item-51,
    .menu-item-479,
    .menu-item-1991 {
        width: auto;
    }
    .menu-item-1991 a,
    .menu-item-479 a,
    .menu-item-51 a {
        padding: 10px 10px 9px !important;
    }
    .dropdown-menu>li>a {
        padding: 3px 10px !important;
        text-align: left;
    }
    .navbar .redes-sociais {
        padding-top: 40px;
    }
    .navbar .search {
        margin-top: 40px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {

    .navbar .nav>li>a {
        font-size: 12px;
    }

    .gallery-columns-7 .gallery-item {
        width: 20%;
    }
    .navbar .container{
        height: 140px;
    }

    .navbar-collapse {
        width: 100%;
        bottom: 5px;
    }

    .dropdown-menu>li>a {
        text-align: left;
    }

    .navbar .redes-sociais {
        padding-top: 40px;
    }
    .navbar .search {
        margin-top: 40px;
    }
}

/* Extra Small devices (max 768px) */
@media (max-width: 767px) {
    .navbar-brand>img {
        margin-left: 15px;
        width: 270px;
    }
    .navbar .container{
        height: 110px;
    }

    .navbar-collapse {
        width: 100%;
        bottom: 10px;
    }

    .navbar .nav>li>a {
        padding: 10px 5px 9px;
    }

    .navbar-toggle {
        margin-top: 30px;
        background: #181365;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }

    /* Gallery */
    .gallery-columns-7 .gallery-item {
        width: 25%;
    }

    .navbar .search {
        float: left;
        margin-top: 0;
    }
    .navbar .redes-sociais {
        padding: 0 0 20px;
    }
    .menu-item-51,
    .menu-item-479,
    .menu-item-1991 {
        width: auto;
    }
    .menu-item-1991 a,
    .menu-item-479 a,
    .menu-item-51 a {
        padding: 10px 10px 9px !important;
        text-align: left;
    }
    .dropdown-menu>li>a {
        padding: 3px 10px !important;
        text-align: left;
    }
    .menu-item-has-children a {
        pointer-events: auto;
    }

    .footer {
        text-align: center;
    }

    .footer .logotipo {
        text-align: center;
        margin: 0 auto 30px;
		left:37% !important;
    }

    .footer .links {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .home .main h3,
    .home .main h3 span {
        background: none;
    }
}

/* Extra Extra Small devices (max 540px) */
@media (max-width: 540px) {

    /* Gallery */
    .gallery-columns-7 .gallery-item {
        width: 33.33%;
    }
	
	.banner-home {
		padding-top: 37% !important;
	}
	.footer .logotipo {
        text-align: center;
        margin: 0 auto 30px;
		left:37% !important;
    }

}

@media (max-width: 340px) {

}





.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
