section.main.relacionamento {
  border: 1px solid #dedede;
}

section.portal-mulher {
  margin: 20px auto;
  max-width: 1080px;
  width: 100%;
}

section.portal-mulher div.banner {
  display: flex;
  flex-direction: column;
}


section.portal-mulher div.banner img {
  width: 100%;
}

section.portal-mulher div.texto {
  margin: 30px 0;
}

section.portal-mulher div.texto h2 {
  margin-bottom: 20px;
}

section.portal-mulher div.texto p {
  font-size: 22px;
  text-align: justify;
  margin-bottom: 30px;
  display: block;
}

section.portal-mulher div.icones {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;

}

section.portal-mulher div.icones .item{
  width: 25%;
}

section.portal-mulher div.icones .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
  padding: 15px;
  transition: all .3s ease-in;
}

section.portal-mulher div.icones .item a:hover {
  background: #eeeeee;
  border: 1px solid #dedede;
  border-radius: 10px;
}

section.portal-mulher div.icones .item a span {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  color: black;
}

.video_container {
  max-width: 1038px;
  margin: auto;
}
.video_title {
  color: #3c3c3c;
  font-family: "Corbel", Sans-serif, serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.video_frame {
  padding-bottom:56.25%;
  position:relative;
  display:block;
  width: 100%;
  margin-bottom: 70px;
}
.video_iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left: 0;
}

@media (max-width: 800px) {
  section.portal-mulher div.icones {
    flex-wrap: wrap;
    flex-direction: column;
  }

  section.portal-mulher div.icones .item{
    width: 100%;
  }

}