@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&display=swap");

.slide,
h1,
h2,
h3,
section header h2 {
  text-transform: uppercase;
}
body {
  font-size: 16px;
  line-height: 1.4em;
  color: #8e8e8e;
  font-family: "Merriweather Sans", sans-serif;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
a {
  color: #666;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #666;
  text-decoration: underline;
}
section header {
  text-align: center;
  padding: 50px 0;
}
section header h2 {
  font-weight: 500;
}
section header p {
  width: 100%;
  margin: 0 auto;
}
section.dark header h2,
section.dark header p {
  color: #fff;
}
.btn-primary,
.btn-danger {
  background: #09c;
  border-width: 2px;
  color: #fff;
}
.btn-primary:hover,
.btn-danger:hover {
  background-color: #fff;
  color: #09c;
}
.btn {
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.btn-lg {
  padding: 20px 85px;
  font-size: 15px;
}

@media (max-width: 985px) {
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    background: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }
  .navbar-toggle {
    margin-top: 18px;
    align-items: center;
  }
  h1,
  h1 .servic {
    font-size: 18px;
  }
  .strok {
    font-size: 30px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  .servic p,
  p,
  li {
    font-size: 14px;
  }
  .mask h3 {
    font-size: 12px;
    margin-top: 15%;
    line-height: 15px;
  }
  .mask span {
    font-size: 10px;
  }
  .img .img-responsive {
    border-radius: 0;
  }
  span,
  .address .flex span {
    font-size: 14px;
  }
  .row {
    padding: 15px;
  }
  .wow {
    padding: 0;
  }
}
.navbar-collapse {
  margin: 0;
}
.navbar-default {
  background-color: #fff;
  margin-bottom: 0;
  height: 65px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  padding: 0 3rem;
  box-sizing: content-box;
  position: sticky;
  align-items: center;
  top: 0;
  display: block;
}
.navbar-default .nav {
  margin-top: 12px;
}
.navbar-default .nav li a {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.navbar-small {
  height: 65px;
}
.navbar-small .nav {
  border: none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fa5c58;
  border: none;
}
.jumbotron {
  margin-bottom: 0;
}
.slide {
  background: url(../img/slider/fondo_portada2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  color: #fff;
  text-align: center;
  height: 900px;
  text-transform: uppercase;
  font-size: 40px;
}
.slide .container {
  margin-top: 30vh;
}
.slide h2 {
  color: #09c;
  vertical-align: middle;
  font-size: 48px;
  font-size: 8.5vmin;
  margin-bottom: 70px;
}
.navbar-default .navbar-nav > li > a {
  border: none;
  color: #09c !important;
}
.button-ujarak {
  background: #09c !important;
  border: #666 !important;
  color: #fffefe;
}
.button-ujarak:hover {
  color: #fff;
}
.slide span {
  margin-bottom: 30px;
}
#services img {
  margin: -2.8rem;
}
#services h2 {
  color: #09c;
}
#services p {
  color: #666;
}
#services .modal p {
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem !important;
  color: #000;
}
#services .modal p:first-letter {
  font-size: 2.8rem;
  font-weight: 700;
}
.service-item {
  position: relative;
  margin-top: 80px;
}
.service-item h3 {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
.service-item:hover h3 {
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
  animation: flecha-animada 2s ease-in-out infinite;
  cursor: pointer;
}
@-webkit-keyframes flecha-animada {
  from,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes flecha-animada {
  from,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.service-item .service-text h3 {
  color: #666;
}
.service-item.text-left .service-text,
.service-item.text-right .service-text {
  margin-right: 1rem;
  text-align: justify;
}
.centered-pills,
.circled,
.portfolio-item,
.team-member,
.video,
ul.social li a i {
  text-align: center;
  border-radius: 5px;
}
#services .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #services .alinear .alinear-text {
    margin-right: 8.9rem;
  }
  .hidden-md-down {
    display: none;
  }
  .right-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .right-icon {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.service-item.text-right .service-icon {
  right: -10px;
}
.service-item.text-left .service-icon {
  left: -10px;
}
.service-item .service-icon i {
  width: 75px;
  height: 75px;
  display: block;
  color: #fff;
  border-radius: 100%;
  background: #09c;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.service-item:hover .service-icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #666;
  color: #fff;
  margin-left: 1.5rem;
}
.service-item:hover .service-icon {
  text-shadow: 1px 6px 6px #000;
}
.video-wrapper {
  background-image: url(../img/algunas_palabras/fondo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.container-iframe {
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
}
.responsive-iframe {
  position: absolute;
  top: 55px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 80%;
}

.video {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #27282b;
  background: rgba(39, 40, 43, 0.8);
  padding: 100px 0;
}
.video h3,
.video p {
  color: #09c;
  padding: 0 2rem;
}
#portfolio h2 {
  color: #09c;
}
#portfolio p {
  color: #666;
}
.centered-pills ul.nav-pills {
  display: inline-block;
  margin-bottom: 50px;
}
.centered-pills li {
  display: inline;
}
.centered-pills a {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #666;
  border: 1px solid #000;
  margin-right: 20px;
}
.nav-pills > li > a.active,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background: #09c;
  border-color: #666;
  color: #fff;
}
.projects {
  margin: 0 0 70px;
}
.projects .margen {
  margin: 0;
  padding: 0;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.portfolio-item figcaption {
  background: #27282b;
  background: rgba(39, 40, 43, 0.8);
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  display: block;
  opacity: 0;
}
.basic-info,
.member-photo {
  position: relative;
  border-radius: 5px;
}
.portfolio-item:hover figcaption {
  opacity: 1;
}
.portfolio-item img {
  width: 100%;
}
figcaption h3 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-top: 25%;
}
.trainee figcaption h3 {
  margin-top: 45%;
}
figcaption span {
  color: #fb5d59;
}
#about .baner {
  background-image: url(../img/algunas_palabras/fondo.png);
  background-size: cover;
  background-position: center;
}
#about .titulo-equipo {
  color: #09c;
  font-weight: 700;
}
#about .btn-requisitos {
  background: #09c;
  font-weight: 700;
  border-color: #09c;
}
.box {
  background: #27282b;
  background: rgba(39, 40, 43, 0.8);
  margin: 66px 0;
  padding: 45px;
  border-radius: 10px;
}
.box h3,
.box p {
  color: #fff;
}
.box .delimiter,
.box p {
  margin-bottom: 50px;
}
.box h3 {
  margin-bottom: 20px;
}
.box .delimiter {
  width: 60px;
  height: 0;
  border-bottom: 2px solid #09c;
  display: block;
}
.team-member {
  margin-bottom: 80px;
  width: 330px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #caa;
  margin-right: auto;
  display: block;
  margin-left: auto;
}
.team-member p {
  font-size: 1.4rem;
}
.team-member img {
  width: 100% !important;
  background-size: cover;
  height: 431px;
}
.member-photo .overlay {
  margin-top: 0;
  position: relative;
  display: table-column;
  padding: 20px 19px;
  color: #fff;
  width: 100%;
  height: auto;
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
  border-radius: 5px;
}
.member-photo:hover .overlay {
  background: rgba(105, 142, 154, 0.87);
  margin-top: -314px;
  display: inherit;
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
}
.basic-info {
  padding: 20px 0;
  margin-top: -209px;
  overflow: visible !important;
  color: #fff;
  background: rgba(105, 142, 154, 0.87);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.member-photo .vh {
  margin-top: 0;
}
.member-photo:hover .vh {
  margin-top: -337px;
}
.vh .basic-info {
  margin-top: -176px;
}
.member-photo .mery {
  margin-top: 0;
}
.member-photo:hover .mery {
  margin-top: -370px;
}
.mery .basic-info {
  margin-top: -176px;
}
.member-photo .giovani {
  margin-top: 0;
}
.member-photo:hover .giovani {
  margin-top: -437px;
}
.giovani .basic-info {
  margin-top: -177px;
}
.member-photo .pedro {
  margin-top: 0;
}
.member-photo:hover .pedro {
  margin-top: -358px;
}
.pedro .basic-info {
  margin-top: -177px;
}
.member-photo .edgar {
  margin-top: 0;
}
.member-photo:hover .edgar {
  margin-top: -401px;
}
.edgar .basic-info {
  margin-top: -177px;
}
.member-photo .yaha {
  margin-top: 0;
}
.member-photo:hover .yaha {
  margin-top: -376px;
}
.yaha .basic-info {
  margin-top: -177px;
}
.member-photo .eidos {
  margin-top: 0;
}
.member-photo:hover .eidos {
  margin-top: -437px;
}
.eidos .basic-info {
  margin-top: -177px;
}
.member-photo .augusto {
  margin-top: 0;
}
.member-photo:hover .augusto {
  margin-top: -346px;
}
.augusto .basic-info {
  margin-top: -142px;
}
.team-member:hover .basic-info {
  display: none !important;
}
.basic-info h4 {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
}
.member-photo .mery,
.member-photo .overlay,
.member-photo .vh {
  padding: 10px 30px;
}
.team-member {
  width: 330px;
  height: 360px;
}
.member-photo:active .overlay,
.member-photo:hover .overlay {
  margin-top: -358px;
}
.basic-info {
  margin-top: -248px;
}
.member-photo:active .vh,
.member-photo:hover .vh {
  margin-top: -358px;
}
.vh .basic-info {
  margin-top: -216px;
}
.member-photo:active .mery,
.member-photo:hover .mery {
  margin-top: -370px;
}
.mery .basic-info {
  margin-top: -216px;
}
.member-photo:active .giovani,
.member-photo:hover .giovani {
  margin-top: -437px;
}
.member-photo .giovani p {
  font-size: 1.23rem;
}
.giovani .basic-info {
  margin-top: -215px;
}
.member-photo:active .pedro,
.member-photo:hover .pedro {
  margin-top: -325px;
}
.pedro .basic-info {
  margin-top: -215px;
}
.member-photo:active .edgar,
.member-photo:hover .edgar {
  margin-top: -419px;
}
.member-photo .edgar p {
  font-size: 1.33rem;
}
.edgar .basic-info {
  margin-top: -206px;
}
.member-photo:active .yaha,
.member-photo:hover .yaha {
  margin-top: -394px;
}
.yaha .basic-info {
  margin-top: -202px;
}
.member-photo:hover .eidos {
  margin-top: -437px;
}
.member-photo .eidos p {
  font-size: 1.21rem;
}
.eidos .basic-info {
  margin-top: -209px;
}
.member-photo:hover .augusto {
  margin-top: -310px;
}
.augusto .basic-info {
  margin-top: -215px;
}
.member-photo:active .daniel,
.member-photo:hover .daniel {
  margin-top: -290px;
}
.daniel .basic-info {
  margin-top: -215px;
}
.member-photo:active .lesly,
.member-photo:hover .lesly {
  margin-top: -350px;
}
.lesly .basic-info {
  margin-top: -215px;
}
.member-photo:active .brayian,
.member-photo:hover .brayian {
  margin-top: -290px;
}
.brayian .basic-info {
  margin-top: -215px;
}
ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  width: 30px;
}
ul.social li a {
  text-decoration: none;
}
ul.social li a i {
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  -webkit-transition: all 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.social li a i:focus,
ul.social li a i:hover {
  border-radius: 100%;
  background-color: #fff;
  color: #fff;
}
ul.social li a:hover .fa-facebook {
  background-color: #3b5998;
}
ul.social li a:hover .fa-twitter {
  background-color: #55acee;
}
ul.social li a:hover .fa-dribbble {
  background-color: #ea4c89;
}
ul.social li a:hover .fa-behance {
  background-color: #1769ff;
}
ul.social li a:hover .fa-pinterest {
  background-color: #cc2127;
}
ul.social li a:hover .fa-google {
  background-color: #dd4b39;
}
.address {
  margin-bottom: 100px;
  color: #000;
  text-align: center;
}
.address span {
  display: block;
  font-size: 17px;
  line-height: 1.4em;
}
.address .flex {
  padding-top: 50px;
}
.circled {
  display: block;
  border-radius: 100%;
  background-color: #09c;
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  font-size: 26px;
  margin: -31px auto 3px;
}
.blog-item h3,
form {
  margin-bottom: 70px;
}
a.circled:focus,
a.circled:hover {
  color: #fff;
  text-decoration: none;
}
.form-group .btn {
  width: 100%;
}
.form-control {
  padding: 17px 25px;
  font-size: 15px;
  height: 60px;
  border-radius: 0;
  background: #f3f3f3;
  box-shadow: none;
  -webkit-transition: all 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #fff;
}
.form-control:focus {
  border: 1px solid #454554;
  box-shadow: none;
}
#blog {
  background-color: #3f3f41;
  background-image: url(../img/nuestras_historias/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-items .col-md-4 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.blog-item .meta-data {
  padding: 50px 50px 20px;
  background-color: #121215;
}
.blog-item h3 {
  color: #666;
  font-size: 20px;
  font-weight: 700;
}
.blog-item p {
  color: #666;
  margin-bottom: 50px;
}
footer,
footer a {
  color: #fff;
}
.blog-item a {
  text-align: right;
  width: 100%;
  display: block;
}
.load-more {
  padding-top: 35px;
  padding-bottom: 70px;
}
.load-more button {
  background: #09c;
  border: 1px solid #09c;
  padding: 1.6rem 4.5rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.load-more button:active,
.load-more button:hover {
  background: #09c !important;
  border: 1px solid #09c !important;
  padding: 1.9rem 4.8rem;
  border-radius: 1.3px;
}
.service-item {
  margin-bottom: 70px;
}
footer {
  text-align: center;
  background: #000;
  padding: 50px 0 10px;
}
footer .copyright {
  margin-bottom: 20px;
}
footer .back-to-top {
  margin-top: 50px;
  display: block;
}
.mix {
  display: none;
}
.alerta-contact {
  width: 100%;
  padding: 1.3rem;
  margin: 1.3rem 0;
}
.load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#form_contact .load-contact {
  color: #3c6;
  font-weight: bolder;
  display: none;
  font-size: 4rem;
}
#enviar_contact {
  font-weight: 700;
  border-color: #09c;
}
.modal-postula {
  color: #666;
}
.alerta-postula {
  width: 98%;
  margin: 2rem auto !important;
  padding: 1.3rem;
}
#contact_participar .load-postula {
  color: #3c6;
  font-weight: bolder;
  display: none;
  font-size: 4rem !important;
}
#contact_participar #enviar_postula {
  background: #09c !important;
}
#contact_participar #enviar_postula i {
  font-size: 2.4rem;
}
.p {
  text-align: justify;
}
.video-color {
  color: #fff;
}
.servic {
  color: #09c;
  text-align: center;
}
.req {
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
}
.req li {
  list-style: none;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0) !important;
}
.modaltam {
  width: 344.988636px;
}
.col {
  color: #8d8d8d;
}
.ofre {
  color: #fff;
}
.inf {
  color: #fff;
  background-color: #b5b5bf;
}
.strok {
  -webkit-text-fill-color: weight;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.vide {
  background-image: url(../img/algunas_palabras/pre.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 90px;
  min-height: 60px;
  width: 100%;
  height: 300px;
  max-width: 900px;
  max-height: 400px;
}
.btn-wa {
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;
  bottom: 30px;
  display: flex;
  height: 58px;
  justify-content: center;
  right: 30px;
  position: fixed;
  width: 58px;
}
.btn-wa svg {
  height: 38px;
  width: 38px;
}
@media (min-width: 600px) {
  .btn-wa {
    bottom: 50px;
    right: 50px;
  }
}
