@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  font-family: 'Asap', sans-serif;
}

h1 {
  font-size: 79px;
  font-family: 'Asap', sans-serif;
  color: #333;
  font-weight: 700;
  margin: 0 0 55px 0;
  display: inline;
}

h2 {
  font-size: 59px;
  font-family: 'Asap', sans-serif;
  color: #333;
  font-weight: 500;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 35px;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  color: #333;
  margin: 30px 0;
}

h4 {
  font-size: 23px;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  color: #333;
  margin: 3% 0;
}

p {
  font-size: 18px;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  color: #5f5d5b;
  margin: 20px 0;
}

/* Animation */
.js .anime {
  opacity: 0;
  transform: translate3D(-80px, 0px, 0px);
}

.js .anime-init {
  opacity: 1;
  transform: translate3D(0px, 0px, 0px);
  transition: .7s all ease;
}

/* End Animation */

/* Boostrap Navbar Changes */
.bg-light {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.navbar-white {
  background-color: #FFF
}

.navbar-black {
  background-color: #000
}

.navbar {
  padding: 2rem 1rem;
}

.socap-live {
  padding: 1.8rem 1rem;
}

.navbar-brand {
  padding: 0 15% 0 4%;
}

.brand-event {
  padding: 0 16% 0 19%;
}

.brand-event .show-off-logo-small-screen,
.brand-event .show-off-logo-large-screen {
  max-height: 50px;
}

.nav-btn {
  background-color: #00b6e1;
  color: #fff !important;
}

.nav-btn-event {
  background-color: #ffcd00;
  color: #000;
  font-weight: 700;
}

.nav-btn-event:hover,
.nav-btn-event:focus {
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link-black, .navbar-light .navbar-nav .active > .nav-link-black {
  color: #333;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link {
  color: #FFF;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #818181;
}

.navbar-light .navbar-nav .nav-link-black:focus, .navbar-light .navbar-nav .nav-link-black:hover {
  color: #818181;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #AAA;
}

.navbar-expand-md .navbar-nav .nav-link-black:hover {
  text-decoration: none;
  color: #AAA;
}

.navbar-expand-md .navbar-nav .nav-link-black {
  color: #333;
  font-family: 'Asap', sans-serif;
  font-size: 18px;
}

.nav-link-black {
  display: block;
  padding: .5rem 2rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #FFF;
  font-family: 'Asap', sans-serif;
  font-size: 18px;
  padding: .5rem 1.8rem;
}

.dropdown-menu {
  margin: 43px 0 0;
  font-family: 'Asap', sans-serif;
  font-size: 18px;
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 0;
}

.dropdown-item {
  color: #FFF;
}

.dropdown-menu a:hover {
  color: #818181;
  background-color: rgba(250, 250, 250, 0.1);;
}

.dropdown-menu a:active {
  background-color: transparent;
  color: #354880;
}

.dropdown-divider {
  display: none;
}

.social-media-nav {
  padding: 5px 50px 5px 20px;
}

.social-media-nav-with-cert {
  display: flex;
}

.social-media-nav-with-cert div {
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 100%;
}

.social-media-nav a {
  padding: 0 7px;
}

.footer-mobile .social-media-nav a {
  padding: 0 10px;
}

/* End Boostrap Navbar Changes */

.top {
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -123px;
}

.content-top {
  color: #FFF;
  /*padding: 27% 0 30% 0;*/
  padding: 280px 0 30% 0;
}

.title-top {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 79px;
  line-height: 84px;
  text-shadow: 2px 2px 15px #000
}

.top-internal-pages,
.top-internal-pages-event {
  background-image: url("../img/bg-top-internal-pages.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 300px;
}

.top-internal-pages div,
.top-internal-pages-event div:not(.dates) {
  height: 100%;
}

.top-internal-pages-event {
  background-color: #000;
}

.content-top-internal {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-top-internal-pages {
  font-family: 'Asap', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1400px) {
  .title-top-internal-pages {
    font-size: 65px;
  }
}
@media (min-width: 1650px) {
  .title-top-internal-pages {
    font-size: 70px;
  }
}
@media (min-width: 1850px) {
  .title-top-internal-pages {
    font-size: 79px;
  }
}

.section-padding {
  padding: 5% 0;
}

.bg-white-1 {
  background-image: url("../img/bg-body-1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-white-2 {
  background-image: url("../img/bg-body-2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-white-3 {
  background-image: url("../img/bg-body-3.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-white-4 {
  background-image: url("../img/bg-body-4.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-white-5 {
  background-image: url("../img/bg-body-5.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-gray-1 {
  background-image: url("../img/bg-body-gray-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
}

.bg-gray {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
}

.bg-audience {
  background-attachment: fixed;
  background-image: url("../img/bg-audience.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 86px 0;
}

.bg-thank-you {
  background-image: url("../img/bg-thank-you.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0 20% 0;
}

.bg-testimony {
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 6% 0 6% 0;
  background-attachment: fixed;
  background-position: center;
}

.bg-testimony h4, .bg-testimony p {
  color: #fff;
  text-align: center;
}

.box-testimony {
  background-color: rgba(0, 182, 225, 0.8);
  text-align: center;
  margin-top: 7%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.box-testimony .author {
  margin-top: auto;
}

.box-testimony-avatar {
  background-color: rgba(0, 182, 225, 0.8);
  height: 45px;
  text-align: center;
}

.testimony {
  color: #fff;
  font-size: 17px;
  font-style: italic;
}

.sponsor-avatar {
  display: block;
  margin-top: -14%;
  text-align: center;
}

.avatar-id {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 2%;
}

.comunity-img-1 {
  margin-top: 90%;
  margin-bottom: 10%;
}

.comunity-img-2 {
  margin-top: 25%;
}

.comunity-img-3 {
  margin-top: 10%
}

/*.presentation {
  margin: 9% 0;
}*/

.spotlight-text1 {
  color: #FFF;
  font-family: 'Asap', sans-serif;
  font-size: 59px;
  font-weight: 400;
  margin: 0;
  text-shadow: 2px 2px 8px #000
}

.spotlight-text2 {
  color: #ffcd00;
  text-decoration: underline;
  font-family: 'Asap', sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
  text-shadow: 2px 2px 8px #000
}

.hover-blue, .hover-red, .hover-dark-blue {
  margin-bottom: 8%;
  text-decoration: none;
}

.hover-blue:hover {
  border: 5px solid #29cbc2;
  border-top: 0;
  text-decoration: none;
}

.hover-red:hover {
  border: 5px solid #ef4d26;
  border-top: 0;
  text-decoration: none;
}

.hover-dark-blue:hover {
  border: 5px solid #074f88;
  border-top: 0;
  text-decoration: none;
}

.bg-quote {
  background-image: url("../img/bg-quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12% 35% 12% 10%;
  margin: 4% 0;
}

#related-posts:focus {
  outline: none;
}

.related-post-thumb {
  display: inline-block;
}

.related-post-thumb img {
  width: 70px;
  height: auto;
}

.socap-blog-single-post blockquote {
  display: flex;
  align-items: center;
  margin: 40px 0;
  width: 65%;
  min-height: 300px;
}

.socap-blog-single-post blockquote:before {
  content: url('../img/bg-quote.png');
  position: absolute;
  left: -75px;
}

.socap-blog-single-post blockquote p {
  font-style: italic;
  color: #262626;
  font-size: 26px;
  line-height: 1.5;
  margin-left: 0;
  position: relative;
}

.socap-blog-single-post blockquote p cite {
  padding-top: 10px;
  display: inline-block;
  font-style: normal;
  font-size: 0.9em;
}

.socap-blog-single-post-content iframe,
.socap-blog-single-post-content img,
.single-events img:not(.slick-slide):not(.icon),
.single-events .wp-caption,
.single-post .wp-caption,
.socap-post-subtitle img {
  max-width: 100%;
}
.socap-blog-single-post-content img.size-full,
.single-events img.size-full,
.single-post .wp-caption img,
.socap-post-subtitle img {
  height: auto;
}
.socap-blog-single-post-content .wp-block-table {
  clear: both;
}

.related-post {
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px #ccc solid;
}

.hover-related:hover {
  border-bottom: 3px #ef4d26 solid;
  padding-bottom: 9.3%;
}

.hover-related a:hover {
  text-decoration: none;
}

.hover-related a:focus {
  outline: none;
}

.related-post-description {
  display: inline-block;
  padding: 0 4%;
}

.related-post .footnote {
  display: block;
  padding-bottom: 2%;
}

.date-related-post {
  font-size: 13px;
  color: #bbb;
}

.box-impact {
  padding: 10%;
}

.box-impact h3 {
  margin: 8% 0;
}

.impact-numbers {
  flex-direction: column;
  align-self: center;
}

.impact-numbers h2 {
  color: #ffcd00;
  font-size: 59px;
  font-weight: 700;
  padding: 15% 0 0 0;
  margin: 0;
}

.impact-numbers h2:first-child {
  padding-top: 0;
}

.impact {
  font-size: 18px;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  color: #333;
}

.footnote {
  font-size: 15px;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  color: #333;
  display: block;
  padding-bottom: 6%;
}

.impact-numbers p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.team-name {
  margin: 5% 0 1% 0;
}

.team-title {
  margin: 10% 0 5% 0;
}

.bg-content-themes {
  background-image: url("../img/bg-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 95px;
}

.title-content-themes, .subtitle-content-themes {
  color: #FFF;
  font-family: 'Asap', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 29px;
  display: block;
  margin-top: 25px;
}

.title-content-themes {
  font-weight: 400;
  margin: 0 0 90px 0;
}

.bg-foundations {
  background-image: url("../img/bg-foundations.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 3% 9%;
}

.subtitle-white {
  color: #fff;
}

.box-foundations {
  background-color: #FFF;
  height: 88%;
  padding: 14% 8%;
  margin: 30px 0;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.subtitle-content-foundations {
  font-family: 'Asap', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  display: block;
  margin: 25px 0;
}

.content-foundations {
  font-family: 'Asap', sans-serif;
  font-size: 17px;
  color: #5f5d5b;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 25px 0;
}

.btn-yellow, .btn-blue, .btn-dark-blue {
  border: none;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 15px 30px;
}

.btn-yellow {
  color: #000;
  background-color: #ffcd00;
}

.btn-yellow:hover {
  background-color: #c59e00;
}

.btn-blue {
  color: #FFF;
  background-color: #00b6e1;
}

.btn-blue:hover {
  color: #FFF;
  background-color: #0384a3;
  text-decoration: none;
}

.btn-dark-blue {
  color: #FFF;
  background-color: #074f89;
}

.btn-dark-blue:hover {
  background-color: #023b6a;
  color: #FFF;
  text-decoration: none;
}

.bg-newsletter {
  background-image: url("../img/bg-newsletter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 5% 0;
}

.bg-newsletter-2 {
  background-image: url("../img/bg-newsletter-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 5% 0;
}

.box-newsletter {
  background-image: url("../img/box-newsletter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  padding: 60px 95px;
}

.title-newsletter, .title-footer {
  color: #FFF;
  font-family: 'Asap', sans-serif;
  font-size: 53px;
  font-weight: 400;
}

.box-newsletter .btn-blue {
  border: 5px solid #FFF;
  padding: 23.5px;
  margin-top: 0;
  margin-top: 50px;
}

.box-newsletter input[type="email"] {
  border: 2px solid #FFF;
  width: 100%;
  padding: 24px 33px;
  outline: none;
  color: #999;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
}

.box-newsletter .hs_ruid {
  display: none;
}

.box-newsletter .hs-email > label {
  display: none !important;
}

.box-newsletter ul {
  text-align: left;
  margin-bottom: 0;
}

.box-newsletter .hs-error-msgs {
  color: #b90a0a;
  margin-top: 20px;
}

.box-newsletter .hs_error_rollup .hs-error-msgs {
  margin-top: 0;
}

.box-newsletter input[type="submit"] {
  border: 5px solid #FFF;
  padding: 23.5px;
  margin-top: 50px;
  color: #FFF;
  background-color: #00b6e1;
}

.box-newsletter .hs-submit {
  position: absolute;
  top: 0;
  right: 0;
}

::-webkit-input-placeholder {
  color: #999;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

:-ms-input-placeholder {
  color: #999;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.bg-footer {
  background-image: url("../img/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  padding: 55px 0;
}

.nav-footer {
  list-style: none;
  padding-left: 0;
}

.nav-footer-title {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  line-height: 40px;
}

.nav-footer-item .fab, .nav-footer-item .far  {
  font-size: 20px;
  margin-right: 15px;
  width: 25px;
  text-align: center;
  position: relative;
}

.social-media-link {
  color: #5f5d5b;
  font-size: 20px;
}

.nav-footer-item .fa-twitter { top: 1px; }
.nav-footer-item .fa-youtube { top: 2px; }
.nav-footer-item .fa-instagram { top: 2px; }
.nav-footer-item .fa-podcast { top: 2px; }

.nav-footer-item a:hover .fa-facebook-f, .social-media-link:hover .fa-facebook-f { color: #3b5998; }
.nav-footer-item a:hover .fa-twitter, .social-media-link:hover .fa-twitter { color: #00acee; }
.nav-footer-item a:hover .fa-youtube, .social-media-link:hover .fa-youtube { color: #FF0000; }
.nav-footer-item a:hover .fa-linkedin-in, .social-media-link:hover .fa-linkedin-in { color: #0072b1; }
.nav-footer-item a:hover .fa-podcast, .social-media-link:hover .fa-podcast { color: #0072b1; }
.nav-footer-item a:hover .fa-instagram, .social-media-link:hover .fa-instagram { color: #C13584; }
.nav-footer-item a:hover .fa-podcast, .social-media-link:hover .fa-podcast { color: #fdcf09; }

.bg-light .social-media-link .fab, .bg-light .social-media-link .far { color: #FFF; }
.bg-light .social-media-link:hover .fab, .bg-light .social-media-link:hover .far { color: #00b6e1; }

.nav-footer-item, .nav-footer-item a {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #5f5d5b;
  line-height: 40px;
  text-decoration: none;
}

.nav-footer-mobile-item, .nav-footer-mobile-item a {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5f5d5b;
  line-height: 40px;
  text-decoration: none;
}

.nav-footer img {
  display: inline-block;
  margin-right: 15px;
}

.content-footer {
  color: #FFF;
  font-family: 'Asap', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  display: block;
  margin: 20px 0;
}

.nav-footer a {
  line-height: 40px;
}

.nav-footer a:link,
.nav-footer a:visited {
  color: #5f5d5b;
}

.nav-footer a:hover {
  color: #00b6e1;
  text-decoration: underline;
}

.copyright-footer {
  background-color: #fff;
  padding: 60px 0;
  color: #5f5d5b;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
}

.copyright-footer a {
  color: #5f5d5b;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
}

.border-top-blue {
  border-top: 6px solid #29cbc2;
}

.border-top-dark-blue {
  border-top: 6px solid #074f89;
}

.border-top-orange {
  border-top: 6px solid #ef4d26;
}

.title-padding {
  padding: 40px 0;
}

.slide-1-padding {
  padding: 180px 0 0 0;
}

.show-off-large-screen {
  display: none;
}

.show-off-logo-large-screen {
  display: none;
}

.dropdown-divider {
  border-top: 1px solid #ccc;
}

.event-info-mobile {
  display: inline;
  padding: 0.6% 0;
}

.event-info {
  margin: 30px 0 50px 0;
}

.event-info img {
  margin: -2px 10px 0 0;
}

.event-info .footnote {
  display: inline-block;
  padding: 0 6% 0 0;
}

.img-slide-event {
  margin: 6% 0;
}

.infografics-1 h2, .infografics-2 h2, .infografics-3 h2, .infografics-4 h2 {
  color: #000;
  font-weight: 700;
  margin: 4% 0 0 0;
}

.infografics-1 p, .infografics-2 p, .infografics-3 p, .infografics-4 p {
  color: #5f5d5b;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.infografics-1 {
  background-color: #e3b600;
  padding: 15%;
}

.infografics-2 {
  background-color: #ebbd00;
  padding: 15%;
}

.infografics-3 {
  background-color: #f2c300;
  padding: 15%;
}

.infografics-4 {
  background-color: #fac900;
  padding: 15%;
}

.content-themes-event {
  margin: 5% 0 0 0;
}

.content-themes-event h4 {
  margin: 9% 0;
}

.margin-top {
  margin-top: 13%;
}

.bg-scholarship {
  background-image: url("../img/bg-scholarship.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0;
  margin-bottom: 7%;
}

.bg-socap-open {
  background-image: url("../img/bg-socap-open.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.3% 0;
  margin-bottom: 7%;
}

.bg-volunteer {
  background-image: url("../img/bg-volunteer.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.3% 0;
  margin-bottom: 7%;
}

.bg-press-media {
  background-image: url("../img/bg-press-media.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 4% 0;
  margin-bottom: 7%;
}

.bg-sponsor {
  background-image: url("../img/bg-sponsor.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2.3% 0;
  margin-bottom: 3%;
}

.get-involved-left {
  padding: 0 0 0 15%;
}

.get-involved-right {
  padding: 0 15% 0 0;
}

.get-involved-left h3, .get-involved-right h3 {
  margin: 0 0 6% 0;
}

.get-involved-left p, .get-involved-right p {
  margin: 6% 0 9% 0;
}

.blue-line {
  background: #00b6e1;
  width: 39px;
  display: inline-block;
  height: .9px;
  margin: 1.3% 2%;
}

.standard-link {
  font-weight: 500;
  font-size: 18px;
  color: #00b6e1;
  margin-top: 25px;
}

.standard-link:hover {
  text-decoration: underline;
  color: #007490;
}

.date-post {
  font-weight: 700;
  margin-top: auto;
}

.thanks {
  font-weight: 700;
  margin: 0 0;
}

.error-content {
  padding-left: 5% !important;
}

.error-content .thanks {
  margin: 2% 0;
}

.logo-error {
  padding: 2% 0 16% 0;
}

.error-title {
  font-weight: 400;
  display: block;
  margin: 0;
}

.btn-thanks {
  margin-top: 8%;
  padding: 15px 50px;
}

.id-post-blog {
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 4% 0;
}

.avatar-blog {
  margin-top: -24px;
  width: 62px;
  border-radius: 31px;
}

.id-name {
  font-size: 15px;
  font-weight: 700;
  color: #373532;
  display: block;
}

.img-post {
  padding: 3% 3% 3% 0;
  display: inline-block;
  float: left;
}

.tags-post {
  color: #ef4d26;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 9% 0;
  display: inline-block;
}

.social-media-post {
  margin: 16% 0;
}

.social-media-post a {
  padding: 0 0 0 10%;
  display: inline-block;
  color: #b9bac0;
  font-size: 20px;
}

.social-media-post a:hover {
  filter: brightness(.8);
}

.border-nav {
  border-bottom: 1px solid #c1c1c1;
}

.hero-img-post {
  margin-top: 5%;
  width: 100%;
}

.title-section-meta {
  border-bottom: 1px solid #e2e3e4;
}

.title-section-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width: 767px) {
  .title-section-meta {
    justify-content: center;
  }
}

.title-section-meta a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #00b6e1;
  float: right;
  margin: 3.6% 0;
}

.title-section-meta h3 {
  display: inline-block;
}

.red-line-title, .blue-line-title, .dark-blue-line-title, .green-line-title, .yellow-line-title {
  width: 50px;
  height: 2px;
  margin: -2px 0 0 0;
}

@media (max-width: 767px) {
  .red-line-title, .blue-line-title, .dark-blue-line-title, .green-line-title, .yellow-line-title {
    margin: -2px auto 0 auto;
  }
}

.red-line-title {
  background-color: #ef4d26;
}

.blue-line-title {
  background-color: #00b6e1;
}

.dark-blue-line-title {
  background-color: #074f89;
}

.green-line-title {
  background-color: #00c4b9;
}

.yellow-line-title {
  background-color: #ffcd00;
}

.box-meta-red, .box-meta-blue, .box-meta-dark-blue, .box-meta-green {
  padding: 7%;
  text-align: center;
  margin-top: 15%;
}

.box-meta-red {
  background-color: #ef4d26;
}

.box-meta-blue {
  background-color: #00b6e1;
}

.box-meta-dark-blue {
  background-color: #074f89;
}

.box-meta-green {
  background-color: #00c4b9;
}

.title-box-meta {
  color: #FFF;
  display: block;
  padding: 2% 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.text-box-meta {
  background-color: #FFF;
  padding: 9% 7%;
  border: 1px solid #e2e3e4;
  margin-bottom: 20%;
}

.text-box-meta p {
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
}

.text-box-meta a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #00b6e1;
}

.assets-list {
  margin: 5%;
}

.box-form {
  background-color: #edf2f3;
  padding: 7% 4%;
}

.box-form h4 {
  margin: 0 0 10% 0;
}

.form-assets {
  width: 100%;
  margin: 1% 0;
  padding: 2% 4%;
  border: none;
  border-radius: 3px;
  color: #5f5d5b;
  font-size: 15px;
  font-weight: 300;
}

.checkbox-text {
  color: #5f5d5b;
  font-size: 15px;
  margin: 4% 1%;
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #5f5d5b;
  font-size: 15px;
  font-weight: 300;
}

input:-moz-placeholder {
  color: #5f5d5b;
  font-size: 15px;
  font-weight: 300;
}

textarea:-moz-placeholder {
  color: #5f5d5b;
  font-size: 15px;
  font-weight: 300;
}

.rounded-btn {
  border-radius: 3px;
}

@media only screen and (max-width: 1850px) {
  .navbar-brand {
    padding: 0 15% 0 4%;
  }

  .brand-event {
    padding: 0 16% 0 19%;
  }

  .bg-white-1 {
    padding: 70px 0;
  }

  @media only screen and (max-width: 1750px) {
    .navbar-brand {
      padding: 0 12% 0 4%;
    }

    .brand-event {
      padding: 0 16% 0 15%;
    }

    .bg-white-1 {
      padding: 30px 0;
    }
  }
  @media only screen and (max-width: 1680px) {
    .title-newsletter, .title-footer {
      font-size: 40px;
    }

    h2 {
      font-size: 50px;
    }

    /* Boostrap Navbar Alterações */
    .navbar-brand {
      padding: 0 10% 0 4%;
    }

    .brand-event {
      padding: 0 16% 0 14%;
    }

    .bg-foundations {
      background-size: cover;
    }

    /* Fim Boostrap Navbar Alterações */
  }
  .content-footer {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 1650px) {
  .navbar-brand {
    padding: 0 8% 0 4%;
  }

  .brand-event {
    padding: 0 15% 0 14%;
  }

  .bg-audience {
    padding: 69px;
  }

  .spotlight-text1, .spotlight-text2 {
    font-size: 45px;
  }

}

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

  .bg-white-1 {
    padding: 10px 0;
  }

  .navbar-brand {
    padding: 0 0 0 7%;
  }

  .brand-event {
    padding: 0 14% 0 12%;
  }

  h2 {
    font-size: 45px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: .5rem 1.6rem;
  }

  .nav-link-black {
    padding: .5rem 1.6rem;
  }

  .content-top-internal {
    padding: 8% 0 10% 0;
  }

  .bg-footer {
    padding: 30px;
  }

  /*.presentation {
    margin: 8% 0;
  }*/

  .content-footer {
    font-size: 15px;
    line-height: 25px;
  }

  .nav-footer-item, .nav-footer-item a {
    font-size: 12px;
    line-height: 30px;
  }

  .get-involved-link a {
    font-size: 12px;
    line-height: 30px;
  }

  .testimony {
    font-size: 14px;
  }

  .content-foundations {
    font-size: 14px;
  }

  .text-box-meta p {
    font-size: 20px;
    line-height: 25px;
  }

}

@media only screen and (max-width: 1450px) {
  .navbar-brand {
    padding: 0 8% 0 2%;
  }

  .brand-event {
    padding: 0 13% 0 11%;
  }

  .box-foundations {
    padding: 10% 7%;
  }

  .blue-line {
    margin: 1.7% 2%;
  }

  .error-title {
    font-size: 70px;
  }

  .logo-error {
    padding: 0 0 20% 0;
  }

  @media only screen and (max-width: 1365px) {
    .navbar-brand {
      padding: 0 7% 0 2%;
    }

    .brand-event {
      padding: 0 13% 0 11%;
    }

    .navbar-expand-md .navbar-nav .nav-link {
      padding: .5rem 1.2rem;
    }

    .nav-link-black {
      padding: .5rem 1.2rem;
    }

    h1 {
      font-size: 38px;
    }

    h2 {
      font-size: 40px;
    }

    /*h3 {
      margin-top: 10px;
    }*/

    p {
      font-size: 16px;
    }

    .bg-audience {
      padding: 55px;
    }

    .spotlight-text1, .spotlight-text2 {
      font-size: 35px;
    }

    /* Boostrap Navbar Alterações */
    .dropdown-menu {
      font-size: 16px;
    }

    /* Fim Boostrap Navbar Alterações */
    .divisor {
      margin: 10px 0 25px 0;
    }

    .divisor {
      display: none;
    }

    .date-slider2 {
      font-size: 14px;
    }

    .title-footer {
      font-size: 30px;
    }

    .nav-footer-item, .nav-footer-item a {
      font-size: 11px;
      line-height: 24px;
    }

    .get-involved-link a {
      font-size: 11px;
      line-height: 0;
    }

    /*.copyright-footer, .copyright-footer a {
      font-size: 11px;
    }*/
  }

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

    h2 {
      font-size: 35px;
    }

    h3 {
      font-size: 30px
    }

    /* Boostrap Navbar Alterações */
    .navbar-brand {
      padding: 0 2% 0 2%;
    }

    .brand-event {
      padding: 0 12% 0 10%;
    }

    .navbar-expand-md .navbar-nav .nav-link {
      padding: .5rem .9rem;
    }

    .nav-link-black {
      padding: .5rem .9rem;
    }

    .content-top-internal {
      padding: 8% 0 8% 0;
    }

    /* Fim Boostrap Navbar Alterações */
    .box-newsletter input[type="email"] {
      margin-top: 20px;
      padding: 15px 33px;
    }

    .box-newsletter .btn-blue,
    .box-newsletter input[type="submit"] {
      border: 4.5px solid #FFF;
      margin-top: 20px;
      padding: 15px 33px;
    }

    .nav-footer-title {
      font-size: 15px;
    }

    .get-involved-link a {
      font-size: 10px;
      line-height: 30px;
    }

    .team-name {
      font-size: 19px;
    }

    .footnote {
      font-size: 13px;
    }


    @media only screen and (max-width: 1152px) {
      h2 {
        font-size: 30px;
      }

      h1 {
        font-size: 35px
      }

      p {
        font-size: 16px;
      }

      .standard-link {
        font-size: 16px;
      }

      .title-top {
        font-size: 58px;
      }

      .bg-audience {
        padding: 38px;
      }

      /*.subtitle-content-themes {
        font-size: 23px;
      }*/

      /* Boostrap Navbar Alterações */
      .navbar {
        padding: 1.5rem 1rem;
      }

      .navbar-brand {
        padding: 0 2.2% 0 2%;
      }

      .brand-event {
        padding: 0 11% 0 9%;
      }

      .navbar-expand-md .navbar-nav .nav-link {
        font-size: 15px;
      }

      .navbar-expand-md .navbar-nav .nav-link-black {
        font-size: 15px;
      }

      .text-box-slider2 p {
        line-height: 25px;
      }

      .error-title {
        font-size: 60px;
      }

      .logo-error {
        padding: 2% 0 10% 0;
      }
    }
    .thanks {
      margin: 2% 0;
    }

    /* Fim Boostrap Navbar Alterações */
    .top-internal-pages {
      height: 285px;
    }

    .box-newsletter .btn-blue {
      padding: 18px 33px;
    }

    .title-footer {
      font-size: 25px;
    }

    .divisor {
      margin: 5px 0 15px 0;
    }

    .bg-footer {
      padding: 15px 0;
    }

    .get-involved-link a {
      font-size: 9px;
      line-height: 30px;
    }

    .infografics-1 p, .infografics-2 p, .infografics-3 p, .infografics-4 p {
      font-size: 15px;
    }

    .btn-yellow, .btn-blue:not(.btn-upcoming), .btn-dark-blue {
      font-size: 13px;
    }

    .footnote {
      font-size: 13px;
    }

    @media only screen and (max-width: 1080px) {
      .navbar-brand {
        padding: 0 1% 0 2%;
      }

      .brand-event {
        padding: 0 10% 0 9%;
      }

      .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem .8rem;
      }

      .nav-link-black {
        padding: .5rem .8rem;
      }

      .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
      }

      .navbar-expand-md .navbar-nav .nav-link-black {
        font-size: 14px;
      }

      /*.presentation {
        margin: 6% 0;
      }*/

      .content-foundations {
        font-size: 13px;
      }

      h1 {
        font-size: 32px;
      }

      h3 {
        margin-top: 10px;
      }

      p {
        font-size: 15px;
        margin-bottom: 7px;
        line-height: 18px
      }

      .standard-link {
        font-size: 15px;
      }
    }
    @media only screen and (max-width: 1010px) {
      .navbar-brand {
        padding: 0 2% 0 2%;
      }

      .brand-event {
        padding: 0 9% 0 9%;
      }

      .navbar-expand-md .navbar-nav .nav-link {
        font-size: 13px;
      }

      .navbar-expand-md .navbar-nav .nav-link-black {
        font-size: 13px;
      }

      .social-media-post {
        margin: 13% 0;
      }

    }
  }
}

@media (max-width: 575px) {
  .box-newsletter input[type="submit"] {
    padding: 11px 33px;
  }
}

.box-foundations img { max-width: 30%; }
@media (min-width: 576px) and (max-width: 991px) {
  .box-foundations img { max-width: 40%; }
}
@media (min-width: 992px) {
  .box-foundations img { max-width: 50%; }
}

.socap-post-title { font-size: 30px; font-weight: 400; display: block; text-align: left; margin: 30px 0; }
@media (min-width: 768px) { .socap-post-title { font-size: 35px; } }
@media (min-width: 992px) { .socap-post-title { font-size: 40px; } }
@media (min-width: 1200px) { .socap-post-title { font-size: 46px; margin: 40px 0; } }

.socap-post-subtitle h2 { font-size: 22px; text-align: left; color: rgba(117, 117, 117, 1); }
@media (min-width: 768px) { .socap-post-subtitle h2 { font-size: 24px; } }
@media (min-width: 992px) { .socap-post-subtitle h2 { font-size: 26px; } }
@media (min-width: 1200px) { .socap-post-subtitle h2 { font-size: 28px; } }

.socap-blog-single-post-content h3 { font-size: 18px; font-weight: 500; clear: both; }
@media (min-width: 768px) { .socap-blog-single-post-content h3 { font-size: 20px; font-weight: 400; } }
@media (min-width: 992px) { .socap-blog-single-post-content h3 { font-size: 22px; } }
@media (min-width: 1200px) { .socap-blog-single-post-content h3 { font-size: 24px; } }

.woocommerce-error li span { display: block; margin: 20px 0; }
.woocommerce-error li span:first-child { margin-top: 0; }
