.section-primary {
  width: 100%;
  height: 95vh;
  background-color: var(--senary);
  position: relative;
}

.area-multimedia {
  position: absolute;
  width: 100%;
  height: 95vh;
}

.area-multimedia img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  opacity: .2;
}

.area-multimedia video {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
 
}

@media screen and (max-width: 1920px) and (min-width: 1280px) {
  .area-multimedia video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
   
  }
}


@media screen and (min-width: 1921px) {
  /* Estilos CSS aquí */

.area-multimedia video {
  width: 100%;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
 
}
}
@media (max-width: 768px) {
  .area-multimedia video {
    height: 70vh;
  }
}

.patrodiv{
  padding-top:3em; 
  padding-bottom:1em; 
  background-color:#82cbb0
}


@media (max-width: 768px) {
  .patrodiv {
    padding-top:3em; 
    padding-bottom:1em; 
  }
}


.section-primary > * {
  margin: auto;
}

.content-first img {
  width: 320px;
}

@media (min-width: 768px) {
  .content-first img {
    width: 450px;
  }
}

.modal-content {
  background: transparent;
  border: none;
}

#btn-register {
  background-color: var(--primary);
  color: white;
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white !important;
  text-shadow: 0 0px 0 #ffffff;
  opacity: 1;
}

.close:hover {
  opacity: 1 !important;
}

#toast-score {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 50px;
  background-color: initial;
  border-radius: 20px;
  z-index: 999;
}

.area-score {
  background-color: white;
  border-radius: 15px;
  box-shadow: -2px 10px 30px rgb(40 26 82 / 50%);
  font-size: 16px;
  color: var(--primary);
  font-weight: 700;
  position: relative;
  padding: 10px 20px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .area-score {
    padding: 10px 20px;
    border-radius: 30px;
  }
}

.score-score {
  font-size: 20px;
  margin-right: 10px;
}

.score-text {
  margin-right: 10px;
}

#toast-add {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.area-toast-ads {
  width: 100%;
  height: auto;
  background-color: transparent;
  color: white;
  font-weight: 400;
  font-size: 30px;
  position: relative;
}

.area-toast-ads img {
  height: 150px;
  position: relative;
  z-index: 2;
  margin-bottom: 92px;
}

@media (min-width: 768px) {
  .area-toast-ads img {
    height: 150px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
}

.count-downt-numbers {
  padding: 20px 10px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgb(40 26 82 / 20%);
  margin: 30px 10px;
  width: 60px;
  font-size: 30px;
  color: var(--primary);
  font-weight: 700;
}

@media (min-width: 576px) {
  .count-downt-numbers {
    padding: 30px 40px;
    font-size: 40px;
    width: 100px;
    border-radius: 30px;
  }
}

@media (min-width: 992px) {
  .count-downt-numbers {
    padding: 30px 40px;
    font-size: 50px;
    width: 150px;
    margin: 30px;
    border-radius: 40px;
  }
}

.name-conut-down {
  font-size: 16px;
}

.ads-superbanner {
  width: 100%;
  padding: 30px 15px;
  background-color: #EFF0F8;
}

.superbanner {
  width: 320px;
  min-width: 300px;
  height: auto ;
  background-color: transparent;
}

@media (min-width: 768px) {
  .superbanner {
    width: 468px;
  }
}

@media (min-width: 1200px) {
  .superbanner {
    width: 970px;
  }
}

.area-viedeo {
  margin: 50px 0;
}

.area-viedeo iframe, .area-viedeo video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.title-section {
  padding: 10px;
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 30px;
}

.section-sm {
  margin: 50px 0;
}

.area-btn-menu {
  background-color: #772A81;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}

.area-btn-menu img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  aspect-ratio: 3/1;
  object-fit: cover;
  opacity: .6;
  position: relative;
  transition: .3s;
}

@media (min-width: 768px) {
  .area-btn-menu img {
    width: 100%;
    aspect-ratio: 3/1;
  }
}

.area-btn-menu img:hover {
  opacity: .2;
}

.btn-content-menu {
  position: absolute;
  color: white;
  font-size: 35px;
  z-index: 1;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .btn-content-menu {
    position: absolute;
    color: white;
    font-size: 45px;
  }
}

.btn-plus {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  color: var(--primary);
  box-shadow: 0px 10px 30px rgb(40 26 82 / 75%);
  margin: 10px;
  cursor: pointer;
}

.clients img {
  padding: 30px;
  width: 300px;
  height: auto;
}

@media (max-width: 768px) {
  .clients img {
    width: 200px;
  }
}

.super-mamas {
  margin-bottom: 30px;
}

.super-mamas img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .super-mamas img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.mane-woman {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  font-style: normal;
}

.job-woman {
  font-size: 16px;
  color: gray;
  font-weight: 400;
  font-style: normal;
}

.section-md {
  width: 100%;
  margin: 100px 0;
}

.area-btnmore {
  width: 100%;
}

.btn-more a {
  width: 100%;
  padding: 2px 30px;
  border: solid 4px var(--tertiary);
  border-radius: 15px;
  height: 60px;
  color: var(--primary);
  font-size: 30px;
  text-align: center;
  margin: 20px 0 50px 0;
  bottom: 0;
  transition: .3s;
}

@media (min-width: 768px) {
  .btn-more a {
    margin: 0 0 100px 0;
  }
}

.btn-more a:hover {
  background-color: #EFF0F8;
}

.title-supermamas .title-one {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
}

@media (min-width: 992px) {
  .title-supermamas .title-one {
    font-size: 50px;
  }
}

.title-supermamas .title-two {
  font-size: 55px;
  font-weight: 600;
  color: var(--tertiary);
  margin-top: -26px;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .title-supermamas .title-two {
    font-size: 75px;
    margin-top: -35px;
    margin-bottom: 100px;
  }
}

.area-calenadar {
  margin: 15px;
  border: solid 3px var(--tertiary);
  border-radius: 30px;
  padding: 20px 0;
  transition: .3s;
}

.area-calenadar:hover {
  box-shadow: 0px 10px 30px rgb(40 26 82 / 25%);
}

@media (min-width: 768px) {
  .area-calenadar {
    margin: 15px;
    border: solid 3px var(--tertiary);
    border-radius: 30px;
    padding: 0;
    margin-bottom: 30px;
  }
}

.calendar-hour {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  margin: 15px;
}

.calendar-img-author img:first-child {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 3px var(--tertiary);
}

.calendar-img-author img {
  width: 65px;
  height: 65PX;
  object-fit: cover;
  border-radius: 50%;
  border: solid 3px var(--tertiary);
  margin-left: -20px;
  box-shadow: 0px 3px 9px rgb(40 26 82 / 25%);
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-calendar {
  margin: 20px;
}

.content-calendar p {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--quinary);
  font-weight: 600;
}

.content-calendar span {
  font-size: 13px;
  color: var(--secondary);
  font-weight: 600;
}

.btn-more-calendar a {
  width: 50px;
  height: 50px;
  background-color: white;
  border: solid 3px var(--tertiary);
  color: var(--econdary);
  font-size: 30px;
  border-radius: 10px;
  margin: 15px;
  cursor: pointer;
}

.collapse-calendar p {
  font-size: 18px;
  color: var(--primary);
}

.collapse-calendar-content {
  background-color: #EFF0F8;
  padding: 20px;
  margin: 30px;
  border-radius: 15px;
}

.day-caledar span {
  padding: 5px 20px;
  background-color: white;
  border: solid 2px var(--tertiary);
  border-radius: 10px;
  box-shadow: 0px 3px 9px rgb(40 26 82 / 25%);
  color: var(--secondary);
  margin-bottom: 30px;
}

.post-supermamás {
  margin-bottom: 30px;
  position: relative;
}

.post-supermamás a {
  position: relative;
}

.post-supermamás img {
  width: 80%;
  height: 500px;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .post-supermamás img {
    width: 80%;
    height: auto;
    aspect-ratio: 9 / 16;
  }
}

.content-post-supermamás {
  position: absolute;
  width: 60%;
  height: auto;
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 3px 9px rgb(40 26 82 / 25%);
  margin-bottom: 30px;
}

.category {
  font-size: 14px;
  color: var(--secondary);
  margin-bottom: 15px;
}

.title-post {
  font-size: 20px;
}

.title-post a {
  color: var(--primary);
}

.autor {
  font-size: 13px;
  color: var(--tertiary);
  font-weight: 600;
  margin-bottom: 15px;
}

.area-btnmore-post {
  width: 100%;
}

.btn-align {
  width: 80%;
}

.btn-postmore a {
  width: 100%;
  padding: 2px 30px;
  border: solid 4px var(--tertiary);
  border-radius: 15px;
  height: 60px;
  color: var(--primary);
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
  bottom: 0;
  transition: .3s;
}

@media (min-width: 768px) {
  .btn-postmore a {
    margin: 100px 0 50px 0;
  }
}

.btn-postmore a:hover {
  background-color: #EFF0F8;
}

.btn-plus-post {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  color: var(--primary);
  box-shadow: 0px 10px 30px rgb(40 26 82 / 25%);
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
}

.btn-close-ads {
  width: 30px;
  height: 30px;
  z-index: 999;
  position: relative;
  font-size: 20px;
  color: var(--tertiary);
}

#toast-add.active {
  display: none;
}

.content-banner-ads {
  width: 100%;
  padding: 10px;
  background-color: rgb(48,48,48);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 166px;
}

@media (min-width: 768px) {
  .content-banner-ads {
    height: 75px;
  }
}

.btn-ads {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  color: black;
  font-size: 20px;
}

.btn-ads a {
  color: black;
  transition: .3s;
}

.btn-ads a:hover {
  color: gray;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

#carousel-ads .carousel-indicators {
  display: none;
}

#carousel-ads .carousel-control-prev {
  display: none;
}

#carousel-ads .carousel-control-next {
  display: none;
}

.txt-ads {
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}

.copy-ads {
  margin-top: 20px;
}

.popup-youtube{
  margin-right:25px;
}