html,
body {
  height: auto;
  min-height: 100vh;
  /*background-color: $blanco;*/
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #112967;
  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: -0.5px; }

h1 {
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 700; }

.novedad h1 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: 700;
  max-width: 420px; }

h2 {
  font-size: 2.3rem;
  line-height: 2.4rem;
  font-weight: 700; }

h3 {
  font-size: 1.45rem;
  line-height: 1.8rem;
  font-weight: 700; }

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

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

.head .destacado h6 {
  max-width: 400px; }

.destacado p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #fff; }

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

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

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, .imagen-interna h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #fff;
  padding-top: 20px; }

h6 b, .imagen-interna h1 b {
  font-weight: 700; }

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

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

p {
  margin-bottom: 22px !important; }

a {
  color: #112967; }

a:hover {
  color: #e67819;
  text-decoration: none; }

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

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

strong {
  font-weight: 600; }

hr {
  border: none;
  width: 100%;
  border-top: 1px solid rgba(17, 41, 103, 0.15); }

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

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

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

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

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

.texto-color2 {
  color: #e67819 !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: #f4f6fb; }

.fondo-color1 {
  background-color: #112967; }

.fondo-color2 {
  background-color: #e67819; }

.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: 35px;
  z-index: 500;
  background-color: #fff; }

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

#socialNav.navbar {
  z-index: 500;
  padding: 0px;
  top: 10px;
  height: 25px; }

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

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

#socialNav .nav-item:first-child {
  padding-left: 10px; }

#socialNav .btn-preNav i {
  font-size: 1.2rem !important;
  color: #e67819;
  margin: 0px 0px; }

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

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

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

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

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

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

#mainNav .nav-item:hover, #mainNav .nav-item a:hover {
  color: #e67819; }

#mainNav .nav-item a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px; }

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

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

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

#mainNav .iconos {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  padding: 9px 2px 7px 2px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000; }

#mainNav .iconos i {
  font-size: 1rem !important;
  color: #000;
  margin: 4px 5px; }

#mainNav .iconos:hover i {
  color: #112967; }

#mainNav .iconos:hover,
#mainNav .iconos:focus,
#mainNav .iconos.focus,
#mainNav .iconos.active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #e67819 !important; }

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

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

.dropdown-menu .dropdown-item {
  padding: 3px 25px 8px 20px !important;
  margin: 8px 0px 4px 0px !important;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  transition: all 0.1s;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-bottom: 1px solid #ddd; }

.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(255, 255, 255, 0) !important;
  color: #e67819 !important; }

#mainNav .flag {
  max-height: 15px;
  margin-bottom: 6px; }

#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: #112967 !important; }

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

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

#mainNav #logo img {
  width: 179px;
  margin: 0px 0px 20px 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: #e67819;
  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: #112967; }

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

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

.navbar-toggler .icon-bar {
  background-color: #112967;
  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: -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: 120px;
  /* ALTO DE MENU/S */
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  min-height: 340px;
  padding: 20px 0px; }

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

/*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: 50px;
  /* ALTO DE MENU/S */
  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: 85px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0); }

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

/*FLECHAS FONTAWESOME*/
.carousel-control-next, .carousel-control-prev {
  width: 4%; }

.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  font-family: 'FontAwesome';
  color: #fff;
  padding-top: 50px;
  font-size: 1.3rem;
  opacity: .3; }

.carousel-control-prev-icon::after {
  content: "\f053"; }

.carousel-control-next-icon::after {
  content: "\f054"; }

.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
  opacity: 1; }

/*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*/
section {
  padding: 80px 0px;
  background-color: #fff; }

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

.card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0.25); }

.card h3 {
  color: #112967;
  max-width: 90%;
  transition: all .2s ease; }

.card p {
  color: #112967;
  max-width: 95%; }

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

a.card .btn {
  color: #112967;
  background-color: #f4f6fb;
  border: 1px solid #112967; }

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

a.card:hover h3 {
  color: #e67819;
  transition: all .2s ease; }

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

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

.card.novedades h3 {
  max-width: 90%;
  color: #fff; }

.card.novedades p {
  color: #fff;
  max-width: 95%;
  margin-bottom: 10px !important; }

.card.novedades .ico-img {
  text-align: center;
  padding-bottom: 30px; }

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

a.card.novedades .btn {
  color: #112967;
  background-color: #f4f6fb;
  border: 1px solid #112967; }

a.card:hover .btn-min {
  color: #e67819; }

.card .btn-min {
  max-width: 100% !important; }

a.card.novedades:hover h3 {
  color: #fff; }

.card-servicios {
  background-color: white;
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 30px 30px 50px 30px;
  margin-bottom: 30px;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0);
  box-shadow: 0px 0px 20px 0px rgba(17, 41, 103, 0);
  transition: all .2s ease; }

.card-servicios h1 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin-top: 20px;
  margin-bottom: 5px; }

.card-servicios .img-ppal {
  border-radius: 5px; }

.card-servicios ul, .novedad ul {
  margin-bottom: 25px;
  list-style-type: disc;
  padding-left: 16px; }

.iconos {
  height: 90px; }

.iconos .ico {
  width: 50px;
  height: 50px;
  border: none;
  padding: 14px;
  border-radius: 100px;
  text-align: center;
  background-color: #f1f1f1;
  margin: 0 auto;
  float: left;
  margin-right: 10px; }

/*CARDS*/
.novedad .img-ppal {
  border-radius: 5px; }

.logos img {
  max-width: 180px;
  width: 100%; }

.asociados ul {
  font-size: 0.8rem;
  line-height: 0.9rem;
  list-style-type: "- ";
  padding-left: 5px;
  letter-spacing: -0.5px; }

.asociados ul li {
  margin-bottom: 5px; }

ol {
  margin: 0px;
  padding: 0px;
  padding-left: 15px; }

/*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: #112967; }

/*ICONOS REDES*/
/*FORM*/
.formulario .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  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: #112967;
  height: 42px;
  padding: 0px 12px 0px 12px;
  background-color: rgba(17, 41, 103, 0.07);
  border: 1px solid rgba(17, 41, 103, 0);
  border-radius: 5px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

.formulario .form-control:focus, .formulario textarea:focus, .formulario select:focus {
  background-color: rgba(17, 41, 103, 0.07);
  border: 1px solid rgba(17, 41, 103, 0.5);
  box-shadow: none;
  color: #112967;
  transition: all 0.2s; }

.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: 12px !important;
  height: 42px !important; }

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

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

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

.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 #112967; }

.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); }

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

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

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

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

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

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

.formulario-inv input[type="file"] {
  padding-top: 10px; }

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

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

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

/*FORM ASOCIATE*/
/*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: #112967;
  opacity: 1; }

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

.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*/
.olvide-contrasena {
  float: right;
  position: relative; }

.olvide-contrasena a {
  font-size: 0.8rem;
  line-height: 2.3rem;
  font-weight: 400; }

/*BTNS*/
.btn-min {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 600;
  transition: all 0.2s;
  color: #000; }

.btn-min:hover,
.btn-min:focus,
.btn-min.focus,
.btn-min.active {
  color: #112967;
  text-decoration: none; }

.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.95rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 13px 50px 12px 50px;
  transition: all 0.2s;
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0);
  vertical-align: unset;
  text-transform: uppercase; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #000;
  background-color: #112967;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none; }

.btn-sm {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 6px 0px 5px 0px !important;
  padding: 6px 15px 6px 15px !important; }

.btn-inv {
  color: #112967;
  background-color: #fff;
  border: 3px solid #fff; }

.btn-inv:hover,
.btn-inv:focus,
.btn-inv.focus,
.btn-inv.active {
  color: #fff;
  background-color: #e67819;
  border: 3px solid #fff; }

.btn-color {
  color: #fff;
  background-color: #e67819; }

.btn-color:hover,
.btn-color:focus,
.btn-color.focus,
.btn-color.active {
  color: #fff;
  background-color: #112967; }

.btn-color2 {
  color: #fff;
  background-color: #112967; }

.btn-color2:hover,
.btn-color2:focus,
.btn-color2.focus,
.btn-color2.active {
  color: #fff;
  background-color: #e67819; }

.btn-border {
  color: #e67819;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e67819;
  vertical-align: unset; }

.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border.active {
  color: #fff;
  background-color: #e67819;
  border: 1px solid #e67819; }

.btn-border-blanco {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  vertical-align: unset; }

.btn-border-blanco:hover,
.btn-border-blanco:focus,
.btn-border-blanco.focus,
.btn-border-blanco.active {
  color: #112967;
  background-color: #fff;
  border: 1px solid #fff; }

.btn-border-color {
  color: #112967;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #112967;
  vertical-align: unset; }

.btn-border-color:hover,
.btn-border-color:focus,
.btn-border-color.focus,
.btn-border-color.active {
  color: #fff;
  background-color: #112967;
  border: 1px solid #112967; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  padding: 60px 0px 35px 0px;
  background: #112967; }

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

#pre-footer ul li {
  margin-bottom: 11px; }

#pre-footer p, #pre-footer a {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 0px; }

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

#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: 20px 0px 18px 0px;
  background: #112967;
  color: #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; }

/*FOOTER*/
/*PAGINADOR*/
.page-numbers {
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 700;
  background: unset;
  color: #112967;
  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;
  background-color: #112967;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.page-numbers:hover,
.page-numbers.focus,
.page-numbers.active {
  background-color: #ddd;
  color: #112967;
  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*/
.three-columns {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  width: 100%;
  /*ESPACIO ENTRE COLUMNA*/
  -webkit-column-gap: 15px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 15px;
  /* Firefox */
  column-gap: 15px;
  -webkit-column-rule: 0px solid #4b3295;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 0px solid #4b3295;
  /* Firefox */
  column-rule: 0px solid #4b3295; }

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: rgba(255, 255, 255, 0.15) !important; }

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

.border-color2 {
  border-color: #e67819 !important; }

.border-gris {
  border-color: #ddd !important; }

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

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

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

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

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

@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 */
