@import 'https://fonts.googleapis.com/css2?family=Lato&family=Pathway+Gothic+One&family=Urbanist:wght@800&display=swap';
.text-principal_color {
  color: #01957b;
}
.bg-principal_color {
  background-color: #01957b;
}
.btn-principal_color {
  background-color: #01957b;
  color: #fff;
}
.btn-principal_color:hover {
  background-color: #00493c;
  color: #fff;
}
.btn-outline-principal_color {
  border-color: #01957b;
  background-color: transparent;
  color: #01957b;
}
.btn-outline-principal_color:hover {
  background-color: #00493c;
  color: #fff;
}
.text-secondary_color {
  color: #e6a900;
}
.bg-secondary_color {
  background-color: #e6a900;
}
.btn-secondary_color {
  background-color: #e6a900;
  color: #fff;
}
.btn-secondary_color:hover {
  background-color: #9a7100;
  color: #fff;
}
.btn-outline-secondary_color {
  border-color: #e6a900;
  background-color: transparent;
  color: #e6a900;
}
.btn-outline-secondary_color:hover {
  background-color: #9a7100;
  color: #fff;
}
.text-terciary_color {
  color: #8dc544;
}
.bg-terciary_color {
  background-color: #8dc544;
}
.btn-terciary_color {
  background-color: #8dc544;
  color: #fff;
}
.btn-terciary_color:hover {
  background-color: #65902d;
  color: #fff;
}
.btn-outline-terciary_color {
  border-color: #8dc544;
  background-color: transparent;
  color: #8dc544;
}
.btn-outline-terciary_color:hover {
  background-color: #65902d;
  color: #fff;
}
.text-dark_gray {
  color: #283032;
}
.bg-dark_gray {
  background-color: #283032;
}
.btn-dark_gray {
  background-color: #283032;
  color: #fff;
}
.btn-dark_gray:hover {
  background-color: #060707;
  color: #fff;
}
.btn-outline-dark_gray {
  border-color: #283032;
  background-color: transparent;
  color: #283032;
}
.btn-outline-dark_gray:hover {
  background-color: #060707;
  color: #fff;
}
.text-light_gray {
  color: #f2f2f2;
}
.bg-light_gray {
  background-color: #f2f2f2;
}
.btn-light_gray {
  background-color: #f2f2f2;
  color: #fff;
}
.btn-light_gray:hover {
  background-color: #ccc;
  color: #fff;
}
.btn-outline-light_gray {
  border-color: #f2f2f2;
  background-color: transparent;
  color: #f2f2f2;
}
.btn-outline-light_gray:hover {
  background-color: #ccc;
  color: #fff;
}
.op-0 {
  opacity: 0;
}
.text-0 {
  color: #fff;
}
.bg-0 {
  background-color: #fff;
}
.op-5 {
  opacity: 0.05;
}
.text-5 {
  color: #f2f2f2;
}
.bg-5 {
  background-color: #f2f2f2;
}
.op-10 {
  opacity: 0.1;
}
.text-10 {
  color: #e6e6e6;
}
.bg-10 {
  background-color: #e6e6e6;
}
.op-15 {
  opacity: 0.15;
}
.text-15 {
  color: #d9d9d9;
}
.bg-15 {
  background-color: #d9d9d9;
}
.op-20 {
  opacity: 0.2;
}
.text-20 {
  color: #ccc;
}
.bg-20 {
  background-color: #ccc;
}
.op-25 {
  opacity: 0.25;
}
.text-25 {
  color: #bfbfbf;
}
.bg-25 {
  background-color: #bfbfbf;
}
.op-30 {
  opacity: 0.3;
}
.text-30 {
  color: #b3b3b3;
}
.bg-30 {
  background-color: #b3b3b3;
}
.op-35 {
  opacity: 0.35;
}
.text-35 {
  color: #a6a6a6;
}
.bg-35 {
  background-color: #a6a6a6;
}
.op-40 {
  opacity: 0.4;
}
.text-40 {
  color: #999;
}
.bg-40 {
  background-color: #999;
}
.op-45 {
  opacity: 0.45;
}
.text-45 {
  color: #8c8c8c;
}
.bg-45 {
  background-color: #8c8c8c;
}
.op-50 {
  opacity: 0.5;
}
.text-50 {
  color: #808080;
}
.bg-50 {
  background-color: #808080;
}
.op-55 {
  opacity: 0.55;
}
.text-55 {
  color: #737373;
}
.bg-55 {
  background-color: #737373;
}
.op-60 {
  opacity: 0.6;
}
.text-60 {
  color: #666;
}
.bg-60 {
  background-color: #666;
}
.op-65 {
  opacity: 0.65;
}
.text-65 {
  color: #595959;
}
.bg-65 {
  background-color: #595959;
}
.op-70 {
  opacity: 0.7;
}
.text-70 {
  color: #4d4d4d;
}
.bg-70 {
  background-color: #4d4d4d;
}
.op-75 {
  opacity: 0.75;
}
.text-75 {
  color: #404040;
}
.bg-75 {
  background-color: #404040;
}
.op-80 {
  opacity: 0.8;
}
.text-80 {
  color: #333;
}
.bg-80 {
  background-color: #333;
}
.op-85 {
  opacity: 0.85;
}
.text-85 {
  color: #262626;
}
.bg-85 {
  background-color: #262626;
}
.op-90 {
  opacity: 0.9;
}
.text-90 {
  color: #1a1a1a;
}
.bg-90 {
  background-color: #1a1a1a;
}
.op-95 {
  opacity: 0.95;
}
.text-95 {
  color: #0d0d0d;
}
.bg-95 {
  background-color: #0d0d0d;
}
.op-100 {
  opacity: 1;
}
.text-100 {
  color: #000;
}
.bg-100 {
  background-color: #000;
}
.well {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
}
.overprint-fixed,
.overprint-absolute {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.overprint-fixed {
  position: fixed;
}
.overprint-absolute {
  position: absolute;
}
.clickable {
  cursor: pointer;
}
.ui-effects-transfer {
  background-color: #800000;
  border: 2px dotted #000;
  z-index: 50;
}
.multiply {
  mix-blend-mode: multiply;
}
#scrollUp {
  bottom: 60px;
  right: 10px;
  padding: 5px 10px;
  background: #01957b;
  color: #fff;
}
#scrollUp i {
  font-size: 30px;
}
.wow {
  opacity: 0;
}
.bullet:after {
  content: '•';
  margin: 0 4px;
}
.bg-pattern {
  background-image: url("../assets/background-pattern.png");
  background-repeat: repeat;
  background-size: auto;
}
.thumb-cover {
  background-size: cover;
  background-position: center center;
}
.thumb-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.required {
  background-color: rgba(255,0,0,0.025) !important;
  border: 1px solid #f00 !important;
}
#loading {
  background-color: rgba(255,255,255,0.9);
  height: 100%;
  visibility: hidden;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  width: 100%;
  z-index: 99999;
}
#loading .loading-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
#loading .loading-wrapper .loading-content {
  text-align: center;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#loading .loading-wrapper .loading-content .loading-text {
  margin-top: 16px;
  font-size: 9pt;
}
#loading.active {
  visibility: visible;
  opacity: 1;
}
#loading.active .loading-wrapper .loading-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.blank-page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  min-height: 480px;
  text-align: center;
}
.blank-page .logo {
  max-width: 320px;
}
.blank-page .bg {
  height: 100%;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.ui-sortable-placeholder {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  visibility: visible !important;
}
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  border: 2px solid $green;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 1px;
}
.onoffswitch .onoffswitch-label {
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
  width: 200%;
  height: 20px;
  margin-left: -100%;
  -webkit-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  background-color: $green;
  border-radius: 0;
  content: 'SI';
  color: #fff;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  background-color: #ccc;
  color: #666;
  content: 'NO';
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before,
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
  font-size: 0.775rem;
  font-weight: bold;
  height: 20px;
  line-height: 1.15rem;
  padding: 0 6px 0 12px;
  width: 50%;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  background-color: #fff;
  border-radius: 100%;
  bottom: 0;
  display: block;
  margin: 0;
  position: absolute;
  right: 29px;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-group-xs > .btn span,
.btn-xs span {
  font-size: 0.8rem;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
}
.btn-white:hover {
  background-color: #e6e6e6;
}
.btn-white.active {
  background-color: #e6e6e6;
}
.btn-outline-dark {
  border-radius: 0;
}
.btn-outline-dark:hover {
  background-color: #01957b;
  border: 1px solid #01957b;
}
.btn-outline-light,
.btn-outline-dark {
  border-radius: 2rem;
  border: 2px solid;
}
.btn-default {
  color: #fff !important;
  background-color: #01957b;
}
.btn-default:hover {
  background-color: #e6a900;
  color: #000;
}
body {
  font-family: 'Lato', sans-serif;
  smoothing: antialiased;
}
h1,
h2 {
  font-family: 'Urbanist', sans-serif;
}
h1 {
  font-size: calc(1.8rem + 1.5vw);
}
h2 {
  font-size: calc(1rem + 1.5vw);
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:active {
  color: #01957b;
}
.green {
  color: #01957b;
}
.bg-green1 {
  background-color: #01957b;
}
.bg-green2 {
  background-color: #31a671;
}
.bg-green3 {
  background-color: #4db063;
}
.bg-green4 {
  background-color: #68b856;
}
.bg-green5 {
  background-color: #8dc544;
}
.bg-green6 {
  background-color: #a5d16b;
}
.bg-gris {
  background-color: #f2f2f2;
}
.gral-section {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.flecha {
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#headerwrap_home {
  background: url("../images/colegio_del_faro_bg_home.jpg") no-repeat bottom center scroll;
  background-size: auto;
  padding: 6.25rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#headerwrap_home h1 {
  color: #fff;
  text-shadow: 0px 3px 2px #000;
}
#top-navigation {
  background-color: #283032;
  color: #fff;
  border-bottom: 4px solid #8dc544;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.8rem;
}
#top-navigation a {
  font-size: 0.8rem;
  color: #fff;
}
#top-navigation a:hover {
  color: #e6a900;
}
#top-navigation .btn-default {
  font-size: 0.7rem;
}
#top-navigation .btn-default:hover {
  background-color: transparent;
}
#mid-navigation {
  background-color: #01957b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
#mid-navigation img {
  width: 100%;
  max-width: 10rem;
}
.navbarCDF.navbar {
  padding-top: 0;
}
.navbarCDF.navbar .navbar-toggler {
  margin: 0 auto;
}
.navbarCDF.navbar-dark .navbar-nav .dropdown-item:hover,
.navbarCDF.navbar-dark .navbar-nav .dropdown-item:active {
  color: #e6a900 !important;
  background-color: transparent;
}
.navbarCDF.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}
.navbarCDF.navbar-dark .navbar-nav .nav-link:hover,
.navbarCDF.navbar-dark .navbar-nav .nav-link:active {
  color: #e6a900 !important;
}
@media screen and (max-width: 991px) {
  .navbarCDF.navbar-dark .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px dashed #fff;
  }
}
.navbarCDF.bg-dark {
  background-color: #01957b !important;
}
.apertura {
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.apertura .apertura-inner {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #01957b;
  text-transform: uppercase;
  color: #fff;
  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;
}
.apertura .apertura-inner .title {
  font-weight: 600;
}
.apertura .apertura-inner .caption {
  line-height: 1;
  margin: 0.15rem 0;
}
.apertura .apertura-inner .year {
  font-size: 18pt;
  font-weight: 700;
}
.apertura img {
  position: absolute;
  max-width: 10rem;
  top: 8rem;
  right: 1rem;
  z-index: 1;
}
#carouselCDF.carousel .carousel-inner {
  height: calc(100vh - 180px);
}
#carouselCDF.carousel .carousel-inner .carousel-item {
  background-color: #283032;
}
#carouselCDF.carousel .carousel-inner .carousel-item .carousel-caption {
  background: -webkit-gradient(linear, left top, right top, from(rgba(1,149,123,0.85)), to(rgba(140,197,68,0.85)));
  background: -o-linear-gradient(left, rgba(1,149,123,0.85) 0%, rgba(140,197,68,0.85) 100%);
  background: linear-gradient(to right, rgba(1,149,123,0.85) 0%, rgba(140,197,68,0.85) 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5rem;
}
#carouselCDF.carousel .fill {
  min-height: 100%;
  background-attachment: relative;
  background-position: center;
  width: 100%;
  left: 0%;
  right: 0%;
  background-size: cover;
  background-position: center;
}
#carouselCDF.carousel .inscripcion {
  border: 1px solid #f00;
}
#slogan {
  background-color: #f2f2f2;
  text-align: center;
}
#slogan img {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 31.3rem;
}
#logo-puertos {
  background-color: #fcfcff;
  text-align: center;
}
#logo-puertos img {
  width: 100%;
  max-width: 25rem;
}
#botonera_home {
  text-align: center;
  background-color: url("../images/sombra.jpg") no-repeat center top;
}
#botonera_home .btn_icono {
  margin: 10px 13px 35px 13px;
  display: inline-block;
  padding: 0 40px;
}
#botonera_home .btn_icono h3 {
  margin-top: 10rem;
  font-family: 'Pathway Gothic One', sans-serif;
}
#botonera_home .btn_icono .icono1,
#botonera_home .btn_icono .icono2,
#botonera_home .btn_icono .icono3,
#botonera_home .btn_icono .icono4 {
  background: url("../images/iconos.jpg");
  padding-bottom: 135px;
}
#botonera_home .btn_icono .icono1 {
  padding-left: 133px;
  background-position: 0px 0px;
}
#botonera_home .btn_icono .icono2 {
  padding-left: 75px;
  background-position: -133px 0px;
}
#botonera_home .btn_icono .icono3 {
  padding-left: 95px;
  background-position: -208px 0px;
}
#botonera_home .btn_icono .icono4 {
  padding-left: 125px;
  background-position: -305px 0px;
}
#comenza_hoy {
  background-color: #f2f2f2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#tour_cdf .lado-der {
  background-color: #01957b;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  color: #fff;
  padding: 2rem;
}
#tour_cdf .lado-der a {
  color: #fff;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.25rem;
  display: block;
  padding: 0.55rem 0;
}
#tour_cdf .lado-der a:hover {
  color: #e6a900;
}
#tour_cdf .marco_quiero {
  width: 100%;
  height: 25rem;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  margin-bottom: 2rem;
}
#tour_cdf .carousel .carousel-inner {
  height: 25rem;
}
#tour_cdf .carousel .carousel-inner .fill {
  border-radius: 1.25rem;
  min-height: 100%;
  background-attachment: relative;
  background-position: center center;
  width: 100%;
  left: 0%;
  right: 0%;
  background-size: cover;
  background-position: center;
}
#tour_cdf .carousel .carousel-inner .fill .carousel-caption2 {
  position: absolute;
  width: 60%;
  margin-left: 20%;
  left: 0%;
  top: 25%;
  z-index: 10;
  color: #fff;
  padding: 1.25rem;
  text-align: center;
  background: rgba(1,149,123,0.6);
}
#tour_cdf .carousel .carousel-inner .fill .carousel-caption2 h3 {
  font-family: 'Urbanist', sans-serif;
}
#propuestas {
  background: url("../images/colegio-del-faro-propuestas.jpg") no-repeat bottom center scroll;
  background-size: cover;
  background-position: center;
}
#propuestas .punteado {
  background-color: rgba(141,197,68,0.8);
  padding: 2rem;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#propuestas .punteado ul {
  list-style-image: url("../images/iso.png");
}
#propuestas .objeto2 {
  position: absolute;
  right: 0;
  max-width: 8rem;
  width: 10vw;
  margin-top: -8rem;
}
#puertos {
  overflow-x: auto;
}
#puertos .bg-puertos {
  background: url("../images/colegio-del-faro-puertos.jpg") repeat-x center center #fff;
  height: 22rem;
  overflow: visibility;
}
@media screen and (max-width: 575px) {
  #puertos .bg-puertos {
    margin-bottom: 1.6rem;
  }
}
#puertos .bg-puertos img {
  width: 100%;
  max-width: 22rem;
}
@media screen and (max-width: 991px) {
  #puertos .bg-puertos img {
    margin-top: 30rem;
  }
}
#puertos h4 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  #puertos h1 {
    font-size: 1.8rem;
  }
}
#pilares .objeto1 {
  position: absolute;
  max-width: 10rem;
  width: 10vw;
  margin-top: -8rem;
}
#pilares .bg-pilares {
  background: url("../images/colegio-del-faro-pilares-puertos.jpg") no-repeat bottom center scroll;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  #pilares .bg-pilares {
    height: 40vw;
  }
}
#mapa {
  padding-top: 3.125rem;
}
#mapa .map {
  background: url("../images/colegio-del-faro-puertos-mapa.jpg") no-repeat center center #e9e9e9;
  background-size: 75rem 15.62rem;
  height: 13rem;
}
#forms h1,
#forms h3,
#forms h5 {
  color: #fff;
  padding-bottom: 1rem;
}
footer {
  background-color: #01957b;
  color: #fff;
}
footer hr {
  border: 2px solid #fff;
  width: 60px;
  margin-left: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #e6a900;
}
footer #copyright {
  background-color: #283032;
  color: #fff;
  text-align: center;
  padding: 1rem 0 5rem 0;
  margin-top: 1.25rem;
}
footer #copyright p {
  margin-bottom: 0;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  line-height: 1.75rem;
}
footer .footer_btn_tit {
  color: 'Urbanist', sans-serif;
  font-family: 'Pathway Gothic One', sans-serif;
  border-bottom: 1px dashed #fff;
  margin-bottom: 0.66rem;
}
footer .footer_btn_tit h4 {
  font-size: 1.6rem;
  padding-top: 1.25rem;
  color: #e6a900;
}
footer .contacto_footer h4 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 2rem;
}
footer .contacto_footer img {
  margin-top: -5rem;
}
footer .contacto_footer .logo-puertos {
  margin-top: 0rem;
  width: 100%;
  max-width: 8rem;
}
footer #social-area {
  text-align: center;
}
#social ul {
  margin: 0;
  padding: 0;
}
#social ul li {
  display: inline-block;
  margin-left: 1rem;
  list-style: none;
  cursor: pointer;
}
#social ul li:first-child {
  margin-left: 0;
}
#social ul li a {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  padding: 1rem;
  background: #7f7f7f;
  -webkit-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#social ul li a span {
  display: inline-block;
  margin: 0;
  color: #eff8f7;
  font-size: 42px;
  line-height: 55px;
  opacity: 0.3;
  -webkit-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.footer-redes {
  padding: 2rem 0;
  background-color: #eff8f7;
  margin: 3.125rem 0;
}
#social ul li:hover a,
#social ul li.active a {
  background-color: #e6a900;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  color: #fff;
}
#social ul li:hover a span,
#social ul li.active a span {
  color: #fff;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.rombo {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  width: 50px;
  height: 50px;
  background: #eff8f7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  top: 7rem;
}
.product-grid {
  background-color: #fff;
  margin-bottom: 1.25rem;
}
.product-grid .widget-area {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #d0d0d0, 0 0 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 1px #d0d0d0, 0 0 5px 1px rgba(0,0,0,0.1);
}
.product-grid .widget-area .product-images .post-header .marco_imagen {
  width: 100%;
  height: 12.5rem;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-grid .widget-area .post-header:after {
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #717171;
}
.product-grid .widget-area .widget-text {
  padding: 1rem;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 3px;
}
.product-grid .widget-area .widget-text a {
  color: #01957b;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.product-grid .widget-area .widget-text a:hover {
  color: #e6a900;
}
.noticia {
  padding-bottom: 0.66rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
}
.noticia a {
  font-size: 1.25rem;
  color: #01957b;
}
.noticia a:hover {
  color: #e6a900;
}
.noticia .marco_noticia {
  width: 100%;
  height: 4rem;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 5px solid #01957b;
}
#foto_header {
  background-attachment: relative;
  background-position: bottom center;
  width: 100%;
  margin-bottom: 0.66rem;
  height: 11.25rem;
  background-size: 100%;
  background-size: cover;
}
.breadcrumb {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.8rem;
}
#contenidos h3,
#contenidos h4 {
  color: #01957b;
}
#contenidos h3 {
  font-family: 'Urbanist', sans-serif;
}
#contenidos hr {
  border: 1px dashed #f2f2f2;
}
#contenidos hr.divider {
  width: 80px;
  border: 4px solid #01957b;
  opacity: 1;
}
#contenidos a {
  color: #01957b;
}
#contenidos a:hover {
  color: #e6a900;
}
#contenidos .firma {
  position: absolute;
  margin-top: -9rem;
  z-index: 11;
}
#contenidos .logo_derecha {
  position: absolute;
  margin-top: -9rem;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  #contenidos .firma,
  #contenidos .logo_derecha {
    position: static;
    margin-top: 1rem;
  }
}
#contenidos .well {
  background-color: #01957b;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
#contenidos .well2 {
  border-left: 10px solid #01957b;
}
#contenidos .card .marco_imagen {
  width: 100%;
  padding-bottom: 100%;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contenidos .card .card-footer {
  background-color: #fff;
  padding: 0.8rem 1rem;
}
#contenidos .card .card-footer h5 {
  color: #01957b;
  font-family: 'Urbanist', sans-serif;
}
#contenidos .numero {
  background-color: #01957b;
  padding: 0px;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  font-weight: bolder;
  color: #fff;
  float: left;
  margin-right: 10px;
  font-family: 'Pathway Gothic One', sans-serif;
  border-radius: 2.5rem;
}
#contenidos .tabla-horarios {
  margin: 2rem 0;
  border: 1px solid #9b9b9b;
  font-family: 'Lato', sans-serif;
  font-size: 0.66rem;
}
#contenidos .tabla-horarios table {
  overflow-x: auto;
}
#contenidos .tabla-horarios th {
  background-color: #01957b;
  padding: 0.66rem;
  color: #fff;
  text-align: left;
  width: 30%;
}
#contenidos .tabla-horarios th p {
  margin: 0px;
}
#contenidos .tabla-horarios td {
  padding: 0.66rem;
  border: 1px dotted #9b9b9b;
}
#contenidos .tabla-horarios .fondo_1 {
  background-color: #283032;
}
#contenidos .tabla-horarios .fondo_2 {
  background-color: #eff8f7;
}
.floating-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 0;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.floating-whatsapp:hover {
  background-color: #128c7e;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.floating-whatsapp .icon {
  text-decoration: none;
  color: #fff;
  font-size: 27pt;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}
