/***** PARA MODAL  ****/

#plan_academico #content-item div.modal-body {
  background: url(../images/barcia-logo-fondo-div.png) no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 100%;
  width: 100%;
  text-align: center;
}

/***** FIN   *******/

/* PARA BOTÓN WHASTAPP  */

div.boton-whatsapp {
  display: flex;
  position: fixed;
  right: 1px;
  z-index: 2;
  top: 450px;
}

/* Button resets and style */

button.pulse-button img {
  width: 43px;
}

button.pulse-button-hover img {
  width: 50px;
}

/* Initiate Auto-Pulse animations */

button.pulse-button {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */

button.pulse-button-hover {
  animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */

div.button:hover, div.button:focus {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/*************** FIN BOTON WHATSAPP  *************/

/*************** PARA BOTÓN FACEBOOK *************/

div.boton-facebook {
  display: flex;
  position: fixed;
  right: 1px;
  z-index: 2;
  top: 520px;
}

div.boton-facebook button.pulse-button img {
  width: 40px;
}

div.boton-facebook button.pulse-button-hover img {
  width: 40px;
}

div.boton-facebook button.pulse-button {
  animation: borderPulse 1000ms infinite ease-out, colorShift2 10000ms infinite ease-in;
}

div.boton-facebook button.pulse-button-hover {
  animation: colorShift 10000ms infinite ease-in;
}

div.boton-facebook div.button:hover, div.boton-facebook div.button:focus {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/*************** FIN BOTON WHATSAPP  *************/

/* Declate color shifting animation */

@keyframes colorShift {
  0%, 100% {
    background: #0dcc00;
    border-radius: 50%;
    padding: 10px;
  }
  33% {
    background: #0dcc00;
    border-radius: 50%;
    padding: 10px;
  }
  66% {
    background: #0dcc00;
    border-radius: 50%;
    padding: 10px;
  }
}

@keyframes colorShift2 {
  0%, 100% {
    background: #00419d;
    border-radius: 50%;
    padding: 10px;
  }
  33% {
    background: #00419d;
    border-radius: 50%;
    padding: 10px;
  }
  66% {
    background: #00419d;
    border-radius: 50%;
    padding: 10px;
  }
}

/* Declare border pulse animation */

@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}

/* Declare shine on hover animation */

@keyframes hoverShine {
  0% {
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  50% {
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
  100% {
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
}

/*
.informes{
  background: url(../images/barcia-logo.png) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto; //cover
    height: 100%;
    width: 100% ;
    text-align: center;
}
*/

div.cuadro .slider-text.text-center {
  position: absolute;
  /* width: auto; */
  width: 30%;
}

div.cuadro .slider-text.text-center h2 {
  background: #ce1e27;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  font-size: 3em;
}

/* -- TOP HEADER */

.top-middle li {
  display: inline-block;
}

.top .top-middle, .top .top-right {
  padding: 0px;
}

.top .top-left {
  padding: 4px 0 0;
  text-align: left;
}

.top-left li {
  display: inline-block;
  color: #fff;
  margin-right: 2em;
  letter-spacing: 1px;
}

.top-left li a {
  color: #fff;
}

.top {
  padding: 5px 0;
  background: #334da0;
}

.top-middle {
  text-align: right;
}

.top-left p {
  color: #fff;
  font-size: 16px;
  margin-top: 3px;
}

.top-left i.fa {
  margin-right: 2px;
  color: #fff;
  font-size: 20px;
}

.top-middle li a {
  color: #fff;
}

.top-middle li {
  margin-left: 15px;
}

.top-middle .fa-facebook {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}

.top-middle .fa-facebook:hover, .social .fa-facebook:hover {
  background: #527dbd;
  color: #ececec;
  border: 1px solid #527dbd;
}

.top-middle .fa-twitter {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}

.top-middle .fa-twitter:hover {
  background: #1da1f2;
  color: #ececec;
  border: 1px solid #1da1f2;
}

.top-middle .fa-instagram {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}

.top-middle .fa-instagram:hover, .social .fa-instagram:hover {
  background: #efe662;
  color: #e01616;
  border: 1px solid #efe662;
}

.top-middle .fa-youtube-play {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}

.top-middle .fa-youtube-play:hover, .social .fa-youtube-play:hover {
  background: #dd4b39;
  color: #ececec;
  border: 1px solid #dd4b39;
}

.top-middle .fa-linkedin {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}

.top-middle .fa-linkedin:hover, .social .fa-linkedin:hover {
  background: #0077b5;
  color: #ececec;
  border: 1px solid #0077b5;
}

.top-middle i.fa {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

#content-item {
  width: 100%;
  overflow: hidden;
  /*margin: 30px 0;*/
}

#content-item .item {
  height: 28vh;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  margin-top: 30px;
  position: relative;
}

#content-item .item img {
  height: 28vh;
  width: 100%;
  opacity: 1;
}

#content-item .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.4;
}

#content-item .item .caption {
  position: absolute;
  bottom: -50px;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#content-item .item .caption p {
  padding-left: 5px;
  padding-right: 18px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

#content-item .item .caption p {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  line-height: 23px;
}

#content-item .item:hover .caption {
  opacity: 1;
  bottom: 50px;
}

/* -- //TOP HEADER */

.captionLink, .captionLink:hover {
  width: 100%;
  height: 44px;
  display: block;
  text-transform: uppercase;
  line-height: 44px;
  text-indent: 13px;
  background-color: #ffffff;
  position: absolute;
  /*left: 0;*/
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #545454;
  border: solid 1px #1a3078;
}

.azul {
  background-color: #1a3078 !important;
}

/* MISIÓN VISION */

.testimonials-main img {
  margin: 0 auto;
  width: 50%;
  float: right;
}

.testimonials-main {
  float: right;
  width: 100%;
}

.inner-testimonials-w3ls {
  position: relative;
}

.testimonial-info-wthree {
  padding: 6em 2em 0em 1em;
  width: 50%;
  float: left;
}

.testimonial-info-wthree h5 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #93c83f;
}

.testimonial-info-wthree span {
  display: block;
  margin: 0.8em 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
  color: #000;
}

/*  FIN MISION - VISION  */

/* SOLICTAR INFORMAS */

textarea {
  resize: none;
}

.form-label {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}

.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #5e9bfc;
}

.js-hide-label {
  opacity: 1;
}

.js-unhighlight-label {
  color: #999
}

.informes .btn-start-order {
  background: 0 0 #ffffff;
  border: 1px solid #2f323a;
  border-radius: 3px;
  color: #2f323a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}

.informes .btn-start-order:hover, .btn-start-order:active, .btn-start-order:focus {
  border-color: #5e9bfc;
  color: #5e9bfc;
}

/* FIN SOLCITAR INFORMES */

.contactanos {
  padding: 200px 0 260px;
  position: relative;
}

/* PROPUESTA VIRTUAL */

.contenedor-galeria {
  width: 805px;
  height: 320px;
  overflow: hidden;
  margin: 50px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.contenedor-galeria ul {
  width: 2000px;
}

.contenedor-galeria li {
  position: relative;
  display: block;
  width: 160px;
  float: left;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.contenedor-galeria ul:hover li {
  width: 40px;
  filter: brightness(50%);
}

.contenedor-galeria ul li:hover {
  width: 640px;
  filter: brightness(100%);
}

.contenedor-galeria li img {
  display: block;
  width: 640px;
  /* height: 100%; */
  height: 325px;
}

.titulo-imagen {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  animation: cambia-color 10s linear infinite;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.8));
  background-size: 400% 400%;
}

@keyframes cambia-color {
  0% {
    background-position: 0%, 50%;
  }
  50% {
    background-position: 100%, 50%;
  }
  100% {
    background-position: 0%, 100%;
  }
}

.titulo-imagen a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  font-size: 19px;
  text-shadow: 0 1px 2px #000;
  transition: all 0.5s ease;
}

.contenedor-galeria ul li:hover .titulo-imagen {
  top: 0%;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
}

.titulo-imagen:hover a {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.titulo-imagen:active {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 2400px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  div.cuadro .slider-text.text-center {
    top: 55vh;
    left: 36%
  }
  .franja-roja {
    padding-top: 3.7%;
  }
  .top li a {
    font-size: 12px;
  }
  .boton-whatsapp p {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px
  }
  footer .contact-info img {
    max-width: 180px;
  }
}

@media screen and (max-width: 1600px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  .franja-roja {
    padding-top: 5%;
  }
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 13px
  }
  header .logo img {
    width: 290px !important;
  }
  div.cuadro .slider-text.text-center {
    top: 58vh;
    left: 35%
  }
  button.pulse-button img {
    width: 25px;
  }
  .boton-whatsapp p {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px
  }
  .boton-facebook button.pulse-button img {
    width: 25px !important;
  }
  .boton-facebook p {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px
  }
  div.boton-facebook {
    top: 505px;
  }
  .top li a {
    font-size: 10px;
  }
  h5 {
    font-size: 10px
  }
  .mainnav ul li {
    margin-right: 20px;
    margin-top: 25px;
  }
  .mainnav ul ul.sub-menu li a {
    font-size: 12px
  }
  .theme_slider_title {
    font-size: 30px
  }
  .slider-text {
    top: 58%
  }
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  .franja-roja {
    padding-top: 4.6%;
  }
  #content-item .item.academico {
    height: 35vh;
    margin-top: 30px;
  }
  #content-item .item.academico img {
    height: 32vh;
  }
  #content-item .item .caption p {
    margin: 0;
    color: #fff;
    font-size: 1em;
    line-height: 20px;
  }
  .mainnav ul li a {
    font-size: 11px;
  }
  .nosotros-historia img {
    width: 80%
  }
  .contactanos {
    padding: 120px 0 140px;
    position: relative;
  }
  #footer .inside p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer .contact-info img {
    max-width: 120px;
  }
}

@media screen and (max-width: 1200px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  .franja-roja {
    padding-top: 8%;
  }
  .nosotros-historia img {
    width: 100%
  }
}

@media screen and (max-width: 1025px) {
  .mainnav ul li a {
    font-size: 8.5px;
  }
  .top li a {
    font-size: 7.5px;
  }
  .franja-roja {
    padding-top: 6%;
  }
  div.cuadro .slider-text.text-center {
    position: absolute;
    width: 35%;
}
  div.cuadro .slider-text.text-center {
    left: 32%
  }
}

@media screen and (max-width: 990px) {
  .logo img {
    width: 220px;
    margin: 35px 0;
  }
  div.cuadro .slider-text.text-center {
    top: 58vh;
    left: 34%;
    width: 32.5%;
  }
  .contenedor-galeria {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  .top {
    display: none;
  }
  .franja-roja {
    display: none;
  }
  .mainnav ul li i {
    display: none;
  }
  #bienvenido .themeHeadding.black {
    margin-top: 0% !important;
  }
  div.cuadro .slider-text.text-center {
    top: 58vh;
    /* left: 24% */
    left: 31%;
    width: 35.5%;
  }
  .contenedor-galeria li {
    width: 130px;
  }
}

@media screen and (max-width: 640px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  #main_slider figure {
    height: 70vh;
  }
  #main_slider figure img {
    height: 70vh;
  }
  button.pulse-button img {
    width: 40px;
  }
  div.cuadro .slider-text.text-center {
    top: 53vh;
    /* left: 22% */
    left: 32%;
  }
  div.cuadro .slider-text.text-center h2 {
    font-size: 2.5em;
  }
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

@media screen and (max-width: 576px) {
  .contenedor-galeria li {
    width: 110px;
  }
}

@media screen and (max-width: 480px) {
  /* Nuestras nuevas reglas con este ancho o menos de pantalla */
  #main_slider figure.inicio {
    height: 70vh;
  }
  #main_slider figure img.inicio {
    height: 70vh;
  }
  #main_slider figure {
    height: 55vh;
  }
  #main_slider figure img {
    height: 55vh;
    width: 55vh;
  }
  button.pulse-button img {
    width: 30px;
  }
  div.cuadro .slider-text.text-center {
    /* top: 56vh;
    left: 12%; */
    top: 53vh;
    left: 25%;
    width: 50%;
  }
  div.cuadro .slider-text.text-center h2 {}
  .themeHeadding h2.nosotros::after {
    top: 67px;
  }
  .contenedor-galeria li {
    width: 80px;
  }
}

@media screen and (max-width: 400px) {
  div.cuadro .slider-text.text-center h2 {
    font-size: 2.1em;
  }
  div.cuadro .slider-text.text-center {
    /* top: 56vh;
    left: 12%; */
    top: 58vh;
    left: 25%;
  }
  .contenedor-galeria {
    height: 200px;
}
  .contenedor-galeria li img {
    width: 380px;
}
}