@charset "UTF-8";
.modal-header {
  border-bottom: 0;
}
.modal-header .close {
  position: absolute;
  right: -20px;
  top: -6px;
  border: 0;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  opacity: 1;
  padding: 0;
}
.modal-header .close span {
  color: #FFFFFF;
  vertical-align: text-bottom;
  padding-bottom: 4px;
  display: inline-block;
}

.modal-title {
  font-weight: 600;
  font-size: 1.35rem;
}

.modal-content {
  padding: 20px;
  border-radius: 36px;
  display: flex;
  align-items: center;
}
.modal-content .alert {
  position: absolute;
  width: calc( 100% - 40px );
  top: 25%;
}

.modal-footer {
  border-top: 0;
  justify-content: flex-start;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 350px;
  }
}

.alert {
  padding: 0.75rem 1rem;
  border-radius: 0;
  text-align: center;
  border: 0;
  line-height: 1.15rem;
  font-size: 0.9rem;
}

.card {
  border-radius: 3rem;
}

.card-body {
  padding: 0;
}

.nav-tabs {
  padding: 3rem 5rem 0;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #9d9d9d;
  border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link:hover {
  color: #848484;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid;
}
.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0;
  background-color: transparent;
}

.tab-content > .tab-pane {
  padding: 3rem 5rem 5rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.owl-carousel .owl-item img {
  width: auto;
}

.gm-style .gm-style-iw-c {
  box-shadow: none !important;
  border-radius: 0;
}

body {
  font-family: "Futura", Helvetica, Arial, sans-serif;
  color: #777777;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all ease 0.5s;
}
a:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.seccion:not(.seccion--nomargen) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .seccion:not(.seccion--nomargen) {
    margin-bottom: 50px;
  }
}

.seccion--posicion {
  position: relative;
  top: -150px;
}

.subtitulo {
  margin-bottom: 1.35rem;
  font-size: 1.35rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.subtitulo span {
  text-transform: uppercase;
  font-weight: 400;
}

.parrafo {
  font-size: 0.8rem;
  color: #848484;
}
.parrafo--importante {
  font-size: 1rem;
}
.parrafo--importante a {
  font-weight: 700;
  color: inherit;
}

.lista {
  padding-left: 0;
  list-style-position: inside;
}
.lista li {
  font-size: 0.8rem;
  color: #848484;
}

.fondo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fondo--color {
  padding: 4rem 0;
  background-color: #eaeaea;
}
.fondo--imagen {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.fondo--video {
  height: 400px;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 767px) {
  .fondo--video {
    height: 500px;
  }
}
.fondo--video img {
  display: block;
  margin: auto;
  transform: scale(0.6);
  transition: transform ease 0.3s;
}
.fondo--video:hover img {
  transform: scale(0.9);
}

#fondo-mapa {
  background-image: url("../images/imagen-fondo--mapa.png");
}

.menu--responsive {
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 100px;
  transform: translate3d(-120px, 0, 0);
  position: fixed;
  z-index: 1010;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu--responsive ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.menu--responsive li {
  padding: 1.8rem 0.7rem;
  cursor: pointer;
  transition: all ease 0.4s;
}
.menu--responsive a {
  display: block;
}
.menu--responsive a span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6rem;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.menu--responsive img {
  width: 30px;
  display: block;
  margin: auto;
}

body.js-mostrar-menu .menu--responsive {
  transform: translate3d(20px, 0, 0);
}

.link {
  display: block;
  font-style: italic;
  font-size: 0.75rem;
  text-decoration: underline;
  color: #777777;
  margin: 0.45rem auto;
}

.triangulo {
  position: absolute;
  top: -32px;
  left: calc(50% - 36px);
}

.informacion-over {
  position: absolute;
  background-color: #FFFFFF;
  height: 100%;
  margin-left: 20%;
  width: 20%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

#contenido-clave {
  transition: all ease 0.2s;
}

#contenido-clave.esconder {
  opacity: 0.15;
}

.acceso-responsive {
  display: none;
}
@media screen and (max-width: 991px) {
  .acceso-responsive {
    display: flex;
    align-items: center;
    flex: 100%;
  }
}
@media screen and (max-width: 530px) {
  .acceso-responsive .boton--principal .boton__texto {
    font-size: 0.75rem;
  }
}
@media (max-width: 460px) {
  .acceso-responsive {
    width: 100%;
    margin-top: 7px;
    justify-content: center;
  }
}

.trigger-menu {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin-left: 10px;
  padding: 0;
}
.trigger-menu img {
  width: 26px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 530px) {
  .trigger-menu {
    width: 40px;
    height: 40px;
  }
  .trigger-menu img {
    width: 20px;
  }
}

.boton {
  border: 0;
  display: flex;
  align-items: center;
}
.boton--principal {
  padding: 8px 20px;
  border-radius: 24px;
}
.boton--principal .boton__texto {
  font-size: 0.95rem;
  color: #FFFFFF;
  font-family: "Futura";
  font-weight: 700;
  text-transform: none;
}

.capsula {
  display: flex;
  justify-content: space-evenly;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 991px) {
  .capsula {
    flex-wrap: wrap;
  }
}
.capsula__item {
  flex: 1 1 25%;
  padding: 0 1rem;
  display: flex;
  display-align-items: center;
}
@media screen and (max-width: 991px) {
  .capsula__item {
    flex: 1 1 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  .capsula__item {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}
.capsula__contenido {
  padding: 1.25rem;
  background-color: #FFFFFF;
}
.capsula__imagen {
  height: 90px;
  margin: 0 auto 2.25rem auto;
  display: block;
}
.capsula__titulo {
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #D7031E;
  text-align: center;
  font-size: 0.95rem;
}
.capsula__texto {
  font-size: 0.85rem;
  text-align: center;
}

.formulario__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}
.formulario__etiqueta {
  margin-bottom: 0.1rem;
  text-transform: capitalize;
  color: #777777;
  flex-basis: 100%;
  font-size: 0.85rem;
}
.formulario__entrada {
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  border: 0;
  color: #848484;
  flex-basis: 100%;
  background-color: #eaeaea;
  outline: 0;
  transition: all ease 0.35s;
  height: 42px;
}
.formulario__entrada:focus {
  background-color: #dddddd;
}

.formulario--solicitud .formulario__entrada {
  background-color: #FFFFFF;
  border-radius: 0.45rem;
  border: 1px solid #d0d0d0;
}
.formulario--solicitud .formulario__dropdown {
  width: 100%;
}
.formulario--solicitud .formulario__entrada {
  width: 100%;
  text-align: left;
  color: #aaaaaa;
  font-size: 0.8rem;
}
.formulario--solicitud .formulario__entrada::after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 2px);
}

.formulario--horizontal {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.formulario--horizontal:last-of-type {
  margin-bottom: 0.5rem;
}
.formulario--horizontal .formulario__item {
  margin-bottom: 0;
}
.formulario--horizontal .formulario__titulo {
  flex-basis: 100%;
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  text-align: center;
}

::placeholder {
  color: #aaaaaa;
  font-size: 0.8rem;
}

::-webkit-input-placeholder {
  font-size: 0.8rem;
}

.input--radio,
.input--checkbox {
  position: relative;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
}

input[type=radio]:checked + .formulario__reemplazo-icono::before {
  font-family: "Material Icons";
  content: "";
}
input[type=radio] + .formulario__reemplazo-icono::before {
  font-family: "Material Icons";
  content: "";
  color: #3A517B;
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
}

.hero {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.hero__parrafo {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.hero__link {
  font-size: 1.2rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.hero__imagen {
  margin: auto;
  width: 60%;
}
@media (max-width: 991px) {
  .hero__imagen {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .hero__imagen {
    width: 100%;
  }
}
.hero__icono {
  margin-bottom: 2rem;
}
.hero .parrafo--importante {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .hero .parrafo--importante {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hero .parrafo--importante {
    width: 95%;
  }
}

.info-icono ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
}
.info-icono__texto {
  font-size: 0.85rem;
  padding-left: 1.5rem;
}

.info-icono--horizontal {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .info-icono--horizontal {
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .info-icono--horizontal {
    width: 100%;
  }
}
.info-icono--horizontal ul {
  border-bottom: 0;
  flex: 1 1 33.3333337%;
  padding: 4rem 2rem;
}
@media screen and (max-width: 991px) {
  .info-icono--horizontal ul {
    flex: 1 1 100%;
    padding: 1.35rem;
  }
}
@media screen and (max-width: 991px) {
  .info-icono--horizontal ul {
    padding: 1rem;
  }
}
.info-icono--horizontal .info-icono__texto {
  font-weight: 700;
}
.info-icono--horizontal .info-icono__icono {
  width: 50px;
}
.info-icono--horizontal .info-icono__icono img {
  width: 50px;
}

.info-imagen {
  color: #FFFFFF;
}
.info-imagen__titulo {
  font-weight: 700;
  font-size: 1.75rem;
}
.info-imagen__subtitulo {
  font-weight: 700;
  font-size: 1.3rem;
}
.info-imagen__importante {
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 2.65rem;
}
.info-imagen__bajada {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.info-imagen__link {
  display: none;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .info-imagen__link {
    display: block;
  }
}

.grupo-links ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mensaje {
  padding: 0.85rem;
  margin-bottom: 1.45rem;
}
.mensaje .mensaje__texto {
  margin-bottom: 0;
  line-height: 1rem;
}
.mensaje--alerta {
  background-color: #ffd9d7;
}
.mensaje--alerta .mensaje__texto {
  color: #be0800;
  font-size: 0.85rem;
  text-align: center;
}

#map {
  height: 100%;
}
#map #infowindow-content {
  display: inline;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content {
  display: none;
}
#infowindow-content .title {
  font-weight: bold;
}

#infowindow h3 {
  margin-top: 8px;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  top: 10% !important;
  left: calc(50% - 200px) !important;
  border: 0;
  height: 40px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.mapa {
  position: absolute;
  left: 18vw;
  z-index: 10;
}
@media (max-width: 991px) {
  .mapa {
    position: relative;
    left: 0;
  }
}

.mapa__controles {
  height: 200px;
  width: 390px;
  background: white;
  margin-top: 50px;
  padding: 20px;
}
@media (max-width: 991px) {
  .mapa__controles {
    margin-top: 0;
    height: auto;
    width: auto;
  }
}

.mapa__busqueda {
  height: 44px;
  width: 100%;
  padding: 10px;
}

.modal--video .modal-header {
  padding: 0;
}
.modal--video .modal-content {
  padding: 0;
  border-radius: 0;
}
.modal--video .modal-body {
  padding: 0;
}

.tarjeta {
  border: 1px solid #f2f2f2;
  text-align: center;
  padding: 30px;
  transition: all ease 0.5s;
}
.tarjeta__icono {
  display: flex;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: transparent;
  margin: auto;
  margin-bottom: 1.25rem;
}
.tarjeta__icono > img {
  margin: auto;
}
.tarjeta__titulo {
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.tarjeta__texto {
  font-size: 0.85rem;
}
.tarjeta__texto a {
  text-decoration: underline;
  color: inherit;
}

.vitrina__contenido {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .vitrina__contenido {
    width: 75%;
  }
}
.vitrina__texto {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.vitrina__texto-secundario {
  margin-bottom: 20px;
  font-size: 1, 25rem;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.vitrina--home {
  padding-top: 92px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .vitrina--home {
    padding-top: 68px;
  }
}
@media (max-width: 767px) {
  .vitrina--home {
    padding-top: 0;
  }
}
.vitrina--home .owl-nav img {
  width: 48px;
}
@media (max-width: 767px) {
  .vitrina--home .owl-nav img {
    width: 36px;
  }
}
.vitrina--home .owl-next,
.vitrina--home .owl-prev {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}
.vitrina--home .owl-prev {
  left: 90px;
  transform: translateX(-90px);
}
.vitrina--home .owl-next {
  right: 90px;
  transform: translateX(90px);
}
.vitrina--home:hover .owl-next {
  opacity: 1;
  transform: translateX(30px);
}
@media (max-width: 767px) {
  .vitrina--home:hover .owl-next {
    transform: translateX(180%);
  }
}
.vitrina--home:hover .owl-prev {
  opacity: 1;
  transform: translateX(-30px);
}
@media (max-width: 767px) {
  .vitrina--home:hover .owl-prev {
    transform: translateX(-180%);
  }
}

#carrusel-beneficios {
  width: 90%;
  margin: auto;
}
#carrusel-beneficios .owl-stage {
  display: flex;
  justify-content: center;
}
#carrusel-beneficios .owl-item {
  display: flex;
  transition: all ease 0.5s;
}
#carrusel-beneficios .owl-item > .tarjeta {
  transform: scale(0.85);
}
@media (max-width: 991px) {
  #carrusel-beneficios .owl-item > .tarjeta {
    transform: scale(1);
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  #carrusel-beneficios .owl-item > .tarjeta {
    opacity: 1;
  }
}
#carrusel-beneficios .owl-item.center.active > .tarjeta {
  transform: scale(1);
}
@media (max-width: 991px) {
  #carrusel-beneficios .owl-item.center.active > .tarjeta {
    opacity: 1;
  }
}
#carrusel-beneficios .owl-nav > button {
  position: absolute;
  top: 90px;
}
#carrusel-beneficios .owl-nav > button img {
  width: 36px;
}
#carrusel-beneficios .owl-prev {
  left: -6%;
}
#carrusel-beneficios .owl-next {
  right: -6%;
}

header {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
@media (max-width: 460px) {
  header {
    flex-wrap: wrap;
  }
}
header .logo {
  font-size: 1.5rem;
  margin-bottom: 0;
  flex-basis: 30%;
}
@media (max-width: 991px) {
  header .logo {
    flex: auto;
  }
}
@media (max-width: 530px) {
  header .logo {
    font-size: 1.25rem;
  }
}
@media (max-width: 460px) {
  header .logo {
    font-size: 1.5rem;
    text-align: center;
  }
}
header strong {
  font-weight: 700;
}
header span {
  text-transform: uppercase;
  font-weight: 300;
}

.menu {
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
}

.cabecera {
  background-color: #FFFFFF;
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  transition: all ease 1s;
}
@media (max-width: 767px) {
  .cabecera {
    position: relative;
  }
}
.cabecera--hidden {
  transform: translate3d(0, -100%, 0);
}
.cabecera--fixed {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 0px;
  transform: translate3d(0, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.cabecera--fixed header {
  padding: 4px 0;
}

.menu ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 20px;
}
.menu a {
  display: block;
  padding: 20px 5px;
  font-size: 0.95rem;
  color: #777777;
}
.menu li:last-child a {
  padding-right: 0;
}

footer {
  padding: 30px 0;
}
footer a {
  font-family: "Futura";
  color: #FFFFFF;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
footer a img {
  max-width: 100%;
}
footer a span {
  margin-left: 4px;
}
footer a:hover {
  color: #FFFFFF;
}
footer .logo {
  width: 273px;
}
@media screen and (max-width: 991px) {
  footer .logo {
    width: auto;
  }
}
footer .icono-celular {
  width: 11px;
}
footer .icono-auricular {
  width: 16px;
}

@media screen and (max-width: 991px) {
  .grupo-links ul {
    flex-wrap: wrap;
  }
  .grupo-links ul li:first-child {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 50%;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
  }
  .grupo-links ul li:nth-last-child(-n+2) a {
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .grupo-links ul li:first-child {
    margin-bottom: 10px;
  }
  .grupo-links ul li {
    flex-basis: 100%;
    padding: 0.5rem;
  }
  .grupo-links ul li a {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 991px) and (max-width: 420px) {
  .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 100%;
    margin-top: 0;
  }
}

#fondo-testimonio-sct {
  background-image: url("../images-login/sct/imagen-fondo--testimonio.png");
}

#fondo-geocerca-sct {
  background-image: url("../images-login/sct/imagen-fondo--geocerca.png");
}

.portal-sct .logo a {
  color: #D7031E;
}
.portal-sct footer {
  background-color: #D7031E;
  margin-top: -7px;
}
.portal-sct .tarjeta__titulo {
  color: #D7031E;
}
.portal-sct .subtitulo {
  color: #D7031E;
}
.portal-sct .boton--principal {
  background-color: #D7031E;
}
.portal-sct .boton--solicitar {
  margin: 30px auto;
}
.portal-sct .modal-header .close {
  background: #D7031E;
}
.portal-sct .modal-title {
  color: #D7031E;
}
.portal-sct .info-icono__titulo {
  color: #D7031E;
}
.portal-sct .owl-theme .owl-dot.active span,
.portal-sct .owl-theme .owl-dot:hover span {
  background-color: #D7031E;
}
.portal-sct .owl-item.center.active > .tarjeta {
  border: 1px solid #fd7687;
}
.portal-sct .trigger-menu {
  background-color: #D7031E;
}
.portal-sct .menu--responsive li {
  background-color: #D7031E;
}
.portal-sct .menu--responsive li:first-child {
  background-color: #be031a;
}
.portal-sct .menu--responsive li:hover {
  background-color: #cd031d;
}
@media (max-width: 991px) {
  .portal-sct .mapa {
    border-top: 3px solid #D7031E;
  }
}

#fondo-testimonio-sce {
  background-image: url("../images-login/sce/imagen-fondo--testimonio.png");
}

#solicitud-sce {
  background-image: url("../images-login/sce/imagen-fondo--solicitud.png");
}

.portal-sce .subtitulo {
  color: #7F7F7F;
}
.portal-sce .logo a {
  color: #D7031E;
}
.portal-sce footer {
  background-color: #7F7F7F;
  margin-top: -7px;
}
.portal-sce .subtitulo {
  color: #7F7F7F;
}
.portal-sce .boton--principal {
  background-color: #7F7F7F;
}
.portal-sce .boton--solicitar {
  margin: 30px auto;
}
.portal-sce .modal-header .close {
  background: #595959;
}
.portal-sce .modal-title {
  color: #7F7F7F;
}
.portal-sce .tarjeta__titulo {
  color: #7F7F7F;
}
.portal-sce input[type=radio] + .formulario__reemplazo-icono::before {
  color: #7F7F7F;
}
.portal-sce .nav-link.active, .portal-sce .nav-link:focus, .portal-sce .nav-link:hover {
  border-bottom-color: #7F7F7F;
}
.portal-sce .trigger-menu {
  background-color: #7F7F7F;
}
.portal-sce .menu--responsive li {
  background-color: #7F7F7F;
}
.portal-sce .menu--responsive li:first-child {
  background-color: #727272;
}
.portal-sce .menu--responsive li:hover {
  background-color: #7a7a7a;
}
@media (max-width: 991px) {
  .portal-sce .mapa {
    border-top: 3px solid #7F7F7F;
  }
}

.portal-sci .subtitulo {
  color: #7F7F7F;
}
.portal-sci .logo a {
  color: #D7031E;
}
.portal-sci footer {
  background-color: #7F7F7F;
  margin-top: -7px;
}
.portal-sci .subtitulo {
  color: #7F7F7F;
}
.portal-sci .boton--principal {
  background-color: #7F7F7F;
}
.portal-sci .boton--solicitar {
  margin: 30px auto;
}
.portal-sci .modal-header .close {
  background: #7F7F7F;
}
.portal-sci .modal-title {
  color: #D7031E;
}
.portal-sci .tarjeta__titulo {
  color: #7F7F7F;
}
.portal-sci .hero__link {
  color: #7F7F7F;
}
.portal-sci .info-icono ul {
  border-bottom: 1px solid #d0d0d0;
}
.portal-sci .trigger-menu {
  background-color: #7F7F7F;
}
.portal-sci .menu--responsive li {
  background-color: #7F7F7F;
}
.portal-sci .menu--responsive li:first-child {
  background-color: #727272;
}
.portal-sci .menu--responsive li:hover {
  background-color: #7a7a7a;
}
@media (max-width: 991px) {
  .portal-sci .mapa {
    border-top: 3px solid #7F7F7F;
  }
}

.portal-scs .subtitulo {
  color: #008443;
}
.portal-scs .logo {
  color: #008443;
}
.portal-scs footer {
  background-color: #008443;
  margin-top: -7px;
}
.portal-scs .subtitulo {
  color: #008443;
}
.portal-scs .boton--principal {
  background-color: #008443;
}
.portal-scs .modal-header .close {
  background: #008443;
}
.portal-scs .modal-title {
  color: #008443;
}
.portal-scs .tarjeta__titulo {
  color: #008443;
}
.portal-scs .trigger-menu {
  background-color: #008443;
}
.portal-scs .menu--responsive li {
  background-color: #008443;
}
.portal-scs .menu--responsive li:first-child {
  background-color: #006b36;
}
.portal-scs .menu--responsive li:hover {
  background-color: #007a3e;
}
@media (max-width: 991px) {
  .portal-scs .mapa {
    border-top: 3px solid #008443;
  }
}

#fondo-geocerca-sst {
  background-image: url("../images-login/sst/imagen-fondo--geocerca.png");
}

.portal-sst .subtitulo {
  color: #D7031E;
}
.portal-sst .logo {
  color: #3B6B94;
}
.portal-sst footer {
  background-color: #3B6B94;
}
.portal-sst .subtitulo {
  color: #D7031E;
}
.portal-sst .boton--principal {
  background-color: #D7031E;
}
.portal-sst .modal-header .close {
  background: #D7031E;
}
.portal-sst .modal-title {
  color: #D7031E;
}
.portal-sst .info-icono ul {
  border-bottom: 1px solid #d0d0d0;
}
.portal-sst .info-icono--horizontal ul {
  border-bottom: 0;
}
.portal-sst .trigger-menu {
  background-color: #3B6B94;
}
.portal-sst .menu--responsive li {
  background-color: #3B6B94;
}
.portal-sst .menu--responsive li:first-child {
  background-color: #345e82;
}
.portal-sst .menu--responsive li:hover {
  background-color: #38668d;
}
@media screen and (max-width: 1199px) {
  .portal-sst .grupo-links ul {
    flex-wrap: wrap;
  }
  .portal-sst .grupo-links ul li {
    flex-basis: 15%;
  }
  .portal-sst .grupo-links ul li a {
    text-align: center;
    display: block;
  }
  .portal-sst .grupo-links ul li:first-child {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .portal-sst .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 50%;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
  }
  .portal-sst .grupo-links ul li:nth-last-child(-n+2) a {
    font-size: 1.2rem;
    justify-content: center;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .portal-sst .grupo-links ul li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 420px) {
  .portal-sst .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .portal-sst .mapa {
    border-top: 3px solid #3B6B94;
  }
}

.portal-sto .logo {
  color: transparent;
  flex: 1 1 auto;
}
.portal-sto .logo--header {
  background-image: url("../images-login/sto/logo-sto.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
}
@media screen and (max-width: 460px) {
  .portal-sto .logo--header {
    background-position-x: center;
  }
}
.portal-sto .cabecera--fixed .logo--header {
  height: 30px;
}
.portal-sto footer {
  background-color: #0DA547;
}
.portal-sto .tarjeta__titulo {
  color: #0DA547;
}
.portal-sto .subtitulo {
  color: #0DA547;
}
.portal-sto .boton--principal {
  background-color: #0DA547;
}
.portal-sto .modal-header .close {
  background: #0DA547;
}
.portal-sto .modal-title {
  color: #0DA547;
}
.portal-sto .info-icono__titulo {
  color: #0DA547;
}
.portal-sto .owl-theme .owl-dot.active span,
.portal-sto .owl-theme .owl-dot:hover span {
  background-color: #0DA547;
}
.portal-sto .owl-item.center.active > .tarjeta {
  border: 1px solid #59f293;
}
.portal-sto .tarjeta {
  margin-bottom: 10px;
}
.portal-sto .trigger-menu {
  background-color: #0DA547;
}
.portal-sto .menu--responsive li {
  background-color: #0DA547;
}
.portal-sto .menu--responsive li:first-child {
  background-color: #0b8d3d;
}
.portal-sto .menu--responsive li:hover {
  background-color: #0c9c43;
}
@media screen and (max-width: 991px) {
  .portal-sto .grupo-links ul li {
    flex-basis: 33.333336%;
  }
  .portal-sto .grupo-links ul li a {
    text-align: center;
    display: block;
  }
  .portal-sto .grupo-links ul li:first-child {
    flex-basis: 100%;
  }
  .portal-sto .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .portal-sto .grupo-links ul li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 420px) {
  .portal-sto .grupo-links ul li:nth-last-child(-n+2) {
    flex-basis: 100%;
    margin-top: 0;
  }
}

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