/* You can add global styles to this file, and also import other style files */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
}
/* Global css  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
p {
  font-family: "Lato", sans-serif;
}
.blue-color {
  color: #19226d;
}

.red-color {
  color: #be1d20;
}

.color-link {
    color: #54b0ff;
}

.gray-color {
  color: rgba(0, 0, 0, 0.54);
}

.grid-two-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}

/* Global css */

/* Navbar Start */
.navbar {
  padding: 0px 20px;
  height: 80px;
  box-shadow: 0px 2px 2px rgba(72, 88, 213, 0.12),
    0px 0px 2px rgba(72, 88, 213, 0.12);
  position: fixed;
  width: 100%;
  z-index: 99;
  background: white;
}

.space {
  height: 80px;
}

.navbar img {
  margin: 25px 10px;
}

.navbar div {
  float: right;
  margin: 30px 25px;
}

.login-button {
  padding: 10px 20px;
  color: #be1d20!important;
  border-radius: 50px;
  border: 1px solid #be1d20;
}

@media screen and (max-width: 500px) {
  .navbar div {
    display: none;
  }
}

/* Navbar End */

/* Body start */

/* input customization Start */
/* basic stylings ------------------------------------------ */

.container {
  /* width: 320px; */
  margin: 30px auto 0;
  display: block;
  background: #fff;
  /* padding: 10px 50px 50px; */
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 300px;
}
.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #54b0ff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #54b0ff;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #54b0ff;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #54b0ff;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/* input customization End */

.backgroudBlue-colorWhite {
  color: white;
  background: #19226d;
}

/* .home-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 500px 250px 500px 500px 500px;
  vertical-align: center;
} */

.center-content {
/*  display: table-cell;*/
  vertical-align: middle;
  padding-top: 25px;
  min-height: 500px;
  margin: 32px auto;
}

.home-login {
  width: 320px;
  height: 360px;
  margin: -8px auto 0px auto;
}

/* .home-login input {
  margin: 11px 0px 20px 6px;
  width: 90%;
  height: 15px;
} */

/*.home-login a,
.last-grid a {
  margin: 10px;
  padding: 3.5% 24%;
  color: white;
  background: #be1d20;
  border-radius: 50px;
  border: 1px solid #be1d20;
  height: 500px;
}*/

.button-login{
    margin: 10px;
  padding: 3.5% 24%;
  color: white;
  background: #be1d20;
  border-radius: 50px;
  border: 1px solid #be1d20;
  /*height: 500px;*/
}

.home-text {
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}

.home-text input {
  width: 20px;
}

.text-center {
  text-align: center;
}

.ciudadBackground {
    background-image: url(../../images/external-login/ciudad.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: white;
    padding: 2%;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

.ciudadBackground p {
/*  color: #c5caf2;*/
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.column-beneficios {
  padding: 5% 15%;
}

.column-beneficios h2 {
  width: 360px;
  margin-bottom: 50px;
}

.grid-detalles {
    /*display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 500px 500px 500px;*/
    margin: 80px auto;
}

.img-grids {
  max-height: 439px;
  padding: 5% 0 5% 20%;
  margin: auto;
  width: 90%;
}
.back-img {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.first {
  background-image: url("../../images/external-login/primer-grid.svg");
}
.second {
  background-image: url("../../images/external-login/segundo-grid.svg");
}
.third {
  background-image: url("../../images/external-login/tercer-grid.svg");
}
.back-img-last {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.last {
    background-image: url("../../images/external-login/iPhone.svg");
}
.grid-text {
  margin: auto 0;
  padding: 0 10%;
}

.grid-text h3 {
  color: #19226d;
  width: 200px;
}

.grid-text p {
  width: 305px;
  color: rgba(0, 0, 0, 0.54);
}

.img-grid-cuarto {
  height: 300px;
  padding: 90px 0px 0px 100px;
  margin: auto;
}

/* Css carousel start */

/* @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
 */
.carousel-content {
  height: 725px;
  display: none;
}

.carousel-content,
.carousel-content:before,
.carousel-content:after {
  box-sizing: border-box;
}

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 1rem 12px 0.5rem 12px;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check linear forwards;
  animation: check linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__inner {
  position:absolute;
  left: 0;
  width: 300%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  min-width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide_carousel_content {
    display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 290px 280px;
  grid-template-rows: 290px 280px;
}

.img-grids-carousel {
  padding: 2% 10%;
  width: 80%;
  height: 90%;
}
.text-carousel {
  padding: 2% 4% !important;
}
.text-carousel h2 {
  color: #19226d;
}

.text-carousel p {
  color: rgba(0, 0, 0, 0.54);
}

/* .slider__image {
  font-size: 2.7rem;
  color: #2196f3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
} */

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/* Css carousel end */

.last-grid {
  height: 500px;
  display: content;
}

.last-grid-text {
/*  width: 320px;*/
  margin: auto;
}

.last-grid-text p {
  margin-bottom: 50px;
}

.last-grid-text a {
  padding: 10px 50px !important;
}

.img-last-grid {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 375px) {
  .text-90 {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  .ciudadBackground p {
    width: 80%;
  }
  .column-beneficios {
    padding: 5% 5%;
  }
  .column-beneficios h2 {
    width: 100%;
    margin: 2px auto 30px auto;
    margin-bottom: 30px;
  }

  /*   .footer {
    height: 395px;
  }
 */
    .footer-companies {
        width: 100% !important;
        -ms-grid-columns: 33.33% 33.33% 33.33% !important;
        grid-template-columns: 33.33% 33.33% 33.33% !important;
    }
}
@media screen and (max-width: 768px) {
  .home-login {
    margin: auto;
  }
  .nose-home {
    display: block;
  }

  .ciudadBackground {
  /*  padding: 5%;*/
    height: 300px;
  }

  .nose-home .ciudadBackground {
    height: 300px;
  }

  .center-content {
    width: 35%;
  }

  .ciudadBackground h2 {
    font-size: 24px;
  }

  .ciudadBackground p {
    font-size: 15px;
  }

  .grid-detalles {
    display: none;
  }

  .img-grids {
    max-height: 439px;
    padding: 5% 0 5% 5%;
    margin: auto;
    width: 90%;
  }

  .grid-text {
    padding: 10%;
  }

  .carousel-content {
    display: block;
  }

  .last-grid {
    height: auto;
    grid-template-columns: 100%;
    grid-template-rows: 280px auto;
  }

  /*.last-grid-text {
    grid-row: 2/3;
  }*/

  .last-grid-image {
    grid-row: 1/2;
  }
}
.last-grid-image {
  display: contents;
}
/* Body end */

/* Footer start */
.footer {
  color: white;
  height: 100%;
}

.footer-float-right {
  float: left;
  width: 50%;
}


.footer div {
  padding: 5px 5%;
  min-height: 75px;
}

.footer-companies {
  width: 360px;
  margin: -5px auto 0 auto;
  /*display: grid;
  grid-template-columns: 120px 120px 120px;*/
  float: right;
}

.footer-redes {
  width: 180px;
  margin: 20px auto;
 /* display: grid;
  grid-template-columns: 45px 45px 45px 45px;
  grid-template-rows: 45px;*/
  float: left;
}

.footer-redes div {
  margin: 10px;
  vertical-align: center;
}
.footer-text {
  text-align: right;
}

@media screen and (max-width: 425px) {
  .center-content {
    width: inherit;
    display: inherit;
  }
  .footer {
    height: 100%;
  }
}

@media screen and (max-width: 660px) {
  .center-content {
    width: inherit;
    display: inherit;s
    display: inherit;s
  }
  .footer-text {
    text-align: center;
  }

  .footer-float-right {
    text-align: center;
    background: #19226d;
    width: 100%;
    vertical-align: middle;
    justify-items: center;
    padding: auto;
  }
  .footer-companies {
    float: none;
  }
  .footer-redes {
    float: none;
  }
  .back-img {
    background-size: 80%;
  }

    .back-img-last {
        background-size: 80%;
    }
}

@media screen and (min-width: 661px) and (max-width: 768px) {
  .center-content {
    width: inherit;
    display: inherit;
  }
  /*   .footer {
    height: 210px;
  } */
  .back-img {
    background-size: 85%;
  }
    .back-img-last {
        background-size: 85%;
    }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .back-img {
    background-size: 80%;
  }
    .back-img-last {
        background-size: 80%;
    }
}
@media screen and (min-width: 861px) and (max-width: 1099px) {
  .back-img {
    background-size: 70%;
  }
    .back-img-last {
        background-size: 70%;
    }
}

/* Footer end */

/* radio */
.box {
  width: 300px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  user-select: none;
}
.box label {
  font-size: 18px;
  color: #003555;
  position: absolute;
  z-index: 10;
  padding-left: 50px;
  cursor: pointer;
}
.box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.box input:checked ~ .check {
  border-color: #54b0ff;
  box-shadow: 0px 0px 0px 15px #54b0ff inset;
}
.box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.box .check {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #54b0ff;
  box-shadow: 0px 0px 0px 0px #54b0ff inset;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.box .check::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-image: url("../../images/external-login/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

/*  */

/* form starting stylings ------------------------------- */
.material-input {
  position: relative;
  margin-bottom: 45px;
}
.material-input > input {
  font-size: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.material-input > input:focus {
  outline: none;
}
.view-password {
  cursor: pointer;
  position: absolute;
  border: none;
  background: none;
  display: block;
  background-image: url(../../images/external-login/icons/eye.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  right: 8px;
}

/* LABEL ======================================= */
.material-input > label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.material-input > input:focus ~ label,
.material-input > input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #54b0ff;
}

@media screen and (min-width: 1100px) {
  .back-img {
    background-size: 55%;
  }
    .back-img-last {
        background-size: 100%;
    }
  .grid-detalles,
  .last-grid {
    margin: 80px auto;
  }

  .last-grid-text {
   /* width: 320px;*/
    padding: 15%;
    margin: auto 0 auto auto;
  }
}

@media screen and (min-width: 2073px) {
  .grid-detalles,
  .last-grid {
    max-width: 1958px;
    gap: 50px;
    margin: 80px auto;
  }
}

.goBenefits {
  cursor: pointer;
}

/*CSS Adicional*/
.pointer{
    cursor:pointer;
}

.alert {
    float: right !important;
    position: absolute !important;
    top: 88px !important;
    right: 20px !important;
    -webkit-animation: fadein 1.5s !important; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s !important; /* Firefox < 16 */
    -ms-animation: fadein 1.5s !important; /* Internet Explorer */
    -o-animation: fadein 1.5s !important; /* Opera < 12.1 */
    animation: fadein 1.5s !important;
    z-index: 9999999 !important;
}

