@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::selection {
  color: #FFFFFF;
  background: #A21E1C; }

body {
  font-family: 'Raleway', sans-serif; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

h2 {
  color: #DF413E;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px; }

h1 {
  color: #DF413E;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  color: #DF413E; }

.navbar {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.navbar-light a {
  color: #DF413E !important; }

.navbar-light a:hover {
  color: #A21E1C !important; }

.navbar-dark a {
  color: #FFFFFF !important; }

.navbar-dark a:hover {
  color: #A21E1C !important; }

.dropdown-menu a {
  color: #DF413E !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.dropdown-menu a:hover {
  color: #A21E1C !important;
  background-color: #FFFFFF !important; }

.dropdown-menu {
  border-radius: 0px !important; }

.icon-nav {
  font-size: 20px; }

.bg-vermelho {
  background-color: #A21E1C; }

.bg-cinza {
  background-color: #D5D5D5; }

.bg-custom {
  background-color: rgba(0, 0, 0, 0.2); }

.btn-custom {
  background-color: #A21E1C;
  padding: 10px 30px;
  color: #FFFFFF;
  font-size: 18px;
  border: 2px solid #A21E1C; }

.btn-custom:hover {
  background-color: transparent;
  border: 2px solid #A21E1C;
  color: #A21E1C !important; }

.rounded {
  border-radius: 20px !important; }

/*Turmas Overlay*/
.turmas-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #A21E1C; }

.turmas-card:hover .overlay {
  opacity: 1; }

.text-turmas {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

/*End of Turmas Overlay*/
.educadores-texto {
  line-height: 25px; }

/*.bg-objetivo{
    background-image: url(../img/bg-objetivo.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.form-control {
  padding: 30px 20px;
  border-radius: 10px;
  border: solid 1px #DF413E; }

.form-control:focus {
  box-shadow: none;
  border: solid 1px #A21E1C; }

textarea {
  resize: none; }

hr {
  border-bottom: 2px solid #DF413E;
  line-height: 1px; }

.icon-vermelho {
  color: #A21E1C;
  text-decoration: none; }

.icon-vermelho:hover {
  color: #DF413E;
  text-decoration: none; }

.navbar {
  z-index: 9999; }

.navbar-desktop {
  display: none; }

p {
  color: #545454; }

.breadcrumb-vermelho {
  background-color: #A21E1C;
  padding-top: 150px;
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
}

.breadcrumb-vermelho h2 {
  color: #ffffff;
}

.copyright-bar {
  background-color: #A21E1C;
  padding: 10px;
}

.copyright-bar p {
  color: #fff!important;
}

@media (max-width: 991px) {

.breadcrumb-vermelho {
  padding-top: 60px;
  padding-bottom: 60px;
}

}

@media screen and (max-width: 425px){
  .coluna-mobile{
    padding-top: 30px;
  }
}

