*,
:after,
:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.img_ajustado {
  object-fit:contain;
}
.img__descripcion
{
  background-color: rgba(245,134,52, 0.5);
  padding: 5px;
  line-height: normal;
  color: white;
  font-size: 18px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
@font-face {
  src: url("../fonts/Mulish-Black.ttf");
  font-style: normal;
  font-family: 'mblack';
  font-display: swap;
}
@font-face {
  src: url("../fonts/Mulish-BlackItalic.ttf");
  font-family: 'mblackitalic';
}
@font-face {
  src: url("../fonts/Mulish-Bold.ttf");
  font-family: 'mbold';
}
@font-face {
  src: url("../fonts/Mulish-Light.ttf");
  font-family: 'mlight';
}
@font-face {
  src: url("../fonts/Mulish-ExtraLight.ttf");
  font-family: 'xlight';
}
@font-face {
  src: url("../fonts/Mulish-Medium.ttf");
  font-family: 'mulish';
}
@font-face {
  src: url("../fonts/Mulish-SemiBold.ttf");
  font-family: 'msemibold';
}
* {
  scroll-behavior: smooth;
}
p {
  color: var(--c-text);
  line-height: 31px;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: justify;
}
section {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  width: 100%;
  padding: 120px 0;
}
section:nth-child(even) {
  background-color: #f9fafe;
}
.products section {
  background-color: #fff;
}
.products section:nth-child(even) {
  background-color: #f7f7f7;
}
header {
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
body {
  font-family: msemibold;
}
:root {
  --c-primary: #f39422;
  --c-primary: #000;
  --c-primary: #f83c0a;
  --c-primary: #f58634;
  --c-dark: #212529;
  --c-white: #fff;
  --c-text: #555;
  --gray: #ccc;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  z-index: 99;
}
.header__logo {
  color: var(--c-primary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}
.header__logo-img {
  max-width: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    font-size: 18px;
  }
}
.header__button {
  background-color: var(--c-primary);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .header__button {
    margin-top: 20px;
  }
  .header__button .header__menu__link {
    border-bottom: none;
  }
}
.header__button-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__button-menu {
    display: block;
    position: absolute;
    right: 8px;
    z-index: 9;
    color: var(--c-primary);
    font-size: 24px;
  }
  .header__button-menu .icon {
    width: 48px;
    height: 48px;
  }
}
.header-secundario {
  background-color: #080863;
  background-color: #727376;
  background-color: var(--c-primary);
  padding: 10px;
}
.header-secundario a {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-secundario a:hover {
  opacity: 0.8;
}
.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo__img {

  height: 130px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .logo__img {
    
    height: 80px;
    margin-right: 10px;
  }
}
.logo__text {
  color: var(--c-primary);
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .logo__text {
    font-size: 14px;
  }
}
.cj-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1156px;
  width: 100%;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.cj-container .item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cj-container .item.s-1-2 {
    width: calc(100% / 2);
  }
  .cj-container .item.s-1-3 {
    width: calc(100% / 3);
  }
  .cj-container .item.s-1-4 {
    width: calc(100% / 4);
  }
  .cj-container .item.s-1-5 {
    width: calc(100% / 5);
  }
  .cj-container .item.s-1-6 {
    width: calc(100% / 6);
  }
  .cj-container .item.s-1-7 {
    width: calc(100% / 6);
  }
  .cj-container .item.s-1-8 {
    width: calc(100% / 6);
  }
}
@media screen and (min-width: 768px) {
  .cj-container .item.m-1-2 {
    width: calc(100% / 2);
  }
  .cj-container .item.m-1-3 {
    width: calc(100% / 3);
  }
  .cj-container .item.m-2-3 {
    width: calc((2 * 100%) / 3);
  }
  .cj-container .item.m-1-4 {
    width: calc(100% / 4);
  }
  .cj-container .item.m-2-4 {
    width: calc((2 * 100%) / 4);
  }
  .cj-container .item.m-3-4 {
    width: calc((3 * 100%) / 4);
  }
  .cj-container .item.m-1-5 {
    width: calc(100% / 5);
  }
  .cj-container .item.m-2-5 {
    width: calc((2 * 100%) / 5);
  }
  .cj-container .item.m-3-5 {
    width: calc((3 * 100%) / 5);
  }
  .cj-container .item.m-4-5 {
    width: calc((4 * 100%) / 5);
  }
  .cj-container .item.m-1-6 {
    width: calc(100% / 6);
  }
  .cj-container .item.m-5-6 {
    width: calc((5 * 100%) / 6);
  }
  .cj-container .item.m-1-7 {
    width: calc(100% / 6);
  }
  .cj-container .item.m-1-8 {
    width: calc(100% / 6);
  }
}
@media screen and (min-width: 1024px) {
  .cj-container .item.l-1-2 {
    width: calc(100% / 2);
  }
  .cj-container .item.l-1-3 {
    width: calc(100% / 3);
  }
  .cj-container .item.l-1-4 {
    width: calc(100% / 4);
  }
  .cj-container .item.l-1-5 {
    width: calc(100% / 5);
  }
  .cj-container .item.l-1-6 {
    width: calc(100% / 6);
  }
  .cj-container .item.l-1-7 {
    width: calc(100% / 5);
  }
  .cj-container .item.l-1-8 {
    width: calc(100% / 6);
  }
}
.cj-container .auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--c-dark);
  width: 100%;
  margin-bottom: 14px;
}
.title {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: var(--c-dark);
  font-family: mblack;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--c-primary);
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.title-sub {
  font-family: mbold;
  font-size: 1.3em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title-sub {
    font-size: 14px;
    line-height: 1.5;
  }
}
.icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.img {
  text-align: center;
  max-width: 400px;
}
.img-pro {
  mix-blend-mode: luminosity;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 20px;
}
.img-pro:hover {
  opacity: 1;
  mix-blend-mode: normal;
}
.map {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .map {
    height: 300px;
  }
}
.link {
  color: var(--c-white);
  text-decoration: underline;
}
.footer {
  background-color: #222;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5;
}
.footer__copy {
  border-top: 1px solid #ccc;
  display: block;
  padding: 10px;
  font-family: mlight;
  font-size: 13px;
  text-align: center;
}
.footer__item {
  text-align: left;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--c-white);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__item span {
  margin-left: 10px;
  font-family: xlight;
}
.footer__item a {
  display: block;
  margin: 10px 0;
}
.footer__item p {
  color: var(--c-white);
}
.footer__item .icon {
  color: var(--c-white);
}
.footer__item:hover {
  color: var(--c-primary);
}
.footer__icon {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__icon:hover {
  color: var(--c-primary);
}
.footer__icon svg {
  width: 32px;
  height: 32px;
}
.footer__title {
  font-size: 24px;
  font-family: mulish;
  padding: 10px 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--c-primary);
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    left: -100%;
    top: 0px;
    z-index: 99999;
    height: 100vh;
    width: 280px;
    padding: 10px 20px;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    overflow: auto;
    -webkit-box-shadow: 0 4px 6px #ccc;
    box-shadow: 0 4px 6px #ccc;
  }
  .menu.active {
    left: 0;
  }
}
.menu__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu__img {
    display: block;
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: center;
    width: 96px;
    height: 96px;
    margin: 20px auto;
  }
}
.menu-icons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.menu__icon {
  color: var(--c-text);
}
.menu__icon .icon {
  width: 24px;
  height: 24px;
}
.menu__icon-title {
  width: 100%;
  margin: 30px 0;
  margin-bottom: 25px;
}
.menu__link {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0px;
  font-weight: 500;
  color: #222;
}
.menu__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .menu__link {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 20px 0;
    text-align: center;
  }
}
.menu-header {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .menu-header {
    margin-left: 0;
  }
}
.menu-header:hover {
  background-color: #fff;
  border: 1px solid var(--c-primary);
  color: #222;
}
.banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
  }
}
.banner__item {
  z-index: 2;
  position: relative;
  top: -90px;
  width: 100%;
}
.banner__img {
  display: inline-block;
  padding: 0px;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .banner__img {
    width: 220px;
  }
}
.banner__title {
  font-size: 20px;
  background-color: #f58634;
  padding: 15px;
  border-radius: 40px;
  z-index: 9;
  color: #fff;
  bottom: 60px;
  position: absolute;
  right: -10%;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 300px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 18px;
    padding: 10px;
    bottom: 32px;
    right: 0;
    width: 100%;
  }
}
.banner__title:hover {
  color: #fff;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.banner .btn-banner {
  padding: 10px 30px;
}
.banner .w-100 {
  height: 820px;
}
@media screen and (max-width: 768px) {
  .banner .w-100 {
    height: 400px;
  }
}
.banner .banner__content {
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  padding: 20px;
  z-index: 2;
  text-align: center;
  left: 0;
  bottom: 0;
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner .banner__content__title {
  margin-bottom: 40px;
  left: 10%;
  position: absolute;
  bottom: 20px;
  color: var(--c-white);
  text-shadow: 1px 1px 1px #222;
  line-height: 1.5;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .banner .banner__content__title {
    bottom: 72px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media screen and (max-width: 768px) {
  .banner .banner__content {
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .banner .banner__content__img {
    width: 100px;
  }
  .banner .banner__content__title {
    margin-top: 16px;
    font-size: 16px;
  }
}
section .carousel-inner .w-100 {
  height: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  section .carousel-inner .w-100 {
    height: 300px;
  }
}
.carousel-indicators li {
  opacity: 1;
}
.img-compromiso {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .img-compromiso {
    width: 90%;
  }
}
.carousel-indicators .active {
  background-color: var(--c-primary);
  opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 2;
}
.fondo {
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -webkit-radial-gradient(circle, #000 0%, rgba(0,0,0,0.2) 100%);
  background: -o-radial-gradient(circle, #000 0%, rgba(0,0,0,0.2) 100%);
  background: radial-gradient(circle, #000 0%, rgba(0,0,0,0.2) 100%);
  left: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.oculta {
  overflow: hidden;
  position: relative;
}
section .carousel,
.maps {
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  section .carousel,
  .maps {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reverse-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
.card {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  text-align: center;
  margin: 20px;
}
.card-container {
  padding: 10px 15px;
  text-align: justify;
}
.card__title {
  padding: 15px 0;
  font-size: 24px;
  color: #212529;
  font-family: mblack;
  line-height: 1.5;
  text-align: center;
}
.card__title .color {
  color: var(--c-primary);
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 18px;
  }
}
.card__price {
  font-size: 25px;
  margin: 15px 0;
  font-family: mblack;
  color: var(--c-text);
}
.card__price:before {
  content: 'S/';
  margin-right: 5px;
}
.card__text {
  font-size: 17px;
  font-family: mulish;
  line-height: 1.5;
}
.card__button {
  background-color: var(--c-primary);
  border-radius: 4px;
  color: var(--c-white);
  padding: 12px 20px;
  display: inline-block;
  width: auto;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 16px;
  border: 1px solid var(--c-primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card__button:hover {
  text-decoration: none;
  background-color: var(--c-white);
  color: var(--c-primary);
  border: 1px solid var(--c-primary);
  cursor: pointer;
}
.card.alternativo {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.card.alternativo .card__title {
  border-bottom: 2px solid var(--c-primary);
  margin-bottom: 20px;
}
.card.alternativo:hover {
  background-color: var(--c-primary);
  color: #fff;
}
.card.alternativo:hover .card__title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.client {
  background-color: var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .client {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 10px;
    text-align: center;
  }
}
.client__img {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .client__img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: auto;
    margin-bottom: 20px;
  }
}
.client__content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 10px 20px;
}
.client__text {
  color: var(--c-white);
}
.client__name {
  color: #000;
  margin-top: 16px;
  font-size: 18px;
}
.btn {
  padding: 15px 20px;
  display: inline-block;
  width: auto;
  text-align: center;
  letter-spacing: 1px;
  margin: 16px auto;
  color: var(--c-white);
  text-transform: uppercase;
}
.btn-primary {
  border: 1px solid var(--c-primary);
  background-color: var(--c-primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 8px;
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--c-white);
  color: var(--c-primary);
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid var(--c-white);
  margin: 0 10px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background-color: var(--c-primary);
  color: #fff;
}
.btn-fixed {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 99;
  border-radius: 50%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  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-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.btn-fixed .icon {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 0;
}
.btn-banner {
  margin-top: 36px;
}
.btn-wsp {
  background-color: #00d635;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d635), to(#32ed37));
  background-image: -webkit-linear-gradient(top, #00d635, #32ed37);
  background-image: -o-linear-gradient(top, #00d635, #32ed37);
  background-image: linear-gradient(180deg, #00d635, #32ed37);
  -webkit-box-shadow: 0 2px 6px rgba(34,34,34,0.6);
  box-shadow: 0 2px 6px rgba(34,34,34,0.6);
  border-radius: 50%;
  padding: 15px;
  position: fixed;
  z-index: 9;
  bottom: 20px;
  left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-wsp .icon {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 0;
}
.btn-wsp:hover {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: 0px 10px 4px rgba(34,34,34,0.3);
  box-shadow: 0px 10px 4px rgba(34,34,34,0.3);
}
@media screen and (max-width: 768px) {
  .btn-wsp {
    left: 10px;
    bottom: 10px;
  }
}
.btn.link {
  margin-top: 16px;
  color: var(--c-primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.link:hover {
  -webkit-transform: translatex(10px);
  -ms-transform: translatex(10px);
  transform: translatex(10px);
}
.form {
  width: 100%;
}
.form__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.form__label {
  color: var(--c-text);
  margin-top: 5px;
  display: block;
}
.form__input {
  width: 100%;
  background-color: #f4f0fe;
  padding: 10px 15px;
  margin: 10px 0;
}
.fix {
  position: relative;
  padding: 0 20px;
  color: #fff;
}
.fix__title {
  z-index: 9;
  color: var(--c-white);
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fix__title {
    font-size: 30px;
  }
}
.fix__text {
  z-index: 99;
  color: var(--c-white);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fix__text {
    font-size: 16px;
  }
}
.fix .text .card__title {
  color: #fff;
}
.fix .text .card__text {
  color: #d5d7d8;
  text-align: justify;
}
.fix-dark .fix__title {
  color: #222;
  font-weight: bold;
}
.fix-dark .text .card__title {
  color: #222;
}
.fix-dark .text .card__text {
  color: #222;
  font-weight: 400;
}
.mapa {
  padding: 10px;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mapa {
    padding: 0px;
    height: 300px;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.social__item {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__item:hover {
  color: var(--c-primary);
}
.social__item span {
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .social {
    width: 100%;
    padding: 10px 0;
  }
}
.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-icon {
  color: var(--c-white);
  border-radius: 50%;
  font-size: 25px;
  width: 80px;
  height: 80px;
  border: 2px solid var(--c-white);
  background-color: transparent;
  margin: 20px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon:hover {
  background-color: var(--c-primary);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-name {
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.docente {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  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;
}
.docente img {
  display: block;
}
.docente__datos {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.docente__name {
  text-align: center;
}
.docente__name h2 {
  font-weight: bold;
  font-style: italic;
}
.docente__name h3 {
  margin-top: 10px;
}
.docente__name .btn {
  margin-bottom: 0;
}
.docente:hover .docente__datos {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.docente.auto {
  height: 180px;
}
.autoridad {
  width: 300px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.autoridad__name {
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
}
.img-title {
  text-align: center;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.img-sub-title {
  font-style: italic;
  text-align: center;
}
.autor {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.autor:hover {
  border-bottom: 1px solid #fff;
}
.divisor {
  width: 200px;
  height: 2px;
  background-color: var(--c-primary);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.theme-dark {
  background-color: #222;
  color: #fff;
}
.theme-dark p {
  color: #fff;
}
.theme-dark .title {
  color: #fff;
}
.theme-dark .subtitle {
  color: #fff;
}
.theme-dark .card__text {
  color: var(--c-dark);
}
.theme-dark .card__title {
  color: var(--c-dark);
}
.theme-dark section:nth-child(odd) {
  background-color: #6b6b6b;
}
.attachment {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.attachment:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.attachment-light:before {
  background-color: rgba(255,255,255,0.87);
}
.attachment-dark:before {
  background-color: rgba(0,0,0,0.7);
}
.center {
  text-align: center;
  margin: auto;
}
.left {
  text-align: left;
}
.end {
  text-align: end;
}
.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .v-center {
    text-align: center;
  }
}
.h-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.h-center {
  text-align: center;
}
.h-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.justificar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .justificar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .d-t {
    display: none;
  }
}
.h-t {
  display: none;
}
@media screen and (max-width: 768px) {
  .h-t {
    display: block;
    text-align: center;
  }
}
.n-p,
.p-1 {
  padding: 10px;
}
.p-2 {
  padding: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.p-top-3 {
  padding-top: 30px;
}
.p-r-2 {
  padding-right: 20px;
}
.mg-l-2 {
  margin: 0;
  margin-left: 15px;
}
.mg-b-2 {
  margin-bottom: 40px;
  border: none;
}
