html,
body {
  height: auto;
  min-height: 100vh;
  /*background-color: $blanco;*/
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  color: #2F3142;
  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: 2.65rem;
  line-height: 2.9rem;
  font-weight: 300; }

h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-bottom: 30px; }

h3 {
  font-size: 2.66rem;
  line-height: 3.33rem;
  font-weight: 500;
  margin-bottom: 30px; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 500; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.66rem;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 0px;
  letter-spacing: .5px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

p {
  margin-bottom: 25px !important; }

a {
  color: #2F3142; }

a:hover {
  color: #465ABC;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #465ABC !important;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 4px solid #2F3142;
  width: 50px; }

/*TEXTOS*/
.texto-negro {
  color: #2F3142 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #2F3142 !important; }

.texto-color1 {
  color: #465ABC !important; }

.texto-color2 {
  color: #D3D7E2 !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #2F3142; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #f6f6f6; }

.fondo-gris-oscuro {
  background-color: #2F3142; }

.fondo-color1 {
  background-color: #465ABC; }

.fondo-color2 {
  background-color: #D3D7E2; }

.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*FONDOS*/
/*PRENAV*/
.navbar {
  padding: 0px; }

.navbar li {
  list-style: none;
  margin-bottom: 0rem; }

/*NAVBAR*/
#mainNav {
  height: 130px; }

#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: #465abc;
  top: 0px;
  padding: 20px 0px 18px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); }

#mainNav.active.navbar {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }

#mainNav p {
  color: #fff;
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 15px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 1.06rem;
  line-height: 1.3rem;
  font-weight: 300;
  color: #fff;
  opacity: .7;
  padding: 0px;
  margin: 0px;
  transition: all 0.1s;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 12px 0px 8px 0px;
  width: 100%; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item a.active {
  opacity: 1; }

#mainNav #logo img {
  height: 51px;
  margin: auto 0px; }

#mainNav .nav-item.active {
  opacity: 1; }

/*NAVBAR*/
/*HAMBURGUESA ANIMADA*/
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0px; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #fff;
  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*/
header {
  display: initial; }

/*HEADER IMAGEN*/
.head {
  background-color: #fff; }

.head.imagen {
  margin-top: -130px;
  /* 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: 130px; }

/*HEADER IMAGEN*/
/*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*/
section {
  padding: 150px 0px;
  background-color: #fff; }

/*CARDS*/
.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  width: 100%;
  padding: 50px 40px;
  margin-bottom: 30px;
  flex-direction: row;
  transition: all .2s ease;
  height: auto; }

.card:hover {
  cursor: pointer; }

.card h3 {
  color: #fff;
  text-transform: none; }

.card.hover h3 {
  color: #465ABC; }

.card:hover .btn {
  color: #465ABC !important;
  background-color: white !important;
  border: 1px solid #fff !important; }

.image-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .2s ease;
  background: rgba(70, 90, 188, 0.2);
  opacity: 1; }

.card:hover .image-overlay {
  opacity: 0; }

/*CARDS*/
/*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 .form-control, #formulario textarea, #formulario select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #2F3142;
  height: 42px;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario textarea {
  border: 1px solid #465ABC !important; }

#formulario .form-control:focus, #formulario textarea:focus, #formulario select:focus {
  border: 1px solid #465ABC !important; }

#formulario textarea:focus {
  border: 1px solid #465ABC !important; }

#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: #666 !important;
  opacity: 1 !important; }

#formulario :-ms-input-placeholder {
  color: #666 !important; }

#formulario ::-ms-input-placeholder {
  color: #666 !important; }

#contacto p, #contacto a {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left; }

#contacto a:hover {
  color: #465ABC; }

.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 #2F3142;
  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 #2F3142;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #465ABC; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #2F3142; }

.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 #2F3142;
  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: #2F3142;
  border-radius: 50px;
  border: solid #2F3142;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/*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: #465ABC;
  opacity: 1; }

.modal-header .close:hover {
  color: #D3D7E2; }

.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 {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 14px 50px;
  transition: all 0.2s;
  color: #fff;
  background-color: #465ABC;
  border: none;
  vertical-align: unset; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff;
  background-color: #2F3142;
  border: none;
  box-shadow: none; }

.btn-border {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  vertical-align: unset; }

.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border.active {
  color: #465ABC !important;
  background-color: white !important;
  border: 1px solid #fff !important; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  background: #465ABC;
  padding: 100px 0px; }

#pre-footer p, #pre-footer a {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #D3D7E2;
  margin: 10px 0px;
  padding: 10px 0px; }

#pre-footer a:hover {
  color: #fff; }

#pre-footer ul {
  margin: 0px;
  padding: 0px 0px 0px 1px; }

#pre-footer ul li {
  margin: 10px 0px; }

/*PREFOOTER*/
/*FOOTER*/
footer {
  background: #465ABC;
  color: #D3D7E2;
  height: 57px;
  padding-bottom: 2px; }

footer p, footer a {
  font-size: 0.86rem;
  line-height: 1.3rem;
  color: #D3D7E2; }

footer a:hover {
  color: #fff;
  text-decoration: none; }

footer .creactivo {
  height: 24px;
  float: right;
  position: relative;
  top: -6px;
  margin-left: 6px; }

/*FOOTER*/
/*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: #2F3142;
  content: "\f00c"; }

.border-left {
  border-left: 1px solid #2F3142 !important; }

.border-top {
  border-top: 1px solid #2F3142 !important; }

.border-right {
  border-right: 1px solid #2F3142 !important; }

.border-bottom {
  border-bottom: 1px solid #2F3142 !important; }

.border-negro {
  border-color: #2F3142 !important; }

.border-blanco {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.border-color1 {
  border-color: #465ABC !important; }

.border-color2 {
  border-color: #D3D7E2 !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2F3142; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #2F3142; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #2F3142; }

@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 */
