@charset "utf-8";
/*	==================================================
	# FONTS
	================================================== */
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Book.eot');
  src: url('../fonts/Prelo-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Prelo-Book.woff2') format('woff2'), url('../fonts/Prelo-Book.woff') format('woff'), url('../fonts/Prelo-Book.ttf') format('truetype'), url('../fonts/Prelo-Book.svg#Prelo-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Medium.eot');
  src: url('../fonts/Prelo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Prelo-Medium.woff2') format('woff2'), url('../fonts/Prelo-Medium.woff') format('woff'), url('../fonts/Prelo-Medium.ttf') format('truetype'), url('../fonts/Prelo-Medium.svg#Prelo-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-BookItalic.eot');
  src: url('../fonts/Prelo-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Prelo-BookItalic.woff2') format('woff2'), url('../fonts/Prelo-BookItalic.woff') format('woff'), url('../fonts/Prelo-BookItalic.ttf') format('truetype'), url('../fonts/Prelo-BookItalic.svg#Prelo-BookItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Bold.eot');
  src: url('../fonts/Prelo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Prelo-Bold.woff2') format('woff2'), url('../fonts/Prelo-Bold.woff') format('woff'), url('../fonts/Prelo-Bold.ttf') format('truetype'), url('../fonts/Prelo-Bold.svg#Prelo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-SemiBold.eot');
  src: url('../fonts/Prelo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Prelo-SemiBold.woff2') format('woff2'), url('../fonts/Prelo-SemiBold.woff') format('woff'), url('../fonts/Prelo-SemiBold.ttf') format('truetype'), url('../fonts/Prelo-SemiBold.svg#Prelo-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/*	==================================================
	# Default
	================================================== */
/*	==================================================
	# Default
	================================================== */
html {
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
  background: #ffffff;
  margin: 0;
}
acronym,
abbr {
  border-bottom: 1px dotted #333;
  cursor: help;
}
textarea {
  overflow: auto;
}
input[type=submit],
select,
.pointer {
  cursor: pointer;
}
sup,
sub {
  height: 0;
  font-size: 10px;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
b,
strong {
  font-weight: 700;
}
.mayus {
  text-transform: uppercase;
}
.minus {
  text-transform: lowercase;
}
.vermell {
  color: #ff0000;
}
strong {
  font-weight: 700;
}
strong em {
  font-style: italic;
  font-weight: 700;
}
em {
  font-style: italic;
}
em strong {
  font-style: italic;
  font-weight: 900;
}
/*	==================================================
	# Extra classes
	================================================== */
.clearer {
  clear: both;
  height: 0;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.invisible {
  display: none !important;
}
.cursiva {
  font-style: italic;
}
.nobg {
  background: none !important;
}
.underline {
  text-decoration: underline;
}
.hidden-ipad {
  display: block !important;
}
.hidden-ipad-inline {
  display: inline-block !important;
}
.visible-ipad {
  display: none !important;
}
.visible-ipad-inline {
  display: none !important;
}
.hidden-smobile {
  display: block !important;
}
.visible-smobile {
  display: none !important;
}
/* BOX SHADOWS */
.shadows {
  -webkit-box-shadow: 1px 1px 10px 0 #C8C8C8;
  -moz-box-shadow: 1px 1px 10px 0 #C8C8C8;
  box-shadow: 1px 1px 10px 0 #C8C8C8;
}
.special-sep {
  border: 0;
  width: 80px;
  height: 2px;
  color: #2F21FF;
  background-color: #2F21FF;
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
}
/*	==================================================
	# Bordes redondeados
	================================================== */
.rounded {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.rounded_topLeft {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.rounded_topRight {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-radius: 0 5px 0 0;
  -khtml-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.rounded_bottomRight {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-radius: 0 0 5px 0;
  -khtml-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.rounded_bottomLeft {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 0 0 0 5px;
  -khtml-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
/*	==================================================
	# EFECTOS
	================================================== */
.transitions {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*
	 * Row with equal height columns
	 * --------------------------------------------------
	 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bg-color {
  background-color: #2F21FF;
}
.bg-color-secondary {
  background-color: #00C562;
}
/*
	 * Row with equal height columns
	 * --------------------------------------------------
	 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*	==================================================
	# Typography
	================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2F21FF;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #00C562;
  font-weight: 700;
}
p,
a,
li {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
}
p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
a {
  color: #2F21FF;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  border: none;
  word-break: break-word;
  word-wrap: break-word;
}
a:hover,
a:focus,
a:active {
  color: #0f00ed;
  text-decoration: none;
  outline: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #00C562;
}
/*	==================================================
	# ESTRUCTURA
	================================================== */
#wrapper {
  display: block;
  margin: 0 auto;
}
.wrapper-main {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.content-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.header-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
/*	==================================================
	# SECTIONS
	================================================== */
.page-type {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 3rem;
  min-height: 480px;
}
.depth-type {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0;
}
.content-pages {
  position: relative;
  display: block;
  margin: 5px 20px 20px 20px;
  padding: 30px;
  background: #ededed;
}
.content-depth {
  position: relative;
  display: block;
  margin: 5px 20px 20px 20px;
  padding: 30px;
  background: #ffffff;
}
/*	==================================================
	# Buttons & Icons
	================================================== */
.btn:focus,
.btn:active {
  outline: 0;
  box-shadow: 0;
}
.btn-basic {
  color: #ffffff;
  background: transparent;
}
.btn-basic:hover {
  color: #ffffff;
  background: #2F21FF;
}
.btn-principal {
  color: #ffffff;
  background: #2F21FF;
  border-color: #2F21FF;
}
.btn-principal:hover {
  color: #2F21FF;
  background: #ffffff;
}
.btn-cancelar {
  padding: 10px 20px;
  color: #ffffff;
  background: #dc3545;
}
.btn-cancelar:hover {
  color: #ffffff;
  background: #d32535;
}
.btn-form {
  display: inline-block;
  color: #ffffff;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #2F21FF;
  border: 1px solid #2F21FF;
  margin: 0 auto;
}
.btn-form:hover {
  color: #ffffff;
  background: #1707ff;
  border-color: #2F21FF;
  outline: 0;
}
.btn-condiciones {
  color: #000000;
  background: #ffc107;
  border: 1px solid #ffc107;
}
.btn-condiciones:hover {
  color: #000000;
  background: #ecb100;
  border-color: #ffc107;
  outline: 0;
}
.clickable {
  cursor: pointer;
}
/*	==================================================
	# HEADER
	================================================== */
/*	==================================================
	# HEADER
	================================================== */
.header-content {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem 1rem;
  background: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-content .box-logo {
  position: relative;
  margin: 0 auto;
  padding-top: 0.75rem;
}
.header-content .box-logo a {
  display: inline-block;
}
.header-content h1 {
  font-weight: 700;
}
.header-content.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .header-content h1 {
    padding-left: 2rem;
  }
}
/*	==================================================
	# DEFAULT WEB
	================================================== */
.default-style p,
.default-style a,
.default-style li {
  font-size: 1rem;
  line-height: 1.5;
}
.texto-legal p,
.texto-legal a,
.texto-legal li {
  font-size: 0.875rem;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
  /*  background: #CCC;*/
}
/*	==================================================
	# FORMULARIO
	================================================== */
/*	==================================================
	# FORMULARIO
	================================================== */
.box-formulario {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}
.box-formulario .form-group {
  margin-bottom: 1rem;
}
.box-formulario .form-control,
.box-formulario .form-select {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-color: #ced4da;
}
.box-formulario .form-control {
  background: #ffffff;
}
.box-formulario .form-control::-webkit-input-placeholder {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.box-formulario .form-control:-moz-placeholder {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.box-formulario .form-control::-moz-placeholder {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.box-formulario .form-control:-ms-input-placeholder {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.box-formulario textarea,
.box-formulario textarea.form-control {
  resize: none;
  height: auto;
}
.box-formulario label {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.box-formulario label span {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: 400;
  font-style: italic;
}
.box-formulario label a {
  color: #212529;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.1;
  text-decoration: underline;
}
.box-formulario .check-legal input {
  float: none;
  display: inline-block;
  margin: 0;
  margin-right: 0.125rem;
  vertical-align: middle;
}
.box-formulario .check-legal label {
  font-size: 0.875rem;
  vertical-align: middle;
}
.box-formulario .check-legal label a {
  font-size: inherit;
}
.box-formulario .btn-submit {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  background: #2F21FF;
  text-align: center;
  padding: 0.5rem 2rem;
}
.box-formulario .btn-submit:hover {
  color: #ffffff;
  background: #0f00ed;
  outline: 0;
}
.box-formulario .form-bottom {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .box-formulario .form-group {
    margin-bottom: 1.25rem;
  }
}
/*	==================================================
	# HOME
	================================================== */
.box-title {
  position: relative;
  display: block;
  margin: 0 auto 1.25rem auto;
  padding: 2rem 1rem 0.25rem 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.box-title h1,
.box-title h2,
.box-title h3,
.box-title h4 {
  margin: 0;
  margin-bottom: 0.5rem;
}
.box-subtitle {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.box-subtitle h1,
.box-subtitle h2,
.box-subtitle h3,
.box-subtitle h4 {
  margin: 0;
}
.box-subtitle p {
  margin-bottom: 0.5rem;
}
.box-subtitle p:last-child {
  margin-bottom: 0;
}
.title-seccion {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.descripcion {
  font-weight: 400;
}
.box-compromisos .item-compromiso {
  position: relative;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
  border: 1px solid #00C562;
}
.box-compromisos .item-compromiso li {
  font-size: 0.95rem;
}
.box-compromisos .item-compromiso .form-check label {
  color: #2F21FF;
  font-size: 0.95rem;
}
.box-button {
  position: relative;
  display: block;
  margin: 0;
}
.box-button span {
  font-size: 0.875rem;
}
.bottom-form {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 3rem 0;
}
.page-colorbox {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2rem 2rem;
}
.page-colorbox h1 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 2rem;
}
.page-colorbox .box-buttons {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}
.page-colorbox .box-buttons .btn {
  margin: 0 0.5rem;
}
/*	==================================================
	# PAGINAS LEGALES
	================================================== */
#page-legales .text-contact {
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#page-legales h1 {
  color: #212529;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
#page-legales h2 {
  font-size: 1.375rem;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
#page-legales h3 {
  font-size: 1.125rem;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
#page-legales p,
#page-legales ul li,
#page-legales a {
  font-size: 1rem;
}
#page-legales p {
  line-height: 1.4;
  margin-bottom: 10px;
}
#page-legales ul {
  list-style: circle outside;
  padding: 0;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 15px;
}
#page-legales ul li {
  line-height: 1.4;
  margin-bottom: 2px;
}
/*	==================================================
	# FOOTER
	================================================== */
/*	==================================================
	# FOOTER
	================================================== */
#footer {
  position: relative;
  width: 100%;
  background: #2F21FF;
  margin: 0 auto;
  padding: 1rem 0 1.125rem 0;
  z-index: 2;
}
#footer p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
#footer p a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#footer .footer-bottom {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#footer .footer-bottom .copyright-text p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
}
/*	==================================================
	# COOKIES
	================================================== */
/*	==================================================
	# COOKIES
	================================================== */
.cookie-msg-on {
  padding-bottom: 50px;
}
.msg-cookie {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  z-index: 9999;
  border-top: 1px solid #2F21FF;
}
.msg-cookie .wrapper-cookie {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 15px 9px 15px;
}
.msg-cookie p,
.msg-cookie a {
  color: #000000;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 0.8125rem;
  margin: 0;
}
.msg-cookie p {
  line-height: 1.3;
}
.msg-cookie p a {
  color: #2F21FF;
}
.msg-cookie p a:hover {
  color: #2F21FF;
  text-decoration: underline;
}
.msg-cookie a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.msg-cookie a:hover {
  text-decoration: underline;
}
.msg-cookie ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.msg-cookie ul li {
  display: inline-block;
  padding: 0 5px;
}
.msg-cookie ul li a.btn-cookie {
  cursor: pointer;
  color: #ffffff;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  background: #2F21FF;
  border: 1px solid #2F21FF;
  padding: 8px 18px;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.msg-cookie ul li a.btn-cookie:hover {
  color: #ffffff;
  background: #1707ff;
}
@media screen and (max-width: 767px) {
  .cookie-msg-on {
    padding-bottom: 115px;
  }
  .msg-cookie .wrapper-cookie p {
    text-align: center;
    margin-bottom: 4px;
  }
  .msg-cookie .wrapper-cookie .text-right {
    text-align: center;
  }
}
/*	==================================================
	# POPUP FORMULARIOS
	================================================== */
.popup-boxing {
  padding: 1.25rem 1.25rem 1rem 1.25rem;
  background: #ffffff;
}
.popup-boxing h3 {
  color: #2F21FF;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.popup-boxing h3 span {
  font-weight: 400;
}
.popup-boxing p {
  color: #212529;
  font-family: 'Campton', 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
/*	==================================================
	# GO UP
	================================================== */
#go_up {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0.8;
  background: url('../img/boton-top.png') 0 0 no-repeat;
  display: block;
  height: 44px;
  width: 44px;
  border: 0;
  box-shadow: none;
  outline: none;
}
#go_up:hover {
  opacity: 1;
}
.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 992px) {
  .visible-smobile {
    display: inline-block !important;
  }
  .hidden-smobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-ipad {
    display: none !important;
  }
  .hidden-ipad-inline {
    display: none !important;
  }
  .visible-ipad {
    display: block !important;
  }
  .visible-ipad-inline {
    display: inline-block !important;
  }
}

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