@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
/* @import url("../fonts/gibson.css"); */

html,
body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background: #fafafa;
  color: #505050;
  font-size: 14px;
}

/* Fuentes */
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.gibson {
  font-family: "Roboto", sans-serif;
}
/* Din Fuentes */

/* Colores */
.blanco {
  color: #ffffff !important;
}

.fondo_blanco {
  background-color: #ffffff !important;
}

.borde_blanco {
  border-color: #ffffff !important;
}

.negro {
  color: #000000 !important;
}

.fondo_negro {
  background-color: #000000 !important;
}

.yellow {
  color: var(--main-color);
}

yellow {
  color: var(--main-color);
}

.fondo_yellow {
  background-color: var(--main-color);
}
/* Fin Colores */

/* Barra y Menu Superior */
.top-bar {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 70px;
  z-index: 5000;
}

.navbar {
  height: 70px;
  margin: 0;
  border: none;
}
.navbar-toggle {
  background-color: white;
  margin-top: 16px;
}

.navbar-collapse {
  border: none;
  padding: 0;
}

.navbar-brand {
  height: 70px;
  padding: 0;
  width: 170px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-width: 120px;
  margin: 0 auto;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 75px;
    z-index: 1300;
  }
}

ul.navbar-nav {
  height: 100%;
  margin-left: 50px;
}

.navbar-nav > li {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  height: 70px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav > li > a:not(.btn_login) {
  text-decoration: none !important;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  color: white !important;
  padding: 0 4px;
  background: none !important;
}

.navbar-nav > li > a:hover:not(.btn_login) {
  text-decoration: underline !important;
}

.login_bar {
  background: white;
  position: absolute;
  border-radius: 15px 0 0 15px;
  right: 0;
  top: 20px;
  height: 30px;
  padding: 0 120px 0 15px;
  line-height: 30px;
}

.login_button {
  position: absolute;
  border-radius: 15px 0 0 15px;
  background-image: url("../images/landing/candado.png");
  background-position: 15px center;
  text-decoration: underline;
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
  height: 26px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .top-bar {
    background: rgba(0, 0, 0, 1);
    position: relative;
  }

  .login_bar {
    background: none;
  }

  #menu {
    height: auto;
    background-color: black;
  }

  .navbar {
    height: auto;
  }
}
/* Fin Barra y Menu Superior */

/* Sliders */
.bx-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: none;
  border: none;
  background: none;
}

.bx-wrapper .bx-viewport {
  margin: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper .bx-viewport .bxslider,
.bx-wrapper .bx-viewport .bxslider2 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.bx-wrapper .bx-viewport .bxslider li {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}

.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 100px;
  width: 40%;
  z-index: 999;
  right: 10%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--main-color);
}

.text1 {
  top: 35%;
  left: 5%;
  font-size: 32px;
}

.text2 {
  top: 35%;
  left: 55%;
  font-size: 45px;
}

.text3 {
  top: 33%;
  left: 55%;
}
.text5 {
  top: 49%;
  width: 75%;
}

#form_marker,
.form_wrapper {
  left: 0px;
  top: 53%;
  width: 80%;
}


@media (max-width: 991px) {
  .bx-wrapper .bx-viewport .bxslider.bxslider_head li {
    background-size: cover;
    background-color: #000000;
  }

  .bx-wrapper .bx-viewport .bxslider.bxslider_head li .wtext {
    height: 70%;
  }

  /* .head_slide2 {
    background-image: none !important;
  } */

  .text1 {
    top: 5%;
    left: 5%;
  }

  .text2 {
    top: 10%;
    left: 5%;
    font-size: 31px;
  }

  .text3 {
    top: 10%;
    left: 5%;
    font-size: 14px;
  }

  .text5 {
    top: 30%;
    width: 100%;
  }

  #form_marker,
  .form_wrapper {
    left: 0px;
    top: 39%;
    width: 100%;
  }
  #form_marker,
  .form_wrapper .form-group {
    margin-bottom: 0px !important;
  }
  #form_marker,
  .form_wrapper .form-group span:last-child {
    font-size: 10px;
  }
}
/* Fin Sliders */

/* Form Registro */
.coupon-soomi{
  background: #FA3A75;
  color: #FFF;
  border: none;
}

.input {
  border-radius: 15px;
}

.input.name {
  background-image: url("../images/landing/input-name.png") !important;
  background-position: 15px center;
  background-repeat: no-repeat;
}

.input.email {
  background-image: url("../images/landing/input-email.png") !important;
  background-position: 15px center;
  background-repeat: no-repeat;
}

.form-registro .btn_main, .form-registro .btn_main img {
  display: inline-block;
}
.form-registro .btn_main:hover, .form-registro .btn_main:focus {
  color: #fff;
  background-color: #f65858 !important; 
  border-color: #ee9b9b !important;
  box-shadow: inset 0px -3px 0px 0px  #f65858 !important;
}


.item-indicator i{ 
  font-size: 19px;
  color: #333;
  background: #12D62D;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 8px;
  opacity: 0;
}
.item-indicator.error i{ background: white; color: #ff0000; }
.item-indicator.error i, .item-indicator.success i{ opacity: 1; z-index: 3; }
.item-indicator.error .holder-indicator, .item-indicator.success .holder-indicator{ padding-right: 40px !important; }


.btn_yellow {
  background-color: var(--main-color);
  background-image: url("../images/landing/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: white !important;
  border-radius: 25px !important;
  padding: 7px 85px 7px 15px;
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color);
}

.btn_yellow:focus,
.btn_yellow.focus {
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color) !important;
}

.pretty  {
  position: relative;
}

.pretty span {
  line-height: 1;
  padding-top: 18px;
  position: absolute;
}

.pretty .state label {
  padding-left: 5px;
  position: relative;
  line-height: 1;
}
.pretty .state label:before {
  border: 2px solid #6c6c6c;
  background: white;
}

.pretty.p-default .state label:after {
  transform: scale(0.5);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: var(--main-color) !important;
}

.pretty .state label::after,
.pretty .state label::before {
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}

label.error {
  position: absolute;
  top: 100%;
  right: 15px;
  color: red;
  font-size: 11px;
}

#wterminos {
  padding: 5px;
}

#wterminos.error {
  background-color: #ffb0b0;
  border: 1px solid #858585;
}

select.error,
textarea.error,
input.error {
  background-color: #ffb0b0 !important;
}
/* Fin Form Registro */

/* Features */
@media (max-width: 991px) {
  .features {
    background: #fafafa;
  }

  .fature_title {
    height: 40px;
  }

  /* .feature_description {
    height: 120px;
  } */
}
/* Fin Features */

/* Trainer */
.trainer {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_col {
  display: flex;
  align-items: flex-end;
}

.slide_img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .trainer .bx-wrapper .bx-controls {
    top: 45%;
    bottom: inherit;
    width: 100%;
    right: inherit;
  }

  .slide_img_movil {
    position: absolute;
    display: block;
    width: 100%;
    top: 55%;
    left: 0;
    height: 45%;
  }
}
/* Fin Trainer */

/* Testimonials */
.testimonial_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
}

@media (max-width: 991px) {
  .testimonials {
    background: white !important;
  }
}
/* Fin Testimonials */

/* Banner */
.banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* @media (max-width: 540px) {
  .banner {
    background: black !important;
  }
} */

/* Fin Banner */

/* News */
.new_info {
  bottom: 0;
  left: 0;
  right: 0;
}

.new {
  transform: scale(1);
}

.new:hover {
  transform: scale(1.1);
}

.fixwwhite {
  padding-left: 10px;
  padding-right: 8px;
  text-align: left;
}

.img-resposiva-children {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .news {
    background: white !important;
  }

  .news_list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .new:hover {
    transform: scale(1);
  }

  .fixwwhite {
    white-space: initial;
    padding-left: 10px;
    padding-right: 8px;
    text-align: left;
  }
}
/* Fin News */

/* Prices */
.prices {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan_box {
  max-width: 700px;
  border: 1px dashed white;
  margin: 0 auto;
  overflow: hidden;
}

.price_box {
  background: rgba(0, 0, 0, 0.3);
  line-height: 0.8;
  border-radius: 0 10px 10px 0;
}
/* Fin Prices */

/* Foundation */
.foundation {
  margin-top: -30px;
  z-index: 5;
}
.foundation .img-partners {
  z-index: 6;
  left: -70px;
  position: relative;
  max-width: initial;
  bottom: 0;
  width: 120%;
  bottom: 0;
}
.foundation .foundation-footer {
  background-color: #F8920B;
  color: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  /* position: absolute; */
  z-index: 1;
  bottom: 0;
}

.partners-slide {
  margin-bottom: 50px;
}

.partners-slide .slick-slide {
  display: flex;
  justify-content: center;
}
.partners-slide .slick-slide > img {
  max-width: 200px;
  max-height: 100px;
}
.partners-slide .slick-track {
  display: flex;
  align-items: baseline;
}

@media (max-width: 991px) {
  .foundation {
    height: auto;
    margin-top: 0;
  }
  .partners-slide {
    margin-bottom: 40px;
  }
  .foundation .foundation-footer {
    position: relative;
  }
}
/* Fin Foundation */

/* Footer */
footer {
  background: #292929;
}

.footer_redes {
  height: 30px;
  line-height: 30px;
  width: 260px;
  padding: 2px;
}

.footer_follow {
  background-image: url("../images/landing/follow_arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}
/* Fin Footer */

/* Modal Notificación */
.modal-notifiacion .modal-dialog {
  margin-top: 300px;
  width: 400px;
}

.modal-notifiacion .modal-content {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .modal-notifiacion .modal-content {
    width: 94vw;
  }
}

.modal-notifiacion .modal-body {
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-notifiacion .woman {
  bottom: 0;
  left: 25px;
}

.progress {
  background-color: #f0f2f8;
  border-radius: 3px;
  box-shadow: none;
  height: 20px;
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--main-color);
  box-shadow: none;
  text-align: left;
  height: 100%;
  width: 100%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes bar-loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 1.5s linear infinite, bar-loading 1.5s linear;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.error_icon,
.succes_icon {
  top: 15px;
  right: 15px;
}
/* Fin Modal Notificación */

/* Modal Test */
.modal-goals .modal-dialog {
  width: 650px;
  max-width: 650px;
  margin-top: 12vh;
}

.modal-goals .modal-content {
  border-radius: 15px;
}

.modal-goals .modal-body {
  padding-left: 235px;
  padding-right: 20px;
}

.modal-goals .modal-body:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  background: var(--main-color) url(../images/backend/header.png);
  width: 200px;
  border-radius: 15px 0 0 15px;
  top: 0;
  left: 0;
}

.modal-goals .man_modal {
  bottom: 0;
  left: -20px;
  max-width: 250px;
}

.modal-goals .modal_title {
  position: absolute;
  right: 0;
  top: 20px;
  background: black;
  border-radius: 50px 0 0 50px;
  padding: 10px 20px 10px 60px;
  width: 500px;
}

.modal-goals .body_test {
  margin-top: 80px;
  display: flex;
  min-height: 160px;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.modal-goals .body_test [data-noti="text"] {
  border: 1px solid grey;
  padding: 4px;
  border-radius: 8px;
}

.modal-goals .icon_title {
  top: 57%;
  left: 20px;
  margin-top: -18px;
  width: 28px;
}
.modal-goals .button_bar {
  margin-top: 20px;
}

.fondo_amarillo_claro {
  background: rgba(255, 198, 0, 0.4);
}

.goals_goback {
  position: absolute;
  top: 100%;
  margin-top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .modal-goals .modal-dialog {
    width: initial;
    max-width: initial;
    margin-top: 20px;
  }

  .modal-goals .modal-body {
    height: auto;
    padding: 20px;
    margin-top: 30px;
  }

  .modal-goals .man_modal {
    display: none;
  }
  .modal-goals .body_test {
    margin-top: 30px;
    min-height: 100px;
  }

  .modal-goals .modal-body:before {
    display: none;
  }

  .modal-goals .modal_title {
    position: relative;
    right: 10px;
    top: 0;
    padding: 10px 20px 10px 60px;
    width: 110%;
  }
}
/* Fin Modal Terminos y condiciones */

.category_block {
  top: 0;
  right: 0;
  justify-content: center;
  display: flex;
}

.category_block .dropdown-toggle {
  background: white;
  color: #959595;
  border: 4px solid #eeeeee !important;
  border-radius: 25px;
  position: relative;
  box-shadow: none !important;
}

.category_block .dropdown-toggle:after {
  right: 15px;
  top: 20px;
  position: absolute;
}

.category_block .dropdown-toggle:active,
.category_block.open .dropdown-toggle {
  background-color: var(--main-color) !important;
  color: #ffffff;
  border: 4px solid #ffffff !important;
  border-radius: 25px;
  position: relative;
}

.category_block .dropdown-menu {
  background-color: var(--main-color) !important;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: -5px;
  max-width: 80%;
  box-shadow: none !important;
  border: none !important;
  left: inherit !important;
  width: 100%;
  position: absolute;
  will-change: transform;
}

.category_block .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ffd446 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category_block .dropdown-menu .dropdown-item > a {
  color: white;
}

.category_block .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}

.category_block .dropdown-menu .dropdown-item.activa,
.category_block .dropdown-menu .dropdown-item:hover,
.category_block .dropdown-menu .dropdown-item:focus {
  background: #dba800 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.category_block .dropdown-menu .dropdown-item.activa > a,
.category_block .dropdown-menu .dropdown-item:hover > a,
.category_block .dropdown-menu .dropdown-item:focus > a {
  background: transparent;
}
@media (max-width: 767px) {
  .category_block {
    position: relative;
  }
}
.blog_content img {
  max-width: 100%;
}

.banner_normal {
  top: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
}
.banner_normal img {
  height: auto;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.img-logo-footer {
  width: 120px;
}

.imagen-centrada {
  display: flex;
  width: 100%;
  justify-content: center;
}
.imagen-centrada img {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.icon-bar {
  background-color: black;
}

.align-self-flex-start {
  align-self: flex-start;
}
.align-self-flex-end {
  align-self: flex-end;
}

/** Price */

.rel-1 {
    position: relative;
    z-index: 1;
}

.prices{
  text-align: center;
  background-size: cover;
}

.prices.masked:after{
  background-color: rgba(0,0,0,0.4);
}

.col-price{
  text-align: left;
  width: 100%;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 5px;
  vertical-align: top;
}

.price-box{
  position: relative;
  background-color: #fff;
}

.price-inner{
  padding-bottom: 30px;
}

.price-title{
  padding:2em 3em 1.7em;
  margin-bottom: 0;
  font-size:0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f7f7;
}

.price{
  font-family: 'Lato';
  padding: 1em;
  line-height: 1;
  color: #343434;
  border-bottom: 1px solid #dddddd;

}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
}

.price-amount{
  font-size: 2.3em;
}

.price-delimiter{
  font-size: 1.5em;

}

.price-period{
  font-size: 1em;
}

.price-features{
  padding:1em 1.5em;
  color: #767676;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  /*padding: 8px 0;*/
  font-size: 0.9em;
  line-height: 1em;
  margin: 10px 0px 14px;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price-title{
  color: #fff;
  background-color: #0D8BCF;
}

.price-footer{
  padding:0 2em;
}

@media (min-width: 768px){
  /* Prices */
  .col-price{
    width: 45%;
  }
}

@media (min-width: 992px) {
  .col-price{
    width: 24%;
  }
}
/** END Price */



#countdown {
  justify-content: space-between;
  display: inline-flex;
  flex-wrap: wrap;
}
#countdown div span {
	display:block;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: initial;
	font-weight: 100;
	text-transform: uppercase;
}

#countdown div {
	display:inline-block;
  margin: 0 24px;
  font-size: 80px;
  line-height: 80px;
}

@media (max-width: 320px) {
	#countdown div span {font-size: 24px; line-height: 34px;}
}

@media all and (min-width: 400px) {
	#countdown div span {font-size: 24px; line-height: 34px;}
  #countdown div {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 700px) {
#countdown div {
    font-size: 90px;
    line-height: 90px;
}
}
@media all and (min-width: 900px) {
	#countdown div span {font-size: 34px; line-height: 34px;}
}

@media all and (min-width: 1200px) {
	#countdown div span {font-size: 44px; line-height: 44px;}
}

@media all and (min-width: 1600px) {
	#countdown div span {font-size: 54px; line-height: 54px;}
}


/* Contendor thanks */
.contendor-thanks {
  display: flex;
  align-items: center;
}

.contendor-thanks-marco {
  /* background-color: rgba(255,255,255, 0.2); */
  width: 90%;
  padding: 24px 0;  
}
.contendor-thanks-marco-int {
  border: 1px dashed white;
  padding: 8px;
  border-radius: 16px;
}
.contendor-thanks-marco-int .bg-thanks {
  background-color: rgba(0,0,0, 0.5);
  border-radius: 16px;
  position: relative;
  padding: 58px 42px 38px 42px;
}
.contendor-thanks-marco-int .thanks-img {
  text-align: center;
  position: absolute;
  top: -55px;
  left: calc(50% - 52px);
}
.thanks-title {
  color: #3792FA;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
}
.thanks-descripcion {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contendor-thanks-marco-int .bg-thanks {
    padding-right: 20px;
    padding-left: 20px;
  }
}


.divContentEmail
{
    background: #ffffff;
    border-radius: 10px;
}

.divTitleInput
{
    background: #E3E3E3;
    border-radius: 10px;
    color: #686F75;
    font-size: 14px;
    font-weight: bold;
    /* position: absolute; */
    z-index: 9;
}

.divContentInput
{
    /* float: right; */
}
.inputEmailCreateStore
{
    background-color: white !important;
    border: 0;
    height: 100%;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 23px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
}

.inputEmailCreateStore:focus {
    border-color: white !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
    border: 0 !important;
}

.justifyContentEnd
{
    display: flex;
    justify-content: flex-end;
}

.justifyContentStart
{
    display: flex;
    justify-content: flex-start;
}

.justifyContentStart button, .justifyContentEnd button
{
    font-size: 16px;
    font-weight: bold !important;
    background-color: #12D630 !important;
    height: 60px;
    border-radius: 10px !important;
    box-shadow: inset 0px 0px 0px 0px #12d630 !important;
}

.textEndForm
{
    font-size: 16px;
    margin-top: 80px;
}

.divMainContentForm
{
    top: 23%;
    left: 54%;
}


.textTitleMainForm
{
    font-size: 52px !important
}

.textSeguncadyForm
{
    font-size: 18px !important;
}

@media (max-width:480px) and (min-width: 0px){
    .divMainContentForm
    {
        top: 11% !important;
        left: 2% !important;
    }

    .textTitleMainForm
    {
        font-size: 50px !important;
    }

    .textSeguncadyForm
    {
        font-size: 16px !important;
    }

    .divTitleInput {
        font-size: 13px;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .inputEmailCreateStore
    {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .justifyContentEnd button 
    {
        height: 40px;
    }

    .textEndForm
    {
        font-size: 14px;
        margin-top: 50px;
    }
}

@media (max-width:768px) and (min-width: 481px){    
    .divMainContentForm
    {
        top: 23% !important;
        left: 11% !important;
    }
}

@media (max-width:1024px) and (min-width: 769px){    
    .divMainContentForm
    {
        top: 23% !important;
        left: 54% !important;
    }

    .textTitleMainForm
    {
        font-size: 50px !important;
    }

    .textSeguncadyForm
    {
        font-size: 16px !important;
    }

    .divTitleInput {
      font-size: 12px;
      padding-top: 18px !important;
      padding-bottom: 16px !important;
    }

    .inputEmailCreateStore
    {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .justifyContentEnd button 
    {
        height: 40px;
    }

    .textEndForm
    {
        font-size: 14px;
        margin-top: 50px;
    }
}
/* END Contendor thanks */