/* line 14, ../scss/estilo.scss */
html {
  font-size: 16px; }

/* line 17, ../scss/estilo.scss */
body {
  font-family: 'Montserrat', sans-serif;
  color: #2C3D4F; }

/* line 24, ../scss/estilo.scss */
.menuprincipal a {
  color: #FFF; }

/* line 27, ../scss/estilo.scss */
.menuprincipal a:hover {
  color: #F07E1A; }

/* line 30, ../scss/estilo.scss */
.navbar-nav .active > .nav-link {
  color: #F07E1A; }

/* line 33, ../scss/estilo.scss */
.menuprincipal .active {
  color: #2C3D4F !important; }

/* line 36, ../scss/estilo.scss */
.barra {
  background-color: #006DB0; }

/* line 39, ../scss/estilo.scss */
header nav a img {
  width: 9rem;
  height: auto; }

/* line 50, ../scss/estilo.scss */
#slider {
  margin-top: 6%; }

/* line 53, ../scss/estilo.scss */
.content-area {
  position: relative; }

/* line 56, ../scss/estilo.scss */
.custom-overlay {
  position: absolute;
  transition: all 1s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0; }

/* line 66, ../scss/estilo.scss */
.content-area:hover .custom-overlay {
  height: 100%;
  opacity: 1; }

/* line 70, ../scss/estilo.scss */
.content-text {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem; }

/* line 78, ../scss/estilo.scss */
.content-text h3 {
  font-size: 1rem; }

/* line 81, ../scss/estilo.scss */
.custom-overlay:hover {
  opacity: 1; }

/* line 91, ../scss/estilo.scss */
.sucre_segura h1 {
  font-size: 4rem; }

/* line 94, ../scss/estilo.scss */
.sucre_segura h2 {
  font-size: 2.5rem; }

/* line 104, ../scss/estilo.scss */
.spanish-lessons {
  background-color: #FFDEC1; }

/* line 114, ../scss/estilo.scss */
.modal-header {
  background-color: #F07E1A;
  color: #FFF; }

/* line 118, ../scss/estilo.scss */
.modal-header .modal-title {
  font-weight: bold; }

/* line 128, ../scss/estilo.scss */
.school-facilities {
  background-color: #2C3D4F;
  color: #FFF; }

/* line 132, ../scss/estilo.scss */
.school-facilities ul,
.school-facilities ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 140, ../scss/estilo.scss */
.icono {
  color: #FFF;
  font-size: 3rem; }

/* line 144, ../scss/estilo.scss */
.circulo {
  background: #F07E1A;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  line-height: 8.2rem;
  transition: all 1s ease; }

/* line 152, ../scss/estilo.scss */
.circulo:hover {
  transform: rotateX(360deg);
  transform-style: preserve-3d; }

/* line 156, ../scss/estilo.scss */
.school-facilities ul li .contenedor-facilities h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1rem; }

/* line 162, ../scss/estilo.scss */
.school-facilities ul li .contenedor-facilities a {
  text-decoration: none;
  color: #FFF; }

/* line 166, ../scss/estilo.scss */
.school-facilities .modal-content {
  color: #2C3D4F; }

/* line 176, ../scss/estilo.scss */
.programs .container {
  background: url("../img/fondo_programs.svg") no-repeat 0 6rem; }

/* line 179, ../scss/estilo.scss */
.programs article {
  flex-direction: column;
  align-items: center;
  text-align: center; }

/* line 184, ../scss/estilo.scss */
.programs img {
  width: 10rem;
  height: auto;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 1rem;
  transition: all 1s ease; }

/* line 192, ../scss/estilo.scss */
.programs article:hover img {
  transform: rotateY(360deg);
  transform-style: preserve-3d; }

/* line 196, ../scss/estilo.scss */
.programs .premio {
  width: 16rem;
  height: auto; }

/* line 200, ../scss/estilo.scss */
.programs h3 a {
  color: #0E3047;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline; }

/* line 206, ../scss/estilo.scss */
.programs h3 {
  margin: 0 0 .5rem 0;
  font-size: 1.2rem;
  flex: 0 1 auto; }

/* line 211, ../scss/estilo.scss */
.programs .btn-secondary {
  width: 8rem;
  height: 2.5rem; }

/* line 215, ../scss/estilo.scss */
.btn-secondary {
  color: #FFF;
  background-color: #006DB0;
  border-color: transparent;
  transition: all .5s ease; }

/* line 221, ../scss/estilo.scss */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active:hover {
  color: #FFF;
  background-color: #0E3047;
  border-color: transparent; }

/* line 235, ../scss/estilo.scss */
.special-programs {
  background-color: #2C3D4F;
  color: #FFF; }

/* line 239, ../scss/estilo.scss */
.special-programs ul,
.special-programs ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 246, ../scss/estilo.scss */
.special-programs ul li .special h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1rem; }

/* line 252, ../scss/estilo.scss */
.special-programs ul li .special a {
  text-decoration: none;
  color: #FFF; }

/* line 256, ../scss/estilo.scss */
.special-programs .modal-content {
  color: #2C3D4F; }

/* line 259, ../scss/estilo.scss */
.special-programs .modal-body img {
  width: 21rem;
  height: auto; }

/* line 270, ../scss/estilo.scss */
.acomodacion {
  background-color: #FFF; }

/* line 273, ../scss/estilo.scss */
.acomodacion img {
  width: 28rem;
  height: auto; }

/* line 277, ../scss/estilo.scss */
.acomodacion_imagen {
  position: relative; }

/* line 280, ../scss/estilo.scss */
.acomodacion_imagen_overlay {
  position: absolute;
  transition: all 1s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0; }

/* line 290, ../scss/estilo.scss */
.acomodacion_imagen:hover .acomodacion_imagen_overlay {
  height: 100%;
  opacity: 1; }

/* line 294, ../scss/estilo.scss */
.acomodacion_imagen_texto {
  color: #FFF;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem; }

/* line 302, ../scss/estilo.scss */
.acomodacion_imagen_texto h3 {
  font-size: 1.5rem; }

/* line 312, ../scss/estilo.scss */
.testimonios {
  background-color: #FFDEC1; }

/* line 315, ../scss/estilo.scss */
.testimonios img {
  width: 9rem;
  height: auto; }

/* line 319, ../scss/estilo.scss */
.testimonios .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 324, ../scss/estilo.scss */
.testimonios .btn-warning:hover,
.testimonios .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 330, ../scss/estilo.scss */
.testimonios .btn-warning a {
  text-decoration: none;
  color: #FFF; }

/* line 341, ../scss/estilo.scss */
.paginas_amigas img {
  width: 10rem;
  height: auto; }

/* line 352, ../scss/estilo.scss */
.pie_pagina {
  background: #FFDEC1;
  color: #006DB0; }

/* line 356, ../scss/estilo.scss */
.pie_pagina .datos ul,
.pie_pagina .redes_sociales ul {
  padding: 0; }

/* line 360, ../scss/estilo.scss */
.pie_pagina .datos ul li,
.pie_pagina .redes_sociales ul li {
  list-style: none;
  display: flex;
  flex-direction: row; }

/* line 366, ../scss/estilo.scss */
.pie_pagina .datos .icono_pie {
  margin-right: .5rem; }

/* line 369, ../scss/estilo.scss */
.pie_pagina .redes_sociales ul li a {
  color: #006DB0;
  margin-bottom: 1rem; }

/* line 373, ../scss/estilo.scss */
.pie_pagina .redes_sociales ul li a:hover {
  color: #F07E1A; }

/* line 376, ../scss/estilo.scss */
.pie_pagina .logopie {
  width: 17rem;
  height: auto; }

/* line 387, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen {
  background-color: #0E3047; }

/* line 390, ../scss/estilo.scss */
.estilo_sucre .sucre_fondo {
  background: url("../img/sucre.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 399, ../scss/estilo.scss */
.estilo_sucre .sucre_fondo_derecha {
  background: url("../img/sucre1.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  flex-direction: column;
  align-items: center;
  text-align: center; }

/* line 407, ../scss/estilo.scss */
.estilo_sucre .sucre_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 412, ../scss/estilo.scss */
.estilo_sucre .sucre_fondo_derecha .btn-warning:hover,
.estilo_sucre .sucre_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 418, ../scss/estilo.scss */
.sucre_imagen {
  position: relative; }

/* line 421, ../scss/estilo.scss */
.sucre_imagen_overlay {
  position: absolute;
  transition: all 1s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0; }

/* line 431, ../scss/estilo.scss */
.sucre_imagen:hover .sucre_imagen_overlay {
  height: 100%;
  opacity: 1; }

/* line 435, ../scss/estilo.scss */
.sucre_imagen_texto {
  color: #FFF;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem; }

/* line 443, ../scss/estilo.scss */
.sucre_imagen_texto h3 {
  font-size: 1.5rem; }

/* line 446, ../scss/estilo.scss */
.sucre_imagen .img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0; }

/* line 451, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #casalibertad .modal-body {
  background: url("../img/casalibertad_opaca.jpg") no-repeat center top; }

/* line 454, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #recoleta .modal-body {
  background: url("../img/recoleta_opaca.jpg") no-repeat center top; }

/* line 457, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #calorco .modal-body {
  background: url("../img/calorco_opaca.jpg") no-repeat center top; }

/* line 460, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #catedral .modal-body {
  background: url("../img/catedral_opaca.jpg") no-repeat center top; }

/* line 463, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #castilloglorieta .modal-body {
  background: url("../img/castilloglorieta_opaca.jpg") no-repeat center top; }

/* line 466, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #distrito8 .modal-body {
  background: url("../img/distrito8_opaca.jpg") no-repeat center top; }

/* line 469, ../scss/estilo.scss */
.estilo_sucre .sucre_grupo_imagen #casalibertad .modal-body,
.estilo_sucre .sucre_grupo_imagen #recoleta .modal-body,
.estilo_sucre .sucre_grupo_imagen #calorco .modal-body,
.estilo_sucre .sucre_grupo_imagen #catedral .modal-body,
.estilo_sucre .sucre_grupo_imagen #castilloglorieta .modal-body,
.estilo_sucre .sucre_grupo_imagen #distrito8 .modal-body {
  background-size: cover;
  background-attachment: fixed !important; }

/* line 485, ../scss/estilo.scss */
.estilo_aboutus .aboutus_fondo {
  background: url("../img/aboutus.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 494, ../scss/estilo.scss */
.estilo_aboutus .aboutus_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 500, ../scss/estilo.scss */
.estilo_aboutus .aboutus_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 505, ../scss/estilo.scss */
.estilo_aboutus .aboutus_fondo_derecha .btn-warning:hover,
.estilo_aboutus .aboutus_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 511, ../scss/estilo.scss */
.estilo_aboutus .aboutus_misionvision,
.estilo_aboutus .aboutus_slider {
  background-color: #FFF; }

/* line 515, ../scss/estilo.scss */
.estilo_aboutus .panel .panel-heading {
  font-size: 1.2rem; }

/* line 518, ../scss/estilo.scss */
.estilo_aboutus .panel .panel-heading a {
  background: #F07E1A;
  color: #FFF;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

/* line 527, ../scss/estilo.scss */
.estilo_aboutus .panel .panel-heading a:hover {
  background: #006DB0;
  color: #FFF; }

/* line 534, ../scss/estilo.scss */
#slider_escuela {
  margin-top: 6%; }

/* line 537, ../scss/estilo.scss */
.slider_escuela_area {
  position: relative; }

/* line 540, ../scss/estilo.scss */
.slider_escuela_overlay {
  position: absolute;
  transition: all 1s ease-in-out;
  opacity: 0;
  background-color: rgba(1, 110, 177, 0.7);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0; }

/* line 550, ../scss/estilo.scss */
.slider_escuela_area:hover .slider_escuela_overlay {
  height: 10%;
  opacity: 1; }

/* line 554, ../scss/estilo.scss */
.slider_escuela_text {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem; }

/* line 562, ../scss/estilo.scss */
.slider_escuela_text h3 {
  font-size: 1rem; }

/* line 565, ../scss/estilo.scss */
.slider_escuela_overlay:hover {
  opacity: 1; }

/* line 578, ../scss/estilo.scss */
.estilo_lessons .lessons_fondo {
  background: url("../img/lessons.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 587, ../scss/estilo.scss */
.estilo_lessons .lessons_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 593, ../scss/estilo.scss */
.estilo_lessons .lessons_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 598, ../scss/estilo.scss */
.estilo_lessons .lessons_fondo_derecha .btn-warning:hover,
.estilo_lessons .lessons_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 604, ../scss/estilo.scss */
.courses .panel .panel-heading {
  font-size: 1.2rem; }

/* line 607, ../scss/estilo.scss */
.courses .panel .panel-heading a {
  background: #F07E1A;
  color: #FFF;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

/* line 616, ../scss/estilo.scss */
.courses .panel .panel-heading a:hover {
  background: #006DB0;
  color: #FFF; }

/* line 627, ../scss/estilo.scss */
.estilo_extraactivities .extraactivities_fondo {
  background: url("../img/extraactivities.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 636, ../scss/estilo.scss */
.estilo_extraactivities .extraactivities_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 643, ../scss/estilo.scss */
.estilo_extraactivities .extraactivities_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 648, ../scss/estilo.scss */
.estilo_extraactivities .extraactivities_fondo_derecha .btn-warning:hover,
.estilo_extraactivities .extraactivities_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 654, ../scss/estilo.scss */
.actividades_extra img {
  width: 21.9rem;
  height: auto; }

/* line 658, ../scss/estilo.scss */
.actividades_extra .panel .panel-heading {
  font-size: 1.2rem; }

/* line 661, ../scss/estilo.scss */
.actividades_extra .panel .panel-heading a {
  background: #F07E1A;
  color: #FFF;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

/* line 670, ../scss/estilo.scss */
.actividades_extra .panel .panel-heading a:hover {
  background: #006DB0;
  color: #FFF; }

/* line 681, ../scss/estilo.scss */
.estilo_contactus .contactus_fondo {
  background: url("../img/contactus.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 40vh;
  display: flex;
  flex-direction: column; }

/* line 690, ../scss/estilo.scss */
.estilo_contactus .contactus_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 704, ../scss/estilo.scss */
.estilo_volunteering .volunteering_fondo {
  background: url("../img/volunteering.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 713, ../scss/estilo.scss */
.estilo_volunteering .volunteering_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 719, ../scss/estilo.scss */
.estilo_volunteering .volunteering_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 724, ../scss/estilo.scss */
.estilo_volunteering .volunteering_fondo_derecha .btn-warning:hover,
.estilo_volunteering .volunteering_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 730, ../scss/estilo.scss */
.projects .panel .panel-heading {
  font-size: 1.2rem; }

/* line 733, ../scss/estilo.scss */
.projects .panel .panel-heading a {
  background: #F07E1A;
  color: #FFF;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

/* line 742, ../scss/estilo.scss */
.projects .panel .panel-heading a:hover {
  background: #006DB0;
  color: #FFF; }

/* line 746, ../scss/estilo.scss */
.projects img {
  width: 33.8rem;
  height: auto; }

/* line 757, ../scss/estilo.scss */
.estilo_accommodation .accommodation_fondo {
  background: url("../img/acomodacion.jpg") no-repeat left top;
  color: #fff;
  background-size: 60%;
  background-attachment: fixed !important;
  height: 90vh;
  display: flex;
  flex-direction: column; }

/* line 766, ../scss/estilo.scss */
.estilo_accommodation .accommodation_fondo_derecha {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFDEC1; }

/* line 772, ../scss/estilo.scss */
.estilo_accommodation .accommodation_fondo_derecha .btn-warning {
  color: #FFF;
  background-color: #F07E1A;
  border-color: #F07E1A; }

/* line 777, ../scss/estilo.scss */
.estilo_accommodation .accommodation_fondo_derecha .btn-warning:hover,
.estilo_accommodation .accommodation_fondo_derecha .btn-warning:active {
  color: #FFF;
  background-color: #C06007;
  border-color: #C06007; }

/* line 783, ../scss/estilo.scss */
.accommodation_options .panel .panel-heading {
  font-size: 1.2rem; }

/* line 786, ../scss/estilo.scss */
.accommodation_options .panel .panel-heading a {
  background: #F07E1A;
  color: #FFF;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all .5s ease; }

/* line 795, ../scss/estilo.scss */
.accommodation_options .panel .panel-heading a:hover {
  background: #006DB0;
  color: #FFF; }

/* line 799, ../scss/estilo.scss */
.accommodation_options img {
  width: 33.8rem;
  height: auto; }

@media (max-width: 768px) {
  /* line 814, ../scss/estilo.scss */
  .menuprincipal .iconomenu {
    color: #F07E1A;
    font-size: 1.5rem; }

  /* line 818, ../scss/estilo.scss */
  header nav a img {
    width: 7rem;
    height: auto; }

  /* line 822, ../scss/estilo.scss */
  .menuprincipal ul {
    font-size: .8rem;
    align-items: center; }

  /* line 833, ../scss/estilo.scss */
  .sucre_segura h1 {
    font-size: 3rem; }

  /* line 836, ../scss/estilo.scss */
  .sucre_segura h2 {
    font-size: 1.5rem; }

  /* line 846, ../scss/estilo.scss */
  .modal-header .modal-title {
    font-size: .9rem; }

  /* line 849, ../scss/estilo.scss */
  .modal-body p {
    font-size: .8rem; }

  /* line 852, ../scss/estilo.scss */
  .modal-body .table {
    font-size: .7rem; }

  /* line 855, ../scss/estilo.scss */
  .modal-body ul {
    font-size: .7rem; }

  /* line 858, ../scss/estilo.scss */
  .modal-footer button {
    font-size: .8rem; }

  /* line 868, ../scss/estilo.scss */
  .spanish-lessons h1 {
    font-size: 1.5rem; }

  /* line 871, ../scss/estilo.scss */
  .spanish-lessons p {
    font-size: .8rem; }

  /* line 881, ../scss/estilo.scss */
  .school-facilities h1 {
    font-size: 1.5rem; }

  /* line 884, ../scss/estilo.scss */
  .school-facilities p {
    font-size: .8rem; }

  /* line 887, ../scss/estilo.scss */
  .icono {
    font-size: 2rem; }

  /* line 890, ../scss/estilo.scss */
  .circulo {
    width: 5rem;
    height: 5rem;
    line-height: 5.5rem; }

  /* line 895, ../scss/estilo.scss */
  .school-facilities ul li .contenedor-facilities h4 {
    font-size: 1rem; }

  /* line 905, ../scss/estilo.scss */
  .programs h1 {
    font-size: 1.5rem; }

  /* line 908, ../scss/estilo.scss */
  .programs .container {
    background: #FFF; }

  /* line 911, ../scss/estilo.scss */
  .programs img {
    width: 5rem;
    height: auto; }

  /* line 915, ../scss/estilo.scss */
  .programs h3 a {
    font-size: 1rem; }

  /* line 918, ../scss/estilo.scss */
  .programs .btn-secondary {
    width: 8rem;
    height: 2.5rem; }

  /* line 929, ../scss/estilo.scss */
  .special-programs h1 {
    font-size: 1rem; }

  /* line 932, ../scss/estilo.scss */
  .special-programs p {
    font-size: .8rem; }

  /* line 935, ../scss/estilo.scss */
  .special-programs ul li .special h4 {
    font-size: 1rem; }

  /* line 938, ../scss/estilo.scss */
  .special-programs .modal-content {
    color: #2C3D4F; }

  /* line 941, ../scss/estilo.scss */
  .special-programs .modal-body img {
    width: 10rem;
    height: auto; }

  /* line 952, ../scss/estilo.scss */
  .acomodacion h1 {
    font-size: 1.5rem; }

  /* line 955, ../scss/estilo.scss */
  .acomodacion img {
    width: 18rem;
    height: auto; }

  /* line 966, ../scss/estilo.scss */
  .testimonios h4 {
    font-size: 1.2rem; }

  /* line 969, ../scss/estilo.scss */
  .testimonios p {
    font-size: .8rem; }

  /* line 972, ../scss/estilo.scss */
  .testimonios img {
    width: 6rem;
    height: auto; }

  /* line 983, ../scss/estilo.scss */
  .paginas_amigas h3 {
    font-size: 1rem; }

  /* line 986, ../scss/estilo.scss */
  .paginas_amigas img {
    width: 6rem;
    height: auto; }

  /* line 997, ../scss/estilo.scss */
  .estilo_sucre .sucre_fondo {
    background-size: contain;
    height: 43vh; }

  /* line 1000, ../scss/estilo.scss */
  .estilo_sucre .sucre_fondo_derecha h1 {
    font-size: 1.5rem; }

  /* line 1003, ../scss/estilo.scss */
  .estilo_sucre .sucre_fondo_derecha p {
    font-size: .8rem; }

  /* line 1006, ../scss/estilo.scss */
  .estilo_sucre .sucre_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1009, ../scss/estilo.scss */
  .sucre_imagen {
    position: relative;
    margin-bottom: 1.5rem; }

  /* line 1013, ../scss/estilo.scss */
  .sucre_imagen_texto {
    font-size: .9rem; }

  /* line 1016, ../scss/estilo.scss */
  .sucre_imagen_texto h3 {
    font-size: 1rem; }

  /* line 1026, ../scss/estilo.scss */
  .estilo_aboutus .aboutus_fondo {
    color: #fff;
    background-size: contain;
    height: 43vh; }

  /* line 1031, ../scss/estilo.scss */
  .estilo_aboutus .aboutus_fondo_derecha h1 {
    font-size: 1.5rem; }

  /* line 1034, ../scss/estilo.scss */
  .estilo_aboutus .aboutus_fondo_derecha p {
    font-size: .8rem; }

  /* line 1037, ../scss/estilo.scss */
  .estilo_aboutus .aboutus_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1040, ../scss/estilo.scss */
  .estilo_aboutus .panel .panel-heading {
    font-size: .8rem; }

  /* line 1043, ../scss/estilo.scss */
  .estilo_aboutus .panel .panel-heading a {
    padding: .5rem; }

  /* line 1046, ../scss/estilo.scss */
  .estilo_aboutus .panel .panel-collapse p {
    font-size: .8rem; }

  /* line 1056, ../scss/estilo.scss */
  .estilo_lessons .lessons_fondo {
    background-size: contain;
    height: 43vh; }

  /* line 1060, ../scss/estilo.scss */
  .estilo_lessons .lessons_fondo_derecha h1,
  .courses h1 {
    font-size: 1.5rem; }

  /* line 1064, ../scss/estilo.scss */
  .estilo_lessons .lessons_fondo_derecha p,
  .courses p {
    font-size: .8rem; }

  /* line 1068, ../scss/estilo.scss */
  .estilo_lessons .lessons_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1071, ../scss/estilo.scss */
  .courses .panel .panel-heading {
    font-size: .8rem; }

  /* line 1074, ../scss/estilo.scss */
  .courses .panel .panel-heading a {
    padding: .5rem; }

  /* line 1077, ../scss/estilo.scss */
  .courses .panel .panel-collapse p {
    font-size: .8rem; }

  /* line 1080, ../scss/estilo.scss */
  .courses .panel .panel-collapse .table {
    font-size: .7rem; }

  /* line 1090, ../scss/estilo.scss */
  .estilo_extraactivities .extraactivities_fondo {
    background-size: contain;
    height: 43vh; }

  /* line 1094, ../scss/estilo.scss */
  .estilo_extraactivities .extraactivities_fondo_derecha h1 {
    font-size: 1.5rem; }

  /* line 1097, ../scss/estilo.scss */
  .estilo_extraactivities .extraactivities_fondo_derecha p {
    font-size: .8rem; }

  /* line 1100, ../scss/estilo.scss */
  .estilo_extraactivities .extraactivities_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1103, ../scss/estilo.scss */
  .actividades_extra img {
    width: 18.1rem;
    height: auto; }

  /* line 1107, ../scss/estilo.scss */
  .actividades_extra .panel .panel-heading {
    font-size: .8rem; }

  /* line 1110, ../scss/estilo.scss */
  .actividades_extra .panel .panel-heading a {
    padding: .5rem; }

  /* line 1113, ../scss/estilo.scss */
  .actividades_extra .panel .panel-collapse p,
  .actividades_extra .panel .panel-collapse ul {
    font-size: .8rem; }

  /* line 1124, ../scss/estilo.scss */
  .estilo_contactus .contactus_fondo {
    background: url("../img/contactus_p.jpg") no-repeat left top;
    background-size: contain;
    height: 43vh; }

  /* line 1129, ../scss/estilo.scss */
  .estilo_contactus .contactus_fondo_derecha h1 {
    font-size: 1.5rem; }

  /* line 1132, ../scss/estilo.scss */
  .estilo_contactus .contactus_fondo_derecha p {
    font-size: .8rem; }

  /* line 1135, ../scss/estilo.scss */
  .contactanos .form-group,
  .contactanos .form-control,
  .contactanos .btn-primary,
  .contactanos .btn-secondary {
    font-size: .8rem; }

  /* line 1148, ../scss/estilo.scss */
  .estilo_volunteering .volunteering_fondo {
    background-size: contain;
    height: 43vh; }

  /* line 1152, ../scss/estilo.scss */
  .estilo_volunteering .volunteering_fondo_derecha h1,
  .projects h1 {
    font-size: 1.5rem; }

  /* line 1156, ../scss/estilo.scss */
  .estilo_volunteering .volunteering_fondo_derecha p {
    font-size: .8rem; }

  /* line 1159, ../scss/estilo.scss */
  .estilo_volunteering .volunteering_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1162, ../scss/estilo.scss */
  .projects .panel .panel-heading {
    font-size: .8rem; }

  /* line 1165, ../scss/estilo.scss */
  .projects .panel .panel-heading a {
    padding: .5rem; }

  /* line 1168, ../scss/estilo.scss */
  .projects .panel .panel-collapse p,
  .projects .panel .panel-collapse ul {
    font-size: .8rem; }

  /* line 1172, ../scss/estilo.scss */
  .projects img {
    width: 18.1rem;
    height: auto; }

  /* line 1183, ../scss/estilo.scss */
  .estilo_accommodation .accommodation_fondo {
    background-size: contain;
    height: 43vh; }

  /* line 1187, ../scss/estilo.scss */
  .estilo_accommodation .accommodation_fondo_derecha h1 {
    font-size: 1.5rem; }

  /* line 1190, ../scss/estilo.scss */
  .estilo_accommodation .accommodation_fondo_derecha p {
    font-size: .8rem; }

  /* line 1193, ../scss/estilo.scss */
  .estilo_accommodation .accommodation_fondo_derecha .btn-warning {
    margin-bottom: 1.5rem; }

  /* line 1196, ../scss/estilo.scss */
  .accommodation_options .panel .panel-heading {
    font-size: .8rem; }

  /* line 1199, ../scss/estilo.scss */
  .accommodation_options .panel .panel-heading a {
    padding: .5rem; }

  /* line 1202, ../scss/estilo.scss */
  .accommodation_options .panel .panel-collapse p,
  .accommodation_options .panel .panel-collapse ul {
    font-size: .8rem; }

  /* line 1206, ../scss/estilo.scss */
  .accommodation_options img {
    width: 18.1rem;
    height: auto; } }
