@import url('https://fonts.googleapis.com/css2? family= Ubuntu:wght@400;500;700 & display=swap');
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

html {
  position: relative;
  min-height: 100%;
  font-family: 'Ubuntu';
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: auto;
  /* font-family: 'ubuntu'; */
  display: contents;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
a,
li,
span,
p {
  font-family: 'ubuntu' !important;
}

#section1 {
  margin: 0%;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desk_img {
  display: block !important;
}

.mobile_img {
  display: none !important;
}

@media (min-width: 700px) {
  .desk_img {
    display: none !important;
  }
  .mobile_img {
    display: block !important;
  }
}


a {
  color: inherit;
  /* font-family: inherit; */
  font-size: inherit;
  text-decoration: none;
}



/* seção 2 ------------------------------------------------ */


#section2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 22, 188);
  align-items: center;
  position: relative;
  width: 100%;
}

.feature_2 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 40px;
}

.row_cards {
  margin: auto;
  display: flex;
  justify-content: center;
}

.icon_text {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.icon_features {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  justify-content: center;
  text-align: center;
  border-right: 4px solid #fff;
  width: 25%;
}

.icon_inside {
  margin-bottom: 10px;
  width: 40%;
  display: block;
}

.icon_only {
  width: 70%;
  height: auto;
  justify-content: center;
  display: flex;
  margin: auto;
}


#section3 {
  width: auto;
  margin: auto;
  /* min-height: 700px; */
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 16, 138, 0.96), rgba(0, 16, 138, 0.93)), url('/doc/imgs/phot-section-3.jpg');
  background-size: cover;
}

.feature_3 {
  width: 70%;
  height: auto;
  margin: auto;
  display: block;
  padding: 50px;
}

.who-is {
  margin: auto;
  width: 600px;
  height: auto;
  display: block;
  display: flex;
  float: right;
  padding: 30px;
}

.who-is-img {
  display: block;
  width: auto;
  padding: 30px 30px 0px 30px;
}

.who-is-title {
  font-size: 2rem;
  line-height: 2rem;
}


.who-is-text {
  margin: auto;
  height: fit-content;
  text-align: left;
  display: block;
  justify-content: left;
  border-radius: 20px;
  padding: 10px;
  color: #fff !important;
}

.text-who {
  font-size: 1.2rem;
  /* font-family: 'ubuntu' ; */
}


#section6 {
  width: 100%;
  margin: auto;
  display: block;
  align-items: center;
}

.insta_inside {
  margin: 50px;
}

.instafeed {
  margin: auto;
  width: 80%;
}

z .feed-powered-by-es,
.feed-powered-by-es-feed-new {
  display: none !important;
}



/*footer-----------------------------------------------------------*/

.bg-footer {
  background-color: #fff;
  padding: 50px 0 30px;
  border-top: 4px solid rgba(0, 22, 188)
}

.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: rgba(0, 22, 188);
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  font-weight: bold;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  color: rgba(0, 22, 188);
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #1bbc9b;
}



/* SECTION 5 */

#section5 {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#section5 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#section5 .container {
  position: relative;
  z-index: 2;
}

#section5 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  #section5 {
    background: url('//uniaobrasil.org.br/wp-content/uploads/2022/03/vinheta-UNIAO-BRASIL.mp4') black no-repeat center center scroll;
  }

  #section5 video {
    display: none;
  }
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 2px solid rgba(0, 16, 138); /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: rgba(0, 16, 138); /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

@media only screen and (min-width: 701px) {
.selo_candidato {
  display: flex;
  position:absolute;
  top: 120px;
  right: 70px;
  max-width: 220px;
  height: auto;
  /* background: #fff; */
  z-index: 99;
  transform: rotate(345deg);
}
}

@media only screen and (max-width: 700px) {
  .selo_candidato {
    display: flex;
    position:absolute;
    top: 240px;
    right: 20px;
    max-width: 100px;
    height: auto;
    /* background: #fff; */
    z-index: 99;
    transform: rotate(345deg);
  }
  }