/* Variables */
/* Variables new */
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
/* General */
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  font-family: sans-serif;
}
main {
  background: #FFCDCC;
  background: linear-gradient(180deg, #faf0ee 0%, #ffffff 40%);
}
a {
  color: #3d3d3d;
  /*text-decoration: none;*/
  transition: 0.3s;
}
a:hover {
  color: #D34A5C;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
/* ==========
D
========== */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* ==========
Boton up
========== */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #D34A5C;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none;
  color: #fff;
  border: 0.5px solid white;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #FF8C8E;
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* ==========
Header
========== */
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0px;
  background-color: #607FC1;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.49);
}
.header .log-sc img {
  height: 50px;
  padding: 5px 10px;
  margin: 0 15px 0 0;
}
.header .menu-red {
  background: #607FC1;
  padding: 5px 20px;
  width: 95%;
}
.header.sticked {
  background: #607FC1;
  padding: 0px 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 0px;
  }
  .header .menu-red {
    padding: 5px;
    width: 100% !important;
  }
  .header .log-sc img {
    padding: 5px 0px;
  }
}
/* ==========
Nav Desktop
========== */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover > a {
    color: #FFFFFF;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar .active {
    background: #D34A5C;
    border-bottom: 2px solid #ffffff;
  }
  .navbar .active a {
    color: #ffffff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .mobile-nav-show {
    display: none !important;
  }
  .mobile-nav-hide {
    display: none !important;
  }
}
/* ==========
Nav mobile
========== */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #efefef;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    /****/
    text-align: center;
  }
  .navbar a {
    /*display: flex;
			align-items: center;
			justify-content: space-between;*/
    padding: 20px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #FF8C8E;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffd92a;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #ffd92a !important;
  }
  .navbar .active {
    background: #D34A5C;
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li {
    /******/
    margin: 20px 0;
    padding: 15px 0;
    /******/
    list-style: none;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .mobile-nav-show {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-hide {
    color: #D34A5C;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 5px;
    top: 30px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}
/* ==========
Hero
========== */
.hero {
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
  background: #FF8C8F;
  background: linear-gradient(180deg, #ff8c8f 30%, #faf0ee 100%);
}
.hero .cont-w {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: transparent;
}
.hero .campania img {
  max-height: 580px;
}
@media (max-width: 576px) {
  .hero .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero .campania img {
    max-height: 320px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hero .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero .campania img {
    max-height: 340px;
  }
  .hero .campania1 img {
    max-height: 460px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .hero .cont-w {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero .campania img {
    max-height: 460px;
  }
  .hero .campania1 img {
    max-height: 560px;
  }
}
/* ==========
Dinamic
========== */
.dinamic {
  width: 100%;
  position: relative;
  z-index: 20;
}
.dinamic .cont-w {
  padding-top: 120px;
  margin-bottom: -160px;
  background-color: transparent;
}
.dinamic .campania img {
  max-height: 920px;
}
.dinamic .campania1 img {
  margin-top: 40px;
  max-height: 580px;
}
@media (max-width: 576px) {
  .dinamic .cont-w {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .dinamic .campania img {
    max-height: 600px;
  }
  .dinamic .campania1 img {
    margin-top: 40px;
    max-height: 420px;
  }
}
/* ==========
Awwards
========== */
.awwards {
  overflow: hidden;
  width: 100%;
}
.awwards .cont-w {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: transparent;
}
/* ==========
Footer
========== */
#footer {
  overflow: hidden;
  width: 100%;
}
#footer .cont-w {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: transparent;
}
#footer .copy1 img {
  margin: auto;
  height: auto;
  padding: 0px;
}
#footer .legals1 {
  max-width: 900px;
  margin: 20px auto -20px;
  font-size: 1.2rem;
}
#footer .legals1 p {
  color: #607FC1;
  font-weight: 300;
}
#footer .aniv img {
  height: auto;
  padding: 0px;
}
#footer .logo-bird img {
  margin: 30px auto 10px;
  height: 60px;
}
#footer .legals2 {
  max-width: 560px;
  margin: auto;
}
#footer .legals2 p {
  padding: 0px;
  font-size: 0.9rem;
  color: #FF8C8E;
  margin: 8px auto;
}
#footer .legals2 .legals-ln {
  color: #D34A5C;
  font-weight: bold;
}
#footer .legals2 .legals-ln a {
  color: #D34A5C;
  text-decoration: none;
}
#footer .legals2 .legals-ln a:hover {
  color: #FF8C8E;
  text-decoration: underline;
}
#footer .btn-cta {
  background-color: #D34A5C;
  border: none;
  color: #FFFFFF;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, #252525, transparent 70%);
  margin: -20px auto 40px;
}
#footer .btn-cta:hover {
  background-color: color-mix(in srgb, #FF8C8E, transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, #252525, transparent 60%);
}
#footer .btn-cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px color-mix(in srgb, #252525, transparent 70%);
}
@media (max-width: 576px) {
  #footer .cont-w {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #footer .copy1 img {
    margin: auto;
    height: auto;
    padding: 0px 14px;
  }
  #footer .legals1 {
    max-width: 900px;
    margin: 20px auto -30px;
    font-size: 1rem;
  }
  #footer .aniv img {
    height: auto;
    padding: 0px 20px;
  }
  #footer .logo-bird img {
    margin: 30px auto 10px;
    height: 60px;
  }
  #footer .legals2 {
    max-width: 560px;
    margin: auto;
  }
  #footer .legals2 p {
    padding: 0px 10px;
    font-size: 0.9rem;
  }
  #footer .btn-cta {
    padding: 12px 30px;
    font-size: 14px;
    margin: 10px auto 40px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #footer .cont-w {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #footer .legals1 {
    max-width: 900px;
    margin: 20px auto -30px;
    font-size: 1.2rem;
  }
  #footer .legals2 {
    max-width: 600px;
  }
  #footer .legals2 p {
    font-size: 1rem;
  }
}
/* ==========
Registro
========== */
.register {
  padding-top: 80px;
}
.register .form-container-overlap {
  margin-bottom: 60px;
  z-index: 10;
}
.register .contact-form-wrapper {
  background-color: transparent;
  border-radius: 12px;
  padding: 40px;
}
.register .contact-form-wrapper h2 {
  color: #D34A5C;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 21;
}
.register .contact-form-wrapper h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #D34A5C;
}
.register .contact-form-wrapper p {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #cf1822;
  font-size: 1em !important;
  line-height: 1;
}
@media (max-width: 480px) {
  .register .contact-form-wrapper p {
    padding: 0px 4% 20px;
  }
}
.register .contact-form-wrapper .sub-text {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #cf1822;
  font-size: 1.2em !important;
  line-height: 1;
}
@media (max-width: 480px) {
  .register .contact-form-wrapper .sub-text {
    padding: 0px 1% !important;
  }
}
.register .contact-form-wrapper .errors {
  margin-top: 12px;
  text-align: center;
}
.register .contact-form-wrapper .errors ul {
  list-style: none;
  padding: 0;
}
.register .contact-form-wrapper .errors li {
  color: #cf1822;
  font-weight: 600;
}
.register .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.register .contact-form-wrapper .form-group .input-with-icon {
  position: relative;
}
.register .contact-form-wrapper .form-group .input-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 18px;
  z-index: 10;
}
.register .contact-form-wrapper .form-group .input-with-icon i.message-icon {
  top: 28px;
}
.register .contact-form-wrapper .form-group .input-with-icon textarea + i {
  top: 25px;
  transform: none;
}
.register .contact-form-wrapper .form-group .input-with-icon .form-control {
  border-radius: 8px;
  padding: 12px 15px 12px 45px;
  height: 3.5rem;
  color: #3d3d3d;
  background-color: #FFFFFF;
  font-size: 15px;
  border: 1px solid color-mix(in srgb, #FF8C8E, transparent 80%);
}
.register .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
  border-color: #D34A5C;
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, #008cad, transparent 90%);
}
.register .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
  color: color-mix(in srgb, #D34A5C, transparent 40%);
}
.register .contact-form-wrapper .form-group .input-with-icon select {
  font-size: 14px !important;
}
.register .contact-form-wrapper .legals {
  width: 80%;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .contact-form-wrapper .legals label {
  font-size: 16px;
  font-weight: 100;
  color: #3d3d3d;
}
.register .contact-form-wrapper .legals input {
  background-color: rgba(211, 74, 92, 0.6) !important;
  border-radius: 4px !important;
}
.register .contact-form-wrapper .legals a {
  color: #D34A5C;
  font-weight: 900;
  font-size: 15px;
}
.register .contact-form-wrapper .btn-submit {
  margin-top: 12px;
  background-color: #D34A5C;
  border: none;
  color: #FFFFFF;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, #252525, transparent 70%);
}
.register .contact-form-wrapper .btn-submit:hover {
  background-color: color-mix(in srgb, #FF8C8E, transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, #252525, transparent 60%);
}
.register .contact-form-wrapper .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px color-mix(in srgb, #252525, transparent 70%);
}
@media (max-width: 992px) {
  .register .form-container-overlap {
    margin-top: 20px;
  }
  .register .contact-form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .register .form-container-overlap {
    margin-top: 20px;
  }
  .register .contact-form-wrapper {
    padding: 25px;
  }
  .register .contact-form-wrapper h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .register .form-container-overlap {
    margin-top: 40px;
  }
  .register .contact-form-wrapper {
    padding: 20px;
  }
  .register .btn-submit {
    font-size: 14px !important;
    width: 80%;
  }
}
.file-upload {
  margin-top: 10px;
}
.file-upload p {
  font-size: 1em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 8px;
}
.file-upload .image-box {
  margin: 24px auto;
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 3px solid #cf1822;
  border-radius: 50%;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.5s ease;
  /*&::after {
            content: "";
            width: calc(100% + 16px);
            height: calc(100% + 16px);
            position: absolute;
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: solid 2px @color-white;
        }*/
}
.file-upload .image-box i {
  color: #cf1822;
  margin-top: 2px;
  font-weight: 900;
  font-size: 40px;
}
.file-upload .image-box img {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  display: none;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 480px) {
  .file-upload .image-box {
    height: 50px;
    width: 50px;
  }
  .file-upload .image-box img {
    height: 80px;
    width: 100%;
  }
}
.file-upload .image-box p {
  position: relative;
  top: 32%;
  color: #D34A5C;
  font-size: 14px;
  line-height: 1.3em;
  padding: 0 8%;
  font-weight: 600;
}
/* ==========
Modal
========== */
.modal-content {
  background: #FF8C8F;
  background: linear-gradient(180deg, #ff8c8f 60%, #faf0ee 100%);
  border-radius: 15px;
  border: 2px solid #FF8C8E;
}
.modal-content .modal-body {
  background-color: transparent;
  border: none;
  padding-top: 50px;
  padding-bottom: 20px;
}
.modal-content .modal-body .exit {
  max-width: 600px;
  margin: 15px auto;
  background-color: #ffffff;
  padding: 15px;
  border: 2px solid #D34A5C;
  border-radius: 8px;
}
.modal-content .modal-body .exit h3 {
  color: #D34A5C;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}
.modal-content .modal-body .exit i {
  vertical-align: middle;
  color: #D34A5C;
  font-size: 1.4em;
}
.modal-content .modal-body .exit p {
  color: #D34A5C;
  font-size: 1em;
  margin: 0;
}
.modal-content .modal-body .exit span {
  font-weight: 800;
}
.modal-content .modal-body .post-all {
  max-width: 600px;
  margin: 20px auto;
}
.modal-content .modal-body .post-all .img-pst {
  text-align: center;
  margin-bottom: 20px;
}
.modal-content .modal-body .post-all .img-pst img {
  width: 450px;
}
.modal-content .modal-body .post-all .inst-post {
  background-color: transparent;
  padding: 15px;
  border-radius: 8px;
}
.modal-content .modal-body .post-all .inst-post h5 {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
}
.modal-content .modal-body .post-all .inst-post ol {
  color: #D34A5C;
  font-weight: 600;
  font-size: 1em;
}
.modal-content .modal-body .post-all .inst-post p {
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2em;
}
.modal-content .modal-body .post-all .inst-post .btn {
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 45px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 6px;
  text-decoration: none;
  color: #ffffff;
  background: #D34A5C;
  font-size: 1.4em;
}
.modal-content .modal-body .post-all .inst-post .btn:hover {
  color: #FFFFFF;
  background: #FF8C8E;
}
.modal-content .modal-body .modal-leg {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.modal-content .modal-body .modal-leg p {
  color: #D34A5C;
}
.modal-content .modal-body .modal-leg a {
  color: #D34A5C;
}
.modal-content .modal-body .modal-leg a:hover {
  color: #607FC1;
}
.modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.modal-content .modal-footer a {
  color: #D34A5C;
  font-weight: 600;
}
.modal-content .modal-footer .btn-secondary {
  background-color: #0067a0;
  border: none;
  padding: 12px 16px;
  border-radius: 12px;
  color: #ffffff;
}
/* ==========
Quiz
========== */
.quiz {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: #FF8C8F;
  background: linear-gradient(180deg, #ff8c8f 60%, #faf0ee 100%);
}
.quiz .container-fluid {
  padding-top: 20px;
}
.quiz .quiz-img {
  text-align: center;
}
.quiz .quiz-img img {
  margin-top: auto;
  max-height: 91vh;
}
.quiz .img-cred img {
  width: 90%;
}
.quiz .quiz-txt h1 {
  width: 90%;
  margin: 20px auto;
  font-size: 3vw;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}
.quiz .quiz-txt h1 strong {
  font-weight: bold;
}
.quiz .quiz-txt h2 {
  width: 90%;
  margin: 20px auto;
  color: #ffffff;
  font-size: 1.5vw;
}
.quiz .quiz-txt h2 span {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
}
.quiz .quiz-txt .btn {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 60px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  text-decoration: none;
  color: #FFFFFF;
  background: #D34A5C;
  border: 3px solid #D34A5C;
  margin-bottom: 10px;
}
.quiz .quiz-txt .btn:hover {
  background: #FF8C8E;
  color: #ffffff;
}
.quiz .timer {
  color: #cf1822;
  background: #ffffff;
  max-width: 160px;
  margin: auto;
  border-radius: 12px;
  font-size: 1.8em;
  font-weight: 600;
}
.quiz .timer i {
  margin-top: 4px;
  font-size: 1.4em;
  vertical-align: sub;
}
.quiz .quest {
  padding-bottom: 120px;
}
.quiz .quest .respuestas h4 {
  width: 80%;
  padding: 20px;
  border-radius: 24px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-weight: 600;
  color: #D34A5C;
  font-size: 1.8em;
}
.quiz .quest .respuestas h4 span {
  color: #ffd92a;
}
@media (max-width: 480px) {
  .quiz .quest .respuestas h4 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quiz .quest .respuestas h4 {
    width: 100%;
  }
}
.quiz .quest .respuestas .btn {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 10px;
  text-decoration: none;
  color: #FFFFFF;
  background: #D34A5C;
  margin-bottom: 10px;
}
.quiz .quest .respuestas .btn:hover {
  background: #FF8C8E;
  color: #ffffff;
}
.quiz .quest .respuestas .form-grup {
  margin: 12px;
  vertical-align: middle;
}
.quiz .quest .respuestas input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.quiz .quest .respuestas input + label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  /* font-weight: bold; */
  margin: 0 auto;
  color: #D34A5C;
  font-weight: 600;
  align-content: center;
}
.quiz .quest .respuestas input[type="radio"] {
  display: none;
}
.quiz .quest .respuestas input[type="radio"] + label {
  display: block;
  width: 450px;
  height: auto;
  text-align: center;
  line-height: 30px;
  background-color: #FFFFFF;
  padding: 20px 10px;
  border-radius: 50px;
  border: 2px solid #FF8C8E;
}
@media (max-width: 480px) {
  .quiz .quest .respuestas input[type="radio"] + label {
    width: 360px;
  }
}
.quiz .quest .respuestas input[type="radio"] + label:hover {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: #FF8C8E;
}
.quiz .quest .respuestas input[type="radio"]:checked + label span {
  background-color: #ffd92a;
  color: white;
  padding: 8px;
  border-radius: 5px;
}
.quiz #quizResult .resultado {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.quiz #quizResult .message-trivia {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  text-align: center !important;
  border-radius: 30px;
  padding: 30px;
}
.quiz #quizResult .message-trivia p {
  font-size: 22px;
  color: #D34A5C;
  font-weight: 600;
}
.quiz #quizResult .message-trivia p span {
  color: #3d3d3d;
}
.quiz #quizResult .message-trivia h3 {
  color: #D34A5C;
  font-weight: 800;
}
.quiz #quizResult .message-trivia h4 {
  color: #3d3d3d;
}
.quiz #quizResult .message-trivia h4 span {
  color: #D34A5C;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .quiz #quizResult .message-trivia {
    padding: 10px;
  }
}
.quiz #quizResult .message-trivia .btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 60px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 10px;
  text-decoration: none;
  color: #ffffff;
  background: #D34A5C;
  margin-bottom: 10px;
}
.quiz #quizResult .message-trivia .btn:hover {
  background: #FF8C8E;
  color: #ffffff;
}
@media (min-width: 992px) {
  .quiz {
    background: #FF8C8F;
    background: linear-gradient(180deg, #ff8c8f 35%, #faf0ee 100%);
  }
}
@media (max-width: 991px) and (min-width: 600px) {
  .quiz {
    height: auto;
  }
  .quiz .container-fluid {
    height: auto;
  }
  .quiz .quiz-img img {
    max-height: 60vh;
    width: auto;
  }
  .quiz .quiz-txt h1 {
    font-size: 5vw;
    line-height: 56px;
  }
  .quiz .quiz-txt h2 {
    font-size: 3vw;
  }
  .quiz .quiz-txt .img-cred img {
    width: 60%;
  }
  .quiz .quiz-txt .imag1 {
    text-align: center;
  }
  .quiz .quiz-txt .imag1 img {
    width: 60%;
  }
  .quiz .quest {
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .quiz {
    height: auto;
  }
  .quiz .container-fluid {
    height: auto;
  }
  .quiz .quiz-img img {
    max-height: 50vh;
    width: auto;
  }
  .quiz .quiz-txt h1 {
    font-size: 6vw;
    line-height: 36px;
  }
  .quiz .quiz-txt h2 {
    font-size: 4.3vw;
  }
  .quiz .quiz-txt .img-cred img {
    width: 80%;
  }
  .quiz .quiz-txt .imag1 {
    text-align: center;
  }
  .quiz .quiz-txt .imag1 img {
    width: 60%;
  }
  .quiz .quest {
    padding-bottom: 40px;
  }
  .quiz .quest .respuestas h4 {
    font-size: 1.2em;
  }
  .quiz .quest .respuestas input + label {
    font-size: 14px;
  }
  .quiz .quest .respuestas input[type="radio"] + label {
    padding: 15px;
  }
  .quiz .quest .respuestas input[type="radio"] + label:hover {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background: #FF8C8E;
  }
  .quiz .quest .respuestas input[type="radio"]:checked + label span {
    background-color: #ffd92a;
    color: white;
    padding: 8px;
    border-radius: 5px;
  }
}
.loader-form {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 2022;
}
.loader-form .three {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader-form .three .loader {
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* LOADER 6 */
#loader-6 span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
  background-color: white;
}
#loader-6 span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}
#loader-6 span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
