/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/* === Fuentes === */


@font-face {
  font-family: 'BebasKai';
  src: url('../../fonts/BebasKai.otf');
}

@font-face {
  font-family: 'Oraqle Script';
  src: url('../../fonts/Oraqle Script.otf');
}

body {
  font-family: 'BebasKai' !important;
}

/* .menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
} */

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/
.form-card{
  min-height: 100vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  background: url(../img/backgroung.webp) !important;
  background-repeat: no-repeat;
}

body > div.show-content > div > div > div.card-header.d-block.text-center > h5.title-main {
  margin-top: 2%;
  font-weight: 600;
  font-size: 30px;
}
body > div.show-content > div > div > div.card-header.d-block.text-center > small.form-notice{
  font-size: 22px;
}

body > div.show-content > div > div > div.card-header.d-block.text-center > span.input-required{
  font-weight: 600;
  font-size: 20px;
}
.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* lOADING */
.preload_wait {
  z-index: 9999;
  position: fixed;
  background-color: #1b1b1b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}

.preload_wait_home {
  z-index: 9999;
  position: fixed;
  background-color: #ff373c;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}

.preload_wait .content_preload_wait,
.preload_wait_home .content_preload_wait {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.spinner {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner.spinner-home {
  margin: 0 auto;
}



.spinner > div {
  background-color: #ffd900;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
0%, 40%, 100% {
  transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
}  20% {
  transform: scaleY(1.0);
  -webkit-transform: scaleY(1.0);
}
}


body > div.show-content > div > div.layout-container > div > div > div > div > div > div.col-lg-12.mb-3.mt-3.btn-export{
  justify-content: flex-end;
  display: flex;
}

body > div.show-content > div > div.layout-container > div > div > div.container-xxl.flex-grow-1.container-p-y > div > h4.title-record{
  color: rgba(179,0,100,1) !important;
}

body > div.show-content > div > div.layout-container > div > div > div.container-xxl.flex-grow-1.container-p-y > div > div > div.col-lg-12.mb-3.mt-3.btn-export > a{
  /*background: linear-gradient(60deg, rgba(179,0,100,1) 0%, rgba(131,0,164,1) 60%, rgba(97,0,208,1) 100%) !important;*/
  /*border:1px solid #002f6c;*/
    border: 1px solid #ce0077;
    background: #ce0077;
}
/* Login */

.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
  background: #ffffff14;
}
.container-xxl.form-login {
  max-width: 2500px !important;
  background: linear-gradient(90deg, rgba(179,0,100,1) 0%, rgba(131,0,164,1) 50%, rgba(97,0,208,1) 100%) !important;
}

.form-control {
  color: #0072a0 !important;
}

#form_login > div.mb-3.form-password-toggle > div.d-flex.justify-content-between > a > small {
  color: #ba0c2f;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: rgba(179,0,100,1);
  background-color: rgba(105, 108, 255, 0.16) !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
  background: rgba(179,0,100,1);
}
/* .menu .app-brand.demo {
  height: 100px !important;
  margin-top: 0px !important;
} */

.menu-vertical .app-brand {
  padding-right: 2rem !important;
  padding-left: 0rem !important;
}


.background-shadow{
  background: #0b366cb5 !important;
  width: 90%;
}

.background-shadow-confirm{
  background: #0b366cb5 !important;
  width: 90%;
  height: 100vh;
}
.logo-form{
  background: #fff;
  width: 20%;
  text-align: center !important;
  margin: auto !important;
}


.form-control {
  border-radius: 0px !important;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #ba0c2f !important;
  border-color: #ba0c2f !important;
  box-shadow: 0 2px 4px 0 #ba0c2f !important;
}

.font-weight-900{
  font-weight: 900 !important;
}

.btn-login {
  border-radius: 0px !important;
  background: #6200ce !important;
  border: 1px solid #6200ce;
}


#form_login > div > label {
  font-weight: 600;
  font-size: 14px;
}

.text-danger-t {
  color: red !important;
}

#form_record > div > span > h5 {
  font-weight: 600 !important;
}

.mb-3-input{
  margin-bottom: 2rem!important;
}

.form-check-label{
  font-size: 1.25rem !important;
}

a#authorization,
a#consent{
  color: #fff !important;
  text-decoration: underline;
  font-weight: 600;
}

input.form-control {
  color: #002f6c !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.flag{
  display: inline;
}

/* input#other {
  position: absolute;
  width: 585px;
  min-width: 35%;
  margin-top: -35px;
  margin-left: 45px;
} */

.text-white.line{
  line-height: 1.9rem !important;
}

#modalWarning > div > div > div.modal-body > p {
  text-align: center;
  color: #275277;
  font-weight: 600;
}

.text-yellow{
    color: #FDFD96 !important;
}

form .error:not(li):not(input) {
  color: #aa2323 !important;
  font-size: 15px !important;
  margin-top: 0.25rem !important;
  font-weight: 900 !important;
}

/* ocultar menu principal  */

/* body > div.show-content > div > div > nav {
  display: none;
} */

/* Kumar Form */


#navbarNav > ul > li:nth-child(1) > a {
  background: #ff8600;
}

#navbarNav > ul > li > a {


  background: #30a6e605;
	color: #FFFFFF;
	display: block;
	padding: 8px 25px;
	/* text-align: center; */
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  /* border: 1px solid #fff; */

  border-left: 0px solid #fff0;
  font-size: 17px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
/* #navbarNav > ul > li:nth-child(1) > a */
#navbarNav > ul > li:nth-child(1) > a:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border: 1px solid #fff;
  border-right: 0px solid #fff0;
}



#navbarNav > ul > li:nth-child(6) > a:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border: 1px solid #fff;
  border-left: 0px solid #fff0;
}



#sib-container {
  max-width: 80% !important;
}

body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) {
  margin-top: 4.5% !important;
}

body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div > img {
  height: 20% !important;
  padding-left: 16% !important;
}

body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div > span {
  margin-left: 16% !important;
}

.sib-form .input:not(textarea), .sib-form .input__button {
  height: calc(2rem - 2px) !important;
}

#sib-form > div:nth-child(4) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__phone-number {
  font-size: 20px !important;
}

.cel-prin-form {
  margin-top: 2%;
}

/* #sib-form > div:nth-child(7) {
  margin-bottom: 1%;
} */



#FACEBOOK {
  font-size: 16px !important;
}

input#INSTAGRAM{
  font-size: 16px !important;
}

/* #sib-form > div:nth-child(10) {
  margin-top: -1%;
} */

/* #sib-form > div:nth-child(13) > div > button,
#sib-form > div:nth-child(11) > div > button {
  padding: 9px 20px !important;
  font-size: 35px !important;
} */

#sib-form > div.boton-form-cumple > div > button{
  padding: 9px 20px !important;
  font-size: 35px !important;
}

.pika-title select {
  position: initial;
  opacity: 1;
  z-index: inherit;
  font-size: 14px;
}

.redes-sociales-form {
  padding-left: 5%;
}

.opt-term-condi-poli{
  font-size:16px;
  text-align:left;
  color:#3C4858;
  background-color:transparent;
  width: 58%;
  line-height: 1;
}

select#PROVINCIA {
  font-size: 20px !important;
  color: #b8c5d4 !important;
  font-weight: 600 !important;
  font-family: 'BebasKai' !important;
}

.select-provincia-form {
  margin-bottom: 2%;
}

.facebook-prin-form {
  margin-bottom: 1%;
}

/* .content-terminos-condici {
  width: 60% !important;
} */

/* #sib-form > div:nth-child(9){
  width: 60% !important;
}

#sib-form > div:nth-child(10){
  width: 60% !important;
} */
.select-form-term{
  width: 60% !important;
}


/* FIN: Kumar Form */


/* Carrusel */

body > div.show-content > div > div > div.container-slider.col-xl-10.offset-1 {
  margin-top: 6% !important;
  margin-bottom: 3% !important;
}



/* FIN: Carrusel */


/* Requisitos */

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 {
  width: 88% !important;
  margin-left: 6% !important;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(2) {
  margin-top: -42%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) {
  margin-top: 3%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(4) {
  margin-top: 3%;
}


body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.one {
  z-index: 1;
  margin-top: -25%;
  position: absolute;
  width: 9%;
  margin-left: 12%;
}

.text-one {
  position: absolute;
  top: -213px;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 65%;
}

div.text-one > h1 {
  font-size: 50px !important;
  line-height: 1;
}

div.text-one > span.text-white {
  font-size: 34px !important;
  line-height: 1;
  font-family: Arial;
  /* text-transform: lowercase !important; */
}


/* body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) {
  display: none;
} */

/* body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(4){
  display: none;
} */

body > div.show-content > div > div > div:nth-child(7) {
  margin-top: 12%;
}


/* FIN: Requisitos */




.card-header {
  border-bottom: none !important;
}
/* Datatable */

.page-item.active .page-link{
    color:#Fff !important;
    border-color: rgba(179,0,100,1) !important;
    background-color: rgba(179,0,100,1) !important;
}

.page-link {
  color: #bf2748 !important;
}

.app-brand .layout-menu-toggle {
  background-color: #cc007b;
  border: 7px solid #f5f5f9;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  /* background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; */
}




.nav-link {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: -8px !important;
  list-style: none;
  margin-top: -8px !important;
}


.logo-record{
  padding: 60px 0px 0px 0px;
  margin-left: -10%;
}

.block-record{
  position: initial;
  /* top: 45%;
  left: 12%; */
  display: block !important;
  margin: auto !important;
}

.btn-record{
  background: #ff00a2 !important;
  border-color: #ff00a2 !important;
  color: #ffffff !important;
  padding: 10px 10px 10px 10px !important;
  margin-left: 20% !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  border-radius: 0px !important;
  width: 60% !important;
}

/* Estilos del formulario */

.card-header.record{
  background-color: rgb(33 37 41 / 0%) !important;
}

select option{
  border-width: 1px;
  border-style: solid;
  border: 1px solid black;
}

select:focus-visible {
  outline: initial;
  border-color: #ffd900 !important;
  background: #ff0;
  color: #000;
}

::-webkit-scrollbar {
  display: none;
}


/* body > div.swal2-container.swal2-center.swal2-backdrop-show > div{
  width: 750px !important;
} */
/* .swal2-popup{
  background-image: url("/assets/img/fondo-pop-up.png");
  background-repeat: no-repeat;
  background-size: 110% 113%;
  background-position: center;
} */

input.form-control._input_participant,
input.form-control._input_parent {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  border-radius: 25px !important;
  padding: 10px 0px 11px 25px;
  border-color: #f5f219;
  margin-bottom: 5px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(253 13 216 / 25%) !important;
}



option:not(:checked) {
  background-color: #fff;
}

.btn-keep-record{
    background: #ff00a2 !important;
    border-color: #ff00a2 !important;
    color: #ffffff !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    border-radius: 25px !important;
    /* width: 45% !important; */
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    margin-top: 9% !important;
    outline: 0;
}

.txt-form {
  text-align: center;
  width: 75%;
  display: block;
  margin: auto;
  margin-top: 5%;
  line-height: 1rem;
  font-size: 17px;
}

.style-select{
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 25px !important;
  padding: 14px 0px 10px 25px;
  width: 100%;
  border: 2px solid #ffd900;
  -webkit-appearance: none !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-padding: 14px 0px 10px 25px !important;
  -moz-padding: 14px 0px 10px 25px !important;
  -webkit-border: 2px solid #ffd900 !important;
  -moz-border: 2px solid #ffd900 !important;
}

.margin-input{
  display: inline-block;
}
/* Estilos nuevos */




.background{
  background-image: url("/assets/img/background.webp");
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  /* width: 100vw; */
  /* height: 100vh; */
}

li.nav-item:hover {
  background: #ff8600;
}


li.nav-item:first-child:hover {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}


li.nav-item:last-child:hover {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}



.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff !important;
  height: 150px !important;
  border-radius: 25px;
  border: 2px solid #000;
}

.card{
  box-shadow: none !important;
}

/* Sliders */

.container-slider{
    background: #fff !important;
    height: 135px !important;
    border-radius: 25px;
    border: 2px solid #000;
}

.slick-slide{
  margin: 0 10px;
}

.slick-slide img{
  width: 80%;
}

.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
}

.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 6px 60px !important;
}

.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img{
  display: block;
}

.slick-initialized .slick-slide{
  display: block;
}


.menu-vertical .menu-inner {
  flex-direction: column;
  flex: 1 1 auto;
  background: #000 !important;
  width: 96%;
}


/* body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.one {
  z-index: 1;
  margin-top: -26%;
  position: absolute;
  width: 11%;
  margin-left: 10%;
} */

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-one {
  margin-top: -30%;
  margin-left: 8%;
  width: 89%;
}

/* .text-one {
  position: absolute;
  top: -153px;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 65%;
} */


body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.two {
  z-index: 1;
  margin-top: 0%;
  position: absolute;
  width: 8.7%;
  margin-left: 22.5%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-two {
  margin-top: -7%;
  margin-left: 17%;
  width: 71%;
}

.text-two {
  position: absolute;
  top: 110px;
  left: 55%;
  transform: translate(-50%, -50%);
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.three {
  z-index: 1;
  margin-top: -31px;
  position: absolute;
  width: 8%;
  margin-left: 37.5%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-three {
  margin-top: -5.3%;
  margin-left: 36%;
  width: 37%;
}

.text-three {
  position: absolute;
  top: 53px;
  left: 54.7%;
  transform: translate(-50%, -50%);
}

.logo-registro{
  padding: 20px 0px 0px 0px;
  width:40%
}

.logo-registro-div{
  display: inline-block;
  text-align: center;
  width: 85%;
}

.text-end-register{
  color:#ffd900 !important;
  font-weight:900
}

.btn-click{
  background: #ffd900 !important;
  border:2px solid #fff !important;
  color: #5c1e94 !important;
  font-size: 20px !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 10px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  font-size: 22px !important;
}

.card-form{
  background-image: url("/assets/img/form.webp");
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center center; */
  /* background-position: top right; */
  /* background-size: 107% 125%; */

  /* Kumar */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


#sib-form > div:nth-child(6) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__title,
#sib-form > div:nth-child(6) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code,
#sib-form > div:nth-child(4) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__title,
#sib-form > div:nth-child(4) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code{
  display: none;
}

#sib-form > div:nth-child(7) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__title,
#sib-form > div:nth-child(7) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code {
  display: none;
}

.sib-form .entry__field {
  -webkit-align-items: center;
    align-items: center;
    background: #fff;
    display: -webkit-inline-flex;
    display: inline-flex;
    /* margin: .25rem 0; */
    /* Kumar */
    margin: 0 0 !important;
    max-width: 100%;
    border-color: #f5f219 !important;
    border-radius: 25px !important;
}

.sib-form .input:last-child, .sib-form .input__affix:last-child {
  padding-right: .5rem;
  color: #000000 !important;
  font-weight: 600 !important;
  /* kumar */
  font-size: 20px !important;
  margin-bottom: 1px;
  padding-left: 1rem !important;
}

#sib-form > div.cel-prin-form > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__phone-number {
  padding-right: .5rem;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  margin-bottom: 1px;
  padding-left: 1rem !important;
}



#sib-form > div:nth-child(8) > div > div > p,
#sib-form > div:nth-child(6) > div > div > p,
body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div > span > a,
body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div > span {
  font-size: 15px !important;
  color: #5c1e94;
}


.subtitu-text-form > div.sib-form-block > .redes-sociales-form > p {
  font-size: 15px !important;
  color: #5c1e94;
}





#sib-form > div:nth-child(12) > div > div > div > div > div > label > span:nth-child(3),
a#terms-link,
a#privacy-link,
#sib-form > div:nth-child(10) > div > div > div > div > div > label > span:nth-child(3),
div > div > div > label > span:nth-child(3) > p {
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-family: 'BebasKai' !important;
  color: #5c1e94 !important;
}


div.select-form-term > div > div > div > div > label > span:nth-child(3) > p{
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-family: 'BebasKai' !important;
  color: #5c1e94 !important;
}

div.select-form-term  > div > div > div > div > div > label > span.opt-term-condi-poli{
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-family: 'BebasKai' !important;
  color: #5c1e94 !important;
}


.sib-form .input_replaced:checked+.checkbox_tick_positive {
  background: #5c1e94 !important;
  border-color: #5c1e94 !important;
}

.sib-form .input_replaced:checked+.radio-button {
  border-color: #5c1e94 !important;
}

.sib-form .input_replaced:checked+.radio-button:before {
  background: #5c1e94 !important;
}

.sib-form {
  background-attachment: unset !important;
  /* font-size: 16px; */
  padding: 32px 12px 32px !important;
  margin: 0;
  font-family: 'BebasKai' !important;
}

.sib-form *{
  box-sizing: border-box;
  border-radius: 25px !important;
  font-size: 12px !important;

}

#sib-form > div:nth-child(4) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__phone-number{
  font-weight: 700;
  padding-left: 1rem !important;

}

.sib-sms-select__number-input {
  display: flex;
  width: 100%;
  /* Kumar */
  /* height: 3.8em !important; */
  height: 3em !important;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}

body > div.swal2-container.swal2-center.swal2-backdrop-show > div {
  /* width: 750px !important; */
  width: 670px !important;
  border-radius: 25px !important;
}

#swal2-html-container > div > div.col-lg-8 > div > p {
  margin-bottom: 0px !important;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(2) > div > p {
  font-size: 21px !important;
  font-family: Arial;
  width: 65%;
  line-height: 1;
  margin-top: 2%;
}

body > div.show-content > div > div > div:nth-child(7) > div:nth-child(2) > h6.text-terms{
  display: none !important;
}


/* Estilos para mobile */

@media only screen and (max-width: 600px){


  #navbarNav > ul > li:nth-child(1) > a {
    background: #ff860000 !important;
  }

  /* body > div.show-content > div > div > nav {
    display: none;
  } */


  body > div.show-content > div > div > nav {
    margin-left: 32% !important;
    width: 55%;
    background: transparent !important;
    margin-top: 0 !important;
    padding-top: 0px;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.3em !important;
    height: 1.3em !important;
    vertical-align: middle;
    /* background-image: var(--bs-navbar-toggler-icon-bg); */
    background-image: url('../../assets/img/menu.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #ffffff !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}



  #navbarNav > ul {
    background: #fff !important;
    width: 123%;
    position: absolute;
    left: -27%;
    top: 140%;
  }

  #navbarNav > ul > li:nth-child(1) > a:first-child {
    border-bottom-left-radius: 0px;
  }

  #navbarNav > ul > li:nth-child(6) > a:last-child {
    border-bottom-right-radius: 0px;
  }

  #navbarNav > ul > li > a {
    color: #5c1e94 !important;
    font-size: 15px !important;
    padding: 10px 0px 10px 0px !important;
    font-weight: 600;
    letter-spacing: .01em;
    border-bottom: 1px solid #d7e3f7 !important;
    width: 94%;
    margin-left: 5%;
  }




  #sib-form > div.boton-form-cumple > div{
      margin-top: -40px !important;
      margin-left: 41px !important;
      width: 84% !important;
  }

  /* #sib-form.form-chil-div > div:nth-child(9) > div{
    width: 57%;
  } */

    /* .preload_wait {
      margin-left: -3%;
      margin-top: -62%;
    } */

    /* .preload_wait .content_preload_wait, .preload_wait_home .content_preload_wait {
        justify-content: end !important;
    } */

    html.swal2-shown,
    body.swal2-shown {
      overflow-y: auto !important;
    }

    #form-asist{
      display: none;
    }

    #form-asist-mobile{
      display: block;
    }

    /* body > div.swal2-container.swal2-center.swal2-backdrop-show {
      padding: 0px 65px 0px 0px;
      height: 650px;
    }
    body > div.swal2-container.swal2-center.swal2-backdrop-show > div{
      width: 385px !important;
    }

  .swal2-popup{
    background-image: url("/assets/img/fondo-cuadro-mobile.png");
    background-repeat: no-repeat;
    background-size: 106% 108%;
    background-position: center;
   } */
    /* body > div.swal2-container.swal2-center.swal2-backdrop-show > div {
      width: 480px !important;
      margin: auto;
      margin-left: 12%;
   } */
  .style-select {
    font-weight: 600 !important;
    font-size: 18px !important;
    border-radius: 25px !important;
    padding: 14px 0px 10px 25px;
    width: 100%;
    border: 2px solid #ffd900;
    -webkit-appearance: none !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-padding: 14px 0px 10px 25px !important;
    -moz-padding: 14px 0px 10px 25px !important;
    -webkit-border: 2px solid #ffd900 !important;
    -moz-border: 2px solid #ffd900 !important;
  }

  .btn-keep-record {
    background: #ff00a2 !important;
    border-color: #ff00a2 !important;
    color: #ffffff !important;
    padding: 13px 0px 13px 0px !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    border-radius: 15px !important;
    width: 70% !important;
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    margin-top: 5% !important;
    outline: 0;
    -webkit-appearance: none !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-padding: 13px 0px 13px 0px !important;
    -moz-padding: 13px 0px 13px 0px !important;
  }
  .card1-mobile{
    background-image: url("/assets/img/fondo-mobile.png");
    background-repeat: no-repeat;
    background-size: 116% 111%;
    background-position: center;
    border-radius: 25px !important;
  }

  .background{
    /* padding: 20px 145px 0px 20px !important; */
  }

  body > div.show-content > div.card.form-card.background.home{
    display: none !important;
  }


  .block-record{
    position: absolute;
    top: 50%;
    left: 10%;
  }


  .btn-record {
    background: #ff00a2 !important;
    border-color: #ff00a2 !important;
    color: #ffffff !important;
    padding: 10px 10px 10px 10px !important;
    margin-left: 0% !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    border-radius: 0px !important;
    width: 55% !important;
  }

  .logo-record{
    padding: 60px 50px 0px 70px;
    width: 75%;
    margin: auto !important;
  }

  body > div.show-content > div > div > div.card-header.d-block.text-center > h5.title-main {
    margin-top: 6%;
    font-weight: 600;
    font-size: 25px;
  }

  .flag{
    display: none !important;
  }

  .logo-form {
    width: 50%;
  }

  /* input#other {
    position: absolute;
    width: 240px;
    min-width: 35%;
    margin-top: -35px;
    margin-left: 45px;

  } */
  .form-check{
    margin-bottom: 1rem !important;
  }

  #navbar-collapse > ul{
    margin-top: -55px;
  }


  /* Cambios Kumar */



  body > div.show-content > div > div > div:nth-child(2) > div.col-xl-3{
    margin-left: 29% !important;
      margin-top: 13% !important;
      width: 60% !important;
  }

  /* body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div{
      height: 566px !important;
      margin-left: -10% !important;
  } */

  .form-principal{
    height: 620px !important;
    margin-left: -10% !important;
  }

  .form-secundario{
    height: 766px !important;
    margin-left: -10% !important;
  }


  body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) {
    margin-top: 0% !important;
    margin-left: 3% !important;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 {
    width: 98% !important;
    margin-left: 1% !important;
    margin-top: 2%;
  }


  #sib-form > div.row > div:nth-child(1){
    width: 49% !important;
  }

  #sib-form > div.row > div:nth-child(1) > div{
    padding-left: 10% !important;
  }

  #sib-form > div.row > div:nth-child(2){
    width: 49%;
  }

  #sib-form > div.row > div:nth-child(2) > div{
    padding-left: 0% !important;
  }

  #sib-form > div:nth-child(6) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__phone-number {
    font-size: 14px !important;
    font-weight: 600;
    padding-left: 6%;
  }



  .text-one {
    position: absolute;
    top: -234px !important;
    left: 55% !important;
    transform: translate(-50%, -50%) !important;
    width: 64% !important;
}

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.one {
    z-index: 1 !important;
    margin-top: -23% !important;

  }

  #sib-container {
    width: 79% !important;
  }

  .sib-form .input:last-child, .sib-form .input__affix:last-child {
    font-size: 14px !important;

  }

  select#PROVINCIA {
    font-size: 14px !important;
}

  .sib-form .input:not(textarea), .sib-form .input__button {
    height: calc(1.5rem - 1px) !important;
  }

  #sib-form > div:nth-child(4) > div > div > div > div > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__phone-number {
    font-size: 14px !important;
  }

  .sib-sms-select__number-input {

    height: 2.3em !important;

  }

  #FACEBOOK {
    font-size: 12px !important;
  }

  input#INSTAGRAM {
    font-size: 12px !important;
  }


  #sib-form > div:nth-child(7) > div > div > div > div, #sib-form > div:nth-child(8) > div > div > div > div {
    height: 24px !important;
  }

  #sib-form > div:nth-child(10) {
    margin-top: -4% !important;
  }

  div.text-one > span.text-white {
    font-size: 12px !important;
    line-height: 1 !important;
    /* text-transform: lowercase !important; */
    /* max-width: 50% !important; */
  }

  /* body > div.show-content > div > div > div.container-slider.col-xl-10.offset-1{
    display: none;
  } */

  body > div.show-content > div > div > div:nth-child(2) > div:nth-child(3) > div > img {
    height: 16% !important;
    padding-left: 16% !important;
    margin-top: 0px !important;
  }


  #sib-form > div:nth-child(12) > div > div > div > div > div > label > span:nth-child(3), a#terms-link, a#privacy-link, #sib-form > div:nth-child(10) > div > div > div > div > div > label > span:nth-child(3), div > div > div > label > span:nth-child(3) > p {
    font-size: 9px !important;
}

div.select-form-term > div > div > div > div > label > span:nth-child(3) > p{
  font-size: 9px !important;
}

div.select-form-term > div > div > div > div > div > label > span.opt-term-condi-poli{
  font-size: 9px !important;
}

.select-form-term {
  margin-bottom: -2%;
}


  #sib-form > div:nth-child(11) > div > button {
    /* padding: 7px 15px !important; */
    padding: 0px !important;
    font-size: 12px !important;
    width: 43%;
  }

  /* #sib-form.form-chil-div > div:nth-child(13) > div > button{
    padding: 0px !important;
    font-size: 12px !important;
    width: 43%;
    margin-top: 6%;
  } */
  #sib-form > div.boton-form-cumple > div > button {
    padding: 0px !important;
    font-size: 12px !important;
    width: 43%;
    margin-top: 6%;
  }

  .sib-form-block__button-with-loader {
    min-height: 30px !important;
    line-height: 23px !important;
  }

  /* #sib-form.form-chil-div > div:nth-child(10) > div {
    width: 67%;
  } */

  .form-chil-div > div:nth-child(9){
    margin-bottom: 5% !important;
  }

  /* .form-chil-div > div:nth-child(11) {
    margin-left: -40px !important;
    margin-top: 16%;
    margin-bottom: -3%;
  } */

  body > div.show-content > div > div > div:nth-child(7) {
    padding-right: 0px !important;
  }

  body > div.show-content > div > div > div:nth-child(7) > div.col-xl-3 > h6{
    font-size: 16px !important;
    text-align: center !important;

  }

  body > div.show-content > div > div > div:nth-child(7) > div.col-xl-3 {
    padding-right: 0px !important;
  }

  body > div.show-content > div > div > div:nth-child(7) > div.text-left {
    text-align: center;
  }

  body > div.show-content > div > div > div:nth-child(7) > div:nth-child(2) > h6.text-terms {
    margin-left: 0 !important;
  }


  body > div.show-content > div > div > div:nth-child(7) > div.text-left.col-xl-5.offset-xl-1 > a > img{
    width: 7% !important;
  }



  body > div.show-content > div > div > div:nth-child(7) > div.text-left.col-xl-8.offset-xl-1 > a > img {
    width: 8% !important;
    margin: 0 2%;
  }

  #swal2-html-container > div > div.col-lg-4 > img {
    width: 50% !important;
  }

  #swal2-html-container > div > div.col-lg-8 {
    text-align: center !important;
  }

  #swal2-html-container > div > div.col-lg-8 > div > p{
    text-align: center !important;
  }

  #swal2-html-container > div > div.col-lg-8 > div > h2:nth-child(1),
  #swal2-html-container > div > div.col-lg-8 > div > h2:nth-child(2){
    font-size: 30px !important;
  }

  body > div.show-content > div > div > div.container-slider.col-xl-10.offset-1 {
    margin-top: 6% !important;
    margin-bottom: 6% !important;
    width: 85%;
    height: 120px !important;
  }

  body > div.show-content > div > div > div.container-slider.col-xl-10.offset-1 > section > div > div > div > div > div > img{
    width: 100% !important;
  }

  slick-list {
    padding: 0px 0px !important;
  }

  /*body > div.show-content > div > div > div.container-slider.col-xl-10.offset-1 > section > div > div > div:nth-child(8) > div > div{*/
  /*  width: 200px !important;*/
  /*}*/

  .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0px 40px !important;
  }

  .background{
    background-image: url("/assets/img/background.webp");
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: 174%;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* width: 100vw; */
    /* height: 100vh; */
    background-color: #ff373c;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-one {
    margin-top: -125%;
    margin-left: 8%;
    width: 89%;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.one {
    z-index: 1 !important;
    margin-top: -75% !important;
    width: 12%;
    margin-left: 10%;
}

  div.text-one > h1 {
      font-size: 16px !important;
      line-height: 1;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(2) > div > p{
    line-height: 0.9;
    font-size: 12px !important;
    font-family: Arial;
    width: 100%;
  }


  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-two {
    margin-top: -240px;
    margin-left: 8%;
    width: 89%;
  }


  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.two {
    z-index: 1;
    margin-top: -42% !important;
    position: absolute;
    width: 12% !important;
    margin-left: 12% !important;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) > div > h1{
    font-size: 15px !important;
    margin-top: -50%;
    margin-left: -11%;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) > div > a{
    margin-left: 89%;
    margin-top: -37%;
    width: 49%;
    font-size: 13px !important;
  }

  .text-two {
    position: absolute;
    top: -62px;
    left: 53%;
    transform: translate(-50%, -50%);
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) > div > a {
    width: 47% !important;
    font-size: 12px !important;
    margin-left: 71% !important;
    margin-top: -19px !important;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.background-three {
    margin-top: -19%;
    margin-left: 25%;
    width: 60%;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(4) > div > h1{
    font-size: 15px !important;
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div > img.three {
    z-index: 1;
    margin-top: -13%;
    position: absolute;
    width: 12%;
    margin-left: 28%;
  }

  .text-three {
    position: absolute;
    top: 7px;
    left: 54%;
    transform: translate(-50%, -50%);
  }

  body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(4) > div > h1 > a {
    font-size: 12px !important;
    margin-top: 11%;
    width: 100% !important;
  }


/* Formulario */

.card-form {
  background-size: 100% 100%;
}

.content-terminos-condici {
  line-height: 1;
}


/* Marcas */

.slick-slide {
  margin: 0px 0px;
}


/* Requisitos Mobile Kumar */

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(2) {
  margin-top: -16%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(3) {
  margin-top: 0%;
}

body > div.show-content > div > div > div.col-xl-8.offset-xl-2 > div:nth-child(4) {
  margin-top: 0%;
}
#sib-form > div:nth-child(9) > div > div > div > div {
  margin-top: 0;
}

#modalTerms > div > div > div.modal-body {
  padding: 50px 15px 0px 15px !important;
  background: #fdfcde;
}



h5#modalTermsTitle {
  font-size: 20px !important;
  color: #5c1e94;
  text-align: center;
}



}


