.portada-init > div.container-fluid {
  padding-left  : 0 !important;
  padding-right : 0 !important;
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity            : 0;
  -webkit-transition : all 0.15s ease-out;
  -moz-transition    : all 0.15s ease-out;
  transition         : all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity : 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity : 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity            : 0;
  -webkit-transition : all 0.15s ease-out;
  -moz-transition    : all 0.15s ease-out;
  transition         : all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity : 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity : 0;
}

.mfp-img[src="/imagenes/IMG-20250609-WA0013.jpg"] {
  aspect-ratio : 1080/1350
}

.home-pills {
}

.home-pill,
.home-seclinks-pill {
  background-color : #FEFEFE;
  max-width        : 300px;
  position         : relative;
  margin           : 0 auto 3em auto;
  font-size        : .8rem;
  padding          : 1rem;
  transition       : .5s;
}

.home-pill header {
  aspect-ratio : 16/4;
  max-width    : 70px;
  position     : absolute;
  top          : -24px;
  left         : 0;
  display      : block;
  z-index      : 1;
  width        : 100%;
}

.home-seclinks-pills {
  position : relative;
}

.home-seclinks-pills .bg-cover {
  position              : absolute;
  top                   : 0;
  left                  : 0;
  width                 : 100%;
  height                : 100%;
  background-image      : url(/imagenes/punta-del-este.jpg);
  background-repeat     : no-repeat;
  background-position   : center;
  background-size       : cover;
  filter                : grayscale(100%);
  background-attachment : fixed;
}

.home-seclinks-pills .bg-cover2 {
  position         : absolute;
  top              : 0;
  left             : 0;
  width            : 100%;
  height           : 100%;
  background-color : #0000AC73;
  opacity          : .7;
}

.home-seclinks-pills .bg-cover3 {
  position            : absolute;
  top                 : 0;
  left                : 0;
  width               : 100%;
  height              : 100%;
  background-image    : url(/imagenes/dots-seclinks.png);
  background-position : center;
  background-size     : contain;
}

.home-seclinks-pill:not(:first-child) {
  margin-top : 5rem;
}

.home-seclinks-pill header {
  aspect-ratio  : 1;
  border-radius : 100%;
  color         : white;
  position      : absolute;
  top           : -30px;
  right         : -30px;
  display       : block;
  z-index       : 1;
  padding       : 0;
  text-align    : center;
  width         : 80px;
  overflow      : hidden;
}

.home-seclinks-pill header img {
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
  width     : 57%;
  /*! border-radius:100%; */
  padding   : 0;
}

.home-pill-wrapper,
.home-seclinks-pill-wrapper {
  padding : 1.2rem;
}

.bg-home-pills {
  position            : absolute;
  top                 : 0;
  left                : 0;
  width               : 100%;
  height              : 100%;
  background-image    : url(/imagenes/dots-home-pills.png);
  background-position : top left;
  background-size     : 122%;
  /*! background-attachment: scroll; */
  opacity             : .6;
}

@media (min-width : 768px) {
  .estampa1 ,
  .estampa2 ,
  .estampa3 ,
  .estampa4 ,
  .estampa5 ,
  .estampa6 ,
  .estampa7 ,
  .estampa8 ,
  .estampa9 ,
  .estampa10,
  .estampa11,
  .estampa12,
  .estampa13{
    height:15rem !important;
  }
  .bg-home-pills {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-home-pills.png);
    background-position : top left;
    background-size     : 121%;
    background-repeat   : repeat;
  }

  .home-seclinks-pills .bg-cover3 {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-seclinks.png);
    background-position : center;
    background-size     : cover;
  }

  .home-seclinks-pills > .wrapper {
    aspect-ratio : 4/3;
    position     : relative;
    margin       : 0 auto;
  }

  .home-seclinks-pill header.bg-rojo-100 {
    right : auto;
    left  : -30px;
  }

  .home-seclinks-pills:after {
    clear   : both;
    content : " ";
    display : block;
  }

  .home-seclinks-pill {
    margin   : 0 !important;
    position : absolute;
    top      : 0;
    left     : 0;
  }

  .home-seclinks-pill:nth-child(1) {
    top  : 12%;
    left : 50px;
  }

  .home-seclinks-pill:nth-child(2) {
    top   : 30%;
    left  : unset;
    right : 63px;
  }

  .home-seclinks-pill:nth-child(3) {
    left      : 50%;
    transform : translateX(-50%);
    top       : unset;
    bottom    : 0%;
  }
}

@media (min-width : 992px) {
  .estampa1 ,
  .estampa2 ,
  .estampa3 ,
  .estampa4 ,
  .estampa5 ,
  .estampa6 ,
  .estampa7 ,
  .estampa8 ,
  .estampa9 ,
  .estampa10,
  .estampa11,
  .estampa12,
  .estampa13{
    height:20rem!important;
    width:auto;
  }
  .bg-home-pills {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-home-pills.png);
    background-position : top left;
    background-size     : 121%;
    background-repeat   : no-repeat;
  }

  .home-seclinks-pills .bg-cover3 {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-seclinks.png);
    background-position : center;
    background-size     : cover;
  }

  .home-seclinks-pills > .wrapper {
    aspect-ratio : 5/3;
  }

  .home-pills > .my-5:after {
    display : block;
    content : " ";
    width   : 100%;
    clear   : both;
  }

  .home-pill {
    margin-left  : 0;
    margin-right : 0;
    float        : left;
  }

  .home-pill:nth-child(2) {
    margin-top  : 8%;
    margin-left : 2%;
    transition  : .5s;
  }

  .home-pill:nth-child(3) {
    margin-top : 16%;
    float      : right;
    transition : .5s;
  }

  .home-pill-wrapper h3 {
    font-size   : 1rem;
    font-weight : 500 !important;
  }

  .home-seclinks-pill {
    font-size : 1em;
    max-width : 400px;
  }

  .home-seclinks-pill header {
    width : 115px;
    top   : -61px;
    right : -47px;
  }

  .home-seclinks-pill header.bg-rojo-100 {
    left : -61px;
  }

  .home-seclinks-pill h2 {
    font-size : calc(1.3rem + .6vw) !important;
  }

  .home-seclinks-pill:nth-child(2) {
    top   : 17%;
    left  : unset;
    right : 63px;
  }
}

.estampitas {position : fixed;top : 0;left : 0;width : 100vw;height : 100vh;}

.estampitas > img {
  position : absolute;
  opacity  : 0;
}
.estampa1 ,
.estampa2 ,
.estampa3 ,
.estampa4 ,
.estampa5 ,
.estampa6 ,
.estampa7 ,
.estampa8 ,
.estampa9 ,
.estampa10,
.estampa11,
.estampa12,
.estampa13{
  height:11rem;
  width:auto;
}



.estampa1 {left:0;top : 0;transform : rotate(0);}
.estampa2 {left:0;top : 10vh;transform : rotate(0deg);}
.estampa3 {left:0;top : 10vh;transform : rotate(0deg);}
.estampa4 {left:15vh;top : 40vh;transform : rotate(0deg);}
.estampa5 {left:10vw;top : 0;transform : rotate(0deg);}
.estampa6 {left:30vw;top : 0;transform : rotate(0deg);}

.estampa1.active {opacity:1;left : 0;top : 0;         transform : rotate(0);      transition:.5s ease-out;}
.estampa2.active {opacity:1;left : 3vw;top : 25vh;  transform : rotate(14deg);  transition:.5s ease-out;}
.estampa3.active {opacity:1;left :1vw;top : 50vh;  transform : rotate(-15deg); transition:.5s ease-out;}
.estampa4.active {opacity:1;left : 25vw;top : 45vh; transform : rotate(23deg);  transition:.5s ease-out;}
.estampa5.active {opacity:1;left : 20vw;top : 0;     transform : rotate(5deg);   transition:.5s ease-out;}
.estampa6.active {opacity:1;left : 40vw;top : 0;     transform : rotate(15deg);   transition:.5s ease-out;}

.estampa7   {right:0;top : 0;transform : rotate(0);}
.estampa8   {right:0;top : 10vh;transform : rotate(0deg);}
.estampa9   {right:0;top : 10vh;transform : rotate(0deg);}
.estampa10  {right:15vh;top : 40vh;transform : rotate(0deg);}
.estampa11  {right:40vw;bottom : 0;transform : rotate(0deg);}
.estampa12  {right:30vw;top : 0;transform : rotate(0deg);}
.estampa13  {right:25vw;bottom : 0;transform : rotate(0deg);}

.estampa7.active {opacity:1;  right : 0;top : 0;         transform : rotate(0);      transition:.5s ease-out;}
.estampa8.active {opacity:1;  right : 3vw;top : 25vh;  transform : rotate(14deg);  transition:.5s ease-out;}
.estampa9.active {opacity:1;  right :1vw;top : 50vh;  transform : rotate(-15deg); transition:.5s ease-out;}
.estampa10.active {opacity:1; right : 25vw;top : 45vh; transform : rotate(-23deg);  transition:.5s ease-out;}
.estampa11.active {opacity:1; right : 50vw;bottom : 0;     transform : rotate(-5deg);   transition:.5s ease-out;}
.estampa12.active {opacity:1; right : 20vw;top : 0;     transform : rotate(-15deg);   transition:.5s ease-out;}
.estampa13.active {opacity:1; right : 20vw;bottom : 0;     transform : rotate(5deg);   transition:.5s ease-out;}

@media (min-width : 1200px) {
  .estampa1 ,
  .estampa2 ,
  .estampa3 ,
  .estampa4 ,
  .estampa5 ,
  .estampa6 ,
  .estampa7 ,
  .estampa8 ,
  .estampa9 ,
  .estampa10,
  .estampa11,
  .estampa12,
  .estampa13{
    height:25em!important;
    width:auto;
  }
  .bg-home-pills {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-home-pills.png);
    background-position : top left;
    background-size     : cover;
    background-repeat   : no-repeat;
  }

  .home-seclinks-pills .bg-cover3 {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-image    : url(/imagenes/dots-seclinks.png);
    background-position : center;
    background-size     : cover;
  }

  .home-seclinks-pills > .wrapper {
    aspect-ratio : 6/3;
    /*! max-width: 1200px; */
  }

  .home-seclinks-pills > .wrapper {
    max-width : 1200px;
  }

  .home-seclinks-pills > .wrapper::after {
    display : block;
    content : " ";
    width   : 100%;
    clear   : both;
  }

  .home-seclinks-pill:nth-child(1) {
    top  : 5%;
    left : 50px;
  }

  .home-pill:nth-child(2) {
    margin-top  : 8%;
    margin-left : 11%;
    transition  : .5s;
  }

  .home-pill:nth-child(3) {
    margin-top : 16%;
    float      : right;
    transition : .5s;
  }

  .home-pills {
    max-width     : 1200px;
    padding-left  : 2rem;
    padding-right : 2rem;
  }
}
