
@font-face {
  font-family: "Francois One";
  src: url("../fonts/FrancoisOne-Regular.ttf");
}



.navbar .navbar-nav .nav-link {
    color: #000;
    font-family: "Francois One";
    font-size: 1.1em;
    padding: 0.8em;
    
    text-transform: uppercase;
    font-weight: 500;
  }

  .fa-facebook, .fa-square-instagram, .fa-youtube {
    font-size: 20px;
    color: #b83a8c;
  }

  .social {
    font-size: 40px;
    color: #b83a8c;
  }
  
  .navbar {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  }

  .navbar .navbar-nav .nav-link:hover {
    color: #b83a8c;
    border-bottom:2px solid #b83a8c;
    cursor: pointer;
  } 
  
  .navbar .navbar-nav .nav-link.active {
    border-bottom:2px solid #b83a8c;
    background-color: #fff;
    color: #000;
  }

  .dropdown.nav-link{
    padding: 0.76em !important; 
  }

  .dropdown-item {
    text-align: center;
  }


  .btn.dropdown-toggle {
    padding: 0 !important;
    text-transform: uppercase;
  }

  header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  header img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }

  header .title {
    font-family: "Francois One";
    font-weight: 800;
    text-align: right;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
  }


  
  
  #news-slider{
    margin-top: 80px;
    
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}




.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title p{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#b83a8c;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #b83a8c;
    color: #ffffff;
    text-decoration: none;
    
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #812a62;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.tns-controls, [data-action="stop"], .tns-nav {
  display: none;
}

#all {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

.modal-body {
 
  height: 500px;
}

.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1000px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-footer {
  border: none;
  text-align: center;
  display: block;
  padding: 0;
}
.youtube-video .modal-content {
  background: none !important;
  border: none;
}

#title-modal {
  font-size: 15px;
}

#guide {
  background-color: #232323;
  padding-top: 100px;
  padding-bottom: 100px;
}

#prensa {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  color: #812a62;
  padding: 20px;
}

.item {
  background: #2f0939;
  text-align: center;
  
  height: 92px;
  border-radius: 20px;
  margin-bottom: 30px;
  color: white;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}


.item.white {
  background-color: #f0f0f0;
}

.item.orange {
  background-color: #ed5025;
}

.item.orange:hover {
  background-color: #ed5025;
}

.item.blue {
  background-color: #141517;  
}

.item.black{
  background-color: black;  
}

.item img {
  padding-top: 30px;
}

.item img.img-0 {
  padding-top: 12px;
}


.item:hover {
  background: #b83a8c;
 
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}



.item p {
  font-size: 15px;
  line-height: 26px;
}
.item h6 {
  margin-bottom: 20px;
  color: #ffffff;
}
.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.skills {
  padding-top: 0px;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

#about {
  padding-top: 100px;
  padding-bottom: 100px;
}


  
#about h1 {
  font-family: "Francois One";
   
    font-weight: 500;
}

#about ul {
  list-style-type: none;
  font-size: 15px;
}


.section-title {
    font-family: "Francois One";
    font-weight: 500;
}

.section-title.nosotros {
  font-family: "Francois One";
  font-weight: 500;
  color: black;
}


header.masthead {
  position: relative;
  margin-bottom: 3rem;
  padding-top: calc(8rem + 57px);
  padding-bottom: 8rem;
  background: no-repeat center center;
  background-color: #6c757d;
  background-size: cover;
  background-attachment: scroll;
}
header.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212529;
  opacity: 0.5;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading,
header.masthead .site-heading a {
  color: #fff;
  font-family: "Francois One";
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}
header.masthead .page-heading h1, header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
  font-size: 3rem;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  
  display: block;
  margin-top: 0.625rem;

}
header.masthead .post-heading h1, header.masthead .post-heading .h1 {
  font-size: 2.25rem;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.75rem 0 2rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta a {
  color: #fff;
}

.img-nosotros {
  margin-left: 0;
}

.cta {
  background-color: #b83a8c;
  cursor: pointer;
  padding: 10px;
  margin: 20px;
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .page-heading h1, header.masthead .page-heading .h1,
  header.masthead .site-heading h1,
  header.masthead .site-heading .h1 {
    font-size: 3rem;
  }
  header.masthead .post-heading h1, header.masthead .post-heading .h1 {
    font-size: 3.5rem;
  }
  header.masthead .post-heading .subheading {
    font-size: 1.875rem;
  }

  .img-nosotros {
    margin-left: 50px;
  }

  #items  {
    margin-left: 150px;
  }

  .img-prensa {
    max-width: 400px;
    width:100%;
  }
}






#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

#programas {
  padding-top: 50px;
  padding-bottom: 50px;
}

.place-title {
  font-family: "Francois One";
  font-size: 20px;
  margin-top: 20px;
  
}

.places {
  list-style-type: none;
  font-size: 18px;
  padding: 0;
  
  
}



.entries li a {
  font-size: 15px;
  color: white;
  
  
}

.entries li {
  background-color: #b83a8c;
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
}

.places li a, .place-title a{
  color: black;
  text-decoration: none;
  text-align: center;
}

footer {
  padding: 40px 0;
  color: white;
  background: black;
}

footer li {
  float: left;
  padding: 0 10px;
  list-style: none;
}

footer a {
  color: white;
}

footer p {
  float: right;
}