	

body {
  width: 100%;
}

.h5 {
	text-align: center;
}

.projects-img-container {
  min-height: 8rem;
}

.c-projects-image {
	max-width: 13rem;
	max-height: 8rem;

}

.c-projects-project {
	text-align: center;
}

.c-projects {
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
}

/*header nav
.top-bar-left {
background-color: tomato;

}

.osoc_title {
display: inline-block;
background-color: white;
float: right;
}*/

/*partners

.wrapper_partners {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 4rem;
}


.u-margin--b {
	max-width: 15rem;
}*/

.right_item {
	text-align: right;
	padding-bottom: 0;
	margin-bottom: 0;
}


/*index*/

.wrapper_video {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f4;

}


.video_container {
  position:relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  /* width: 35rem; */
  /* height: 19rem; */
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/*
@media (max-width: 50rem) {

.video{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
}

}
*/

/*
.video {
    width: 100%;

	margin: 0 auto;
  min-height: 25rem;
}*/

.hero-themes, .c-what {
  padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.c-what {
	background-color:rgba(0,0,0,0);
	margin: 0 auto;
}

/*2018*/

.wrapper_students, .wrapper_coaches_img {
	width: 45%;
	margin: 0 auto;
	padding: 1rem;
}

/*carousel*/

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 38rem;
  position: relative;
  margin: auto;
  padding: 1rem;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dots{
  padding-bottom: 2rem;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*students*/

.students_wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 4rem;
}

.opiniones {
	padding-bottom: 2rem;
	font-weight: 600;
}

/*coaches*/

.coaches_wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 4rem;
}

.coach_caption {
	text-align: center;
}


/*index*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.twitter-embed {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;

}

.banner-image {
  display: block;
  position: relative;
  float:none;
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./../img/osoc19/tumbados1.jpeg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;


}

/* Place text in the middle of the image */
.banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 900;
}

.banner-text-link {
    text-decoration: none;
color: #fcb70e;
}

.banner-text h3 {
  color: white;
}


.banner-text-button {
  text-decoration: none;
  background-color: #1DE1AE;
  color: #F14A3B;

  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  text-align: center; 
  cursor: pointer;
}

.banner-text-button:hover {
  background-color: #F04A3A;
  color: white;
}

.centrar {
	margin-left: 10rem;
}

/*footer*/

.logobot17 {
	max-width: 5.7rem;
}


/*articles*/


.partners_wrapper, .team_wrapper {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #F5F5F5;

}
/*
.article_partners {
	display: block;
    line-height: 1.5;
    text-align: center;
    padding: 1rem;
    color: #446161;
}*/

.partners_wrapper article, .team_wrapper article {
    display: inline-block;
    position: relative;
    width: 20%;
    min-height: 31rem;
    max-height: 31rem;
    float: left;
    padding: 1.5rem;
    margin-bottom: 2rem;
    margin-right: 3rem;
    margin-top: 3rem;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team_wrapper article {
  padding-top: 1rem;
}

.partner1, .member5, .member1 {
	margin-left: 3.5rem;
}

.partners_wrapper, .team_wrapper article h3 {
	padding-top: 1rem;
	font-size: 1rem;
}

.partner-fix__height, .member-fix__height {
	min-height: 100px;

}

.team_wrapper article h3 {
  padding-top: 0.7rem;
}

.partners_wrapper article p {
  padding-top: 0.2rem;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  text-align: left;
}

.partners_wrapper article {
  padding-top: 2rem;
}

.team_wrapper article h4 {
  font-size: 0.8rem;
  text-align: center;

}

.team_wrapper article p {
  font-size: 0.8rem;
  text-align: left;
  min-height: 6.6rem;
  max-height: 6.6rem;
}

.imgcontainer {
  min-height: 11rem;
  max-height: 11rem;
}

.imgcontainer img {
  max-height: 10rem;
}

/*partners img*/


.c-partners img {
  max-height: 4.5rem;
}

/*.partner_container {
 width: 80%;
 margin: 0 auto;
}*/

.team_title {
  padding-top: 3.5rem;
}

.partners_title {
  padding-top: 2rem;
} 

.memberimg, .memberimg img {
  max-height: 14rem;
}


.fa {
  padding: 0.5rem;
  line-height: 1.5;
  font-size: 3rem;
  text-align: center;
  text-decoration: none;
  margin-left: 0.13rem;
  margin-right: 0.13rem;
  margin-top: 0.7rem;
}

.fa:hover {
    opacity: 0.7;
}

.fa-linkedin {
  color: #007bb5;
  /*color: white; */
}

.fa-twitter {
  /* background: #55ACEE; */
  color: #55ACEE;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.como-llegar {
  display: block;
  list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  font-size: 1rem;
  line-height: 1.2;
}

.subtitle_when {
  text-align: center;
  font-weight: 600;

}

/*Mapa*/

.loading {
 position:relative;
 overflow: hidden;
 padding-top: 56.25%;
}

.loading iframe {
 position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}


/*Logo y texto*/

.top-bar-left img {
  float: left;
  margin-right: 2rem;

}

.top-bar-left h1 {
  position: relative;
  line-height: 1.6;
  padding-top: 0.5rem;
}

.top-bar-left a {
  text-decoration: none;
}

/*medias título*/

@media (max-width: 97rem) {
.osoctitle {
  font-size: 1.5rem;
  margin-top: 0.3rem;
}
}
@media (max-width: 90rem) {
.osoctitle {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}

.button {
  font-size: 0.8rem;

}

.menu a, .menu .button {
  padding:0.5rem;
}

}

@media (max-width: 72rem) {

.osoctitle {
font-size: 0.9rem;
margin-top: 0.85rem;

}


}

/*medias quiénes somos*/

@media (max-width: 82.31rem) {

.partners_wrapper article h3, .team_wrapper article h3 {
  font-size: 1rem;
}

.partners_wrapper article h3 {
  padding-top: 1.7rem;
}

.team_wrapper article {

    position: relative;  
    width: 30%;
    float: none;
    margin: 1rem 1rem;
}

.partners_wrapper article {

    position: relative;  
    width: 35%;
    float: none;
    margin: 1rem 1rem;
    min-height: 27rem;
    max-height: 27rem;
}


}

@media (max-width: 74rem) { 

.partners_wrapper article {

    position: relative;  
    width: 50%;
    float: none;
    margin: 1rem 1rem;
    min-height: 27rem;
    max-height: 27rem;
}

}

@media (max-width: 65rem) {

.team_wrapper article, .partners_wrapper article {

  width: 60%;
}

.team_wrapper article h3 {
  font-size: 1.1rem;

}

.team_wrapper article h4 {
  font-size: 1rem;
}

.team_wrapper article p {
  font-size: 0.9rem;
  min-height: 6rem;
  max-height: 6rem;
  margin-bottom: 0.2rem;
}


} 

@media (max-width: 40rem) {

  .team_wrapper article, .partners_wrapper article {

  width: 80%;
}



}


/*medias index*/

@media (max-width: 58rem) {

.centrar {
  margin-left: 0;
}

.centrar h2 a:before {
  margin-right: 0.7rem;
}


}

@media (max-width: 40rem) {

  .right_item iframe{
  width: 500px;
  margin-right: 3rem;
}
}


/*medias estudiantes y empresas*/

@media (max-width: 68rem) {
.students_wrapper, .coaches_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

}

/*medias mentores*/
@media (max-width: 49rem) {

.wrapper_coaches_img {
  width: 70%;
}
}

/*medias 2018*/

@media (max-width: 65rem) {
  .grid-x .small-6 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    float: none;
  }
 .hero-text {
  position: relative;
  width: 100%;
  text-align: center;
  shape-margin: 0;
  float: none;
  padding: 1rem;
  margin: 0 auto;
 }

}

/*media*/
 /*mapa*/

.map-site { 

	height: 700px;
	min-width: 400px;
	z-index: 1;

}
	
	
.responsive{
  max-width: 100%!important;
  width: 100% !important;
  height: auto!important;
  max-height: 100%!important;
}
.p-3{
  padding-right: 40%!important;
  padding-left:40%!important;
}
.p-2{
  padding-right: 33%!important;
  padding-left:33%!important;
}
.p-1{
  padding-right:30%!important;
  padding-left:30%!important;
}
.azul{
  color:#1DE1AE!important;
}
.rojo{
  color: #F14A3B!important;
}
.amarillo{
  color:#FCB70F!important;
}
.negro{
  color: #1e1d36!important;
}
