@font-face {
    font-family: "monteserrat";
    src: url("monteserrat.otf") format("truetype");
}

@font-face {
    font-family: "moon";
    src: url("moon.ttf") format("truetype");
}

@font-face {
    font-family: "moon-fina";
    src: url("moon_fina.ttf") format("truetype");
}

.hora-utc
{
    font-size:13px;
    color:white !important;
}

/* Radial Out */

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* --- Alterações Bootstrap --- */

.row {
    margin-right: 0;
    margin-left: 0;
}

.carousel-item p {
    font-family: moon-fina, sans-serif;
    text-align: left;
    font-size: 18px;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100px;
    height: 10px;
    /* margin-right: 3px; */
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    /* background-clip: padding-box; */
    border: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    border: 3px solid #2BB3D1;
    border-top: 3px solid #2BB3D1;
    border-bottom: 3px solid #2BB3D1;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.navbar {
    display: -ms-flexbox;
    z-index: 90;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: monteserrat, sans-serif;
}

.navbar-collapse .mr-auto,
.navbar-collapse .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control {
    border: 1px solid #D30811;
    padding: 11px 14px 8px;
    border-radius: 6px;
    height: auto;
}

.form-group {
    margin-bottom: 12px;
}

.navbar-nav>li>a {
    font-size: 22px;
    padding-top: 17px;
    padding-bottom: 18px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.mostrar .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 12px;
}

.navbar {
    padding: 0rem 0rem;
}

.carousel-caption {
    width: 600px;
    bottom: 30%;
}

.carousel-caption h3 {
    font-family: moon, sans-serif;
    margin-bottom: 30px;
    text-align: left;
    font-size: 47px;
    line-height: 1;
}

.carousel-indicators {
    bottom: 13px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

h1 {
    font-size: 55px;
    font-family: moon, sans-serif;
    margin: 20px 0 40px;
}

h1 span {
    font-family: moon, sans-serif;
}

h2 {
    font-size: 40px;
    font-family: moon, sans-serif;
}

h3 {
    font-family: moon, sans-serif;
}

.h4,
h4 {
    font-size: 18px;
    font-family: moon-fina, sans-serif;
}

.h5,
h5 {
    font-size: 18px;
    font-family: moon-fina, sans-serif;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #333;
    background-color: #fff;
    margin-right: 2px;
}

.bg-light {
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.list-group-item {
    display: block;
    border-radius: 0;
    position: relative;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #7763A9;
    font-family: moon, sans-serif;
    text-transform: capitalize;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7763A9;
    border: 1px solid #7763A9;
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.active {
    color: #FE6F61;
}

.carousel-caption {
    left: 15%;
    right: 15%;
    top: 250px;
    z-index: 10;
    color: #fff;
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.card-header {
    padding: 5px;
    background-color: #fff;
    border-bottom: #7763A9;
    color: #000;
}

.card-header:active {
    background-color: #7763A9;
}

.card-header:first-child {
    background-color: #7763A9;
    color: #fff;
}

.card-header+.list-group .list-group-item:first-child {
    background-color: #7763A9;
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-link:hover {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.card {
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #7763A9;
    border-radius: .25rem;
}

.page-item.active:hover {
    color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #7763A9;
    border-color: #7763A9;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7763A9;
    background-color: #fff;
    border: 1px solid #7763A9;
}

.page-link:hover {
    background-color: #ddd;
    border: 1px solid #7763A9;
}

.table td,
.table th {
    text-align: left;
    padding: 52px 74px;
}


/* --------------- Fecha Alterações no Bootstrap.min --------------------- */


/* --------------- Abre Alterações no owl.carousel.min --------------------- */

.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    color: #ffb600;
    font-size: 46px;
    margin-top: -200px;
    padding: 4px 20px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #b78406;
    text-decoration: none;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -80px;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -80px;
}


/*.owl-carousel .item{ color:#333; text-align:center;}
.owl-carousel h5{ color:#152b42; font-family: moon; margin-bottom:0;	}
.owl-carousel h6{ color:#aaa;}
.owl-carousel a{ color:#333;}*/

.owl-theme .owl-dots .owl-dot span {
    background: #ffb600;
    border-radius: 0px;
    margin: 5px 7px;
    display: block;
    width: 25px;
    height: 5px;
    transition: opacity 200ms ease;
    -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b78406;
}

.owl-item {
    margin-right: 0 !important;
}

.owl-carousel .owl-item {
    border-right: 1px solid #aaa;
    min-height: 1px;
    padding: 0 10px;
    margin-right: 0;
    float: left;
}

.primeiro .box-rotativo {
    background-position: center;
    border: 4px solid #fff;
    background-size: cover;
    border-radius: 200px;
    margin: 0 auto 15px;
    height: 200px;
    width: 200px;
}

.primeiro .owl-carousel h5 {}

.primeiro .owl-carousel h6 {
    color: #000;
    margin-bottom: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    padding-top: 13px;
    border-top: 4px solid #d22;
}


/* --------------- Fecha Alterações no owl.carousel.min --------------------- */

.preload {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    background-image: url('../../img/loading.gif');
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
}

.hvr-shrink {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}

.hvr-shrink2 {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: url(/elements/grayscale.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;*/
}

.hvr-shrink2:hover,
.hvr-shrink2:focus,
.hvr-shrink2:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.hvr-shrink-menu {
    margin-top: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink-menu:hover,
.hvr-shrink-menu:focus,
.hvr-shrink-menu:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.logo-menu {
    max-height: 123px;
    margin: 0px 0 3px 0px;
    -webkit-transition: All 1.0s ease;
    -moz-transition: All 1.0s ease;
    -o-transition: All 1.0s ease;
    transition: All 1.0s ease;
}

.logo-menu2 {
    max-height: 80px;
    margin: -10px 0 -7px 6px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.moon-fina {
    font-family: moon-fina, sans-serif;
}

.moon {
    font-family: moon, sans-serif;
}

.show_menu {
    padding: 0;
    opacity: 0;
    position: fixed;
    margin-top: -90px;
    border-top: 1px solid #aaa;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
    transition: All 0.8s ease;
}

.mostrar .logo-menu {
    max-height: 51px;
    margin: -19px 0 5px 0px;
}

.mostrar {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff!important;
    margin-top: -1px;
    padding: 0!important;
    z-index: 109;
    opacity: 1;
}

.mostrar .show_menu {
    padding: 0;
    opacity: 1;
}

.bg-topo {
    z-index: 2;
    width: 100%;
    color: #888;
    text-align: left;
    font-size: 14px;
    background-color: #fff;
    font-family: moon-fina, sans-serif;
    -webkit-transition: All 0.9s ease;
    -moz-transition: All 0.9s ease;
    -o-transition: All 0.9s ease;
    transition: All 0.9s ease;
}

.bg-topo h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    font-family: moon, sans-serif;
}

.ico-menu {
    float: left;
    max-height: 42px;
    margin-top: -5px;
    margin-right: 8px;
    margin-bottom: 26px;
}

.m40 {
    margin-top: 40px;
    padding: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.m50 {
    margin-top: 50px;
    padding: 0;
}

.m60 {
    margin-top: 60px;
    padding: 0;
}

.m70 {
    margin-top: 70px;
    padding: 0;
}

.m80 {
    margin-top: 80px;
    padding: 0;
}

.m90 {
    margin-top: 90px;
    padding: 0;
}

.m180 {
    margin-top: 180px;
    padding: 0;
}


/* Overline From Center */

.hvr-overline-from-center {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0px;
    background: #D50912;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before,
.hvr-overline-from-center .active {
    left: 0;
    right: 0;
}

.duaslinhas {
    line-height: 1;
}


/*
.menu2{	
	border-top: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
*/

.bg-light2 {
    margin-top: 0px;
    border-top: none;
    padding: 0px 0 30px;
    background-color: transparent;
}

.logo-menu3 {
    opacity: 0;
}

.mostrar2 {
    margin-top: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mostrar2 .logo-menu {
    max-height: 40px;
    opacity: 0;
}

.mostrar2 .m40 {
    margin-top: 2px;
    padding-top: 7px;
    margin-bottom: -18px;
}

.mostrar2 .logo-menu3 {
    opacity: 1;
}

.slide {
    background-image: url('../../img/paginas/slide.jpg');
    background-position: center center;
    font-family: moon-fina, sans-serif;
    padding: 100px 10px 180px;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
}

.slide h1 {
    color: #fff;
    margin: 0 auto;
    font-size: 100px;
}

.slide h3 {
    color: #fff;
    font-family: moon, sans-serif;
    font-size: 60px;
}

.slide h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}

.hr-branco {
    height: 1px;
    margin: 50px auto;
    width: 150px;
    background-color: #fff;
}

.btn-orange {
    z-index: 9;
    border: none;
    color: #fff !important;
    font-size: 17px;
    padding: 7px 26px;
    position: relative;
    background-color: #FE6F61;
    font-family: moon, sans-serif;
}

.btn-orange:hover {
    padding: 7px 26px;
    font-size: 17px;
    background-color: #DB635D;
    font-family: moon, sans-serif;
}

.box-topo {
    z-index: 99;
    margin-top: -80px;
    padding: 30px 5px;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
}

.home2 {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 60px 15px 60px;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
}

.home2-rtr {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 60px 15px;
    line-height: 1.3;
    text-align: right;
    font-size: 14px;
}

.home3 {
    font-family: monteserrat, sans-serif;
    background-color: #F7F7F7;
    padding: 100px 15px 50px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}

.home3 span {
    color: #888;
}

.home-event {
    font-family: monteserrat, sans-serif;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    background-color: #F2F2F2;
    padding: 50px 0 0 0;
}

.hr-vermelho {
    height: 2px;
    width: 20px;
    margin: 5px auto 11px;
    background-color: #FF6E61;
}

.home4 {
    font-family: moon-fina, sans-serif;
    background-image: url('../../img/paginas/men.jpg');
    background-position: right bottom;
    padding: 250px 15px 125px;
    line-height: 1.3;
    text-align: left;
    font-size: 18px;
    color: #fff;
    height: 533px;
}

.btn-blue {
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 7px 26px;
    background-color: #0F4C83;
    font-family: moon, sans-serif;
}

.btn-blue:hover {
    padding: 7px 26px;
    font-size: 17px;
    background-color: #0E4268;
    font-family: moon, sans-serif;
}

.home5 {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 80px 15px 50px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}

.box-palestrantes {
    background-color: #F2F2F2;
    padding: 0px 10px 15px;
    margin-bottom: 25px;
    text-align: left;
}

.imgpalestrantes {
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    height: 250px;
    width: 100%;
    filter: grayscale(1);
}

.paddingl10 {
    padding: 0 10px;
}

.margem-linha {
    margin: -57px auto 0;
}

.divborder {
    bottom: 40px;
    font-size: 18px;
    /*position: absolute;*/
    font-family: moon-fina, sans-serif;
}

.home6 {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 40px 15px 100px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}

.rodape {
    background-color: #333;
    line-height: 1.1em;
    color: #fff;
}

.rodape h4 {
    font-family: moon, sans-serif;
    color: #fff;
    font-size: 16px;
}

.rodape .subtitulo1 {
    font-family: montserrat, sans-serif;
    background-color: #D50811;
    padding: 18px 10px;
    text-align: center;
    font-weight: bold;
    margin-top: -26px;
    font-size: 17px;
    color: #fff;
}

.home3 span {
    color: #888;
}

.divhora {
    width: 3px;
    height: 10px;
    margin: 0 auto;
    background-color: #fff;
}

.bglaranja1 {
    text-align: center !important;
    padding: 45px 5px !important;
    background-color: #FE6F61;
    border-top: none !important;
    font-size: 18px;
    color: #fff;
    width: 150px;
}

.bglaranja2 {
    text-align: center !important;
    padding: 45px 5px !important;
    background-color: #FF8D8D;
    border-top: none !important;
    font-size: 18px;
    color: #fff;
    width: 150px;
}

.bgazul {
    font-family: moon, sans-serif;
    background-color: #0F4C83;
    text-align: center!important;
    padding: 30px 0!important;
    font-size: 18px;
    color: #fff;
}

.home1 {
    background-color: #f0f0f0;
    font-family: sans-serif;
    padding: 80px 0 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

.rodape2 {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background-color: #000;
}

.hr-branco {
    margin: 30px auto;
}


/* Underline Reveal */

.botef {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.botef:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    /*left: 0;
    right: 0;*/
    background: #FE6F61;
    height: 4px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(4px);
    transition-property: transform;
    -webkit-transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.botef:hover:before,
.botef:focus:before,
.botef:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #FE6F61;
}

.flags {
    font-family: moon, sans-serif;
    color: #0e4679;
}

.flags:hover {
    color: #082b4b;
    font-family: moon, sans-serif;
}

.row-flags {
    z-index: 99;
    float: right;
    margin-right: 20px;
    position: relative;
    margin-bottom: -30px;
}

.logo-forum {
    max-height: 300px;
    margin-bottom: 20px;
}

.column-palestrantes{
    width:20%;
}

@media (min-width: 768px) {
    .marge {
        margin: 100px 0;
    }
}


/* --- LG --- */

@media (max-width: 1199px) {}


/* --- MD --- */

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 11px 2rem;
        padding-left: 2rem;
        font-size: 14px;
        text-align: left;
    }
    .mostrar {
        padding: 11px 0!important
    }
    .hvr-overline-from-center:before {
        background: #fff;
    }
    .bg-light2 {
        padding: 13px 5px;
    }
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        border-top: none;
    }
    .home4 {
        background-position: left bottom;
        height: auto;
        padding: 80px 15px 82px;
    }
    .bg-light2 {
        margin-top: 0px;
    }
}


/* --- SM --- */

@media (max-width: 767px) {
    .home5 {
        padding: 80px 5px 50px;
    }
    .home5 .col-md-3 {
        padding: 0
    }
    .bg-topo {
        display: none;
    }
    .empresa3 .btn-redround {
        margin-top: 10px;
        padding: 11px 26px;
        position: relative;
    }
    .banner {
        background-position: center center;
        padding: 50px 10px 50px;
        background-size: cover;
        text-align: center;
        min-height: auto;
    }
    .banner h1 {
        font-size: 34px;
    }
    .rodape .subtitulo1 {
        margin-top: 20px;
    }
    .home4 {
        padding: 80px 0px;
    }
    .home4 .col-md-4 {
        margin-bottom: 20px;
    }
    .home1 {
        padding: 80px 0 100px;
    }
    .home3 {
        padding: 80px 15px 80px;
    }
    .greybg {
        padding: 65px 10px 40px;
        min-height: auto;
    }
    .home4 .subtitulo1 {
        margin: 0px auto -54px;
        padding: 10px 10px;
        font-size: 18px;
        width: 100%;
        display: block;
    }
    .img-empresa {
        margin: 10px auto 15px;
        max-height: 350px;
        float: inherit;
        display: block;
    }
    .box-topo {
        margin-top: 0px;
    }
    .slide h1 {
        font-size: 40px;
    }
    .slide h3 {
        font-size: 40px;
    }
    .datas {}
    .divborder {
        position: relative;
    }
    .slide {
        padding: 50px 10px 50px;
    }
    .box-topo {
        box-shadow: none;
        border-bottom: 1px solid #888;
    }
    #filters li {
        width: 100%;
    }
    #filters li span {
        margin-top: -1px
    }
    	.column-palestrantes{
    width:100%;
}
}

.logo-p {
    padding-left: 4vh!important;
    padding-right: 4vh!important;
}

.font {
    font-size: 13px!important;
}

@media (max-width: 1400px) {
    .logo-p {
        padding-left: 8vh!important;
        padding-right: 8vh!important;
    }
}

@media (max-width: 1250px) {
    .font {
        font-size: 11px!important;
    }
}

@media (max-width: 1150px) {
    .font {
        font-size: 9px!important;
    }
}

@media (max-width: 991px) {
    .font {
        font-size: 14px!important;
    }
}

@media (max-width: 510px) {
    .table td,
    .table th {
        text-align: left;
        padding: 52px 24px;
    }
}

@media (max-width: 365px) {
    .logo-p {
        padding-left: 5vh!important;
        padding-right: 5vh!important;
    }
}