html{
    scroll-behavior: smooth;
     height: 100%;
}
body{
    margin: 0;
    padding: 0;
    background-color: black;
    background-size: 100%;
    height: 100%;
    font-size: 16px;
}

nav{
    background-color: black;
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 90px;
}
a{
    text-decoration: none;
}
.link{
    position: absolute;
    padding: 20px 50px;
    margin-top: -0.5%;

}
nav ul{
    float: right;
    z-index: 9999;
    margin-right: 22%;
    margin-top: 5px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    z-index: 9999;
    margin: 0 12px;
    
}
nav ul li a{
    z-index: 9999;
    color: #FFFF;
   font-size: 15px;
   font-family: "Quicksand", sans-serif;
   border-radius: 3px;
   padding: 2px 9px;
   text-transform: uppercase;
}
.liyf{
    transition: 0.5s;
    object-fit: cover;
    margin-top: -11.6%;
    margin-left: 99%;
}
.liyf:hover{
    transform: scale(1.2);
}
#zoom{
    transition: 0.5s;
    object-fit: cover;
}
#zoom:hover{
    transform: scale(1.2);
}
.checkbtm{
    margin-top: 2%;
    position: absolute;
    display: none;
    cursor: pointer;
    border-radius: none;
}
#check{
    display: none;
}
.vid{
    width: 100%;
    border-radius: 15px;
    padding-left: -12%;
}
.vid2 {
    width: 100%;
    max-width: 900px; 
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    background-color: #000;
    
}

.vid2 video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
.custom-video {
    position: relative;
    width: 100%;
    max-width: 1025px;
    margin: 20px auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
}

.custom-video video {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.custom-video {
    position: relative;
    width: 100%;
    margin: 40px auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
}

.custom-video video {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.custom-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 50px;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease;
}

.custom-video .play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}


.mms {
    width: 100%;
    height: 550px;
    background-image: url('img/img camp.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.mms .capa h1{
    font-size: 64px;
    font-family: "Bebas Neue", sans-serif;
     color: #FFFF;
    text-shadow: 10px gray;
     margin-top: 7%;
     width: 17%;
}
.capa{
    background-color: rgba(174, 177, 2, 0); 
    height: 89.7%;
    width: 96.1%;
    position: absolute;
    padding: 24px;
    margin-top: 0%;
}
.h3mcms{
    color: #FFFF;
    font-family: "Bebas Neue", Sans-Serif;
    margin-top: 3%;
    font-size: 61px;
    padding-left: -3%;
}
.h1ca{
    color: #FFFF;
    font-family: "Bebas Neue", Sans-Serif;
    font-size: 57px;
    padding-left: -3%;
    margin-top: -0.7%;
}
.cmc {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espacio entre cajas */
    flex-wrap: wrap; /* Permite que bajen a otra línea en pantallas pequeñas */
    padding: 20px;
}

.cannac,
.mcms_etrv,
.campañas_mcms {
    width: 26%;
    min-width: 280px;
    height: 450px;
    border: 2px solid rgb(231, 231, 10);
    border-radius: 12px;
    background-color: black;
    text-align: center;
}

.cannac img,
.mcms_etrv img,
.campañas_mcms img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover; 
}
.cannac .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 22px; margin-top: -2%; } .cannac .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 17px; margin-top: -1%; }
.mcms_etrv .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 22px; margin-top: -2%; } .mcms_etrv .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 17px; }
.campañas_mcms .h3{ 
    font-family: "Bebas Neue", sans-serif;
     color: rgb(199, 199, 9);
      font-size: 22px; margin-top: -2%;
     } 
     .campañas_mcms .h4{ 
        font-family: "Bebas Neue", sans-serif;
         color: #FFFF;
          font-size: 17px;
           margin-top: -1%; }
           
    .boton a{ 
        font-family: "Bebas Neue", sans-serif; background-color: white; color: rgb(0, 0, 0); font-size: 20px; padding: 15px 43px; border-radius: 7px; transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; } .boton a:hover{ background-color: rgb(199, 199, 9); color: #FFFF; }
.grey{
    background-color: rgb(0, 0, 0);
    width: 100%;
    margin-top: -3%;
    height: 415px;
}

.div1{
    margin-top: 7%;
    margin-left: 40%;
}
.div2{
    margin-left: 22%;
    margin-top: 4%;
}
.div3{
    margin-left: 44%;
    margin-top: -11%;
}
.div2 h3 a{
    color: #FFFF;
    font-size: 14px;
    font-family: "Bebas Neue", sans-serif;
}
.div2 h3 a:hover{
    color: #fcfbfb7c;
}
.div2 h2{
    color: #eef3fa;
    font-family: "Bebas Neue", sans-serif;
    text-decoration: underline;
}
.div3 a h1{
    font-family: "Bebas Neue", sans-serif;
    color: #eef3fa;
    font-size: 17px;
    transition: 1.5s;
}
.div3 a h1:hover{
    text-decoration: underline;
}
.yf{
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    color: #eef3fa;
}
.yf3{
    margin-left: -4%;
}

.gridyf {
  display: grid;
  grid-template-areas: 
    "aviv video"
    "eventos video"
    "jovenes jovenes";
  gap: 10px;
  padding: 10px;
   max-width: 950px;  
  margin: auto;    
}

.item {
  position: relative;
}

.item img, 
.item video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  opacity: 0.8;
}

.item h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 2px 2px rgb(167, 168, 144);
}


.aviv { grid-area: aviv; }
.eventos { grid-area: eventos; }
.video { grid-area: video; }
.jovenes { grid-area: jovenes; }

.eventos h1 {
  font-size: 4rem;
  text-align: center;
  width: 100%;
}
.aviv h1 {
  font-size: 4rem;
  text-align: center;
  width: 100%;
}
.jovenes h1 {
    top: 40%;
  font-size: 6rem;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 40%;
  transition: 0.5s;
}
.jovenes h1:hover {
  transform: scale(1.2);
  color: rgb(165, 165, 1);
  text-shadow: 2px 2px rgb(205, 207, 133);
}

.yflog{
   margin-left: -2%;
}
.yflog img{
    width: 650px;
}
.imgd3{
    margin-top: 3.3%;
}
.adv3{
    margin-left: 5%;
    margin-top: -3%;
}
.div3 a{
    color: #FFFF;
}
.div3 a:hover{
    color: #d8c7c7;
}
.div4{
    margin-left: 69%;
    position: relative;
    margin-top: -9%;
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
}
.div4 h2{
    color:#FFFF;
    font-family: "Bebas Neue", sans-serif;
    text-decoration: underline;
}
.div4 div{
    display: inline-block;
    margin: 0 50px;
    margin-left: -9%;
    vertical-align: middle;
}
.imgyt{
    margin-top: 1%;
   
}
.imgfb{
    margin-top: -9%;
    
}
.imgig{
   
    margin-top: -6%;
} 
.imgwa {
    margin-top: -6%;
}
.contw{
    position: fixed;
    z-index: 999;
    border-radius: 40%;
    bottom: 1.25em;
    right: 0;
    padding: 0.525em;
    margin-top: 55%;
    margin-left: 12%;
    transition: ease 0.3s;
}

.contw:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.botonw{
    width: 8.7em;
    transition: ease 1s;
}
.ytimg{
    border-radius: 15px;
}
.redmms {
  max-width: 900px;  /* ancho máximo */
  margin: auto;
}

.redmms h1 {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 57px;
}

.redmms .red {
  font-size: 40px;
}

/* === GRID === */
.grid-redes {
  display: grid;
  grid-template-columns: 1fr 2fr;  /* YT grande a la izq, IG a la derecha */
  grid-template-areas: 
    "ig yt"
    "wp fb";
  gap: 20px;
}

.mcms-yt { grid-area: yt; }
.mcms-ig { grid-area: ig; }
.mcms-wp { grid-area: wp; }
.mcms-fb { grid-area: fb; }

.grid-redes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}



.white {
  background-color: rgba(0, 0, 0, 0.808);
  background-image: url("img actb.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 0;
}

.white h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  color: white;
}

.grid-campañas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
   margin: 0 auto; 
  justify-content: center;
  align-items: start;
  padding: 40px 20px;
  max-width: 1150px;
}
.itemC {
  border: 3px solid rgb(197, 197, 6);
  border-radius: 15px;
}
.atzr{
    text-align: center;
}
.atzr h2, .atzr2 h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  color: white;
  text-align: center;
}
.atzr2 h2 a{
    color: #FFFF;
    text-decoration-line: none;
}
.atzr2 h2 a:hover{
    color: rgba(244, 252, 144, 0.527);
    text-decoration-line: underline;
}
.atzr h3 {
  text-align: center;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  color: white;
}

#info2 p{
    color: #FFFF;
}
#info3 p{
    color: #FFFF;
}
#info4 p{
    color: #FFFF;
}
#info5 p{
    color: #FFFF;
}
#info6 p{
    color: #FFFF;
}
#info7 p{
    color: #FFFF;
}
#info8 p{
    color: #FFFF;
}
.hract {
  height: 1.5px;
  background-color: black;
  margin: 10px 0;
}

.atzr2 h3 {
 font-family: "Bebas Neue", sans-serif;
    font-size: 33px;
    padding-left: 6%;
    color: #FFFF;
}

.atzr2 h4, .atzr2 h5 {
    width: 50%;
    padding-left: 6%;
   font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    color: rgb(184, 181, 181);

}
.atzr2 h3:hover {
    color: rgba(244, 252, 144, 0.527);
    text-decoration-line: underline;
}
.camp {
  margin-bottom: 54px;
  position: relative;
}

.imgcamp {
    position: absolute;
   width: 165px;
    border-radius: 15px;
  right: 10px;
  top: 10px;
}

.btn-testimonios {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(45deg, #c6a700, #dec801);
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 217, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-testimonios h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: rgb(54, 54, 54);
  margin: 0;
  text-decoration-line: none;
}
.btn-testimonios:hover {
  transform: scale(1.1);
  text-decoration-line:none;
  box-shadow: 0 12px 25px rgba(255, 217, 0, 0.6);
  background: linear-gradient(45deg, #dbbe1c, #e6cf03);
}

#info1, #info2, #info3, #info4, #info5, #info6, #info7{
    transition: all 0.3s ease;
}
.buton1 a, .buton2 a, .buton3 a, .buton4 a, .buton5 a, .buton6 a, .buton7 a{
   color: white;
}
 .buton1{
    padding: 7px 35px;
    border-radius:  15px;
    border:  1px solid rgb(202, 200, 200);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 103px;
}
 .buton2{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
.buton3{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
.buton4{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
.buton5{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
 .buton6{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
.buton7{
    padding: 7px 35px;
    border-radius:  15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border:  1px solid rgb(206, 203, 203);
    width: 103px;
}
.buton2:hover{
    background-color: #f1fac07a;
}
.buton1:hover{
    background-color: #f1fac07a;
}
.buton3:hover{
    background-color: #f1fac07a;
}
.buton4:hover{
    background-color: #f1fac07a;
}
.buton5:hover{
    background-color: #f1fac07a;
}
.buton6:hover{
    background-color: #f1fac07a;
}
.buton7:hover{
    background-color: #f1fac07a;
}
.br-resp{
    display: none;
}
 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 20px; 
  margin-top: 20px;
}


.title-wrap h1 {
 font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  color: white;
  margin: 0;
}

    .dot {
      width: 26px;
      height: 26px;
      background-color: rgb(174, 3, 3);
      border-radius: 50%;
      animation: blink 1s infinite;
    }

    
    @keyframes blink {
      0%, 50%, 100% { opacity: 1; }
      25%, 75% { opacity: 0; }
    }

    .video-wrap {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 20px auto;
      padding-bottom: 56.25%; 
      height: 0;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(255,0,0,0.3);
    }

    .video-wrap iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    /* ✅ Fondo fijo detrás */
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ✅ Logo */
.msl {
  width: 80%;
}

/* ✅ Título secundario */
.lr {
  color: #fff;
  font-size: 28px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}


main {
  margin-top: 0;
}


section { 
    position: relative;
     min-height: 100vh;
      display: grid;
       place-items: center;
    padding: 50px 0;}


section:nth-of-type(2) {
 height: 140vh;
  padding: 40px 0;
}


h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  color: antiquewhite;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
}

.animate span {
  opacity: 1;
  transform: translateY(0);
}

.animate-out span {
  opacity: 0;
  transform: translateY(30px);
}


.txt-span {
  width: 60%;
}


span video {
  max-width: 98%;
  width: 100%;
  border-radius: 12px;
}
@keyframes cambiarColor {
    0% {
      border-color: rgb(124, 4, 4);
    }
    25% {
      border-color: rgb(2, 2, 105);
    }
    50% {
      border-color: rgb(59, 26, 71);
    }
    75% {
      border-color: rgb(95, 95, 3);
    }
    100% {
      border-color: rgb(97, 2, 2);
    }
  }
  
@media (max-width: 900px) {
    .link{
        padding-left: 200px;
        top: -5%;
    }
    .link img{
        width: 200px;
    }
    nav ul li a{
        font-size: 16px;
    }
    nav{
        height: 94px;
    }
    .liyf{
        margin-left: 0%;
    }
    .mms{
         background-attachment: scroll;
    }
    .checkbtm{
        display: block;
        z-index: 9999;
        margin-top: 25px;
        margin-left: 22px;
    }
    .link{
        
        margin-top: -2%;
    }
    .h1ca{
        font-size: 40px;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:  black;
        top: 70px;
        left: -150%;
        text-align: center;
        transition: all .3s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    #check:checked ~ ul{
        left: -7%;
    }
    .mms .capa{
        margin-top: 12%;
        margin-left: 0%;
        width: 50%;
    }
    .mms .capa h1{
        font-size: 60px;
    }
   
   .custom-video .play-button {
        top: 45%;
        font-size: 40px;
        padding: 10px;
        border-radius: 70px;
    }
    .gridyf {
       grid-template-areas: 
        "aviv video"
        "eventos video"
        "jovenes jovenes";
        max-width: 500px;
        gap: 10px;
    }
    .aviv h1 {
        text-align: center;
        font-size: 1.9rem;
        left: 0;
        bottom: 20px;
    }
    .eventos h1 {
        text-align: center;
        font-size: 1.9rem;
        left: 0;
        bottom: 20px;
    }
  .jovenes h1 {
        font-size: 2.5rem;
        bottom: 20px;
    }

    .grid-redes {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: 
         "ig yt"
         "wp fb";
        max-width: 600px;
  }
  .grid-campañas {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
    text-align: center;
  }

  .white h1 {
    font-size: 35px;
  }

  .atzr h2, .atzr2 h2 {
    font-size: 35px;
  }

  .atzr h3 {
    font-size: 29px;
  }

  .atzr2 h3 {
    font-size: 25px;
  }

  .atzr2 h4, .atzr2 h5 {
    width: 100%;
    font-size: 19px;
  }

  .imgcamp {
    position: static;
    width: 60%;
    margin-top: 10px;
  }

  .camp {
    text-align: center;
  }

  .btn-testimonios {
    padding: 10px 20px;
  }

  .btn-testimonios h2 {
    font-size: 26px;
  }
  .video-wrap{
    max-width: 600px;
  }
  .title-wrap h1 {
    font-size: 35px;
  }
}
@media (max-width: 820px) {
    .link{
        padding-left: 26%;
        margin-top: 4%;
    }
    .link img{
        width: 300px;
    }
    .mms{
         background-attachment: scroll;
    }
    .cannac{
        width: 100%;
        margin-left: -1%;
    }
    .mcms_etrv{
        width: 100%;
    }
    .campañas_mcms{
        width: 100%;
    }
    .checkbtm{
        display: block;
        z-index: 9999;
        margin-top: 25px;
        margin-left: 22px;
    }
    .link{
        
        margin-top: -2%;
    }
    .h1ca{
        font-size: 40px;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:  black;
        top: 70px;
        left: -150%;
        text-align: center;
        transition: all .3s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    #check:checked ~ ul{
        left: -7%;
    }
    .mms .capa{
        margin-top: 12%;
        margin-left: 0%;
        width: 50%;
    }
    
    .mms .capa h1{
        font-size: 60px;
    }
    .mms img{
        height: 153px;
    }
    section { 
        min-height: auto;
        padding: 100px 0;
    }
 section:nth-of-type(2) {
        height: auto;
        padding: 100px 0;
    }
    span video {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .link img{
        width: 200px;
    }
    .mms{
         background-attachment: scroll;
    }
    .mms .capa{
        margin-top: 12%;
        margin-left: 0%;
        width: 50%;
    }
    .mms .capa h1{
        font-size: 60px;
    }
    .contw{
        margin-left: 77%;
    }
    h1 span {
        font-size: 2rem;
        padding: 0 1.1rem;
    }
}
@media (max-width: 455px) {
    .link{
        padding-left: 150px;
        margin-top: -1%;
    }
    .mms{
        background-attachment: scroll;
    }
    .imyf{
        margin-left: 7%;
    }
    .vdyf{
        margin-top: -28%;
    }
    .vdyf video{
        width: 150px;
    }
    .divimg{
        margin-top: -29%;
    }
    .imyf1{
        margin-left: 7%;
    }
    .imyf1 img{
        width: 190px;
    }
    .vdyf1{
        margin-left: 7%;
    }
    .vdyf1 video{
        width: 350px;
    }
    .capyf{
        margin-top: -19%;
        margin-left: 12%;
    }
    .capyf1{
        margin-top: -21%;
        margin-left: 15%;
    }
    .capyf h1{
        font-size: 28px;
    }
    .capyf1 h1{
        font-size: 33px;
    }
    .capyf2{
        margin-top: 0%;
        margin-left: -7%;
    }
    .capyf2 a h1{
        font-size: 45px;
    }
    .yflog img{
        width: 400px;
    }
   .mms .capa{
        margin-left: 0%;
        margin-top: 12%;
        width: 50%;
    }
    .mms .capa h1{
        font-size: 60px;
    }
    .mms img{
        height: 153px;
    }
    .liyf{
        margin-top: 4%;
    }
    .h3mcms{
        font-size: 30px;
    }
    .mms img{
        height: 163px;
    }
    .vdyf{
        margin-left: 56%;
        margin-top: -31%;
    }
    .capyf h1{
        font-size: 35px;
    }
    .capyf{
        margin-top: -23%;
        margin-left: 9%;
    }
    .redmms h1{
        font-size: 44px;
    }
    .redmms .red{
        font-size: 32px;
    }
    .div1{
        margin-left: 20%;
    }
    .div2{
        margin-left: 45%;
    }
    .div3{
        margin-left: 28.4%;
        margin-top: 14%;
    }
    .div3 .adv3{
        margin-left: 19%;
        margin-top: -9%;
    }
    .div3 .imgd3{
        margin-left: 7%;
        margin-top: 5%;
    }
    .div4{
        margin-left: 37%;
        margin-top: 18%;
    }
    .div4 h2{
        margin-left: 10%;
    }
    .cannac{
        margin-left: 9%;
        margin-top: 0%;
        width: 80%;
        height: 450px;
    }
    .cannac img{
        width: 100%;
        height: 190px;
    }
    .mcms_etrv{
        margin-left: 9%;
        margin-top: 5%;
        width: 80%;
        height: 450px;
    }
    .mcms_etrv img{
        width: 100%;
        height: 190px;
    }
    .campañas_mcms{
        margin-left: 9%;
        margin-top: 5%;
        width: 80%;
        height: 450px;
    }
    .campañas_mcms img{
        width: 100%;
        height: 190px;
    }
    .div4 div{
        margin-left: -12%;
    }
    .contw{
        margin-top: 55%;
    }
    .atzr{
        width: 315px;
        margin-left: 0%;
    }
    .atzr h2{
        font-size: 28px;
    }
    .atzr h3{
        font-size: 24px;
    }
    .atzr div #info1{
        font-size: 19px;
    }
    .atzr2{
        margin-top: 12%;
        width: 315px;
        margin-left: 0%;
    }
    .atzr2 h2{
        font-size: 29px;
    }
    .atzr2 .camconst a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .camconst a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .camconst .contcamp {
       margin-top: -59%
    }

    .camconst .contcamp img{
        width: 90%;
    }
    .atzr2 .campilar a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campilar a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campilar .pilcamp {
       margin-top: -59%
    }

    .campilar .pilcamp img{
        width: 85%;
    }
    .atzr2 .campsj a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campsj a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campsj .sjcamp {
       margin-top: -46%
    }

    .campsj .sjcamp img{
        width: 95%;
    }
    .atzr2 .campur a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campur a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campur .urcamp {
       margin-top: -50%
    }

    .campur .urcamp img{
        width: 90%;
        height: 97px;
    }
    .video-wrap{
    max-width: 393px;
  }
  .title-wrap h1 {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
    .link img{
        width: 200px;
        margin-left: -3%;
    }
    .mms{
         background-attachment: scroll;
    }
    .mms .capa{
        margin-top: 12%;
        margin-left: 0%;
        width: 50%;
    }
    .capa h1{
        font-size: 60px;
    }
   
}
@media (max-width: 415px) {
    .mms{
         background-attachment: scroll;
    }
    .link{
        margin-left: 1% ;
    }
    .link img{
        width: 190px;
        margin-left: -23%;
    }
    .liyf{
        margin-top: 7%;
    }
   .mms .capa{
        margin-left: 0%;
        margin-top: 12%;
        width: 50%;
    }
    .capa h1{
        font-size: 60px;
    }
    .h3mcms{
        font-size: 30px;
    }
    .mms img{
        height: 163px;
    }
    .vdyf{
        margin-left: 56%;
        margin-top: -31%;
    }
    .capyf h1{
        font-size: 35px;
    }
    .capyf{
        margin-top: -23%;
        margin-left: 9%;
    }
    .redmms h1{
        font-size: 44px;
    }
    .redmms .red{
        font-size: 32px;
    }
    .div1{
        margin-left: 20%;
    }
    .div2{
        margin-left: 45%;
    }
    .div3{
        margin-left: 28.4%;
        margin-top: 14%;
    }
    .div3 .adv3{
        margin-left: 19%;
        margin-top: -9%;
    }
    .div3 .imgd3{
        margin-left: 7%;
        margin-top: 5%;
    }
    .div4{
        margin-left: 37%;
        margin-top: 18%;
    }
    .div4 h2{
        margin-left: 10%;
    }
    .cannac{
        margin-left: 9%;
        margin-top: 0%;
        width: 80%;
        height: 450px;
    }
    .cannac img{
       width: 100%;
        height: 190px;
    }
    .mcms_etrv{
        margin-left: 9%;
        margin-top: 5%;
        width: 80%;
        height: 450px;
    }
    .mcms_etrv img{
       width: 100%;
        height: 190px;
    }
    .campañas_mcms{
        margin-left: 9%;
        margin-top: 5%;
        width: 80%;
        height: 450px;
    }
    .campañas_mcms img{
        width: 100%;
        height: 190px;
    }
    .div4 div{
        margin-left: -12%;
    }
    .contw{
        margin-top: 55%;
    }
    .atzr{
        width: 315px;
        margin-left: 0%;
    }
    .atzr h2{
        font-size: 28px;
    }
    .atzr h3{
        font-size: 24px;
    }
    .atzr div #info1{
        font-size: 19px;
    }
    .atzr2{
        margin-top: 12%;
        width: 315px;
        margin-left: 0%;
    }
    .atzr2 h2{
        font-size: 29px;
    }
    .atzr2 .camconst a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .camconst a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .camconst .contcamp {
       margin-top: -59%
    }

    .camconst .contcamp img{
        width: 90%;
    }
    .atzr2 .campilar a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campilar a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campilar .pilcamp {
       margin-top: -59%
    }

    .campilar .pilcamp img{
        width: 85%;
    }
    .atzr2 .campsj a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campsj a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campsj .sjcamp {
       margin-top: -46%
    }

    .campsj .sjcamp img{
        width: 95%;
    }
    .atzr2 .campur a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campur a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campur .urcamp {
       margin-top: -50%
    }

    .campur .urcamp img{
        width: 90%;
        height: 97px;
    }

}
@media (max-width: 400px) {
    .mms{
         background-attachment: scroll;
    }
    .mms .capa{
        margin-top: 12%;
        margin-left: 0%;
        width: 50%;
    }
    .mms .capa h1{
        font-size: 60px;
    }
    .link{
        padding-left: 140px;
    }
}
@media (max-width: 390px) {
    .mms{
         background-attachment: scroll;
    }
     .cannac img{
       width: 100%;
        height: 180px;
    }
    .mcms_etrv img{
        width: 100%;
        height: 180px;
    }
    .campañas_mcms img{
        width: 100%;
        height: 180px;
    }
    .imyf1{
        margin-top: -37%;
    }
    .capyf{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-top: -25%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .capyf1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-top: -23%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .vdyf{
        margin-left: 60%;
        width: 100%;
    }
}
@media (max-width: 383px) {
    .mms{
         background-attachment: scroll;
    }
    .link{
         padding-left: 130px;
    }
    .mms .capa h1{
       font-size: 60px;
        margin-left: -25%;
    }
    .mms .capa{
        margin-left: -12%;
        margin-top: 12%;
        width: 50%;
    }
    .capyf{
        margin-top: -26%;
    }
    .vdyf{
        margin-left: 59%;
        margin-top: -35%;
    }
    .capyf1{
        margin-top: -24%;
    }
    .vdyf1{
        margin-top: -3%;
    }
    .imyf1{
        margin-top: -36%;
    }
    .contw{
        margin-top: 55%;
    }
    .atzr{
        width: 315px;
        margin-left: 0%;
    }
    .atzr h2{
        font-size: 28px;
    }
    .atzr h3{
        font-size: 24px;
    }
    .atzr div #info1{
        font-size: 19px;
    }
    .atzr2{
        margin-top: 12%;
        width: 315px;
        margin-left: 0%;
    }
    .atzr2 h2{
        font-size: 29px;
    }
    .atzr2 .camconst a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .camconst a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .camconst .contcamp {
       margin-top: -59%
    }

    .camconst .contcamp img{
        width: 90%;
    }
    .atzr2 .campilar a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campilar a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campilar .pilcamp {
       margin-top: -59%
    }

    .campilar .pilcamp img{
        width: 85%;
    }
    .atzr2 .campsj a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campsj a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campsj .sjcamp {
       margin-top: -46%
    }

    .campsj .sjcamp img{
        width: 95%;
    }

    .atzr2 .campur a h4{
        font-size: 19px;
        width: 150px;
        margin-left: -50%;

    }
    .atzr2 .campur a h5{
        font-size: 19px;
        width: 150px;
        margin-left: -30%;
    }
    .campur .urcamp {
       margin-top: -50%
    }

    .campur .urcamp img{
        width: 90%;
        height: 97px;
    }

}
@media (max-width: 375px) {
    .link{
        padding-left: 140px;
        margin-top: -2%;

    }
    .mms{
         background-attachment: scroll;
    }
    .cannac img{
        width: 100%;
        height: 180px;
    }
    .mcms_etrv img{
        width: 100%;
        height: 180px;
    }
    .campañas_mcms img{
        width: 100%;
        height: 180px;
    }
}
@media (max-width: 360px) {
    .link{
        padding-left: 120px;
        top: 2%;
    }
    .mms{
         background-attachment: scroll;
    }
    .cannac img{
        width: 100%;
        height: 180px;
    }
    .mcms_etrv img{
      width: 100%;
        height: 180px;
    }
    .campañas_mcms img{
       width: 100%;
        height: 180px;
    }
}
@media (max-width: 311px) {
    .mms{
         background-attachment: scroll;
    }
    .link{
        padding-left: 80px;
        margin-top: -2%;
    }
    .mms .capa{
        margin-left: -12%;
        margin-top: 12%;
        width: 50%;
    }
    .mms .capa h1{
        font-size: 60px;
    }
    .h3mcms{
        font-size: 12px;
    }
    .h1ca{
        font-size: 33px;
    }
    
}

@media (min-width: 2560px) {
    /* ----------PARTE CAJAS DE PRESENTACIONES---------- */
    .cannac,
    .mcms_etrv,
    .campañas_mcms {
        height: 640px;
        width: 23%;
    }
    .cannac img,
    .mcms_etrv img,
    .campañas_mcms img {
        height: 303px;
    }
    .cannac .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 40px; margin-top: -2%; } .cannac .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 25px; margin-top: -1%; }
    .mcms_etrv .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 40px; margin-top: -2%; } .mcms_etrv .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 25px; }
    .campañas_mcms .h3{ 
        font-size: 40px; margin-top: -2%;
     } 
     .campañas_mcms .h4{ 
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        font-size: 25px;
        margin-top: -1%; 
    }
    /* ----------PARTE YOUNG FEST---------- */
    .prinyf .imyf{
        margin-left: 29%;
        margin-top: 4%;
    }

    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .prinyf .capyf{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 32%;
        margin-top: -10%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .prinyf .vdyf{
        margin-left: 49%;
        margin-top: -12.5%;
    }
    .vdyf video{
        border-radius: 10px;
        width: 367px;
        opacity: 0.8;
    }
    .prinyf .divimg{
        margin-top: -13.5%;
        margin-left: 18%;
    }
    
    .imyf1 img{
        border-radius: 12px;
        opacity: 0.7;
    }
    .divimg .capyf1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 15.5%;
        margin-top: -10%;
        font-size: 40px;
        color:#fdfdfd;
    }
   .prinyf .vdyf1{
        margin-left: 29%;
        margin-top: 1%;
    }
    .vdyf1 video {
        border-radius: 10px;
        width: 85px;
        height: 3%;
        opacity: 0.8;
    }
    .prinyf .capyf2 a h1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 39%;
        margin-top: -12%;
        font-size: 123px;
        color:#fdfdfd;
        transition: 0.5s;
        object-fit: cover;
    }
    .capyf2 a h1:hover{
        transform: scale(1.2);
        color: rgb(165, 165, 1);
        text-shadow: 2px 2px rgb(205, 207, 133);
    }
    .yflog{
        margin-left: -2%;
    }
    .yflog img{
        width: 650px;
    }
    /* ----------PARTE DE REDES SOCIALES---------- */
    /* ----------PARTE CAMPAÑAS---------- */
    .video-wrap {
      max-width: 2000px; 
      height: 70%;
    }
    .title-wrap h1 {
        font-size: 5em;
    }
    .dot {
      width: 46px;
      height: 46px;
    }
    /* ----------PARTE CONTACTO FINAL---------- */
    .grey{
        background-color: rgb(0, 0, 0);
        width: 100%;
        margin-top: -3%;
        height: 415px;
    }
    .div1{
        margin-top: 7%;
        margin-left: 47%;
    }
    .div2{
        margin-left: 29%;
        margin-top: 2.5%;
    }
    .div3{
        margin-left: 49%;
        margin-top: 19%;
    }
    .div2 h3 a{
        color: #FFFF;
        font-size: 14px;
        font-family: "Bebas Neue", sans-serif;
    }
    .div2 h3 a:hover{
        color: #fcfbfb7c;
    }
    .div2 h2{
        color: #eef3fa;
        font-family: "Bebas Neue", sans-serif;
        text-decoration: underline;
    }
    .div3 a h1{
        font-family: "Bebas Neue", sans-serif;
        color: #eef3fa;
        font-size: 17px;
        transition: 1.5s;
    }
    .div3 a h1:hover{
        text-decoration: underline;
    }
    .yf{
        font-size: 30px;
        font-family: "Bebas Neue", sans-serif;
        color: #eef3fa;
    }
    .yf3{
        margin-left: -4%;
    }
    .imyf{
        margin-left: 14%;
    }
    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .yflog{
        margin-left: -2%;
    }
    .yflog img{
        width: 650px;
    }
    .div3 .imgd3{
        margin-top: 2%;
    }
    .div3 .adv3{
        margin-left: 3%;
        margin-top: 12%;
    }
    .div3 a{
        color: #FFFF;
    }
    .div3 a:hover{
        color: #d8c7c7;
    }
    .div4{
        margin-left: 71%;
        position: relative;
        margin-top: -53%;
        justify-content: center; 
        align-items: center; 
        gap: 20px; 
    }
    .div4 h2{
        color:#FFFF;
        font-family: "Bebas Neue", sans-serif;
        text-decoration: underline;
    }
    .div4 div{
        display: inline-block;
        margin: 0 53px;
        margin-left: -6%;
        vertical-align: middle;
    }
    .imgyt{
        margin-top: 1%;
    
    }
    .imgfb{
        margin-top: -9%;
        
    }
    .imgig{
    
        margin-top: -6%;
    } 
    .imgwa {
        margin-top: -6%;
    }
  
}

@media (min-width: 2000px){
    /* ----------PARTE CAJAS DE PRESENTACIONES---------- */
    .cannac,
    .mcms_etrv,
    .campañas_mcms {
        height: 640px;
        width: 23%;
    }
    .cannac img,
    .mcms_etrv img,
    .campañas_mcms img {
        height: 303px;
    }
    .cannac .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 40px; margin-top: -2%; } .cannac .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 25px; margin-top: -1%; }
    .mcms_etrv .h3{ font-family: "Bebas Neue", sans-serif; color: rgb(199, 199, 9); font-size: 40px; margin-top: -2%; } .mcms_etrv .h4{ font-family: "Bebas Neue", sans-serif; color: #FFFF; font-size: 25px; }
    .campañas_mcms .h3{ 
        font-size: 40px; margin-top: -2%;
     } 
     .campañas_mcms .h4{ 
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        font-size: 25px;
        margin-top: -1%; 
    }
    /* ----------PARTE YOUNG FEST---------- */
    .prinyf .imyf{
        margin-left: 23%;
        margin-top: 4%;
    }

    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .prinyf .capyf{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 27%;
        margin-top: -10%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .prinyf .vdyf{
        margin-left: 50%;
        margin-top: -16.5%;
    }
    .vdyf video{
        border-radius: 10px;
        width: 367px;
        opacity: 0.8;
    }
    .prinyf .divimg{
        margin-top: -17.5%;
        margin-left: 10%;
    }
    
    .imyf1 img{
        border-radius: 12px;
        opacity: 0.7;
    }
    .divimg .capyf1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 18%;
        margin-top: -12%;
        font-size: 40px;
        color:#fdfdfd;
    }
   .prinyf .vdyf1{
        margin-left: 22.5%;
        margin-top: 1%;
    }
    .vdyf1 video {
        border-radius: 10px;
        width: 85px;
        height: 3%;
        opacity: 0.8;
    }
    .prinyf .capyf2 a h1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 37.5%;
        margin-top: -15%;
        font-size: 123px;
        color:#fdfdfd;
        transition: 0.5s;
        object-fit: cover;
    }
    .capyf2 a h1:hover{
        transform: scale(1.2);
        color: rgb(165, 165, 1);
        text-shadow: 2px 2px rgb(205, 207, 133);
    }
    .yflog{
    margin-left: -2%;
    }
    .yflog img{
        width: 650px;
    }
    /* ----------PARTE DE REDES SOCIALES---------- */
    
    /* ----------PARTE CAMPAÑAS---------- */
    
    /* ----------PARTE CONTACTO FINAL---------- */
    .grey{
        background-color: rgb(0, 0, 0);
        width: 100%;
        margin-top: -3%;
        height: 415px;
    }
    .div1{
        margin-top: 7%;
        margin-left: 43%;
    }
    .div2{
        margin-left: 25%;
        margin-top: 3.5%;
    }
    .div3{
        margin-left: 46%;
        margin-top: -6%;
    }
    .div2 h3 a{
        color: #FFFF;
        font-size: 14px;
        font-family: "Bebas Neue", sans-serif;
    }
    .div2 h3 a:hover{
        color: #fcfbfb7c;
    }
    .div2 h2{
        color: #eef3fa;
        font-family: "Bebas Neue", sans-serif;
        text-decoration: underline;
    }
    .div3 a h1{
        font-family: "Bebas Neue", sans-serif;
        color: #eef3fa;
        font-size: 17px;
        transition: 1.5s;
    }
    .div3 a h1:hover{
        text-decoration: underline;
    }
    .yf{
        font-size: 30px;
        font-family: "Bebas Neue", sans-serif;
        color: #eef3fa;
    }
    .yf3{
        margin-left: -4%;
    }
    .imyf{
        margin-left: 14%;
    }
    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .yflog{
        margin-left: -2%;
    }
    .yflog img{
        width: 650px;
    }
    .div3 .imgd3{
        margin-top: 2%;
    }
    .div3 .adv3{
        margin-left: 3%;
        margin-top: -2%;
    }
    .div3 a{
        color: #FFFF;
    }
    .div3 a:hover{
        color: #d8c7c7;
    }
    .div4{
        margin-left: 71%;
        position: relative;
        margin-top: -4.7%;
        justify-content: center; 
        align-items: center; 
        gap: 20px; 
    }
    .div4 h2{
        color:#FFFF;
        font-family: "Bebas Neue", sans-serif;
        text-decoration: underline;
    }
    .div4 div{
        display: inline-block;
        margin: 0 53px;
        margin-left: -6%;
        vertical-align: middle;
    }
    .imgyt{
        margin-top: 1%;
    
    }
    .imgfb{
        margin-top: -9%;
        
    }
    .imgig{
    
        margin-top: -6%;
    } 
    .imgwa {
        margin-top: -6%;
    }
}
@media (min-width: 1440px) {
    .imyf{
        margin-left: 14%;
        margin-top: 4%;
    }
    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .capyf{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 20%;
        margin-top: -13%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .vdyf{
        margin-left: 50%;
        margin-top: -22%;
    }
    .vdyf video{
        border-radius: 10px;
        width: 378px;
        opacity: 0.8;
    }
    .divimg{
        margin-top: -22%;
    }
    .imyf1{
        margin-left: 14%;
    }
    .imyf1 img{
        border-radius: 12px;
        opacity: 0.7;
    }
    .capyf1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 23%;
        margin-top: -15%;
        font-size: 40px;
        color:#fdfdfd;
    }
    .vdyf1{
        margin-left: 14%;
        margin-top: 0%;
    }
    .vdyf1 video {
        border-radius: 10px;
        width: 888px;
        height: 3%;
        opacity: 0.8;
    }
    .capyf2 a h1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 33%;
        margin-top: -23%;
        font-size: 123px;
        color:#fdfdfd;
        transition: 0.5s;
        object-fit: cover;
    }
    .capyf2 a h1:hover{
        transform: scale(1.2);
        color: rgb(165, 165, 1);
        text-shadow: 2px 2px rgb(205, 207, 133);
    }
    .camconst img{
        width: 150px;
        border-radius: 15px;
    }
    

}
@media(min-width: 1366px){
    .grid-campañas{
        max-width: 1250px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cannac,
  .mcms_etrv,
  .campañas_mcms {
    width: 69%;
    margin: 0 auto;
    margin-bottom: 2rem;
    height: auto;
  }
  .cannac img,
  .mcms_etrv img,
  .campañas_mcms img{
    width: 100%;
    height: 350px;
  }
  .cannac .h3,
  .mcms_etrv .h3,
  .campañas_mcms .h3 {
    font-size: 43px;
    margin-top: .7rem;
    text-align: center;
  }
  .cannac .h4,
  .mcms_etrv .h4,
  .campañas_mcms .h4 {
    font-size: 34px;
    margin-top: -1rem;
    text-align: center;
  }
  .boton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2rem;
  }
  .boton a {
    font-size: 30px;
    padding: 20px 55px;
  }
  .mms .capa h1 {
    font-size: 80px;
    margin-top: 5%;
    width: 30%;
  }

  .imyf{
    margin-left: 2%;
    margin-top: 4%;
    }
    .imyf img{
        border-radius: 12px;
        width: 470px;
        opacity: 0.7;
    }
    .capyf{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 11%;
        margin-top: -23%;
        font-size: 36px;
        color:#fdfdfd;
    }
    .vdyf{
        margin-left: 52%;
        margin-top: -31%;
    }
    .vdyf video{
        border-radius: 10px;
        width: 600px;
        height: 700px;
        opacity: 0.8;
    }
    .divimg{
        margin-top: -32%;
    }
    .imyf1{
        margin-left: 3%;
    }
    .imyf1 img{
        border-radius: 12px;
        opacity: 0.7;
    }
    .capyf1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 11%;
        margin-top: -19%;
        font-size: 40px;
        color:#fdfdfd;
    }
    .vdyf1{
        margin-left: 2%;
        margin-top: 5%;
    }
    .vdyf1 video {
        border-radius: 10px;
        width: 867px;
        height: 3%;
        opacity: 0.8;
    }
    .capyf2 a h1{
        position: absolute;
        font-family: "Bebas Neue", sans-serif;
        padding: 24px;
        text-shadow: 2px 2px rgb(167, 168, 144);
        margin-left: 32%;
        margin-top: -25%;
        font-size: 123px;
        color:#fdfdfd;
        transition: 0.5s;
        object-fit: cover;
    }
  .atzr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-testimonios {
    width: 300px;
    padding: 20px 40px;
    font-size: 24px;
    margin-top: 2rem;
  }
  .btn-testimonios h2 {
    font-size: 44px;
  }
  .atzr2{
    margin-top: 2rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .atzr2 .camconst a h3 {
    font-size: 37px;
  }
  .atzr2 .camconst a h4{
        font-size: 37px;
        width: 40%;
        margin-left: -50%;

    }
    .atzr2 .camconst a h5{
        font-size: 37px;
        width: 40%;
        margin-left: -30%;
    }
    .camconst .contcamp {
       margin-top: -33%
    }

    .camconst .contcamp img{
        width: 59%;
        height: auto;
    }
    .atzr2 .campilar a h3 {
        font-size: 37px;
     }
    .atzr2 .campilar a h4{
        font-size: 37px;
        width: 40%;
        margin-left: -50%;

    }
    .atzr2 .campilar a h5{
        font-size: 37px;
        width: 40%;
        margin-left: -30%;
    }
    .campilar .pilcamp {
       margin-top: -33%
    }

    .campilar .pilcamp img{
        width: 58%;
        height: auto;
    }
    .atzr2 .campsj a h3 {
        font-size: 37px;
    }
    .atzr2 .campsj a h4{
        font-size: 37px;
        width: 40%;
        margin-left: -50%;

    }
    .atzr2 .campsj a h5{
        font-size: 37px;
        width: 40%;
        margin-left: -30%;
    }
    .campsj .sjcamp {
       margin-top: -31%
    }

    .campsj .sjcamp img{
        width: 75%;
        height: auto;
    }
    .atzr2 .campur a h3 {
        font-size: 37px;
    }
    .atzr2 .campur a h4{
        font-size: 37px;
        width: 40%;
        margin-left: -50%;

    }
    .atzr2 .campur a h5{
        font-size: 37px;
        width: 40%;
        margin-left: -30%;
    }
    .campur .urcamp {
       margin-top: -26%
    }

    .campur .urcamp img{
        width: 69%;
        height: auto;
    }
    .div1{
    margin-top: 7%;
    margin-left: 37%;
    }
    .div2{
        margin-left: 19%;
        margin-top: 4%;
    }
    .div3{
        margin-left: 40%;
        margin-top: -14.5%;
    }
    .div2 h3 a{
        color: #FFFF;
        font-size: 14px;
        font-family: "Bebas Neue", sans-serif;
    }
    .div2 h3 a:hover{
        color: #fcfbfb7c;
    }
    .div2 h2{
        color: #eef3fa;
        font-family: "Bebas Neue", sans-serif;
        text-decoration: underline;
    }
    .div3 a h1{
        font-family: "Bebas Neue", sans-serif;
        color: #eef3fa;
        font-size: 17px;
        transition: 1.5s;
    }
    .div3 a h1:hover{
        text-decoration: underline;
    }
    .div4{
        margin-left: 65%;
        position: relative;
        margin-top: -11.5%;
        justify-content: center; 
        align-items: center; 
        gap: 20px; 
    }
    .div4 h2{
        color:#FFFF;
        font-family: "Bebas Neue", sans-serif;
        margin-left: 14%;
        text-decoration: underline;
    }
    .div4 div{
        display: inline-block;
        margin: 0 50px;
        margin-left: -9%;
        vertical-align: middle;
    }
  .vdyf video,
  .vdyf1 video {
    width: 100%;
  }
  .white {
    background-color: rgba(0, 0, 0, 0.808);
    background-image: url(img\ actb.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* ESTA ES LA CLAVE PARA EL PARALLAX */
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
  }
  .botonw{
    width: 222px;
}
}