* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Ubuntu", sans-serif;
}
header {
  background-color: white;
}
nav ul li a {
  color: #3b5da1;
  text-decoration: none;
}

.dropdown-izq{
  
  text-align: left !important;
}
.dropdown-item {
color: #3b5da1 !important;

}
.dropdown-item i{
  margin-right: 1rem;
  color: #3b5da1;
}
.web360{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.web360 a:visited{

	color: #fff;
}

.hero {
  background-color: #005daa;
  background-image: url(../assets/hero-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero h1 {
  text-align: center;
  color: white;
  margin-left: 50%;
  padding-top: 50px;
  transform: translateX(-50%);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.divider-mission {
  background-color: #303030;
  color: white;
  text-align: center;
}
.seccion1 {
  padding: 50px 0;
}
.item img {
  width: 100%;
}
.item {
  position: relative;
}
.item-title {
  margin: 25px 0;
  color: #3b5da1;
  font-weight: 300;
}
.item-title span {
  font-weight: 700;
}
/*.item-text {
  margin-bottom: 75px;
}*/
.item-link {
  margin-top: 25px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.item-btn {
  font-weight: 300;
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: #8b8b8b;
  text-align: center;
  position: absolute;
  line-height: 45px;
  right: 0;
}
.activitiesd {
  display: flex;
  justify-content: center;
	margin-top: 60px;
}
.activities {
  text-decoration: none;
  color: #8b8b8b;
  font-weight: 300;
  font-size: 2em;
  margin: 0px 25px 50px 0;
}
.seccion2 {
  background-color: #01277c;
  color: white;
}
.submit form {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.submit form textarea {
  width: 100%;
  height: 290px;
  border: 6px solid #cfcdcd;
  resize: none;
}

.submit form input[type="submit"] {
  width: 185px;
  height: 70px;
  color: white;
  background-color: #6c6c6c;
  outline: none;
  border: none;
  font-size: 2em;
  font-weight: 300;
  margin-top: 25px;
}
.submit form {
  padding-bottom: 35px;
  border-bottom: 1px solid white;
}

.submit-text{
	font-size:1.73em;
  font-weight: 300;
  margin-bottom: 25px;
	text-align: left;
}

.quotes .quote {
  border-bottom: 1px solid white;
  font-style: italic;
  font-weight: 300;
  padding: 25px 0;
}
.quotes .first {
  padding-top: 0;
}
.quote span {
  font-style: normal;
}
.quotes-more {
  padding-top: 25px;
  margin: 0;
}

.seccion3 {
  background-color: #303030;
}
.partners {
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partners h3 {
  color: white;
}

footer {
  display: flex;
  justify-content: space-between;
  background-color: #6c6c6c;
}
.logo-footer {
  filter: grayscale(1) brightness(0) invert(1);
  width: 150px;
  height: auto;
}
footer span {
  color: white;
}
.redes {
  display: flex;
}
.redes li:first-of-type {
  background-color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}
.redes li i {
  font-size: 2em;
  line-height: 55px;
  color: #6c6c6c;
	margin-right: 15px;
}
.face {
  color: white !important;
  font-size: 55px !important;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.img-index{
	width: 20% !important;
	height: 100% !important;
	display: inline-block;
	
}

/*-------------------------------------------- HISTORY | ABOUT | MISSION -------------------------------------------------------------*/

.hero__secondary {
  background-image: url(../assets/hero-bg__history.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero__myson {
  background-image: url(../assets/hero-bg__myson.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero-about {
  background-image: url(../assets/hero-bg__about.jpg);
  background-position: center;
}
.hero-mission {
  background-image: url(../assets/hero-bg_mission.jpg);
  background-position: center left;
}
.history,
.about,
.mission,
.whatwedo,
.myson{
  margin-bottom: 100px;
}
.history h1,
.about h1,
.mission h1,
.whatwedo h1,
.myson h1{
  color: #3b5da1;
  font-size: 2em;
  padding: 25px;
  text-align: left;
}
.history_bodyTexts .col1 p,
.history_bodyTexts .col2 p,
.about_bodyTexts .col1 p,
.about_bodyTexts .col2 p,
.mission_bodyTexts .col1 p,
.mission_bodyTexts .col2 p,
.whatwedo_bodyTexts .col1 p,
.whatwedo_bodyTexts .col2 p
{
  font-weight: 300;
  line-height: 1.5;
}
.history_bodyTexts .col2 p.big,
.about_bodyTexts .col2 p.big,
.whatwedo_bodyTexts .col2 p.big{
  margin: 15px;
  font-weight: 800;
  color: #3b5da1;
  border-left: 6px solid #3b5da1;
}
.mission p.big {
  margin: 15px;
  font-weight: 800;
  padding: 15px;
  color: #3b5da1;
  border-left: 6px solid #3b5da1;
}

 .technicians {
    font-size: 0.8em;
	 color: #3b5da1;
  }



/*-------------------------------------------- ENTERTAINMENT - EDUCATION - COMMUNITY -------------------------------------------------------------*/

.entertainment {
  background-image: url(../assets/hero-bg__entertainment.jpg);
}
.education {
  background-image: url(../assets/hero-bg__education.jpg);
}
.community {
  background-image: url(../assets/hero-bg__community.jpg);
}


.tripages-container {
  padding: 15px;
}
.tripages-title h2 {
  color: #3b5daa;
  font-weight: bold;
  margin: 25px 0;
}
.tripages-list {
  margin-top: 50px;
  margin-left: 25px;
  padding: 15px;
}
.tripages-list li {
  list-style: disc;
  font-size: 1.5em;
  padding: 15px 0;
}
.tripages-list li a {
  font-size: 1em;
}

.tripages-list li p {
  font-size: 0.8em;
}
/*-------------------------------------------- WHAT WE DO -------------------------------------------------------------*/


.hero-whatwedo {
  background-image: url(../assets/hero-bg__whatwedo.jpg);
	background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}


.whatwedo h2 {
  color: #3b5da1;
  font-size: 1em;
	padding-left: 15px;
}


/*-------------------------------------------- QUOTES -------------------------------------------------------------*/
#quotes {
  border-bottom: 4px solid #3b5da1;
}
.quotes-conteiner {
  margin-bottom: 100px;
}
.quotes-conteiner h1 {
  color: #3b5da1;
}
.quotes-cards {
  width: 90%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.quotes-card {
  margin-top: 25px;
  width: 40%;
  padding: 15px;
  padding-top: 30px;
  background-color: #3b5da1;
  color: white;
  font-weight: 300;
}

.quotes-cards .light {
  color: black;
  background-color: #eaeaea;
}
.quotes-card .quotes-quote {
  font-style: italic;
  font-size: 1.25em;
}
.quotes-card .quote-author {
  padding: 20px 0;
  font-size: 1.25em;
}
.quotes-card .quote-explain {
  padding: 15px 0;
  border-top: 1px solid;
  font-size: 0.8em;
}

/*-------------------------------------------- CONTACT -------------------------------------------------------------*/

.hero-contact {
  background-image: url(../assets/hero-bg__contact.jpg);
}
.contact {
  display: flex;
}
.contact-form {
  width: 50%;
}
.contact-form h1 {
  color: #3b5da1;
}
.contact-form_form {
  display: flex;
  flex-direction: column;
  padding: 35px;
}
.contact-form_input,
.contact-form_textarea {
  margin: 15px;
  padding: 15px 0;
  font-size: 1.25em;
  border: none;
  border-bottom: 1px solid #bebebe;
  resize: none;
  outline: none;
}
.contact-form_btn {
  width: 100px;
  border: none;
  outline: none;
  background-color: #3b5da1;
  color: white;
  font-size: 1.1em;
  align-self: flex-end;
  padding: 10px 15px;
  margin: 15px;
  font-weight: 300;
}
.contact-bg {
  background-image: url(../assets/phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 500px;
  width: 50%;
}

.bg-3 {
  width: 100%;
  background-position: middle;
  align-self: center;
  background-image: url(../assets/phone30.png);
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.message-body h2 {
  text-align: center;
  color: #3b5daa;
  font-size: 3em;
  padding: 25px;
}
.message-body p {
  font-size: 1.5em;
  text-align: center;
  line-height: 2;
}
.thx-btn {
  background-color: #3b5daa;
  color: white;
  text-decoration: none;
  display: block;
  padding: 15px;
}

/*-------------------------------------------- X - SMALL -------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  header {
    height: 80px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
  }
  .logo img {
    width: 100%;
  }
  nav {
    width: 100%;
    display: none;
    margin: 0;
    position: absolute;
    top: 80px;
    z-index: 5;
  }
  nav ul {
    display: block;
    background: white;
  }
  nav ul li {
    font-size: 1em;
    padding: 10px 25px;
    text-align: right;
  }
  .open {
    display: block;
  }
  .menu {
    color: #3b5da1;
    font-size: 25px;
    margin-right: 25px;
  }
  .logo {
    margin-left: 25px;
    width: 80px;
  }
  .hero {
    height: 40vh;
    background-size: contain;
  }
  .hero h1 {
    width: 200px;
    font-size: 30px;
  }
  .divider-mission {
    padding: 25px 20px;
  }
  .divider-mission h2 {
    font-size: 1em;
  }
  .divider-mission p {
    font-size: 0.8em;
  }
  .seccion1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item {
    width: 90%;
    margin-bottom: 25px;
  }
  .item-title {
    font-size: 1.5em;
  }
  .item-text {
    font-size: 1.2em;
  }
  .item-btn {
    bottom: 0;
    width: 80px;
    font-size: 1em;
  }
  .activities {
    font-size: 1.5em;
  }
  .seccion2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
  }
  .submit h3,
  .quotes h3 {
    align-self: flex-start;
    font-size: 1.5em;
    padding: 25px;
    padding-left: 0;
  }
  .submit {
    width: 100%;
  }
  .submit form {
    width: 100%;
  }
  .submit form input[type="submit"] {
    width: 80px;
    height: 45px;
    font-size: 1em;
  }
  .quotes {
    margin: 50px 0;
    width: 100%;
  }
  .quotes .quote {
    padding: 25px 0;
    font-size: 1em;
  }
  .partners {
    display: flex;
    flex-direction: column;
  }
  .partners h3 {
    font-size: 2em;
  }

  .partners img {
    padding: 25px;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 25px;
  }

  footer span {
    display: block;
    margin: 10px 0 25px 0;
    font-size: 1em;
    text-align: center;
  }
  .redes {
    margin: 25px 0;
  }
  /*------------------------------------- HISTORY | ABOUT | MISSION X-SMALL -----------------------------------------------------------*/
  .hero__secondary {
    height: 60vh;
  }

  .history h1,
  .about h1,
  .mission h1,
	.whatwedo h1{
    text-align: center;
  }
  .history p,
  .about p,
  .mission p {
    padding: 15px;
    font-size: 1em;
  }

  /*-------------------------------------------- ENTERTAINMENT - EDUCATION - COMMUNITY -------------------------------------------------------------*/
  .tripages-body {
    display: flex;
    flex-direction: column;
  }
  .tripages-text {
    margin: 15px 0 25px 0;
  }
  .tripages-text p {
    line-height: 1.7;
  }
  .tripages-img {
    width: 100%;
    margin-top: 25px;
  }
  .tripages-img img {
    width: 100%;
  }
  .tripages-list {
    margin-top: 25px;
    margin-left: 25px;
  }

  .tripages-list li {
    font-size: 1em;
    padding: 15px 0;
  }
  .tripages-list li a {
    font-size: 1em;
  }

  .tripages-list li p {
    font-size: 0.8em;
    margin-top: 15px;
  }
  /*-------------------------------------------- QUOTES X-SMALL -------------------------------------------------------------*/
  .quotes-conteiner h1 {
    text-align: center;
    margin-top: 10px;
  }
  .quotes-card {
    width: 80%;
  }
  /*-------------------------------------------- CONTACT X-SMALL -------------------------------------------------------------*/
  .contact {
    flex-direction: column;
  }
  .contact-form {
    width: 100%;
    background-image: url(../assets/phone30.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 50px;
  }
  .contact-form h1 {
    margin-top: 25px;
    text-align: center;
  }
  .contact-bg {
    display: none;
  }
  .bg-3 {
    display: flex;
  }
}

@media only screen and (min-width: 350px) {
  footer {
    flex-direction: row;
    align-items: flex-start;
  }
  .redes {
    margin: 0;
  }
}
/*------------------------------------- SMALL -----------------------------------------------------------*/

@media only screen and (min-width: 601px) {
  header {
    height: 100px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
    z-index: 3;
  }
  .logo img {
    width: 100%;
  }
  header .logo {
    width: 200px;
  }
  .menu {
    color: #3b5da1;
    font-size: 45px;
  }
  nav {
    display: none;
  }
  nav {
    width: 100vw;
    display: none;
    margin: 0;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5;
  }
  nav ul {
    display: block;
    background: white;
  }
  nav ul li {
    font-size: 1.25em;
    padding: 10px 10px;
    text-align: right;
  }
  .open {
    display: block;
  }
  .hero {
    height: 70vh;
    background-size: contain;
  }
  .hero h1 {
    width: 400px;
    font-size: 60px;
  }
  .divider-mission {
    padding: 50px;
  }
  .divider-mission h2 {
    font-size: 1.2em;
  }
  .divider-mission p {
    font-size: 1em;
  }
  .seccion1 {
    display: flex;
    flex-direction: column;
  }
  .item {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;

    position: relative;
  }
  .item img {
    width: 50%;
    height: 50%;
  }
  .item-desc {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
  }
	
.item-desc-link{
	
		text-decoration: none;
	
	color: #666;}
	
.item-desc-link:visited{
		color: #666;
	}	
	
  .item-title {
    margin-top: 0;
    font-size: 2em;
  }
  .item-text {
    font-size: 1.25em;
  }
  .item-btn {
    width: 80px;
    bottom: 0;
    right: 50px;
  }
  .submit h3,
  .quotes h3 {
    font-size: 2em;
    padding: 25px;
    align-self: flex-start;
    padding-left: 0;
  }
  .submit form {
    margin-left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .submit form input[type="submit"] {
    width: 100px;
    height: 50px;
    font-size: 1em;
  }
  .quotes {
    padding: 25px;
  }
  .quotes .quote {
    font-size: 1.25em;
  }
  .partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .partners h3 {
    font-size: 2.5em;
  }
  .partners img {
    width: 180px;
    padding: 50px;
  }
  footer {
    padding: 50px;
  }
  footer span {
    font-size: 1em;
  }
  .redes li:first-of-type {
    width: 35px;
    height: 35px;
  }
  .redes li i {
    line-height: 35px;
    font-size: 1.5em;
	  margin-right: 15px;
  }
  .face {
    font-size: 35px !important;
  }
  /*------------------------------------- HISTORY | ABOUT | MISSION SMALL -----------------------------------------------------------*/
  .hero__secondary {
    height: 60vh;
  }

  .history h1,
  .about h1,
  .mission h1,
	.whatwedo h1{
    text-align: left;
    padding-left: 15px;
  }
  .history p,
  .about p,
  .misison p,
	.whatwedo p{
    padding: 15px;
  }
  .mission_bodyTexts div p {
    padding: 15px;
  }

  /*-------------------------------------------- ENTERTAINMENT - EDUCATION - COMMUNITY SMALL -------------------------------------------------------------*/
  .tripages-body {
    display: flex;
    flex-direction: column;
  }
  .tripages-text {
    margin: 15px 0 25px 0;
  }
  .tripages-img {
    width: 100%;
    margin-top: 25px;
  }
  .tripages-img img {
    width: 100%;
  }
  .tripages-list {
    margin-top: 25px;
    margin-left: 25px;
  }

  .tripages-list li {
    font-size: 1em;
    padding: 15px 0;
  }
  .tripages-list li a {
    font-size: 1em;
  }

  .tripages-list li p {
    font-size: 1em;
    margin-top: 15px;
  }
  /*-------------------------------------------- QUOTES SMALL -------------------------------------------------------------*/
  .quotes-conteiner h1 {
    text-align: center;
    margin-top: 10px;
  }
  /*-------------------------------------------- CONTACT -------------------------------------------------------------*/
  .contact-form h1 {
    margin-top: 25px;
    margin-left: 50px;
  }
}
/*------------------------------------- MEDIUM -----------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
  header {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: space-between;
  }
  .logo {
    width: 250px;
    margin-left: 75px;
  }
  nav {
    display: flex;
    width: 70%;
    margin-right: 75px;
    font-size: 0.8em;
    justify-content: flex-end;
    position: relative;
    top: 0;
  }
  .menu {
    display: none;
  }
  nav ul {
    display: flex;
    justify-content: space-around;
  }
  nav ul li a {
    color: #3b5da1;
    font-weight: 500;
    font-size: 1em;
  }

  .hero {
    height: 40vh;
    background-size: cover;
  }
  .hero h1 {
    font-size: 50px;
    width: 1000px;
  }

  .divider-mission {
    padding: 60px;
    font-size: 1em;
  }
  .divider-mission h2 {
    font-weight: 500;
    margin-bottom: 25px;
  }
  .divider-mission p {
    font-weight: 300;
    font-size: 1.5em;
  }

  .seccion1 {
    padding: 0px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .item {
    flex-direction: column;
    width: 30%;
    position: relative;
    min-height: 900px;
  }
  .item img {
    width: 100%;
    height: auto;
  }
  .item-desc {
    margin-left: 0;
  }
  .item-title {
    margin-top: 25px;
    font-size: 2em;
  }
  .item-text {
    font-size: 1.25em;
    font-weight: 300;
  }

  .item-btn {
    width: 135px;
    font-size: 1.25em;
  }

  .seccion2 {
    display: flex;
    padding: 50px;
    align-items: flex-start;
  }

  .submit h3,
  .quotes h3 {
    font-size: 3em;
    align-self: flex-start;
    padding: 25px 0;
  }
  .submit {
    width: 90%;
  }
  .submit form {
    border: none;
  }
  .submit form input[type="submit"] {
    width: 150px;
    height: 60px;
    color: white;
    background-color: #6c6c6c;
    outline: none;
    border: none;
    font-size: 1.25em;
    font-weight: 300;
    margin-top: 25px;
  }
  .quotes {
    margin: 0 50px 0 100px;
    width: 70%;
    padding: 0;
  }
  .quotes .quote {
    padding: 50px 25px;
    font-size: 1em;
  }
  .quotes .first {
    padding-top: 0;
  }

  .partners {
    padding: 0 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .partners h3 {
    font-size: 2.5em;
  }

  footer {
    display: flex;
    justify-content: space-between;
    height: 150px;
    padding: 50px;
    background-color: #6c6c6c;
  }
  .logo-footer {
    filter: grayscale(1) brightness(0) invert(1);
    width: 150px;
    height: auto;
  }
  footer span {
    color: white;
    font-size: 1.5em;
    margin-left: 25px;
  }

  .redes {
    display: flex;
  }
  .redes li:first-of-type {
    background-color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
  }
  .redes li i {
    font-size: 2em;
    line-height: 55px;
    color: #6c6c6c;
	  margin-right: 15px;
  }
  .face {
    color: white !important;
    font-size: 55px !important;
  }
  /*------------------------------------- HISTORY | ABOUT | MISSION MEDIUM -----------------------------------------------------------*/
  .history_bodyTexts,
  .about_bodyTexts,
  .mission_bodyTexts,
	.whatwedo_bodyTexts{
    font-size: 1em;
    display: flex;
    flex-direction: row;
  }

  .history h1,
  .about h1,
  .mission h1,
	.whatwedo h1{
    font-size: 3em;
    margin-left: 90px;
    padding-left: 0;
  }
  .history_bodyTexts .col1,
  .history_bodyTexts .col2,
  .about_bodyTexts .col1,
  .about_bodyTexts .col2,
  .mission_bodyTexts .col1,
  .mission_bodyTexts .col2,
	.whatwedo_bodyTexts .col1,
  .whatwedo_bodyTexts .col2{
    margin-left: 75px;
    padding: 0;
  }
  .history_bodyTexts .col2,
  .about_bodyTexts .col2,
  .mission_bodyTexts .col2,
	.whatwedo_bodyTexts .col2{
    padding-right: 80px;
  }

  .mission_bodyTexts .col1,
  .mission_bodyTexts .col2 {
    flex: 5;
  }

  .mission p.big {
    margin-left: 75px;
    margin-bottom: 50px;
    font-size: 1.5em;
  }
  .about-center {
    align-items: center;
  }
  /*-------------------------------------------- ENTERTAINMENT - EDUCATION - COMMUNITY MEDIUM -------------------------------------------------------------*/
  .tripages-title h2 {
    margin-left: 50px;
    font-size: 1.75em;
  }
  .tripages-body {
    flex-direction: row;
    margin-bottom: 50px;
    align-items: flex-start;
  }
  .tripages-text {
    margin: 0 0 25px 50px;
    width: 80%;
    padding: 25px;
    padding-left: 0;
  }
  .tripages-text p {
    font-size: 1.1em;
    line-height: 1.7;
    font-weight: 300;
  }
  .tripages-img {
    width: 80%;
    margin-top: 25px;
    margin-right: 50px;
  }
  .tripages-img img {
    width: 100%;
  }
  /*-------------------------------------------- QUOTES MEDIUM -------------------------------------------------------------*/
  .quotes-conteiner h1 {
    text-align: left;
    margin-top: 10px;
    margin-left: 9%;
  }
}
/*------------------------------------- LARGE -----------------------------------------------------------*/

@media only screen and (min-width: 1601px) {
  nav ul li a {
    font-size: 1.5em;
  }
  .hero h1 {
    font-size: 180px;
    width: 1400px;
  }
  /*------------------------------------- HISTORY | ABOUT | MISSION LARGE -----------------------------------------------------------*/

  .history h1,
  .about h1,
  .mission h1,
	.whatwedo h1{
    margin-top: 25px;
    font-size: 3.5em;
  }
  .history_bodyTexts,
  .about_bodyTexts,
  .mission_bodyTexts,
	.whatwedo_bodyTexts{
    font-size: 1.5em;
  }
  /*-------------------------------------------- ENTERTAINMENT - EDUCATION - COMMUNITY LARGE -------------------------------------------------------------*/
  .tripages-title h2 {
    margin-top: 75px;
    margin-left: 75px;
    font-size: 2.25em;
  }
  .tripages-text p {
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: 400;
    padding-right: 50px;
    margin-left: 25px;
  }
  .tripages-img {
    margin-right: 75px;
  }
  /*-------------------------------------------- CONTACT -------------------------------------------------------------*/
  .contact-form h1 {
    margin-top: 50px;
    font-size: 2.5 em;
  }
  .contact-form_input,
  .contact-form_textarea {
    font-size: 1.5em;
  }
  .contact-form_btn {
    font-size: 1.15em;
    width: 125px;
  }
  .contact-bg {
    height: 700px;
  }
}

@media only screen and (min-width: 2000px) {
  .item {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 3500px) {
  .item {
    min-height: 1100px;
  }
}

.mt-5{
  margin-top: 3rem;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

.iframe-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1093px;
}

/* Estilo personalizado para el modal */
#exampleModal {
  z-index: 1041; /* Ajusta el z-index para el modal */
}

/* Estilo personalizado para el fondo oscuro (modal-backdrop) */
.modal-backdrop {
  z-index: 1040; /* Ajusta el z-index para el fondo oscuro */
}
