html,
body {
   margin: 0;
   padding: 0;
   background: #ffffff;
}

body {
   color: #151618;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 0.9rem;
   font-weight: 400;
   line-height: 1.5;
}

/* NAVBAR
---------------------------------------------------*/
#mainNav {
   background-color: rgba(235, 38, 41, 1);
}

#mainNav .navbar-brand {
   color: #eb2629;
}

.navbar {
   padding: 0rem 1rem !important;
}


#mainNav .navbar-nav .nav-item:last-child {
   border: none !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
   font-size: 0.75rem;
   color: rgba(255, 255, 255, 1);
   font-family: "Roboto", sans-serif;
   font-weight: normal;
   padding-right: 0 !important;
   text-transform: uppercase;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
   color: rgba(255, 255, 255, 0.7);
}

#mainNav .navbar-nav .nav-item.active .nav-link {
   color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) and (max-width: 1024px) {
   #mainNav .navbar-nav .nav-item {
      padding: 0.6rem 0.4rem !important;
      border: none !important;
   }

   #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 0.7rem;
   }
}


@media (min-width: 1030px) {
   #mainNav .navbar-nav .nav-item {
      padding: 0.6rem 0.7rem !important;
      border-right: 1px solid rgb(230, 105, 107) !important;
   }
}





.page-section {
   margin-top: 2rem;
   margin-bottom: 5rem;
   min-height: 70vh;
}

.carousel-caption {
   position: absolute;
   right: 2% !important;
   left: 2%;
   bottom: 30px;
   color: #ffffff;
   background: rgba(41, 56, 103, 0.9);
   padding: 20px;
   font-family: "Roboto", sans-serif;
   font-weight: 300;
   font-size: 30px;
   text-align: left;
}

.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 5px !important;
   text-align: right;
}

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

.owl-theme .owl-dots .owl-dot span {
   width: 15px;
   height: 15px;
   margin: 0px 5px;
   background: #293867;
   display: block;
   border-radius: 30px;
}

.border-bottom-dashed {
   border-bottom: 1px dashed #ddd;
}

.aside-affix {
   position: sticky;
   top: 80px;
   height: 85vh;
   overflow: auto;
}

.seta-noticias {
   position: absolute;
   z-index: 550;
   width: 40px;
   height: 40px;
   padding: 10px;
   background: #eb2629;
   color: #ffffff !important;
   bottom: 0;
   right: 0;
}

.bg-red {
   display: none;
   opacity: 0;
}

.aside-photo a.aside-link:hover .bg-red {
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   background: #eb2629;
   position: absolute;
   z-index: 500;
   top: 0;
   left: 0;
   display: block;
   opacity: 0.8;
   width: 100%;
   height: 100%;
}

/* Helpers
---------------------------------------------------*/
.bg-cover {
   -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
   -o-background-size: cover !important;
   background-size: cover !important;
   width: 100%;
   background-position: center center;
   position: relative;
}

.fancybox-placeholder {
   background: #ffffff !important;
}

.info-description img {
   max-width: 825px !important;
}

.small-title-blue {
   color: #eb2629;
   font-weight: 700;
   font-size: 0.7rem;
   text-transform: uppercase;
}

.page-title {
   text-transform: uppercase;
   font-size: 1.5rem;
   margin-top: 0 !important;
   margin-bottom: 1.5rem;
   font-weight: 300;
}

.text-red {
   color: #eb2629;
}

.text-blue {
   color: #293867;
}

.fsize3_8rem {
   font-size: 3.8rem;
}

.fsize3rem {
   font-size: 3rem;
}

.fsize2_8rem {
   font-size: 2.8rem;
}

.fsize2_5rem {
   font-size: 2.5rem;
}

.fsize2_2rem {
   font-size: 2.2rem;
}

.fsize2rem {
   font-size: 2rem;
}

.fsize1_7rem {
   font-size: 1.7rem;
}

.fsize1_5rem {
   font-size: 1.5rem;
}

.fsize1_3rem {
   font-size: 1.3rem;
}

.fsize1_2rem {
   font-size: 1.2rem;
}

.fsize1rem {
   font-size: 1rem;
   line-height: 1.2rem !important;
}

.fsize0_9rem {
   font-size: 0.9rem;
}

.fsize0_8rem {
   font-size: 0.8rem;
}

.fsize0_7rem {
   font-size: 0.7rem !important;
}

.fsize0_6rem {
   font-size: 0.6rem !important;
}

.fsize0_5rem {
   font-size: 0.5rem !important;
}

.fw700 {
   font-weight: 700 !important;
}

.fw600 {
   font-weight: 600 !important;
}

.fw500 {
   font-weight: 500 !important;
}

.fw400 {
   font-weight: 400 !important;
}

.fw300 {
   font-weight: 300 !important;
}

/* LINKS
---------------------------------------------------*/
.bg-primary {
   background-color: #eb2629 !important;
}

.btn {
   -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
   box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
   background-color: #c01f21;
   border-color: #c01f21;
}

a,
img,
li {
   border: none !important;
   outline: none !important;
   color: #151618;
}

a:hover {
   color: #eb2629;
   text-decoration: none !important;
}

/* FOOTER
---------------------------------------------------*/

.back-to-top {
   display: none;
   background: #293867;
   color: #ffffff;
   -webkit-border-radius: 5px;
   font-size: 16px;
   text-align: center;
   font-weight: bold;
   border-radius: 0px;
   cursor: pointer;
   overflow: hidden;
   position: fixed;
   z-index: 999;
   right: 20px;
   bottom: 0px;
   -webkit-transition: all .3s;
   transition: all .3s;
   width: 50px;
   height: 50px;
   padding-top: 10px
}


.footer {
   background-color: #e0e0e0;
   font-size: 0.7rem;
}