html {
  font-size: 16px;
}

@media screen and (min-width: 900px) {
  html {
    font-size: 18px;
  }
}
  
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

input, select, button {
  font-size: inherit
}

.text-center {
  text-align: center
}
*, ::after, ::before {
  box-sizing: border-box;
}
.router-link-active {
  color: red;
}


.form-group {
  margin-bottom: 1rem
}
.form-control, .btn {
  display: block;
  width: 100%;
  height: calc(2.5em + .75rem + 2px);
  padding: .375rem 1.75rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e3e3;
  border-radius: 1.4rem;
  outline: none;
  font-family: 'Oswald', sans-serif;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
}

select.form-control {
  background-image: url('images/arrow-1.png');
  background-size: auto .8rem;
  background-repeat: no-repeat;
  background-position: center right
}

.btn {
  cursor: pointer;
}
.btn.btn-blue {
  background-color: #063d79;
  color: #ffffff
}

.btn.btn-red {
  background-color: #dc3832;
  color: #ffffff
}

.login-form {
  max-width: 400px;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.login-form .form-control {
  background-color: #d1d1d1;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

h1 span {
  font-weight: 200;
  font-style: italic
}


.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* .container.gutter {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0;
  padding-right: 0;
} */

.row {
  display: flex;
}

.row > div {
  flex: 1
}

.container.gutter > .row {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
}

.container.gutter > .row > div {
  margin-left: 2rem;
  margin-right: 2rem;
}

header, .version {
  background-color: #0d335c;
  color: #ffffff
}

header img {
  display: block;
  width: 100%;
  height: auto;
}

header h1 {
  margin: 0;
  font-size: 2em
}

header .container .row {
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 0.5em
}



header .container .row .logo {
  height: auto;
  width: 30%
}

header .container .row .autos {
  height: auto;
  width: 50%
}

.version {
  border-top: 1px solid #ffffff;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 1.3rem;
}
.version h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 200;
}

.page-login {
  min-height: calc(100vh - 20px)
}

.page-login h3 span {
  font-weight: 200
}

.page-int {
  padding-top: 4rem;
  /* padding-bottom: calc(4rem + 10.5rem); */
  padding-bottom: 6rem;
  min-height: 100vh;
  /* display: flex;
  align-items: center; */
  background-image: url("/images/fondo-icono-maf.png");
  background-size: cover;
  background-position: center center
}

.page-int h3 {
  margin-top: 0;
  font-size: 3rem;
  color: #ffffff;
  text-align: center
}
.page-int h3 span{ 
  font-weight: 200
}

.page.page-login .version {
  position: relative;
}
.page.page-login .version::before {
  position: absolute;
  z-index: -1;
  background-color: #0d335c;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  content: "";
  transform: rotate(45deg);
}



.container .divider {
  height: 1px;
  border-top: 1px dashed #ffffff;
  margin-bottom: 1rem
}

.page.page-datos-personales,
.bg-personales {
  background-color: #acbed2
}

.page.page-cotizacion,
.bg-cotizacion {
  background-color: #5c636a
}

.page.page-datos-laborales,
.bg-laborales {
  background-color: #de8b86
}
#navbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background-color: #dc3832;
  color: #ffffff
}
#navbar .row {
  justify-content: space-between;
  align-items: center;
}
#navbar .row > div {
  flex: none
}

#navbar .btn {
  width: auto !important;
  min-width: 15rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #dc3832;
}

#navbar h4,
#navbar p {
  margin: 0
}

#navbar h4 {
  font-weight: 200
}

#navbar .actions {
  display: flex
}

#navbar .actions .btn.btn-outline {
  min-width: auto;
  margin-right: 1rem
}



.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.btn.btn-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important
}


@media (max-width: 768px) {
  .row {
    display: flex;
    flex-direction: column
  }

  #navbar .actions .btn-main {
    min-width: auto
  }
  
    header .container .row .logo {
      width: 90%;
      margin-bottom: 1rem;
    }
  
}

@media (max-width: 926px) {
  #navbar .messages {
    display: none
  }
  #navbar .row {
    flex-direction: column
  }

  .page-int {
    padding-top: 2rem;
    margin-bottom: 2.5rem
  }
  .page-int h3 {
    font-size: 2rem;
  }


}




.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  overflow-y: scroll
}

.modal .modal-content {
  width: 650px;
  position: absolute;
  top: 2rem;
  margin-bottom: 2rem;
  left: 50%;
  margin-left: -325px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center
}

.modal .modal-header {
  background-color: #d83731;
  color: #ffffff;
  font-weight: 400;
}

.modal .modal-header h2 {
  margin: 0;
  padding: .5rem 0;
  font-size: 2rem
}

.modal .modal-body {
  font-weight: 200;
  padding: 1.5rem 3rem;
  color: #515151;
  background-image: url("/images/fondo-icono-maf-2.png");
  background-size: cover;
  background-position: center center
}

.modal .modal-body .cuota {
  font-size: 3rem;
  font-weight: 600
}

.modal .modal-body .cuota-condiciones {
  display: flex;
  justify-content: center;
  font-weight: 400
}

.modal .modal-body .auto {
  width: 100%;
  margin: 2rem 0
}

.modal .modal-body .auto img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto
}

.modal .modal-body .cuota-condiciones > div {
  margin: 0 1rem;
}

.modal .modal-body .btn {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase
}

.modal .modal-body .actions {
  padding-top: 1rem
}
.modal .modal-body .actions a {
  color: inherit;
  text-decoration: none
}

.modal .modal-body .actions a:hover,
.modal .modal-body .actions a:active {
  color: #d83731;
}

@media (max-width: 768px) {
  .modal .modal-content {
    width: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    margin-left: 0
  }

  .modal .modal-body {
    padding: 1rem 1.5rem;
  }
}



header.cabecera-2 {
  background-color: #bb0b10;
  background-image: url("/images/cabecera-1.jpg");
  background-size: cover;
  background-position: center center
}
header.cabecera-2 .version {
  background-color: transparent
}



header.cabecera-2 h1 {
  margin-top: 2rem
}

.page.page-login header.cabecera-2 .version::before {
  background-color: #bb0b10;
}

.text-red {
  color: #bb0b10;
}