@charset "UTF-8";
html,
body {
  height: auto;
  min-height: 100vh;
  /*background-color: $blanco;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #727272;
  letter-spacing: 0px; }

button:focus {
  outline: none; }

img, a, video, iframe {
  border: none;
  outline: none;
  box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  letter-spacing: 0px; }

h1 {
  font-size: 1.92rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 1px; }

h2 {
  font-size: 2.28rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

h3 {
  font-size: 1.57rem;
  line-height: 1.85rem;
  font-weight: 400;
  margin-bottom: 5px; }

.destacado h1, .destacado-int h1, .destacado h2 {
  font-size: 1.65rem !important;
  line-height: 2.3rem !important;
  font-weight: 200 !important; }

.destacado-int h1 {
  font-weight: 300 !important;
  letter-spacing: 0px !important; }

.destacado h3 {
  font-size: 1.45rem;
  line-height: 1.7rem;
  font-weight: 300; }

.destacado h6 {
  max-width: 400px;
  color: #fff; }

.destacado p {
  font-size: 1.14rem;
  line-height: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 430px;
  color: #fff; }

.destacado-int p {
  font-size: 1.1rem;
  line-height: 1.9rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  max-width: 90%;
  color: #727272;
  padding-top: 10px; }

.destacado-int p strong {
  font-weight: 700; }

.destacado-home p {
  width: 90%; }

.destacado-home .entrenamiento p {
  margin: auto; }

.destacado-home .naturaleza p {
  margin-left: auto; }

#logo-destacado-home {
  max-width: 180px; }

#logo-destacado-interna {
  max-width: 220px; }

h4 {
  font-size: 3.9rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 10px; }

h4 strong {
  font-weight: 700; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 4.3rem;
  line-height: 4.2rem;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff; }

.imagen-interna h1 {
  font-size: 2.7rem;
  line-height: 3rem;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0px;
  margin-bottom: 0px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

p {
  margin-bottom: 1.2rem !important; }

a {
  color: #9b3fdc; }

a:hover {
  color: #9b3fdc;
  text-decoration: none !important; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #9b3fdc !important;
  text-decoration: none; }

strong {
  font-weight: 600; }

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #000 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #888 !important; }

.texto-color1 {
  color: #9b3fdc !important; }

.texto-color1 {
  color: #9b3fdc !important; }

.texto-blanco a {
  color: #fff !important; }

.texto-blanco a:hover {
  color: #fff !important;
  text-decoration: underline; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #000; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris-claro {
  background-color: #f6f6f6; }

.fondo-color1 {
  background-color: #9b3fdc; }

.fondo-color1 {
  background-color: #9b3fdc; }

.parallax {
  padding: 150px 0px;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#parallax-horizontal-izq, #parallax-horizontal-der {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 120% !important;
  min-height: 650px;
  padding: 150px 0px !important; }

/*FONDOS*/
/*PRENAV*/
.navbar {
  padding: 0px; }

.navbar li {
  list-style: none;
  margin-bottom: 0rem; }

#contPreNav {
  height: 50px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
  position: absolute; }

#preNav {
  z-index: 500;
  padding: 0px; }

#preNavResponsive {
  background-color: #fff; }

#preNav.navbar {
  z-index: 500;
  padding: 0px;
  top: -1px;
  height: 31px; }

#preNav .nav-item, #preNav .nav-item a, #preNav .nav-item p {
  margin: 0px;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: inline-block;
  padding: 0px 0px;
  margin: auto 0px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9b3fdc;
  text-decoration: none; }

#preNav .nav-item:hover, #preNav .nav-item a:hover {
  color: #9b3fdc; }

#preNav .nav-item a::after {
  margin-left: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  transition: all 0.1s;
  font-weight: 100; }

#preNav .nav-item.contacto a::after {
  content: "\f0e0"; }

#preNav .nav-item.flechita a::after {
  content: "\f054";
  /*content: "\f105";*/
  /*background-image: url('../images/flecha-next-blanca.png');
  background-size: 10px 10px;
  width: 10px;
  height: 10px;*/ }

#preNav .nav-item:hover a::after {
  color: #9b3fdc;
  cursor: pointer; }

#preNav .nav-item {
  border-left: 1px solid #888;
  margin: auto 0px;
  padding: 3px 16px;
  width: max-content;
  margin-left: auto; }

#preNav .nav-item:first-child {
  border-left: none; }

#preNav .dropdown-menu {
  min-width: 1rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

#preNav .dropdown-item {
  padding: 4px 16px 0px 16px;
  margin: 8px 0px 5px 0px; }

#preNav .navbar-toggler {
  width: 42px;
  height: 32px;
  padding: 5px;
  margin-left: auto;
  margin-right: 10px; }

#preNav .navbar-toggler-icon, #preNav .navbar-toggler.collapsed > .close, #preNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-size: contain;
  width: 20px;
  height: 20px; }

#preNav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px; }

#preNav .icon-bar, #preNav .icon-bar:nth-child(2), #preNav .icon-bar:nth-child(3) {
  width: 24px;
  margin-left: auto; }

#preNav .navbar-toggler .icon-bar {
  background-color: #fff;
  height: 2px; }

#preNav .navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:hover > .icon-bar:nth-child(3) {
  width: 24px; }

#preNav .navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:active > .icon-bar:nth-child(3) {
  width: 24px; }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px); }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0; }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 24px;
  transform: rotate(-45deg) translate(5px, -5px); }

/*ICONO IMAGEN*/
#preNav .navbar-toggler-icon {
  padding-left: 22px;
  position: relative;
  color: #fff; }

#preNav .navbar-toggler-icon:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 2px;
  left: 10px;
  color: #fff;
  content: "\f0c9"; }

#preNav .navbar-toggler.collapsed > .close, #preNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon:before {
  content: "\f00d"; }

/*PRENAV*/
/*SOCIALNAV*/
#socialNav {
  z-index: 500;
  padding: 0px; }

#socialNav.navbar {
  z-index: 500;
  padding: 0px;
  top: -1px;
  height: 31px;
  width: 110px; }

#socialNav .btn-preNav {
  margin: 0px;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0px 10px;
  margin: 2px 0px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
  text-decoration: none; }

#socialNav .nav-item {
  margin: auto 0px; }

#socialNav .btn-preNav i {
  font-size: 1.3rem !important;
  color: rgba(255, 255, 255, 0.3);
  margin: 0px 0px; }

#socialNav .btn-preNav:hover i {
  color: white; }

/*SOCIALNAV*/
/*NAVBAR*/
#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
  top: 0px;
  padding: 20px 0px 0px 0px; }

#mainNav.active.navbar {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0px 0px 0px 0px; }

#mainNavResponsive {
  padding-top: 4px !important; }

#mainNav p {
  color: #fff;
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 12px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 1.05rem;
  line-height: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 35px 10px 35px 10px;
  text-transform: uppercase;
  width: 100%; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item a.active {
  color: #9b3fdc; }

#mainNav .nav-item a.active {
  font-weight: 600; }

#mainNav .nav-item.dropdown.flecha {
  padding-right: 16px; }

#mainNav .nav-item.flecha a::after {
  padding-left: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.85rem;
  font-weight: 100;
  color: #fff;
  transition: all 0.1s;
  content: "\f078";
  margin-top: 0px;
  position: absolute; }

#mainNav .nav-item:hover.flecha a::after {
  color: #9b3fdc;
  cursor: pointer; }

#mainNav .dropdown-menu {
  min-width: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 12px 0px;
  margin-left: -20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

#mainNav.active .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8); }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu .dropdown-item {
  padding: 3px 32px 8px 30px !important;
  margin: 8px 0px 4px 0px !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #000;
  transition: all 0.1s;
  letter-spacing: 0.5px !important;
  text-decoration: none;
  text-transform: none !important; }

.dropdown-menu a.dropdown-item::after {
  content: "" !important; }

.dropdown-menu .dropdown-item:last-child {
  border-bottom: none; }

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.focus,
.dropdown-menu .dropdown-item.active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #9b3fdc !important; }

#mainNav .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none; }

#mainNav .dropdown-toggle:after {
  color: #000;
  margin-top: 11px;
  border-top: 0.4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent; }

#mainNav .dropdown-toggle:hover:after {
  color: #9b3fdc !important; }

.dropdown-item::after {
  content: "" !important; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #FFF !important; }

#mainNav #logo img {
  width: 250px;
  margin: 0px 0px;
  transition: all 0.2s; }

#mainNav.active #logo img {
  width: 150px;
  margin: 10px 0px;
  transition: all 0.2s; }

.navbar-brand {
  padding: 0px; }

#mainNav .nav-item .nav-link.btn {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #9b3fdc;
  vertical-align: unset;
  height: 40px;
  border-radius: 50px;
  transition: all 0.2s ease 0s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 13px 25px 0px 25px;
  margin: auto 0px; }

#mainNav .nav-item .nav-link.btn:hover {
  background-color: #9b3fdc; }

/*NAVBAR*/
/*HAMBURGUESA ANIMADA*/
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0px;
  margin-right: 10px; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #9b3fdc;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 0px; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 9px; }

.icon-bar:nth-child(2) {
  width: 18px;
  transition: ease all .2s;
  margin-left: auto; }

.icon-bar:nth-child(3) {
  width: 26px;
  transition: ease all .2s;
  margin-left: auto; }

.navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:hover > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:active > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 9px);
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 32px;
  transform: rotate(-45deg) translate(8px, -9px);
  transition: ease all .2s; }

/*HAMBURGUESA ANIMADA*/
/*HAMBURGUESA IMAGEN*/
/*#mainNav .navbar-toggler{
  width: 49px;
  height: 35px;
  padding: 5px;
  border-color: #999;
}
#mainNav .navbar-toggler-icon, #mainNav .navbar-toggler.collapsed>.close, #mainNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon{
  background-size: contain;
  width: 20px;
  height: 20px;
}
#mainNav .navbar-toggler-icon {
  background-image: url("../images/bars.png") !important;
}
#mainNav .navbar-toggler.collapsed>.close, #mainNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  background-image: url("../images/close.png") !important;
}*/
/*HAMBURGUESA IMAGEN*/
/*SECOND NAV*/
#secondNav {
  background-color: #fff !important;
  padding: 0px;
  top: -1px;
  height: 58px; }

#secondNav .navbar-toggler {
  padding: 0px; }

#secondNav .navbar-toggler-icon {
  background-image: url("../images/down.png") !important; }

#secondNav .navbar-toggler.collapsed > .close, #secondNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-image: url("../images/up.png") !important; }

#secondNav .navbar-toggler-icon, #secondNav .navbar-toggler.collapsed > .close, #secondNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 18px 15px 18px 0px; }

#secondNav p {
  color: #000;
  font-size: 0.8rem;
  margin: 18px 9px 0px 9px; }

#secondNav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 0px 20px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

#secondNav .nav-item {
  border-right: 1px solid #000; }

#secondNav .nav-item:last-child {
  border-right: none; }

#navbarResponsiveSecond .nav-item.destacado {
  padding-left: 20px; }

#navbarResponsiveSecond .nav-item.destacado a {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  padding: 10px 25px 9px 25px;
  transition: all 0.2s;
  border: none;
  vertical-align: unset;
  color: #fff;
  background-color: #9b3fdc; }

#navbarResponsiveSecond .nav-item.destacado a:hover {
  color: #fff;
  background-color: #000; }

#navbarResponsiveSecond .nav-item.destacado a::after {
  font-family: 'FontAwesome';
  top: 2px;
  margin-left: 12px;
  content: "\f061"; }

#secondNav .nav-item .nav-link:hover, #secondNav .nav-item .nav-link.active {
  color: #9b3fdc; }

#secondNav .nav-item .nav-link.inicio {
  background-color: #888;
  color: #fff;
  padding: 20px 20px !important; }

#secondNav .nav-item .nav-link.inicio:hover {
  background-color: #9b3fdc;
  color: #fff;
  padding: 20px 20px; }

#secondNav .nav-item .nav-link.inicio-min {
  color: #000; }

#secondNav .nav-item .nav-link.inicio-min:hover {
  color: #9b3fdc; }

#navbarResponsiveSecond.min .nav-item:first-child {
  padding-left: 0px !important; }

#navbarResponsiveSecond p:last-of-type {
  display: none; }

/*SECOND NAV*/
header {
  display: initial; }

/*HEADER IMAGEN*/
.head {
  background-color: #fff; }

.head.imagen {
  margin-top: -120px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.head.imagen .container {
  padding-top: 60px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

/*HEADER IMAGEN*/
/*HEADER IMAGEN-INTERNA*/
.head.imagen-interna {
  margin-top: -138px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  min-height: 370px;
  padding: 20px 0px; }

.head.imagen-interna .container {
  padding-top: 0px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: .8;
  min-height: 370px;
  transition: all 0.2s; }

.overlay.active {
  top: -47px !important; }

/*HEADER IMAGEN-INTERNA*/
/*HEADER INTERNA*/
.header-int {
  z-index: 90;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

/*HEADER INTERNA*/
/*HEADER CAROUSEL*/
.head.carrusel {
  margin-top: -138px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2; }

.head.carrusel .carousel-inner {
  /*padding-top: 60px;*/
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-indicators {
  text-align: left;
  float: left;
  left: unset;
  right: unset;
  bottom: 10px;
  margin-left: unset;
  margin-right: unset;
  z-index: 200; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 0px;
  margin-right: 12px;
  margin-bottom: 40px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #9b3fdc;
  background-color: rgba(255, 255, 255, 0); }

.carousel-indicators li.active {
  background-color: #9b3fdc; }

/*FLECHAS IMAGEN*/
.carousel-control-next, .carousel-control-prev {
  width: 60px; }

.carousel-control-prev-icon {
  background-image: url("../images/flecha-prev.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  opacity: .35; }

.carousel-control-next-icon {
  background-image: url("../images/flecha-next.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  opacity: .35; }

/*FLECHAS IMAGEN*/
/*FLECHAS FONTAWESOME*/
/*FLECHAS FONTAWESOME*/
.carousel-caption {
  transform: translateY(-45%);
  bottom: 0;
  top: 55%;
  left: unset;
  right: unset; }

.carousel-caption .logo {
  max-height: 100px;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.carousel-caption h2 {
  color: #fff;
  text-transform: none; }

.carousel-caption p {
  color: #fff; }

/*HEADER CAROUSEL*/
/*ICO WS FLOTANTE*/
#icos-flotantes {
  z-index: 1200;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s ease;
  margin-right: -100px; }

#ico-flotante-ws-img {
  background-image: url(../images/ico-flotante-ws.png);
  background-size: 100%;
  background-position: center top;
  width: 60px;
  height: 60px; }

#ico-flotante-ws-img:hover {
  background-position: center bottom; }

/*ICO WS FLOTANTE*/
/*ICONOS FLOTANTES*/
#icos-flotantes .btn {
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  transition: all 0.2s;
  color: #fff;
  background-color: #03d56f;
  border: none;
  vertical-align: unset;
  width: 54px;
  height: 54px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#icos-flotantes .btn:hover,
#icos-flotantes .btn:focus,
#icos-flotantes .btn.focus,
#icos-flotantes .btn.active {
  color: #fff;
  background-color: #00e676;
  border: none;
  box-shadow: none; }

#icos-flotantes .btn.telefono {
  background-color: #000; }

#icos-flotantes .btn.telefono:hover,
#icos-flotantes .btn.telefono:focus,
#icos-flotantes .btn.telefono.focus,
#icos-flotantes .btn.telefono.active {
  background-color: #888; }

#icos-flotantes .btn i {
  line-height: 54px; }

.pmd-floating-action-btn:before {
  display: none !important; }

.pmd-floating-action {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1000; }

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  position: relative;
  bottom: auto;
  overflow: hidden; }

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
  opacity: 1; }

.pmd-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }

.pmd-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.125rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  display: inline-block;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.pmd-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%; }

.pmd-floating-action-btn:hover, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:active {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.pmd-floating-action-btn:not(:last-child) {
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  -ms-transform: translateY(20px) scale(0.3);
  margin-bottom: 0.9375rem;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 0; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms; }

.pmd-floating-action-btn.btn:hover {
  overflow: visible; }

/*ICONOS FLOTANTES*/
section {
  padding: 80px 0px;
  background-color: #fff; }

/*CARDS*/
.card {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 100%;
  padding: 10px 0px 20px 0px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0);
  box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0);
  transition: all .2s ease; }

.card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0);
  box-shadow: 0px 0px 20px 0px rgba(155, 63, 220, 0); }

.card:hover .btn-min {
  font-size: 0.85rem;
  line-height: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 40px 15px 40px;
  transition: all 0.2s;
  color: #fff;
  text-transform: uppercase;
  background-color: #9b3fdc;
  border: none; }

.card:hover .btn-min::after {
  color: #fff; }

.card h3 {
  color: #727272; }

.card-header {
  padding: 5px 20px 5px 10px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: unset; }

.card .ico-img {
  background-color: #3a1d4e;
  text-align: center;
  border-radius: 50%;
  max-width: 225px;
  max-height: 225px;
  margin: 0 auto 25px auto; }

.card .ico-img img {
  transition: all 0.2s;
  opacity: .3;
  max-width: 225px; }

.card:hover .ico-img img {
  opacity: 1; }

a.card .btn {
  color: #9b3fdc;
  background-color: #f6f6f6;
  border: 1px solid #9b3fdc; }

a.card:hover .btn {
  color: #fff;
  background-color: #9b3fdc;
  border: 1px solid #9b3fdc; }

.card.novedades {
  background-color: white;
  border-radius: 10px;
  border: none;
  width: 100%;
  padding: 0px 15px 20px 15px;
  margin-bottom: 30px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  transition: all .2s ease; }

.card.novedades .ico-img {
  background-color: #3a1d4e;
  text-align: left;
  border-radius: 12px;
  max-width: 100%;
  height: 220px;
  margin: 0 auto 25px auto; }

.card.novedades .ico-img .img-ppal {
  transition: all 0.2s;
  opacity: .3;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  height: 220px; }

.card.novedades:hover .ico-img .img-ppal {
  opacity: 1; }

.card.novedades:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

.img-novedades .ico-img {
  width: 100%; }

.img-novedades .ico-img .img-ppal {
  opacity: 1;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 320px; }

.card.novedades h3 {
  color: #727272;
  font-size: 1.35rem;
  line-height: 1.7rem;
  max-width: 95%;
  margin: 5px 0px 15px 0px; }

.card.novedades p {
  color: #727272;
  max-width: 95%;
  margin: 0 auto; }

.card.novedades .link {
  text-transform: uppercase !important;
  color: #727272 !important;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 5px; }

.card.novedades .link::after {
  padding-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #727272;
  transition: all 0.1s;
  content: "»";
  margin-top: -5px;
  vertical-align: text-top; }

.card.novedades .ico-img {
  text-align: center;
  border-radius: 10px 10px 0px 0px; }

.card.novedades .ico-img .img-ppal {
  border-radius: 10px 10px 0px 0px; }

a.card.novedades:hover .link, a.card.novedades:hover .link::after {
  color: #9b3fdc !important; }

.img-servicios .ico-img .img-ppal {
  opacity: 1;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px; }

.card.card-circulo h3 {
  color: #fff;
  margin-bottom: 10px; }

.card.card-circulo .circulo {
  text-align: center;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 28px;
  margin: 0 auto 30px auto !important; }

.card.card-circulo .circulo .ico {
  width: 121px;
  height: 121px;
  margin: 0 auto; }

/*CARDS*/
.ico-internas .ico-img {
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  max-width: 225px;
  max-height: 225px;
  margin: 0 auto 5px auto; }

.ico-internas .ico-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

/*ACCORDION*/
.accordion {
  width: 100%; }

.accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0rem;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #888 !important; }

.accordion .card h5 {
  margin-bottom: 0px;
  font-weight: 700; }

.accordion .card .card {
  border-bottom: none !important;
  border-top: 1px solid #888 !important; }

.accordion .card:hover {
  box-shadow: none; }

.accordion .card-body {
  padding: 0px 0px 10px 60px; }

.accordion .card-body .card-body {
  padding: 0px 0px 20px 0px; }

.accordion .card-body .card-body p {
  width: 90%; }

.accordion .card-header {
  padding: 20px 0px;
  margin-bottom: 0;
  background-color: #fff;
  cursor: pointer; }

.accordion .card-header .card-header {
  padding: 10px 0px; }

.accordion .btn {
  margin: 0px 0px 10px 0px; }

.accordion h2 {
  color: #9b3fdc;
  font-size: 1.9rem;
  line-height: 1.9rem;
  margin-bottom: 5px; }

.accordion h3 {
  margin-bottom: 0px; }

.accordion .col-ico {
  width: 60px;
  max-width: 60px;
  padding-left: 15px;
  padding-right: 5px;
  margin: auto;
  text-align: center; }

.accordion .arrow i {
  float: right;
  font-size: 2rem;
  color: #000; }

.accordion .card .card-header:hover .arrow i {
  color: #9b3fdc; }

.accordion .card .card-header:hover h5 {
  color: #9b3fdc; }

.accordion .card .card-header:not(.collapsed) h5 {
  color: #9b3fdc; }

.accordion .card .card-header:not(.collapsed):hover h5 {
  color: #000; }

[data-toggle="collapse"] .fa:before {
  /*content: url(../images/arrow-down.png);*/
  content: "\f077"; }

[data-toggle="collapse"].collapsed .fa:before {
  /*content: url(../images/arrow-up.png);*/
  content: "\f078"; }

/*ACCORDION*/
/*ICONOS REDES*/
.iconos-redes i {
  font-size: 2rem;
  margin-top: 0px;
  margin-left: 0px; }

.iconos-redes a {
  color: #fff;
  margin: 0px 20px 20px 0px; }

.iconos-redes a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes a:hover {
  color: #9b3fdc; }

/*ICONOS REDES*/
/*ICONOS REDES-FUNDADORES*/
.iconos-redes-fundadores i {
  font-size: 1.3rem; }

.iconos-redes-fundadores a {
  color: #000;
  margin: 0px 20px 20px 0px; }

.iconos-redes-fundadores a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes-fundadores a:hover {
  color: #9b3fdc; }

/*ICONOS REDES-FUNDADORES*/
/*ICONOS REDES-EQUIPO*/
.iconos-redes-equipo {
  padding: 5px 0px; }

.iconos-redes-equipo i {
  font-size: 1.3rem; }

.iconos-redes-equipo a {
  color: #000;
  margin: 0px 10px 20px 10px; }

.iconos-redes-equipo a:hover {
  color: #9b3fdc; }

/*ICONOS REDES-EQUIPO*/
/*OWL EMPRESAS*/
.owl-carousel .owl-stage-outer {
  padding-top: 20px; }

.owl-theme {
  padding-top: 20px;
  width: 95%;
  margin: 0 auto; }

.owl-theme p {
  margin-bottom: 0.5rem; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0);
  color: #9b3fdc;
  text-decoration: none; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #9b3fdc; }

.owl-prev {
  width: 15px;
  height: 100%;
  position: absolute;
  top: -15px;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black; }

.owl-next {
  width: 15px;
  height: 100%;
  position: absolute;
  top: -15px;
  right: -20px;
  display: block !important;
  border: 0px solid black; }

.owl-prev i, .owl-next i {
  transform: scale(2);
  color: #888; }

.owl-prev i:hover, .owl-next i:hover {
  color: #9b3fdc; }

/*OWL*/
/*OWL EMPRESAS*/
.carouseles-empresas .owl-theme img {
  margin: 10px auto 10px auto !important;
  width: 120px !important;
  opacity: .5; }

/*OWL EMPRESAS*/
/*OWL EQUIPO*/
.carouseles-equipo .owl-theme img {
  margin: 10px auto 10px auto !important;
  width: 120px !important;
  opacity: 1; }

/*OWL EQUIPO*/
/*OWL IMAGENES*/
.carouseles-imagenes .owl-theme img {
  margin: 10px auto 10px auto !important;
  padding: 0px 10px !important;
  width: 100% !important;
  opacity: 1; }

.carouseles-imagenes .owl-next, .carouseles-imagenes .owl-prev {
  top: 10px; }

/*OWL IMAGENES*/
/*OWL SERVICIOS*/
.carouseles-servicios .owl-item {
  padding: 0px 10px !important; }

.carouseles-servicios .owl-carousel .owl-stage {
  display: -ms-flexbox !important;
  display: flex !important; }

/*OWL SERVICIOS*/
/*ETIQUETAS*/
.etiquetas {
  display: inline-block; }

.etiquetas .etiqueta {
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  margin: 5px 10px 10px 0px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px !important;
  transition: all 0.2s ease;
  background-color: rgba(96, 96, 96, 0.7);
  color: #c3c3c3;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-color: 0px !important;
  float: left; }

.etiquetas .etiqueta.clara {
  background-color: rgba(96, 96, 96, 0.2);
  color: #727272;
  font-weight: 600 !important; }

.list-group {
  display: block;
  flex-direction: unset;
  border: 0px; }

.list-group .etiqueta {
  margin-right: 10px;
  margin-bottom: 15px;
  width: auto; }

.list-group-item, .list-group-item + .list-group-item.active {
  background-color: #000;
  color: #fff;
  border: none; }

.list-group-item.active, .list-group-item.hover, .list-group-item.active:hover, .list-group-item-action:active, .list-group-item-action:hover, .list-group-item + .list-group-item.active {
  background-color: #9b3fdc;
  color: #000; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 20px !important; }

.list-group-item + .list-group-item.active {
  margin-top: 0px; }

/*ETIQUETAS*/
/*FORM*/
#formulario .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left; }

#formulario a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario .codigo-area {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0px; }

#formulario .form-control, #formulario textarea, #formulario select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  height: 47px;
  padding: 0px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario textarea {
  border: 1px solid rgba(255, 255, 255, 0); }

#formulario .form-control:focus, #formulario textarea:focus, #formulario select:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  color: #fff; }

#formulario textarea:focus {
  border: 1px solid white; }

#formulario .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario textarea {
  padding-top: 10px !important;
  height: 80px !important; }

#formulario ::placeholder {
  color: #adadad !important;
  opacity: 1 !important; }

#formulario :-ms-input-placeholder {
  color: #adadad !important; }

#formulario ::-ms-input-placeholder {
  color: #adadad !important; }

/*SI ES WP COMENTAR ESTO*/
.form-check-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 5px;
  transition: all .2s ease; }

.checkmark.radiobutton {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #9b3fdc; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #000; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-check-label input:checked ~ .checkmark:after {
  display: block; }

.form-check-label .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check-label .checkmark.radiobutton:after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50px;
  border: solid #000;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/*SI ES WP COMENTAR ESTO*/
/*SI ES WP DES-COMENTAR ESTO*/
/*SI ES WP DES-COMENTAR ESTO*/
/*FORM*/
/*MODAL*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.modal-header .close {
  padding: 0px 0px;
  margin: auto 0px;
  color: #9b3fdc;
  opacity: 1; }

.modal-header .close:hover {
  color: #9b3fdc; }

.close {
  text-shadow: none;
  opacity: .8; }

.close img {
  height: 20px; }

.close:hover, .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1; }

/*MODAL*/
/*BTNS*/
.btn-min {
  color: #727272;
  font-size: 0.85rem;
  line-height: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 40px 15px 40px;
  transition: all 0.2s;
  text-transform: uppercase;
  background-color: rgba(246, 246, 246, 0);
  border: none; }

.btn-min::after {
  padding-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #727272;
  transition: all 0.1s;
  content: "»";
  margin-top: 0px;
  vertical-align: text-top; }

.btn-flecha::after {
  font-family: 'FontAwesome';
  top: 2px;
  margin-left: 8px;
  content: "\f061"; }

.btn-flecha-inv::before {
  font-family: 'FontAwesome';
  top: 2px;
  margin-right: 8px;
  content: "\f060"; }

.btn {
  font-size: 0.85rem;
  line-height: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 40px 15px 40px;
  transition: all 0.2s;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(155, 63, 220, 0.8);
  border: none; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff;
  background-color: #9b3fdc;
  border: none;
  box-shadow: none;
  text-decoration: none !important; }

.btn::after {
  padding-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.1s;
  content: "»";
  margin-top: 0px;
  vertical-align: text-top; }

.btn-blanco {
  color: #9b3fdc;
  font-weight: 600 !important;
  background-color: #fff;
  border: 1px solid #fff; }

.btn-blanco:hover,
.btn-blanco:focus,
.btn-blanco.focus,
.btn-blanco.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff; }

.btn-blanco::after {
  padding-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #9b3fdc;
  transition: all 0.1s;
  content: "»";
  margin-top: 0px; }

.btn-blanco:hover:after,
.btn-blanco:focus:after,
.btn-blanco.focus:after,
.btn-blanco.active:after {
  color: #fff; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  padding: 40px 0px;
  background: #9b3fdc; }

#pre-footer h3 {
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #fff; }

#pre-footer ul li {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-left: 14px;
  color: #fff; }

#pre-footer p, #pre-footer a, #pre-footer ul {
  font-size: 1rem !important;
  line-height: 1.3rem !important;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 15px !important;
  max-width: 80%; }

#pre-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px; }

#pre-footer ul {
  margin: 0px;
  padding: 0px 0px 0px 1px; }

/*PREFOOTER*/
/*ICONOS REDES pre-footer*/
#pre-footer .iconos-redes i {
  font-size: 1.5rem; }

#pre-footer .iconos-redes a {
  color: #fff;
  margin: 0px 10px 0px 10px; }

#pre-footer .iconos-redes a:hover {
  color: #fff; }

/*ICONOS REDES pre-footer*/
/*FOOTER*/
footer {
  padding: 14px 0px;
  background: #9b3fdc;
  color: #fff;
  border-top: 1px solid #fff; }

footer p, footer a {
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  margin-bottom: 0px !important;
  letter-spacing: 0px; }

footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px; }

/*FOOTER*/
/*PAGINADOR*/
.page-numbers {
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 700;
  background: unset;
  color: #000;
  border: none;
  padding: 10px 14px;
  margin: 0px 2px;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 50px; }

.page-numbers.current {
  font-size: 0.85rem;
  line-height: 1rem;
  color: #727272; }

.page-numbers:hover,
.page-numbers.focus,
.page-numbers.active {
  background-color: #9b3fdc;
  color: #000;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.page-item:first-child .page-numbers, .page-item:last-child .page-numbers {
  border-radius: 50px; }

/*PAGINADOR*/
/*EXTRAS*/
ul.personalizado {
  padding-left: 16px; }

.personalizado li {
  margin-bottom: 0.5rem;
  padding-left: 8px; }

.personalizado li::marker {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #000;
  content: "\f00c"; }

.border-left {
  border-left: 1px solid #000 !important; }

.border-top {
  border-top: 1px solid #000 !important; }

.border-right {
  border-right: 1px solid #000 !important; }

.border-bottom {
  border-bottom: 1px solid #000 !important; }

.border-negro {
  border-color: #000 !important; }

.border-blanco {
  border-color: #fff !important; }

.border-color1 {
  border-color: #9b3fdc !important; }

.border-color1 {
  border-color: #9b3fdc !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #a648e9; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #a648e9; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #a648e9; }

@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 1rem !important; }

  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial; } }
.col-five {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 991px) {
  .col-five {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*EXTRAS*/

/*# sourceMappingURL=base.css.map */
