@charset "UTF-8";
html,
body {
  height: auto;
  min-height: 100vh;
  /*background-color: $blanco;*/
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #383838;
  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: 2rem;
  line-height: 2.4rem;
  font-weight: 500; }

h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

h4 {
  font-size: 2.25rem;
  line-height: 2.6rem;
  font-weight: 800;
  color: #e40a18; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 2.25rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 0px; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0px;
  margin-bottom: 0px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

p {
  margin-bottom: 1rem !important; }

a {
  color: #383838; }

a:hover {
  color: #e40a18;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #e40a18 !important;
  text-decoration: none; }

strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid #ededed;
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #383838 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #888 !important; }

.texto-color1 {
  color: #e40a18 !important; }

.texto-color2 {
  color: #9ae1b4 !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #383838; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #ededed; }

.fondo-color1 {
  background-color: #e40a18; }

.fondo-color2 {
  background-color: #9ae1b4; }

.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; }

#contPreNav {
  height: 30px;
  z-index: 500;
  background-color: #383838;
  position: relative; }

#preNav {
  z-index: 500;
  padding: 0px; }

#preNavResponsive {
  background-color: #383838; }

#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: 600;
  font-size: 0.8rem;
  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: #fff;
  text-decoration: none;
  text-transform: uppercase; }

#preNav .nav-item:hover, #preNav .nav-item a:hover {
  color: #e40a18; }

#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: #e40a18;
  cursor: pointer; }

#preNav .nav-item {
  border-left: 1px solid #888;
  margin: auto 0px;
  padding: 0px 12px;
  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; }

/*FLAGS*/
#flagsNav .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); }

#flagsNav .dropdown-item {
  padding: 4px 16px 0px 16px;
  margin: 8px 0px 5px 0px; }

#flagsNav .flag {
  max-height: 15px;
  margin-bottom: 6px; }

#flagsNav .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none; }

#flagsNav .dropdown-toggle:after {
  color: #fff;
  margin-top: 11px;
  border-top: 0.4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent; }

#flagsNav .dropdown-toggle:hover:after {
  color: #e40a18 !important; }

/*FLAGS*/
#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 {
  background-image: url("../images/bars.png") !important;
}
#preNav .navbar-toggler.collapsed>.close, #preNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  background-image: url("../images/close.png") !important;
}*/
/*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; }

#socialNav .btn-preNav {
  margin: 0px;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0px 12px;
  margin: 2px 0px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
  text-decoration: none; }

#socialNav .nav-item {
  border-left: 1px solid #888;
  margin: auto 0px; }

#socialNav .btn-preNav i {
  font-size: 1.1rem !important;
  color: #fff;
  margin: 0px 0px; }

#socialNav .btn-preNav:hover i {
  color: #e40a18; }

/*SOCIALNAV*/
/*NAVBAR*/
#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: white;
  top: 0px;
  padding: 10px 0px; }

#mainNav .navbar-nav {
  padding-top: 10px; }

#mainNav p {
  color: #383838;
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 0px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #383838;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 15px 15px; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover {
  color: #e40a18; }

#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: #383838;
  transition: all 0.1s;
  content: "\f078";
  margin-top: 0px;
  position: absolute; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item .nav-link.active {
  color: #e40a18;
  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: #383838; }

#mainNav .iconos i {
  font-size: 1rem !important;
  color: #383838;
  margin: 4px 5px; }

#mainNav .iconos:hover i {
  color: #e40a18; }

#mainNav .iconos:hover,
#mainNav .iconos:focus,
#mainNav .iconos.focus,
#mainNav .iconos.active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9ae1b4 !important; }

#mainNav .dropdown-menu {
  min-width: 1rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 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: #383838;
  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: #e40a18 !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: #383838;
  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: #e40a18 !important; }

.dropdown-item::after {
  content: "" !important; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #FFF !important; }

#mainNav #logo img {
  height: 32px;
  margin: auto 0px;
  transition: all 0.2s; }

#mainNav.active.navbar {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

#mainNav.active.navbar #logo img {
  transition: all 0.2s; }

#mainNav .nav-item.active a {
  color: #e40a18 !important; }

#mainNav .nav-item.btn {
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: black;
  vertical-align: unset;
  height: 32px;
  border-radius: 30px;
  transition: all 0.2s ease 0s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 9px 20px 0px 20px;
  margin: auto 0px auto 10px; }

#mainNav .nav-item.btn a {
  color: #fff;
  padding: 0px 0px; }

#mainNav .nav-item.btn:hover {
  background-color: #e40a18; }

/*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: #383838;
  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: #383838;
  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: #383838;
  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 #383838; }

#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: #e40a18; }

#navbarResponsiveSecond .nav-item.destacado a:hover {
  color: #fff;
  background-color: #383838; }

#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: #e40a18; }

#secondNav .nav-item .nav-link.inicio {
  background-color: #888;
  color: #fff;
  padding: 20px 20px !important; }

#secondNav .nav-item .nav-link.inicio:hover {
  background-color: #e40a18;
  color: #fff;
  padding: 20px 20px; }

#secondNav .nav-item .nav-link.inicio-min {
  color: #383838; }

#secondNav .nav-item .nav-link.inicio-min:hover {
  color: #e40a18; }

#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: -76px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.head.imagen .container {
  padding-top: 150px; }

/*HEADER IMAGEN*/
/*HEADER IMAGEN-INTERNA*/
.head.imagen-interna {
  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-interna .container {
  height: 80vh;
  padding-top: 120px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

/*HEADER IMAGEN-INTERNA*/
/*HEADER PLENO*/
.head.pleno {
  margin-top: -120px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-color: #e40a18;
  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*/
/*HEADER INTERNA*/
.header-int {
  z-index: 90;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

/*HEADER INTERNA*/
/*HEADER CAROUSEL*/
.head.carrusel {
  margin-top: -126px;
  /* 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: 8px;
  height: 8px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 30px;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: white; }

/*Círculo*/
/*.carousel-indicators li.active {
  background-color: rgba(255,255,255,0);
  border: 2px solid rgba(255,255,255,1);
}*/
/*Círculo*/
.carousel-indicators li.active {
  background-color: #e40a18; }

/*FLECHAS IMAGEN*/
/*FLECHAS IMAGEN*/
/*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: #ccc;
  padding-top: 50px;
  font-size: 1.3rem; }

.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 {
  color: #e40a18; }

/*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*/
/*HEADER VIDEO*/
.head.vid {
  position: relative;
  background-color: black;
  height: 87vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.head.vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.head.vid .container {
  position: relative;
  z-index: 2; }

.head.vid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/*HEADER VIDEO*/
/*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: #383838; }

#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: 70px 0px;
  background-color: #fff; }

/*CARDS*/
.card {
  background-color: #fff;
  border-radius: 7px;
  border: none;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all .2s ease; }

.card.card-t {
  background-color: rgba(255, 255, 255, 0.2) !important; }

#pasos p {
  max-width: 92%;
  margin: 0 auto; }

.paso {
  margin-top: 40px; }

.listado ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90%; }

.listado li {
  padding-left: 0px;
  padding-bottom: 15px; }

.listado li::before {
  content: "»";
  padding-right: 5px;
  color: #383838; }

.listado ul.rojo {
  margin-left: 5px; }

.listado ul.rojo li {
  padding-left: 20px;
  padding-bottom: 0px; }

.listado ul.rojo li::before {
  content: "»";
  padding-right: 5px;
  margin-left: -12px;
  color: #e40a18; }

.listado ul.min li {
  padding-bottom: 0px; }

.image-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.5; }

.card:hover .image-overlay {
  opacity: 1; }

.image-overlay-deg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5; }

.card:hover .image-overlay-deg {
  opacity: 1; }

.card-img {
  border: 0px;
  border-radius: 0px; }

.novedades.card .ico-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0px; }

.novedades.card .ico-img .img-ppal {
  border-radius: 0px;
  width: 100%;
  margin: 0px; }

.novedades.card .ico-img .titulo {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  padding: 20px 18px;
  transition: .3s ease;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }

.novedades.card:hover .ico-img .titulo {
  background: white; }

.card.novedades {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 0px 10px 0px;
  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; }

.novedades .card-img {
  border-radius: 0px; }

.novedades.card-shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important; }

.novedades.card .ico-img {
  position: relative;
  width: 100%;
  height: 100%; }

.novedades.card .ico-img .img-ppal {
  border-radius: 0px;
  width: 100%;
  margin: 0px; }

.novedades.card.verticales .ico-img .titulo {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  padding: 20px 18px;
  transition: .3s ease;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex !important;
  text-align: left;
  color: #fff; }

.novedades.card .ico-img .titulo h2, .novedades.card .ico-img .titulo h3 {
  margin-bottom: 0px;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.novedades.card:hover .ico-img .titulo {
  color: #e40a18; }

.novedades.card.verticales:hover .ico-img .titulo {
  background: rgba(0, 0, 0, 0.8); }

.novedades.card.verticales p {
  color: #383838; }

.novedades.card.verticales:hover p {
  color: #383838; }

.novedades.card.verticales:hover .btn {
  color: #383838;
  background-color: #e40a18; }

/*CARDS*/
/*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: #e40a18;
  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: #383838; }

.accordion .card .card-header:hover .arrow i {
  color: #e40a18; }

.accordion .card .card-header:hover h5 {
  color: #9ae1b4; }

.accordion .card .card-header:not(.collapsed) h5 {
  color: #e40a18; }

.accordion .card .card-header:not(.collapsed):hover h5 {
  color: #383838; }

[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: #e40a18; }

/*ICONOS REDES*/
/*ICONOS REDES-FUNDADORES*/
.iconos-redes-fundadores i {
  font-size: 1.3rem; }

.iconos-redes-fundadores a {
  color: #383838;
  margin: 0px 20px 20px 0px; }

.iconos-redes-fundadores a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes-fundadores a:hover {
  color: #e40a18; }

/*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: #383838;
  margin: 0px 10px 20px 10px; }

.iconos-redes-equipo a:hover {
  color: #e40a18; }

/*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: #e40a18;
  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: #e40a18; }

.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: #e40a18; }

/*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: 6px 20px 7px 20px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  display: inline-block;
  border-radius: 5px !important;
  transition: all 0.2s ease;
  background-color: #9ae1b4;
  color: #383838;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 0px !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: #383838;
  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: #e40a18;
  color: #383838; }

.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*/
/*CIRCULO*/
.circulo {
  margin: 0 auto 20px auto;
  padding: 8px 0px;
  width: 65px;
  height: 65px;
  font-weight: 400;
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 50% !important;
  border: 6px solid #fff;
  transition: all 0.2s ease;
  background-color: #e40a18;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  box-shadow: 0 0 0 1px #e40a18; }

/*CIRCULO*/
/*FORM-PRESTAMO*/
#formulario-prestamo {
  width: 100%; }

#formulario-prestamo .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  color: #fff; }

#formulario-prestamo a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario-prestamo .codigo-area {
  font-size: 1rem;
  line-height: 2.5rem;
  margin-bottom: 0px;
  color: #fff; }

#formulario-prestamo .form-control, #formulario-prestamo textarea, #formulario-prestamo select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #383838;
  height: 40px;
  padding: 0px 15px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario-prestamo textarea {
  border-right: 1px solid #fff !important;
  padding-top: 10px !important;
  height: 120px !important; }

#formulario-prestamo .form-control:focus, #formulario-prestamo textarea:focus, #formulario-prestamo select:focus {
  background-color: #e4e4e4;
  border: 1px solid #e40a18;
  box-shadow: none;
  color: #383838; }

#formulario-prestamo textarea:focus {
  border-right: 1px solid #e40a18 !important; }

#formulario-prestamo .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario-prestamo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario-prestamo ::placeholder {
  color: #666 !important;
  opacity: 1 !important; }

#formulario-prestamo :-ms-input-placeholder {
  color: #666 !important; }

#formulario-prestamo ::-ms-input-placeholder {
  color: #666 !important; }

#formulario-prestamo p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 20px;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px; }

#formulario-prestamo h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 8px !important;
  letter-spacing: 1px; }

/*FORM-PRESTAMO*/
/*PROGRESO*/
#progreso {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  top: 13px;
  height: 7px; }

/* background: */
progress::-webkit-progress-bar {
  background-color: #d9d9d9;
  width: 100%; }

progress {
  background-color: #d9d9d9; }

/* value: */
progress::-webkit-progress-value {
  background-color: #9ae1b4 !important; }

progress::-moz-progress-bar {
  background-color: #9ae1b4 !important; }

progress {
  color: #9ae1b4; }

/*PROGRESO*/
/*FORM-CONTACTO*/
#formulario-contacto {
  width: 100%; }

#formulario-contacto .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  color: #fff; }

#formulario-contacto a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario-contacto .codigo-area {
  font-size: 1rem;
  line-height: 2.5rem;
  margin-bottom: 0px;
  color: #fff; }

#formulario-contacto .form-control, #formulario-contacto textarea, #formulario-contacto select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #383838;
  height: 40px;
  padding: 0px 15px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario-contacto textarea {
  border-right: 1px solid #fff !important;
  padding-top: 10px !important;
  height: 120px !important; }

#formulario-contacto .form-control:focus, #formulario-contacto textarea:focus, #formulario-contacto select:focus {
  background-color: #e4e4e4;
  border: 1px solid #e40a18;
  box-shadow: none;
  color: #383838; }

#formulario-contacto textarea:focus {
  border-right: 1px solid #e40a18 !important; }

#formulario-contacto .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario-contacto select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario-contacto ::placeholder {
  color: #666 !important;
  opacity: 1 !important; }

#formulario-contacto :-ms-input-placeholder {
  color: #666 !important; }

#formulario-contacto ::-ms-input-placeholder {
  color: #666 !important; }

#formulario-contacto p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 20px;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px; }

/*FORM-CONTACTO*/
/*FORM-CONTACTO-DATOS*/
#formulario-contacto-datos {
  width: 100%;
  min-height: 400px; }

#formulario-contacto-datos .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  color: #fff; }

#formulario-contacto-datos a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario-contacto-datos .codigo-area {
  font-size: 1rem;
  line-height: 2.5rem;
  margin-bottom: 0px;
  color: #fff; }

#formulario-contacto-datos .form-control, #formulario-contacto-datos textarea, #formulario-contacto-datos select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #383838;
  height: 40px;
  padding: 0px 15px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario-contacto-datos textarea {
  border-right: 1px solid #fff !important;
  padding-top: 10px !important;
  height: 120px !important; }

#formulario-contacto-datos .form-control:focus, #formulario-contacto-datos textarea:focus, #formulario-contacto-datos select:focus {
  background-color: #e4e4e4;
  border: 1px solid #e40a18;
  box-shadow: none;
  color: #383838; }

#formulario-contacto-datos textarea:focus {
  border-right: 1px solid #e40a18 !important; }

#formulario-contacto-datos .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario-contacto-datos select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario-contacto-datos ::placeholder {
  color: #666 !important;
  opacity: 1 !important; }

#formulario-contacto-datos :-ms-input-placeholder {
  color: #666 !important; }

#formulario-contacto-datos ::-ms-input-placeholder {
  color: #666 !important; }

#formulario-contacto-datos p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 15px;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px; }

#formulario-contacto-datos .form-check-label p {
  line-height: 1.1rem !important; }

#formulario-contacto-datos h3 {
  font-weight: 400; }

#formulario-contacto-datos .form-check-label {
  width: fit-content;
  margin: 0 auto; }

/*FORM-CONTACTO-DATOS*/
.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 #383838;
  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 #383838;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #e40a18; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #e40a18; }

.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 #e40a18;
  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: #e40a18;
  border-radius: 50px;
  border: solid #e40a18;
  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; }

.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 {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 700;
  transition: all 0.2s;
  color: #383838; }

.btn-min:hover,
.btn-min:focus,
.btn-min.focus,
.btn-min.active {
  color: #e40a18;
  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: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 7px 0px;
  padding: 15px 40px 16px 40px;
  transition: all 0.2s;
  border: none;
  vertical-align: unset;
  color: #fff;
  background-color: #e40a18; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff;
  background-color: #e93b46;
  border: none;
  box-shadow: none; }

.btn.disabled, .btn.disabled:hover {
  background-color: #e40a18;
  opacity: .3;
  cursor: auto; }

.btn-sm {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 6px 0px 5px 0px !important;
  padding: 6px 15px 6px 15px !important; }

.btn-md {
  font-size: 1rem;
  margin: 6px 0px 5px 0px;
  padding: 7px 20px 8px 20px; }

.btn-lg {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 18px 75px; }

.btn-inv {
  color: #383838;
  background-color: #fff; }

.btn-inv:hover,
.btn-inv:focus,
.btn-inv.focus,
.btn-inv.active {
  color: #fff;
  background-color: #e40a18; }

.btn-border {
  color: #e40a18;
  background-color: rgba(228, 10, 24, 0);
  border: 1px solid #e40a18;
  vertical-align: unset; }

.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border.active {
  color: #fff;
  background-color: #e40a18;
  border: 1px solid #e40a18; }

.btn-border-color {
  color: #e40a18;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e40a18;
  vertical-align: unset; }

.btn-border-color:hover,
.btn-border-color:focus,
.btn-border-color.focus,
.btn-border-color.active {
  color: #fff;
  background-color: #e40a18;
  border: 1px solid #e40a18; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  background: #e40a18;
  padding: 60px 0px; }

#pre-footer h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem; }

#pre-footer p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 100; }

#pre-footer li {
  margin-bottom: 20px; }

#pre-footer a {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600; }

#pre-footer a:hover {
  text-decoration: underline !important;
  color: #fff; }

#pre-footer p.min {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: -0.5px; }

#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: #e40a18; }

/*ICONOS REDES pre-footer*/
/*FOOTER*/
footer {
  padding: 30px 0px;
  background: #fff;
  color: #383838; }

footer p, footer a {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #383838;
  margin-bottom: 0px; }

footer a:hover {
  color: #e40a18;
  text-decoration: none; }

footer .iconos-footer .ico {
  padding: 10px;
  font-size: 20px; }

footer .iconos-footer .x-ico {
  width: 18px;
  height: 18px;
  background-image: url("../images/x.gif");
  background-size: 100% auto;
  background-position: center top;
  margin-top: 3px; }

footer .iconos-footer .ico-x:hover .x-ico {
  background-size: 100% auto;
  background-position: center bottom; }

/*FOOTER*/
/*EXTRAS*/
/* Video Parallax Section*/
section.video-parallax {
  background-color: rgba(0, 0, 0, 0); }

.video-parallax {
  height: 300px; }

.video-parallax video {
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -9999; }

.counter .ico {
  font-size: 4.5rem;
  color: #ccc;
  margin: 10px auto; }

/*PAGINADOR*/
.page-numbers {
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 700;
  background: unset;
  color: #383838;
  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: #ccc; }

.page-numbers:hover,
.page-numbers.focus,
.page-numbers.active {
  background-color: #e40a18;
  color: #383838;
  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*/
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: #383838;
  content: "\f00c"; }

.border-left {
  border-left: 1px solid #383838 !important; }

.border-top {
  border-top: 1px solid #383838 !important; }

.border-right {
  border-right: 1px solid #383838 !important; }

.border-bottom {
  border-bottom: 1px solid #383838 !important; }

.border-negro {
  border-color: #383838 !important; }

.border-blanco {
  border-color: #fff !important; }

.border-color1 {
  border-color: #e40a18 !important; }

.border-color2 {
  border-color: #9ae1b4 !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #e40a18; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #e40a18; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #e40a18; }

@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; } }
/*OTROS*/
.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%; } }

/*# sourceMappingURL=base.css.map */
