/*
EJEMPLO RETINA:
@include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat);
*/
/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  display: block;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* FIN RM */
/* VARIABLES */
/* MIXINS */
/* COMIENZAN LOS ESTILOS */
body,
html {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* SLIDER PRINCIPAL */
.p-main-slider {
  position: absolute !important;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 690px) {
  .p-main-slider {
    position: fixed !important;
  }
}

.p-main-slider div {
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media screen and (max-width: 690px) {
  .p-main-slider div {
    padding-bottom: 60px;
  }
}

.p-main-slider div.slide-1 {
  background-image: url("../img/slider/1.jpg");
}

.p-main-slider div.slide-2 {
  background-image: url("../img/slider/2.jpg");
}

.p-main-slider div.slide-3 {
  background-image: url("../img/slider/3.jpg");
}

.p-main-slider div.slide-4 {
  background-image: url("../img/slider/4.jpg");
}

.p-main-slider div.slide-5 {
  background-image: url("../img/slider/5.jpg");
}

.p-main-slider div.slide-6 {
  background-image: url("../img/slider/6.jpg");
}

.p-main-slider div.slide-7 {
  background-image: url("../img/slider/7.jpg");
}

/* GENERAL SWIPER */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 700px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}

.swiper-button-next.orange,
.swiper-button-prev.orange {
  color: #0099dd;
  outline: none;
}

@media (max-width: 1350px) {
  .swiper-button-next.orange,
  .swiper-button-prev.orange {
    display: none;
  }
}

.p-header {
  height: 70px;
  border-bottom: 3px solid #0099dd;
  background: rgba(0, 46, 104, 0.9);
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.p-header .p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

@media (max-width: 690px) {
  .p-header .p-nav {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.p-header .p-nav li {
  outline: none;
  width: 150px;
  height: 100%;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

.p-header .p-nav li:hover {
  color: white;
}

@media (max-width: 690px) {
  .p-header .p-nav li {
    padding: 0 1rem;
  }
}

.p-header__logo {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 0.9;
  font-family: "Oxygen", sans-serif;
}

.p-header__logo span {
  letter-spacing: 0px;
  font-size: 24px;
}

.p-home {
  width: 100%;
  min-height: calc(100vh - 85px);
  height: 100%;
  position: relative;
  z-index: 100;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 700px) {
  .p-home {
    padding-bottom: 60px;
  }
}

.p-home__title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 3px 3px 8px #362e2b;
  color: #e7e7e7;
  margin-bottom: -21px;
  z-index: 100;
  position: relative;
}

.p-home__title--1 {
  font-size: 70px;
  display: block;
  margin-bottom: -13px;
}

@media screen and (max-width: 700px) {
  .p-home__title {
    font-size: 40px;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .p-home__title--1 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.p-home__description {
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #362e2b;
  /* text-shadow: 3px 3px 5px $gris; */
  padding: 40px;
  background: white;
  /* background: rgba($azulElectrico, 0.9); */
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 153, 221, 0.2) inset;
          box-shadow: 0px 0px 35px rgba(0, 153, 221, 0.2) inset;
}

@media (max-width: 700px) {
  .p-home__description {
    font-size: 24px;
    border-radius: 0;
  }
}

@media (max-width: 500px) {
  .p-home__description {
    font-size: 20px;
  }
}

.p-contacto {
  width: 100%;
  min-height: calc(100vh - 70px);
  height: 100%;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #362e2b;
  background-image: url("../img/fondos/fondo2-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
}

@media screen and (max-width: 700px) {
  .p-contacto {
    padding-bottom: 60px;
  }
}

@media (max-width: 1350px) {
  .p-contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-contacto__item {
  width: 40%;
}

@media (max-width: 1350px) {
  .p-contacto__item {
    width: 90%;
    padding: 0 2rem;
  }
}

.p-contacto__item:first-child {
  margin-right: 5%;
}

@media (max-width: 1350px) {
  .p-contacto__item:first-child {
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 5vh;
  }
}

@media (max-width: 850px) {
  .p-contacto__item:first-child {
    margin-top: 0;
  }
}

.p-contacto .form {
  margin-bottom: 4vh;
}

.p-contacto .form__row {
  width: 100%;
}

.p-contacto .form__row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 670px) {
  .p-contacto .form__row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contacto .form__name {
  width: 45%;
}

@media (max-width: 670px) {
  .p-contacto .form__name {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-contacto .form__email {
  width: 45%;
}

@media (max-width: 670px) {
  .p-contacto .form__email {
    width: 100%;
  }
}

.p-contacto .form__msg {
  width: 100%;
  height: 15vh !important;
  margin: 2rem 0;
}

.p-contacto .form-control {
  background: transparent;
  border: 1px solid white;
  line-height: 150%;
  height: 50px;
  border-radius: 3px;
  color: #362e2b !important;
  font-size: 16px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contacto .form__button {
  border-radius: 5px;
  background-color: #0099dd;
  border-color: #0099dd;
  color: white !important;
  font-size: 16px;
  padding: 9px 34px;
  line-height: 25px;
  outline: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.p-contacto .form input,
.p-contacto .form textarea {
  font-family: "Roboto", sans-serif;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  color: #362e2b;
}

.p-contacto .gracias-contacto {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}

.p-profesor {
  width: 100%;
  min-height: calc(100vh - 70px);
  height: 100%;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  background-image: url("../img/fondos/fondo1-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
}

@media screen and (max-width: 700px) {
  .p-profesor {
    padding-bottom: 60px;
  }
}

@media (max-width: 835px) {
  .p-profesor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-profesor__title {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 3px 3px 8px #362e2b;
  color: #e7e7e7;
  margin-bottom: 50px;
}

@media (max-width: 835px) {
  .p-profesor__title {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: 30px;
    text-align: center;
  }
}

.p-profesor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 835px) {
  .p-profesor__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 835px) {
  .p-profesor .item {
    margin-bottom: 2rem;
  }
}

.p-profesor .item:first-child {
  margin-right: 2rem;
}

@media (max-width: 835px) {
  .p-profesor .item:first-child {
    margin-right: 0;
  }
}

.p-profesor .item__img {
  position: relative;
  width: 378px;
  height: 300px;
  margin-bottom: 2vh;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.p-profesor .item__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 835px) {
  .p-profesor .item__img {
    width: 350px;
    height: 250px;
    margin-bottom: 0;
  }
  .p-profesor .item__img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-profesor .item__text {
  font-size: 2.2rem;
  text-align: center;
  max-width: 350px;
}

.p-profesor .item__text p {
  font-size: 1rem;
}

@media screen and (max-width: 835px) {
  .p-profesor .item__text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-profesor .item__title {
  font-size: 1.5rem !important;
}

.p-profesor__img-content {
  width: 100%;
  height: 253px;
  background: white;
  position: absolute;
  padding: 0 20px;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.p-profesor__img-content:hover {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.p-profesor__img-content p {
  font-size: 12.5px;
  text-align: center;
  margin-bottom: 10px;
}

/* MAPA */
.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 600px;
  margin-bottom: 4vh;
}

@media (max-width: 1350px) {
  .mapouter {
    height: 300px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 4vh;
  }
}

@media (max-width: 650px) {
  .mapouter {
    width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .mapouter {
    height: 250px;
    width: 300px;
    margin-bottom: 10vh;
  }
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 600px;
}

@media (max-width: 1350px) {
  .gmap_canvas {
    height: 300px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 4vh;
  }
}

@media (max-width: 650px) {
  .gmap_canvas {
    width: 400px;
  }
}

@media (max-width: 650px) {
  .gmap_canvas {
    height: 250px;
    width: 300px;
    margin-bottom: 10vh;
  }
}

.swiper-slide section {
  padding-top: 85px;
  margin-top: 0;
}
/*# sourceMappingURL=styles.css.map */