/*@import 'normalize';
@import 'columnas';*/
/*
Aqui va la parte del menu
*/
html, body {
  font-family: "Lato", sans-serif;
  /* 1 */
  font-size: 14px;
}

.menu-header {
  background-color: #5f2871;
  height: 63px;
}

.menu-bar {
  background-color: rgba(95, 40, 113, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  min-height: 63px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-bar .container {
    width: initial;
  }
}

.logo-menu {
  width: 100px;
  margin-bottom: 9px;
  margin-top: 10px;
}

#toggle-menu {
  line-height: 1;
  color: white;
  padding-left: 1em;
  cursor: pointer;
  display: none;
}
#toggle-menu i {
  position: absolute;
  top: 24px;
  right: 30px;
}

/*@media screen and (max-width: 991px) {
  .menu li:nth-child(2) {
      display: none;
   }
}*/
@media screen and (max-width: 767px) {
  #toggle-menu {
    display: block;
  }

  .menu li {
    /*&:nth-child(2) {
       display: block;
    }*/
  }
  .menu li:first-child {
    display: none;
  }
}
.menu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    overflow: auto;
    z-index: 5;
    max-height: 80vh;
  }
}
.menu li {
  flex: auto;
}
.menu li:first-child a {
  line-height: 1;
}
.menu a {
  color: white;
  text-decoration: none;
  line-height: 3.96;
  display: block;
  padding-left: 1em;
  transition: all 1s ease;
  white-space: nowrap;
}
.menu a:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .menu {
    display: flex !important;
  }
  .menu li {
    text-align: center;
  }
  .menu a {
    padding-left: 0;
  }
}

/*Theme original Carousel
*/
/*
 *    Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
modificacion del carousel
*/
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #5f2871 !important;
}
.owl-dots span {
  width: 15px !important;
  height: 15px !important;
}

.owl-small {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .owl-large {
    display: none !important;
  }

  .owl-small {
    display: block !important;
  }

  .owl-dots {
    display: none !important;
  }
}
/*.banner {
   padding-top: 63px;
}*/
h2 {
  text-align: center;
  font-size: 35px;
  color: white;
}

.seccion-verde {
  background-color: #8AA236;
  overflow: hidden;
}

.seccion-azul {
  background-color: #29526D;
  overflow: hidden;
}

.seccion-morada {
  background-color: #5F2871;
  overflow: hidden;
}

section > .container, footer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.seccion-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .seccion-info {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.seccion-info a {
  width: 25%;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .seccion-info a {
    width: 50%;
  }
}
.seccion-info a .item-icon {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.seccion-info a img {
  width: 100%;
}
.seccion-info a i {
  color: rgba(95, 40, 113, 0.8);
  font-size: 5em;
}
.seccion-info:hover a {
  opacity: 0.5;
}
.seccion-info a:hover {
  opacity: 1;
}
.seccion-info a:hover .item-icon {
  display: flex;
}

/*
Seccion contacto
*/
/*.contacto {
   display: flex;
   //flex-direction: column;
   width: 100%;
   @media screen and (max-width: 767px) {
      flex-wrap: wrap;
      //align-items: center;
      .items-flex {
         width: 92%!important;
         margin: 0 auto!important;
         &.mapa {
            min-height: 550px;
            margin-top: 10px!important;
            width: 89.5%!important;
         }
         &.texto {
            width: 85%!important;
            min-height: 330px;
            margin-top: 10px!important;
         }
      }
   }
   .items-flex {
      width: 30%;
      margin-right: 5px;
      &.mapa {
         width: 70%;
         position: relative;
         margin-right: 0;
         iframe {
            position: absolute;
         }
      }
      &.texto {
         position: relative;
         width: 70%;
         //width: 65%;
         background-color: #fff;
         padding: 15px;
         text-transform: lowercase;
         margin-bottom: -3px;
         //margin: 35px 25px;
         p:first-letter, h3:first-letter {
            text-transform: uppercase;
         }
      }
      >div {
         text-align: left;
         background-color: white;
         margin-bottom: 5px;
         //border-bottom: 2px solid transparent;
         //border-left: 2px solid white;
         overflow: hidden;
         &:first-child {
            text-align: center;
         }
         &:last-child {
            margin-bottom: -4px;
         //   background-color:white;
         //   border-top: 2px solid white;
         }
         p {
            padding: 0 20px;
            font-weight: bold;
            font-size: 20px;
         }
      }
      .texto-flex {
         display: flex;
         flex-wrap: wrap;
         padding-bottom: 25px;
         >h3 {
            width: 100%;
         }
         ul{
            margin: 0 0 25px 0;
            text-transform: none;
         }
      }
      .texto-flex-item {
         width: (100% / 3);
         @media screen and (max-width: 480px) {
            width: 100%;
            ul {
               margin: 0;
            }
         }
      }
   }
}*/
.contactanos-form {
  background-color: white;
  overflow: hidden;
  padding: 30px;
  border-radius: 4px;
}
.contactanos-form h2 {
  background-color: #5F2871;
  width: 390px;
  margin: 0 auto 30px auto;
  padding: 10px;
  border-radius: 4px;
  font-size: 30px;
}
@media screen and (max-width: 490px) {
  .contactanos-form h2 {
    width: 100%;
  }
}
.contactanos-form .btn {
  color: white;
  background-color: #5F2871;
  border-color: #8f3caa;
  display: block;
  margin: 0 auto;
}
.contactanos-form .btn:focus, .contactanos-form .btn.focus {
  color: white;
  background-color: #3f1b4b;
  border-color: #3f1b4b;
}
.contactanos-form .btn:hover {
  color: white;
  background-color: #3f1b4b;
  border-color: #692c7c;
}
.contactanos-form .btn:active, .contactanos-form .btn.active, .open > .contactanos-form .btn.dropdown-toggle {
  color: white;
  background-color: #3f1b4b;
  border-color: #692c7c;
}
.contactanos-form .btn:active:hover, .contactanos-form .btn:active:focus, .contactanos-form .btn:active.focus, .contactanos-form .btn.active:hover, .contactanos-form .btn.active:focus, .contactanos-form .btn.active.focus, .open > .contactanos-form .btn.dropdown-toggle:hover, .open > .contactanos-form .btn.dropdown-toggle:focus, .open > .contactanos-form .btn.dropdown-toggle.focus {
  color: white;
  background-color: #291131;
  border-color: #3f1b4b;
}
.contactanos-form .btn:active, .contactanos-form .btn.active, .open > .contactanos-form .btn.dropdown-toggle {
  background-image: none;
}
.contactanos-form .btn.disabled:hover, .contactanos-form .btn.disabled:focus, .contactanos-form .btn.disabled.focus, .contactanos-form .btn[disabled]:hover, .contactanos-form .btn[disabled]:focus, .contactanos-form .btn[disabled].focus, fieldset[disabled] .contactanos-form .btn:hover, fieldset[disabled] .contactanos-form .btn:focus, fieldset[disabled] .contactanos-form .btn.focus {
  background-color: #5F2871;
  border-color: #8f3caa;
}
.contactanos-form .btn .badge {
  color: #5F2871;
  background-color: white;
}

/*calidad-educativa*/
.calidad-educativa {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.calidad-educativa h2 {
  width: 100%;
}
.calidad-educativa p {
  text-align: justify;
  font-size: 20px;
}
.calidad-educativa strong {
  font-size: 25px;
}
.calidad-educativa li {
  font-size: 20px;
}
.calidad-educativa ol > li {
  padding-left: 5px;
}
.calidad-educativa .calidad-educativa-items {
  flex-basis: 40%;
  border: 2px solid white;
  border-radius: 20px;
  padding: 0 20px 10px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .calidad-educativa .calidad-educativa-items {
    flex-basis: 90%;
  }
}
.calidad-educativa .calidad-educativa-items.texto {
  flex-basis: 90%;
}
.calidad-educativa .calidad-educativa-items.texto ol {
  list-style-type: lower-latin;
}

.contenedor {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-bottom: 42%;
  padding-top: 30px;
  position: relative;
  width: 93%;
  margin: 20px auto;
}
.contenedor iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.encuesta-piloto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.encuesta-piloto:hover .encuesta-piloto-items {
  transition: all 0.8s ease;
  opacity: 0.5;
}
.encuesta-piloto:hover .encuesta-piloto-items:hover {
  opacity: 1;
}
.encuesta-piloto .encuesta-piloto-items {
  border: 2px solid white;
  text-align: center;
  margin-top: 20px;
  width: 250px;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.8s ease;
}
.encuesta-piloto .encuesta-piloto-items i {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  font-size: 2em;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.encuesta-piloto .encuesta-piloto-items:hover i {
  display: flex;
}
.encuesta-piloto h3 {
  color: white;
  margin: 0;
  padding: 1.5em;
}

.seccion-clientes .owl-stage-outer, .seccion-testimonios .owl-stage-outer {
  z-index: 9;
}
.seccion-clientes .owl-dots, .seccion-testimonios .owl-dots {
  display: none;
}
.seccion-clientes .owl-nav, .seccion-testimonios .owl-nav {
  margin: 0;
  position: absolute;
  top: 42%;
  width: 100%;
}
.seccion-clientes .owl-nav .owl-prev, .seccion-clientes .owl-nav .owl-next, .seccion-testimonios .owl-nav .owl-prev, .seccion-testimonios .owl-nav .owl-next {
  background-color: transparent;
  float: left;
  margin-left: -50px;
  color: white;
}
.seccion-clientes .owl-nav .owl-prev:hover, .seccion-clientes .owl-nav .owl-next:hover, .seccion-testimonios .owl-nav .owl-prev:hover, .seccion-testimonios .owl-nav .owl-next:hover {
  background-color: transparent;
}
.seccion-clientes .owl-nav .owl-next, .seccion-testimonios .owl-nav .owl-next {
  float: right;
  margin-right: -50px;
}
.seccion-clientes .owl-clientes, .seccion-testimonios .owl-clientes {
  width: 90%;
  margin: 0 auto;
}

/*Seccion de clientes*/
.seccion-clientes .item {
  display: flex;
  align-items: center;
  height: 230px;
}
.seccion-clientes .item div {
  align-self: flex-start;
  margin: 0 1em;
}
.seccion-clientes .item img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.seccion-clientes .item p {
  color: white;
  font-size: 20px;
}
.seccion-clientes .item p:last-child {
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .seccion-clientes .item {
    display: block;
    height: auto;
  }
  .seccion-clientes .item img {
    margin: 0 auto;
  }
  .seccion-clientes .item div {
    margin: 50px 2.5em 0 2.5em;
  }
}

/*seccion testimonios*/
.seccion-testimonios h3 {
  font-size: 25px;
  color: white;
  margin: 35px;
}
.seccion-testimonios div > p {
  color: white;
  margin: 1em;
  font-weight: bold;
}
.seccion-testimonios div > p:last-child {
  font-weight: normal;
}
.seccion-testimonios .content-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.seccion-testimonios .content-video iframe, .seccion-testimonios .content-video object, .seccion-testimonios .content-video embed, .seccion-testimonios .content-video video {
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .seccion-testimonios .content-video {
    padding-bottom: 63.25%;
  }
}
.seccion-testimonios .owl-nav {
  top: 36%;
}

footer img {
  width: 150px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer-item {
  width: 20%;
}
.footer-item:first-child {
  width: 40%;
}
.footer-item p {
  margin: 0;
  padding: 25px 50px 0 0;
  text-align: justify;
}
.footer-item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  list-style: none;
}
.footer-item ul li {
  width: 100%;
  margin: 10px 0;
}
.footer-item a {
  text-decoration: none;
  color: black;
}
.footer-item.social a {
  background-color: #5F2871;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: x-large;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 680px) {
  footer {
    text-align: center;
  }

  .footer-item {
    width: 100% !important;
  }
  .footer-item p {
    padding: 0 25px 25px 25px;
  }
  .footer-item ul {
    padding: 0;
  }
  .footer-item.social ul {
    justify-content: space-around;
  }
  .footer-item.social li {
    width: auto;
  }
}
.toggle-user .dropdown-toggle {
  background: none;
  border: none;
  color: #fff;
  padding: 20.3px 0;
  transition: all 1s ease;
  width: 100%;
}
.toggle-user .dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.toggle-user .dropdown-menu {
  left: initial;
  right: 0;
}

.identificacion-wrap .gen {
  display: flex;
}
.identificacion-wrap > label {
  display: block;
}
.identificacion-wrap .box-id {
  display: inline-block;
}
.identificacion-wrap .tip_ide {
  width: 20%;
  margin-right: 10px;
}
.identificacion-wrap .identi {
  width: 80%;
}

.owl-dot {
  border: none;
  background: none;
}

.select2-container .select2-selection--single {
  height: 35px !important;
  border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px !important;
}

.display-flex {
  display: flex;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url("/img/loading-2s-200px.gif") no-repeat 50% 50% rgba(255, 255, 255, 0.9);
}
/*# sourceMappingURL=style.css.map*/