* {
  margin: 0;
  padding: 0; }

body {
  background-color: white;
  font-family: 'Open Sans', sans-serif; }

.cont-1200 {
  width: 1200px;
  height: auto;
  margin: auto; }

@media (max-width: 1200px) {
  .cont-1200 {
    width: 100%;
    height: auto; } }

.cont-900 {
  width: 900px;
  height: auto;
  margin: auto; }

@media (max-width: 900px) {
  .cont-900 {
    width: 100%; } }

.cont-600 {
  width: 600px;
  height: auto;
  margin: auto; }

@media (max-width: 600px) {
  .cont-600 {
    width: 100%;
    padding: 40px; } }

a:hover {
  text-decoration: none !important; }

h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bolder;
  font-size: 14px;
  color: #350048;
  padding-bottom: 10px; }

.calixtonav {
  background-color: #350048 !important; }

.nav-item {
  padding-left: 15px; }

.nav-link {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500; }

.nav-link:hover {
  color: #9F00B7; }

.navbar-toggler i {
  color: white;
  font-size: 26px; }

.header {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.txt-header {
  width: 100%;
  height: 100vh;
  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; }

.txt-header h1 {
  color: white;
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center; }

.hd-text-def {
  position: absolute !important;
  z-index: 100000; }

.btn-hd {
  width: 160px;
  padding: 10px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0px solid transparent;
  border-radius: 2px;
  background-color: #9F00B7;
  -webkit-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.75);
  -moz-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.75);
  box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.75); }

.btn-hd:hover {
  color: white; }

.my-s {
  margin-top: 80px;
  margin-bottom: 80px; }

.justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.center-yx {
  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; }

/* ------------------------- */
/* INTRODUCCION CALIXTO */
/* ------------------------- */
.titles h1 {
  color: #404040;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center; }

@media (max-width: 850px) {
  .titles h1 {
    font-size: 28px; } }

.box-intro {
  width: 100%;
  height: 200px;
  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; }

.icon-intro {
  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; }

.txt-intro {
  text-align: center; }

.txt-intro h2 {
  color: #350048;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bolder; }

.colforarrow {
  width: 100px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 850px) {
  .colforarrow {
    display: none; } }

.btn-chev {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9F00B7;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  border: 1px solid transparent;
  border-radius: 500px;
  -webkit-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.466);
  -moz-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.466);
  box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.466); }

/* ------------------------- */
/* Galeria */
/* ------------------------- */
.btn-gal {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  color: #9F00B7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-top: 5px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08); }

.btn-gal:hover {
  background-color: #9F00B7;
  color: white;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 12px 20px -2px rgba(159, 0, 183, 0.08); }

.btn-gal:active {
  background-color: #9F00B7;
  color: white;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08); }

.activo {
  background-color: #9F00B7;
  color: white;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08); }

/* ------------------------- */
/* Grid */
/* ------------------------- */
.categorias {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 1s;
  -o-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s; }

.grid.imagenes-cargadas {
  opacity: 1; }

.grid .item {
  position: absolute;
  display: block;
  padding: 0;
  margin: 10px;
  width: calc(33.333333% - 20px); }

.grid .item-contenido {
  position: relative; }

.grid .item img {
  width: 100%;
  cursor: pointer;
  vertical-align: top; }

.overpurple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-color: #9f00b763; }

.item-contenido:hover .overpurple {
  opacity: 1; }

/* ------------------------- */
/* Overlay */
/* ------------------------- */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  display: none;
  -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; }

.overlay.activo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.overlay img {
  width: 900px;
  height: auto; }

@media (max-width: 850px) {
  .overlay img {
    width: 500px;
    height: auto; } }

.overlay .descripcion {
  display: block;
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 5px;
  border-radius: 10px;
  max-width: 50%; }

.contenedor-img {
  position: relative; }

.overlay #btn-cerrar-popup {
  background: none;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px; }

/* ------------------------- */
/* About Calixto */
/* ------------------------- */
.about {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 850px) {
  .about {
    height: auto; } }

.cont-about {
  width: 100%;
  height: 600px;
  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; }

@media (max-width: 850px) {
  .cont-about {
    height: auto; } }

.cont-icon {
  width: 120px !important;
  height: 120px;
  background-color: white;
  border-radius: 8px; }

/* ------------------------- */
/* Categorias ICONS */
/* ------------------------- */
#category {
  width: 100%;
  height: auto;
  background-color: #f8f9fa; }

@media (max-width: 996px) {
  #category {
    height: auto; } }

.cont-icons-category {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 996px) {
  .cont-icons-category {
    height: auto; } }

.txt-icons p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bolder;
  font-size: 14px;
  color: #350048; }

/* ------------------------- */
/*  Mission / vision  */
/* ------------------------- */
.svg-mission {
  width: 100%;
  height: 400px;
  z-index: 1000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1; }

.colformission {
  width: 600px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px !important;
  position: absolute !important; }

@media (max-width: 1150px) {
  .colformission {
    width: 100% !important;
    height: auto;
    position: relative !important;
    margin-right: 0rem !important;
    margin-top: 5rem !important; } }

.colfortexto {
  width: 1000px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 1rem !important;
  margin-top: 5rem !important; }

@media (max-width: 1150px) {
  .colfortexto {
    width: 100% !important;
    height: auto;
    margin-right: 0rem !important;
    margin-top: 0rem !important; } }

.cont-mision {
  width: 100%;
  height: 400px;
  background-color: #9F00B7;
  -webkit-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.123);
  -moz-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.123);
  box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.123); }

.cont-texto-mission {
  width: 100%;
  height: 400px;
  background-color: #f8f9fa; }

.text-mission h1 {
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.5px; }

@media (max-width: 850px) {
  .text-mission h1 {
    font-size: 28px; } }

.desc-mission {
  width: 100%;
  height: 400px; }

.desc-mission p {
  width: 400px !important;
  text-align: justify;
  padding-right: 40px; }

@media (max-width: 850px) {
  .desc-mission p {
    padding: 25px; } }

.btn-mission {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* ------------------------- */
/* Contacto */
/* ------------------------- */
.contacto {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 850px) {
  .contacto {
    height: auto; } }

.txt-contacto {
  width: 100%;
  height: 450px;
  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; }

.txt-contacto h1 {
  color: white;
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center; }

@media (max-width: 850px) {
  .txt-contacto h1 {
    font-size: 38px; } }

/* ------------------------- */
/* Contacto */
/* ------------------------- */
.footer {
  width: 100%;
  height: 450px;
  background-color: #350048; }

.copy-footer {
  width: 100%;
  height: 40px;
  background-color: black; }

.cont-footer {
  width: 100%;
  height: 450px;
  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; }

.txt-footer p {
  color: white;
  font-size: 14px; }

/* ------------------------- */
/* Contacto PAGE */
/* ------------------------- */
.patron {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media (max-width: 850px) {
  .patron {
    height: auto; } }

.cont-con {
  width: 100%;
  height: 650px; }

@media (max-width: 850px) {
  .cont-con {
    height: auto; } }

.cont-form {
  width: 80%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08); }

@media (max-width: 850px) {
  .cont-form {
    height: auto;
    margin-top: 40px; } }

.titles h2 {
  font-weight: 600; }

.btn-send {
  width: 150px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0px solid transparent;
  border-radius: 2px;
  background-color: #9F00B7;
  -webkit-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08); }

.form-control {
  border: 0px;
  border-bottom: 2px solid #350048;
  border-radius: 0px;
  font-size: 13px;
  color: #350048; }

.social-media a {
  font-size: 18px;
  color: #9F00B7;
  padding: 5px; }

.txt-contacto .page-cont h1 {
  color: #350048; }

.contact-info {
  padding-left: 30px; }

@media (max-width: 850px) {
  .contact-info {
    padding-left: 0px;
    padding-top: 30px; } }

/* ------------------------- */
/* SERVICES */
/* ------------------------- */
.cont-services-def {
  width: 100%;
  height: auto;
  min-height: 100vh; }

@media (max-width: 850px) {
  .cont-services-def {
    height: auto;
    min-height: auto; } }

/* ------------------------- */
/* visita */
/* ------------------------- */
.cont-form-visit {
  width: 80%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 20px -2px rgba(159, 0, 183, 0.08); }

@media (max-width: 850px) {
  .cont-form-visit {
    height: auto;
    margin-top: 40px; } }

.btn-visit {
  width: 180px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border: 0px solid transparent;
  border-radius: 2px;
  background-color: #9F00B7;
  -webkit-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08);
  -moz-box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08);
  box-shadow: 0px 19px 77px -2px rgba(159, 0, 183, 0.08); }

.contact-info a {
  color: #9F00B7; }

/* ------------------------- */
/* FAQ */
/* ------------------------- */
.faq {
  width: 100%;
  height: 100vh;
  padding: 40px; }

.card {
  border: 0px;
  border-bottom: 1px solid #cacaca !important;
  border-radius: 0px;
  padding-bottom: 10px;
  background-color: transparent; }

.card-header {
  border: 0px;
  background-color: transparent; }

.btn-link {
  color: #404040;
  font-weight: bolder; }

.btn-link i {
  color: #9F00B7;
  padding-right: 15px; }

.card-body {
  margin-left: 50px;
  border-left: 2px solid #9F00B7;
  color: #585858;
  padding: 0px;
  padding-left: 15px; }

@media (max-width: 850px) {
  .card-body {
    margin-left: 20px; } }

.galery-img {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
