.bg-dark , .container {
  background-color: #193b4a !important;
}
.background-yellow , .background-yellow .container{
  background-color: #f4dfb9 !important;
}
.background-green , .background-green .container{
  background-color: #94b67d !important;
}
.manrope {
  font-family: "Manrope", Sans-serif;
  font-weight: 200;
}
iframe {
  border: none;
  width: 100%;
  height: 600px;
}
/* .clearfix {
  overflow: auto;
} */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.block111 {
  display: block;
  position: relative;
}


/* BACKGROUND-GREEN */
.circle {
  width: 50px;
  height: 50px;
  background-color: #193b4a;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: auto;
  margin-bottom: 1em;
  margin-top: 0.2em;
}
.background-green .border {
  border-color: #193b4a !important;
}
/* BACKGROUND-YELLOW */
.background-yellow .border {
  border-color: #193b4a !important;
}
.background-yellow h2 {
  font-size: 1.5em;
}
.background-yellow .block-5:first-child h2, 
.background-yellow .block-5:first-child h3, 
.background-yellow .block-5:first-child h4,
.background-yellow .block-5:first-child p, 
.background-yellow li {
  color: #89b968 !important;
  font-weight: 400;
}
.background-yellow h2, .background-yellow h3, .background-yellow h4, .background-yellow p, .background-yellow li {
  color: #193b4a !important;
  font-weight: 400;
}
.background-yellow p, .background-yellow li {
  margin-top: 1em;
  font-size: 0.9em;
  font-weight: 300;
  color: #ffffff !important;
}
/* .background-yellow .block-5 {
  padding: 1em;
} */

.background-yellow .block-5:first-child > div {
  border-color: #193b4a !important;
  background-color: #193b4a;
  padding: 1em;
  border-radius: 0 0 40px 40px;
}
.background-yellow .block-5 > div {
  border-color: #94b67d !important;
  background-color: #94b67d;
  padding: 1em;
  border-radius: 0 0 40px 40px;
}

.block-1 {
  margin: 0;
}

.block-2 {
  background-color: #89b968;
  height: 180px;
  border-radius: 10px 150px;
  --bs-gutter-x: 0rem !important;
  margin-top: 1em;
}
.block-3 {
  background-color: #94b67d;
  height: 180px;
  border-radius: 10px 10px 90px 10px;
  /* --bs-gutter-x: 0rem !important; */
  /* margin-left: 60px; */
}
.block-5{
  margin-bottom: 2em;
}
.block-3-container {
  margin-top: 1em;
  position:relative;
  height: 150px;
  /* border: #ff0080 solid 1px; */
}
.block-3-container .block-3 {
  position:absolute;
  left: 10%;
  top: 0%;
  margin-top: 0em;
  width: 100%;
  height: 150px;
  max-width: 88%;
  max-height: 150px;
  padding: 20px 10px 10px 70px;
}
.block-3-container .block-img {
  position:absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  margin-top: 1em;
  max-width: 100px;
  max-height: 100px;
  height: 100px !important;
  border: #f4dfb9 solid 6px;
  background-color: #f4dfb9;
}

.row div:first-child div.block-3-container:first-child .block-3 {
  background-color: #f4dfb9;
}

.row div:first-child div.block-3-container:first-child .block-img {
  border: #94b67d solid 6px;
  background-color: #94b67d;
}

.block-2 .col-4 {
  min-width: 280px;
}
.block-2 h4 {
  font-weight: 200;
  font-size: 1.2em;
  color: #f4dfb9;
  text-transform: uppercase;
  margin-top: 0.3em;
}
.block-img {
  background-color: #ff0080;
  height: 180px;
  max-width: 250px;
  border-radius: 10px 80px 20px 150px;
}
.block-logo {
  max-width: 80px;
  display: block;
}
.block {
  display: block;
  width: 100%;
}
.div-centrado {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding-top: 1.5em;
}
.navbar-brand .block-logo {
  max-width: 120px;
}
.main {
  margin-top: 2em;
  padding-bottom: 2em;
}
/* RESPONSIVE MEDIA QUERY */
@media screen and (min-width: 900px) {
  
}

@media screen and (max-width: 2000px) {
  .body {
    color: blue !important;
    background-color: #004000;
  }
  .block-2 h4 {
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) {
  .body {
    color: white !important;
    background-color: #ff8040;
  }
}
@media screen and (max-width: 1200px) {
  .body {
    /* border: solid 10px black; */
    background-color: #8080ff;
  }
}
@media screen and (max-width: 1000px) {
  .body {
    background-color: #800040;
  }
  .block-2 h4 {
    font-weight: 200;
  }  
}
@media screen and (max-width: 800px) {
  .body {
    color: blue !important;
    background-color: #ff0000;
  }
  .nav-item a {
    font-size: 0.8em;
  }  

}
@media screen and (max-width: 575px) {
  .body {
    color: blue !important;
    background-color: #008000;
  }
  .nav-item a {
    font-size: 0.8em;
  }  
  .div-centrado {
    display: flex;
    align-items: center;
    height: 200px;
    flex-direction: row;
    padding: 1.5em 0;
    width: 60%;
  }
  .div-centrado .block h4 {
    padding-right:1em;
    /* align-items: center; */
    /* text-align: right; */
  }
  .div-centrado .block-logo {
    /* align-items: center; */
    float: right;
    padding-right: 1em;
  }
  .col-img {
    width: 578px;
    flex: 1 0 1;
  }
  .block-img {
    background-color: #ff0080;
    height: 100%;
    max-width: 100%;

    border-radius: 10px 160px 0px 0px;
  }
  .block-2 {
    height: auto;
    border-radius: 10px 160px 10px 110px; 
    min-width: 280px;
  }
}

/* TOGGLE */
.no-display {
  display: none;
}
.btn-more {
  margin-top: 1em;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-more:focus {
  border: #800040 solid 0px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.background-yellow .block-5:first-child .btn-more {
  color: #f4dfb9;
}
.btn-primary {
  background-color: #193b4a !important;
  border: #ffffff solid 0px;
  margin-top: 1em;
}
.btn-secondary {
  background-color: #94b67d !important;
  border: #ffffff solid 0px;
  margin-top: 1em;
}

/* FOOTER */
.footer {
  min-height: 6em;
  padding-bottom: 3em;
}
.footer .block-logo {
  max-width: 110px;
}
.block-logo.left {
  display: block;
  margin-right: auto;
}

.block-logo.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-logo.right {
  display: block;
  margin-left: auto;
}

