/*VARIABLES*/
/*ARROW ROTA*/
.text-white {
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.bgGrey {
  background: #f8f8f8;
  padding-bottom: 3rem;
}
.bgGrey .container {
  background: #f8f8f8;
}
.bgGrey .waaslider {
  background: #f8f8f8;
}

.bg-black {
  background: #000;
}

/*
Book: font-weight: 300;

Regular: font-weight: 400;

Medium: font-weight: 500;

Bold: font-weight: 700;
*/
html {
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  font-family: stolzl, sans-serif;
  overflow-x: hidden;
  font-weight: 300;
}
body p {
  color: rgba(2, 31, 60, 0.87);
  /* letter-spacing: 0; */
  line-height: 28px;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
}
body p a {
  color: #E71C03;
}
body p a:hover, body p a:focus {
  color: #E71C03;
}
@media (min-width: 992px) {
  body p {
    font-size: 20px;
    line-height: 32px;
  }
}

.title {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

h1 {
  font-size: 40px;
}

.header {
  background: #021F3C;
}
.header a {
  color: #fff;
}

.module {
  background: #fff;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .module {
    padding: 56px 0;
  }
}

.cabecera {
  height: 90vh;
}
.cabecera .bgcover {
  height: 90vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cabecera h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.cabecera .font-weight-lighter {
  font-size: 24px;
  line-height: 29px;
  font-weight: 200;
}
.cabecera .text-center {
  font-size: 24px;
  font-weight: 500;
}

.ishidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.isvisible {
  height: auto;
  opacity: 1;
}

.btn {
  border-color: transparent;
  border-radius: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700px;
  text-transform: uppercase;
  padding: 0.75em 3em;
  font-size: 13px;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 0.75em 1em;
  }
}

.btn-primary {
  background: rgba(255, 104, 104, 0.9);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #FF6868;
}
.btn-primary.disabled {
  background: #fff;
  color: #FF6868;
  border: 1px solid #FF6868;
}

.btn-grey {
  background: #f5f5f5;
  color: #000;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  background: #000;
  color: #fff;
}
.btn-grey:hover svg path, .btn-grey:focus svg path, .btn-grey:active svg path {
  fill: #fff;
}

.text-underline {
  text-decoration: underline;
}

.title-rotated {
  display: none;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-weight: 700;
  font-size: 96px;
  color: #ddd;
  opacity: 0.7;
  position: absolute;
  top: 90%;
}
@media (min-width: 1600px) {
  .title-rotated {
    display: block;
  }
}

.thumbnail-text {
  font-size: 20px;
}
.thumbnail-text img {
  max-width: 180px;
}

.wrapper-slider-persiana {
  margin-bottom: 40px;
}

.slider-persiana {
  position: relative;
}
.slider-persiana .waa {
  position: absolute;
  border-radius: 100%;
  top: 94%;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
}
.slider-persiana .waa.waaleft {
  left: 17px;
}
.slider-persiana .waa.waaright {
  left: 100px;
}
.slider-persiana .slick-arrow {
  width: 50px;
  height: 50px;
  top: 115%;
  opacity: 0;
}
.slider-persiana .slick-arrow.slick-prev {
  left: 0;
}
.slider-persiana .slick-arrow.slick-next {
  left: 84px;
  right: auto;
}
@media (min-width: 1200px) {
  .slider-persiana .slick-arrow {
    top: 127%;
  }
}
.slider-persiana .slick-list {
  clip-path: inset(-100vw -100vw -100vw 0);
}
@media (min-width: 992px) {
  .slider-persiana .slick-list {
    overflow: visible;
  }
}
.slider-persiana .item {
  box-shadow: 2px 4px 16px 0px #00000040;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .slider-persiana .item {
    margin-left: 0;
  }
}
.slider-persiana .item img {
  width: 100%;
  height: 187px;
  object-fit: cover;
}
.slider-persiana .item .title {
  font-size: 28px;
}
@media (min-width: 992px) {
  .slider-persiana .item .title {
    font-size: 40px;
  }
}
.slider-persiana .item .text {
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .slider-persiana .item .text {
    font-size: 16px;
  }
}
.slider-persiana .opaca circle {
  fill: #FF6868;
}
.slider-persiana .opaca polyline {
  stroke: #fff;
}
@media (min-width: 1200px) {
  .slider-persiana.hidearrowsdk .waa {
    display: none;
  }
}

.vermashover {
  display: inline-block;
  position: relative;
  border-radius: 24px;
  height: 280px;
}
.vermashover .wrapper {
  height: 100%;
}
.vermashover .wrapper img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 170px;
}
.vermashover:hover .img-info-container {
  height: 100%;
}
.vermashover:hover .img-info-container:before {
  opacity: 1;
}
.vermashover:hover .img-info-container .text,
.vermashover:hover .img-info-container ul {
  opacity: 1;
}
.vermashover:after {
  content: "";
  position: absolute;
  /* text-align: left; */
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 85%);
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s ease;
  border-radius: 24px;
}
.vermashover:hover:after {
  background-image: none;
}
.vermashover .img-info-container {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  width: 100%;
  height: 35%;
  transition: 0.8s ease;
  width: auto;
  z-index: 99;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .vermashover .img-info-container {
    height: 44%;
  }
}
.vermashover .img-info-container:before {
  content: "";
  position: absolute;
  /* text-align: left; */
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0) 85%);
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 1.3s linear;
  opacity: 0;
}
.vermashover .img-info-container .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-top: 12px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .vermashover .img-info-container .title {
    font-size: 28px;
  }
}
.vermashover .img-info-container .text {
  opacity: 0;
  line-height: 1.5;
  font-size: 13px;
}
.vermashover .img-info-container ul {
  padding-left: 20px;
  opacity: 0;
}
.vermashover .img-info-container ul a {
  color: #E71C03;
  font-size: 13px;
}
.vermashover .icono {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #E71C03;
  font-size: 20px;
}

.cta.multimedia-texto-btn {
  margin-top: 30px;
}
.cta.multimedia-texto-btn .wrapper-bg-dark {
  background: #021F3C;
}
.cta.multimedia-texto-btn .wrapper-texto {
  padding: 40px;
}
.cta.multimedia-texto-btn .title {
  font-weight: 700;
}
@media (min-width: 992px) {
  .cta.multimedia-texto-btn .title {
    font-size: 48px;
    line-height: 57px;
  }
}
.cta.multimedia-texto-btn .title .opac {
  opacity: 0.6;
}
.cta.multimedia-texto-btn .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  .cta.multimedia-texto-btn .text {
    font-size: 20px;
  }
}

.wrapper-formulario .text-question {
  font-size: 16px;
}
@media (min-width: 1920px) {
  .wrapper-formulario .title-rotated {
    top: 67%;
  }
}
@media (min-width: 768px) {
  .wrapper-formulario .wrapper-submit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wrapper-formulario .wrapper-submit a {
  margin: 15px;
  display: flex;
  align-items: center;
  min-width: 238px;
}
.wrapper-formulario .wrapper-submit a span {
  margin-left: 15px;
}

/*form-fake*/
.form-fake label a {
  color: #E71C03;
}
.form-fake .labelreal {
  position: absolute;
  top: 43px;
  left: 4px;
}
.form-fake .title {
  font-weight: 200;
  font-size: 16px;
}
@media (min-width: 768px) {
  .form-fake .title {
    font-size: 20px;
  }
}
.form-fake .title label {
  font-size: 13px;
  color: #545454;
}
@media (min-width: 768px) {
  .form-fake .title label {
    font-size: 16px;
  }
}
.form-fake .open-fakeselect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.form-fake .open-fakeselect .btn {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: 100%;
  background: transparent;
}
.form-fake .open-fakeselect .dropdown-menu.show {
  -webkit-box-shadow: 0px, 10px, 6px, -10px, #777;
  -moz-box-shadow: 0px, 10px, 6px, -10px, #777;
  box-shadow: 0px, 10px, 6px, -10px, #777;
  border-radius: 0;
  min-width: auto;
  z-index: 99999999;
  width: 100%;
}
.form-fake .open-fakeselect .dropdown-menu.show .dropdown-item:active {
  background-color: #ccc;
}
@media (max-width: 768px) {
  .form-fake .btn-primary {
    margin: 30px 0;
  }
}

.fake-control {
  width: 50px;
  height: 50px;
  border: 1px solid #ced4da;
}
.fake-control.fake-radio {
  width: 50px;
  height: 50px;
  border: 1px solid #ced4da;
  border-radius: 100%;
}

.fake-option:hover {
  cursor: pointer;
}

.wrapper-fake {
  position: relative;
}

.true-control {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
  opacity: 0;
}
.true-control:not(:checked) + .fake-control .check {
  display: none;
}
.true-control:checked + .fake-control .check {
  display: block;
}

.capa-fake a {
  display: block;
}

.form-fake .form-row > .col, .form-fake .form-row > [class*=col-] {
  padding-right: 35px;
  margin-bottom: 30px;
}
.form-fake input.custom-text {
  font-weight: 300;
  font-size: 13px;
}
.form-fake .dropdown-toggle::after {
  display: none;
}
.form-fake .dropdown-menu {
  width: 100%;
  border: 1px solid #021F3C;
  border-top: none;
  max-height: 250px;
  overflow-y: scroll;
}
.form-fake .dropdown-item {
  font-weight: 300;
  font-size: 13px;
  color: rgba(2, 31, 60, 0.8);
  letter-spacing: 0.2px;
  line-height: 26px;
}
.form-fake .dropdown-item:hover {
  color: #FF6868;
}
.form-fake .submit {
  width: 100%;
  padding: 0.6rem;
  background: #021F3C;
  color: #fff;
}
.form-fake .wrapper-fake,
.form-fake .custom-text {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 2;
  background: #fff;
}
.form-fake .labelvisible {
  font-size: 13px;
  color: rgba(2, 31, 60, 0.87);
  letter-spacing: 0.2px;
  font-weight: 300;
}
.form-fake .open-fakeselect {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-fake .open-fakeselect:after {
  content: "";
  color: #021F3C;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  border-left: 10px solid #021F3C;
  right: 4%;
  top: 27%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.form-fake .open-fakeselect.show:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-fake .optgroup {
  opacity: 0.5;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding-left: 1.5rem;
}
.form-fake .optgroup .fake-option {
  font-weight: 300;
  font-size: 16px;
  color: #021F3C;
  letter-spacing: 0;
  line-height: 28px;
  padding-left: 0;
}
.form-fake h2.title {
  font-size: 48px;
  font-weight: 500;
}

footer {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  footer {
    height: 450px;
  }
  footer .img-editable {
    height: 450px;
    object-fit: cover;
  }
}
footer .wrapper-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .row {
  align-items: center;
  text-align: center;
}
footer .wrapper-content {
  padding-bottom: 30px;
}
footer .wrapper-title .title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  footer .wrapper-title .title {
    font-size: 20px;
  }
}
footer .secondary-link {
  display: inline-block;
  background: rgba(255, 104, 104, 0.9);
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0.75em 3em;
  font-size: 13px;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.6px;
}
footer .secondary-link:hover {
  background: #FF6868;
}
@media (min-width: 992px) {
  footer .secondary-link {
    font-size: 20px;
  }
}
footer ul {
  padding-left: 0;
}
footer .wrapper-rrss li {
  margin: 0 10px;
}
@media (min-width: 768px) {
  footer .wrapper-rrss li {
    margin: 0 2px;
  }
}
footer .wrapper-rrss img {
  width: 40px;
}
footer .wrapper-list .list {
  list-style: none;
}
footer .wrapper-list .list .list-item {
  font-size: 13px;
  display: inline-block;
}
footer .wrapper-list .list .list-item a {
  color: #fff !important;
}
footer .text .d-block {
  color: #fff;
  font-size: 13px;
}

.question {
  font-weight: bold;
}
.question .wrapper-numeracion {
  font-size: 32px;
}
.question .wrapper-numeracion span {
  margin-right: 3px;
}
.question .wrapper-numeracion .opac {
  opacity: 0.6;
}

.logos-inline {
  margin-top: 30px;
}

.form-check-input {
  z-index: 999999;
}

.modal-dialog .modal-content .closes {
  color: #fff;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 20px;
  font-size: 35px;
}
.modal-dialog .modal-content .closes:hover {
  cursor: pointer;
}

.modal-dialog .modal-content .bg-black p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.05px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content .bg-black p {
    font-size: 16px;
    padding-left: 20px;
    text-align: left;
  }
}

.modal-dialog .modal-content .bg-white.p-2 {
  padding: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #1C1C1C;
  letter-spacing: -0.04px;
}

.modal-dialog .modal-content form {
  margin-top: 20px;
}

.modal-dialog .modal-content label {
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  letter-spacing: -0.04px;
}

.modal-dialog .modal-content label.d-block {
  text-transform: uppercase;
}

.modal-dialog .modal-content a {
  color: #1C1C1C;
  text-decoration: underline;
}

.modal-dialog .modal-content .form-check {
  text-align: left;
  padding: 10px 0;
  margin-left: 25px;
}

.modal-dialog .modal-content .disclaimer {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #91969A;
  letter-spacing: -0.03px;
}

.modal-dialog .modal-content .wrapper-submit input,
.modal-dialog .modal-content .wrapper-submit a {
  background: #AED6FF;
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  letter-spacing: -0.04px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 730px;
    margin: 1.75rem auto;
  }

  .modal-dialog .wrapper {
    padding: 10px 25px;
  }
}

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