/*
Theme Name: CentenÃ¡rio Amalia Rodrigues
Author: Lewk, Inc
Version: 1.1
Text Domain: centenario
Domain Path: /languages
 */

@font-face {
  font-family: "myriad-pro";
  src: url("./fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bebas_neuelight";
  src: url("./fonts/bebasneue-light-webfont.woff2") format("woff2"),
    url("./fonts/bebasneue-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
  font-family: "Fjalla One", sans-serif;
}

header {
  display: flex;
  justify-content: center;
}

.separator {
  width: 100%;
  color: #bd272d;
  height: 2px;
  background-color:#bd272d;
  border-bottom: 1px solid #bd272d;
  box-shadow: 0 20px 20px -20px #333;
  margin-bottom: 0;
  margin-top: 0;
}

.navbar-brand img {
  height: 90px;
}

.float-right-top{
  margin-top: 1.5rem !important;
}

nav .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}

nav .navbar-nav .nav-item .nav-link:hover {
  color: #c1272d;
}

.dropdown-toggle::after {
  display: none;
}

nav .dropdown-menu {
  border: 0;
  background-color: #e6e6e6;
  border-radius: 0;
}

nav .dropdown-menu .dropdown-item {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

nav .dropdown-menu .dropdown-item:hover {
  color: #c1272d;
  background-color: transparent;
}

nav .navbar-toggler {
  border: 0;
}

.social {
  margin: 0 25px;
  display: flex;
  align-items: center;
}

.social i {
  font-size: 26px;
  padding: 0.5rem 5px;
  color: #000;
}

.social i:hover {
  color: #c1272d;
}

.translate ul {
  position: absolute;
  top: -18px;
  right: -5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.translate ul a {
  color: #000;
  text-transform: lowercase;
}

.translate ul a:hover {
  color: #c1262e;
}

.translate ul a:first-child {
  border-right: 1px solid #000;
  padding: 0px 6px 0px 0px;
}

.translate ul a:last-child {
  margin-left: 6px;
}

.translate ul li {
  display: inline-block;
}

.search {
  margin: 0 25px;
  display: flex;
  align-items: center;
}

.searchbox {
  position: relative;
  min-width: 25px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin: 0;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #eeeeee;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-size: 15px;
  color: #000;
}
.searchbox-input::-webkit-input-placeholder {
  color: #C1262E;
}
.searchbox-input:-moz-placeholder {
  color: #C1262E;
}
.searchbox-input::-moz-placeholder {
  color: #C1262E;
}
.searchbox-input:-ms-input-placeholder {
  color: #C1262E;
}

.searchbox-icon {
  background-color: #FFF;
}

.searchbox-icon,
.searchbox-submit {
  width: 25px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  color: #dcddd8;
}

.searchbox-open {
  width: 100%;
}

.searchbox-open .searchbox-icon {
  background-color: #eeeeee;
}

.index .row {
  margin: 0 !important;
}

.index .col-md-6 {
  padding: 0 !important;
}

.index .name {
  height: 77vh;
  width: 43vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1262e;
  text-align: center;
}

.index .name h1 {
  color: #fff;
  font-family: "bebas_neuelight";
  font-size: 150px;
}

.index .name span {
  color: black;
  font-family: "bebas_neuelight";
  font-weight: bold;
  font-size: 35px;
}

.index .picture {
  background-image: url("./img/amalia_pic.png");
  height: 77vh;
  background-size: cover;
  background-position: center right;
}

.index .error {
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1262e;
  text-align: center;
}

.index .error h1 {
  color: #fff;
  font-family: "bebas_neuelight";
  font-size: 150px;
}

.index .error span {
  color: black;
  font-family: "bebas_neuelight";
  font-weight: bold;
  font-size: 35px;
}

footer {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5px;
  text-align: center;
}

footer img {
  margin: 0px 10px;
}

.pages {
  margin: 50px 0px;
  text-transform: none;
  /* font-family: "bebas_neuelight"; */
}

.pages h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.pages p {
  text-align: left;
  font-family: "myriad-pro";
  text-transform: none;
}

/*.pages p:first-letter {
  text-transform: capitalize;
}*/

.pages .wp-block-image {
  margin-bottom: 0;
}

.pages .wp-block-image .alignleft {
  margin-right: 2em;
}

.programa {
  margin-bottom: 15px;
}

.programa img {
  display: block;
  margin-top: auto;
}

.programa h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.programa p {
  text-align: left;
  font-family: "myriad-pro";
}

.programa-picture {
  height: 89vh;
  max-height: 89vh;
  background-size: cover;
  background-position: center right;
}

.programa-picture .picture-label{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.62);
}

.programa-picture .picture-label span{
  margin-top: 15px;
  display:table;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: "myriad-pro";
}

.programa-content {
  align-items: center;
  justify-content: center;
  text-align: left;

  height: 89vh;
  max-height: 89vh;

  background-color: #FFFCFC;

  overflow-x: hidden;
  overflow-y: scroll;
}

.programa-content h2 {
  padding-left: 50px;
}

.programa-content strong {
  text-transform: uppercase;
}

.programa-content p {
  text-transform: none;
  padding-left: 50px;
  padding-right: 14px;
}

/*.programa-content p:first-letter {
  text-transform: capitalize;
}*/

.programa-content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.programa-content::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.programa-content::-webkit-scrollbar-thumb
{
  background-color: #bd272d;
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1670px) {

  .index .name h1 {
    font-size: 125px;
  }

  .index .name span {
    font-size: 40px;
  }

  footer {
    position: unset;
  }

  footer .col-sm{
    padding-right: 0px;
    padding-left: 0px;
  }

  footer .img-fluid {
    max-height: 95px;
    max-width: 1205px;
  }
}

@media screen and (max-width: 1540px) {
  footer .img-fluid {
    max-height: 85px;
  }
}

@media screen and (max-width: 1396px) {
  footer .img-fluid {
    max-height: 75px;
  }
}

@media screen and (max-width: 1256px) {
  footer .img-fluid {
    max-height: 65px;
  }
}

@media screen and (max-width: 1116px) {
  footer .img-fluid {
    max-height: 55px;
  }
}

@media screen and (max-width: 972px) {
  .index .name h1 {
    font-size: 115px;
  }

  .index .name span {
    font-size: 30px;
  }


  footer .img-fluid {
    max-height: 45px;
  }
}

@media screen and (max-width: 832px) {
 
  footer .img-fluid {
    max-height: 35px;
  }
}

@media screen and (max-width: 768px) {

  .separator {
    height: 1px;
  }

  .navbar {
    width: 100%;
  }

  .navbar-brand img {
    height: 65px;
  }

  .float-right-top{
    margin-top: 0.8rem !important;
  }

  nav .navbar-brand span {
    display: none;
  }

  .social {
    margin: 0px;
  }

  .translate {
    margin-top: 0px;
  }

  .translate ul {
    position: inherit;
    top: 0px;
    right: 0px;
  }

  .pages {
    text-align: center;
  }

  .pages .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image.is-resized {
    display: inherit;
    margin: 0;
  }

  .pages p {
    padding: 0px 25px;
    margin: 0px;
    text-align: justify;
    font-family: "myriad-pro";
  }

  .wp-block-image .alignright {
    float: none;
    text-align: center;
  }

  .index .name {
    height: 77vh;
    width: 91vh;
  }

  .index .name h1 {
    font-size: 35px;
  }

  .index .name span {
    font-size: 10px;
  }

  .index .picture {
    height: 77vh;
    width: 104vh;
  }

  footer {
    position: unset;
  }

  footer .col-sm{
    padding-right: 0px;
    padding-left: 0px;
  }

  footer .img-fluid {
    max-height: 15px;
    max-width: 25px;
  }
}
