@charset "UTF-8";
html,
body {
  height: auto;
  min-height: 100vh;
  background-color: #303030;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #303030;
  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 {
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800; }

h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800;
  margin-bottom: 0px; }

h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

.destacado h1 {
  font-size: 1.55rem !important;
  line-height: 1.7rem !important;
  font-weight: 700 !important; }

.destacado h3 {
  font-size: 1.45rem;
  line-height: 1.7rem;
  font-weight: 300; }

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;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  margin-bottom: 0px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

p {
  margin-bottom: 1rem !important; }

a {
  color: #303030; }

a:hover {
  color: #0032e3;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #0032e3 !important;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid #444444;
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #303030 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #888 !important; }

.texto-color1 {
  color: #0032e3 !important; }

.texto-color2 {
  color: #00f857 !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #303030; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #f5f5f5; }

.fondo-color1 {
  background-color: #0032e3; }

.fondo-color2 {
  background-color: #00f857; }

.fondo-degrade {
  background: linear-gradient(to right, #0032e3, #00f857) !important; }

.parallax {
  min-height: 600px;
  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; }

/*NAVBAR*/
#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  top: 0px;
  padding: 20px 0px 18px 0px; }

#mainNav p {
  color: #f5f5f5;
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 20px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #9b9b9b;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  text-transform: uppercase;
  width: 100%; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item a.active {
  color: #e1e1e1; }

#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: #303030;
  transition: all 0.1s;
  content: "\f078";
  margin-top: 0px;
  position: absolute; }

#mainNav .nav-item:hover.flecha a::after {
  color: #0032e3;
  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: #303030; }

#mainNav .iconos i {
  font-size: 1rem !important;
  color: #303030;
  margin: 4px 5px; }

#mainNav .iconos:hover i {
  color: #0032e3; }

#mainNav .iconos:hover,
#mainNav .iconos:focus,
#mainNav .iconos.focus,
#mainNav .iconos.active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #00f857 !important; }

#mainNav #logo img {
  height: 90px;
  margin: auto 0px;
  transition: all 0.2s;
  opacity: 0; }

#mainNav.active.navbar {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(7px);
  /* Aplica blur al fondo visible */
  -webkit-backdrop-filter: blur(7px);
  /* Para Safari */ }

#mainNav.active.navbar #logo img {
  transition: all 0.2s;
  opacity: 1; }

#mainNav .nav-item.active {
  color: #00f857 !important; }

/*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; }

.head {
  background-color: #fff; }

.head.imagen {
  margin-top: -137px;
  /* ALTO DE MENU/S -20 */ }

#logo-grande {
  max-width: 450px; }

/*HEADER PLENO*/
.head.pleno {
  margin-top: -137px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background: #000000;
  background: linear-gradient(125deg, black 0%, #2e2e2e 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.head.pleno .container {
  padding-top: 60px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

/*HEADER PLENO*/
section {
  padding: 100px 0px;
  background-color: #fff; }

/*PASOS*/
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.circle span {
  color: #303030;
  font-size: 3rem;
  font-weight: 700; }

#pasos p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  max-width: 260px;
  margin: 0 auto; }

/*PASOS*/
/*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: #0032e3;
  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: #303030; }

.accordion .card .card-header:hover .arrow i {
  color: #0032e3; }

.accordion .card .card-header:hover h5 {
  color: #00f857; }

.accordion .card .card-header:not(.collapsed) h5 {
  color: #0032e3; }

.accordion .card .card-header:not(.collapsed):hover h5 {
  color: #303030; }

[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: #0032e3; }

/*ICONOS REDES*/
/*ICONOS REDES-FUNDADORES*/
.iconos-redes-fundadores i {
  font-size: 1.3rem; }

.iconos-redes-fundadores a {
  color: #303030;
  margin: 0px 20px 20px 0px; }

.iconos-redes-fundadores a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes-fundadores a:hover {
  color: #0032e3; }

/*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: #303030;
  margin: 0px 10px 20px 10px; }

.iconos-redes-equipo a:hover {
  color: #0032e3; }

/*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: #0032e3;
  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: #0032e3; }

.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: #0032e3; }

/*COMO IMAGENES*/
.carouseles-opiniones .owl-prev img, .carouseles-opiniones .owl-next img {
  width: 20px;
  height: 20px; }

/*COMO IMAGENES*/
/*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*/
.etiqueta {
  margin: 0px 0px 20px 0px;
  padding: 3px 12px 3px 10px;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 20px !important;
  transition: all 0.2s ease;
  background-color: #303030;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-color: 0px !important; }

.etiqueta::before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  font-size: 0.8rem;
  color: #fff;
  content: "●"; }

.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: #303030;
  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: #0032e3;
  color: #303030; }

.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: 700;
  font-size: 0.9rem;
  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: #303030;
  height: 30px;
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #303030;
  border-radius: 0px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario textarea {
  border-right: 1px solid #303030 !important; }

#formulario .form-control:focus, #formulario textarea:focus, #formulario select:focus {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #0032e3;
  box-shadow: none;
  color: #303030; }

#formulario textarea:focus {
  border-right: 1px solid #0032e3 !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; }

#formulario p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  text-align: left; }

.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 #303030;
  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 #303030;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #0032e3; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #303030; }

.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 #303030;
  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: #303030;
  border-radius: 50px;
  border: solid #303030;
  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: #0032e3;
  opacity: 1; }

.modal-header .close:hover {
  color: #00f857; }

.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, #mainNav .nav-item a.btn {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 80px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 40px;
  transition: all 0.2s;
  color: #fff;
  vertical-align: unset;
  border: 3px solid #fff;
  background: linear-gradient(to right, #0032e3, #00f857) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

#mainNav .nav-item a.btn {
  font-size: 1rem;
  padding: 10px 25px;
  border: 2px solid #fff; }

#mainNav .nav-item a.btn:hover {
  transform: scale(1.05); }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff;
  transform: scale(1.1); }

.btn-blanco {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 80px;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 40px;
  transition: all 0.2s;
  color: #303030;
  vertical-align: unset;
  border: 3px solid #fff;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.btn-blanco:hover,
.btn-blanco:focus,
.btn-blanco.focus,
.btn-blanco.active {
  color: #303030;
  transform: scale(1.1); }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  background: #303030; }

#pre-footer h3 {
  color: #dddddd;
  font-size: 1rem;
  line-height: 1rem; }

#pre-footer p, #pre-footer a {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #dddddd;
  margin-bottom: 0px !important; }

#pre-footer p.min {
  font-size: 0.9rem;
  line-height: 1.4rem; }

#pre-footer a:hover {
  color: #fff;
  cursor: pointer; }

#pre-footer ul {
  margin: 0px;
  padding: 0px 0px 0px 1px; }

/*PREFOOTER*/
/*FOOTER*/
footer {
  padding: 12px 0px;
  background: #303030;
  color: #fff; }

footer p, footer a {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #dddddd;
  margin-bottom: 0px; }

footer a:hover {
  color: #fff;
  text-decoration: none; }

footer .creactivo {
  height: 24px;
  float: right;
  position: relative;
  top: -6px;
  margin-left: 6px; }

/*FOOTER*/
/*EXTRAS*/
.sal-animate {
  transition-duration: 700ms;
  /* 1 segundo */ }

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: #303030;
  content: "\f00c"; }

.border-left {
  border-left: 1px solid #303030 !important; }

.border-top {
  border-top: 1px solid #444444 !important; }

.border-right {
  border-right: 1px solid #303030 !important; }

.border-bottom {
  border-bottom: 1px solid #303030 !important; }

.border-negro {
  border-color: #303030 !important; }

.border-blanco {
  border-color: #fff !important; }

.border-color1 {
  border-color: #0032e3 !important; }

.border-color2 {
  border-color: #00f857 !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #303030; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #303030; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #303030; }

@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 */
