      
      .variedad{
        width:100%;
        display:flex;
        background-color:#F9F5EE;
        justify-content:center;
        padding:105px 20px 146px 20px;
      }
      
      .variedad .contenedor{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        /*background-color:beige;*/
        max-width:930px;
        gap:58px;
      }
      
      .variedad .top{
        width:100%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        /*background-color:pink;*/
        text-align:center;
        gap:20px;
        max-width:564px;
      }
      
      .variedad .compilados{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        gap:45px;
        /*background-color:purple;*/
        justify-content:center;
      }
      
      .variedad .card{
        display:flex;
        width:100%;
        flex-direction:column;
        background-color:white;
        flex:1 1 350px;
        max-width:443px;
        min-width:300px;
        border-radius:23px;
      }
      
      .variedad .fotoSpace{
        display:flex;
        width:100%;
        height:264px;
        /*background-color:darkgrey;*/
        position:relative;
        justify-content:center;
        align-items:flex-end;
        padding-bottom:24px;
        position:relative;
        border-radius:23px 23px 0 0;
      }
      
      .variedad .logo{
        display:flex;
        /*background-color:black;*/
        z-index:2;
      }
      
      .variedad .textos{
        display:flex;
        flex-direction:column;
        width:100%;
        /*background-color:lightblue;*/
        padding:54px 40px;
        gap:9px;
      }
      
      .variedad .palenque{
        width:214.79px;
        height:100.92px;
      }
           
      .variedad .ixhuatlan{
        width:305.59px;
        height:67.22px;
      }
      
      .variedad .mariachi{
        width:229.39px;
        height:173.88px;
      }

      .variedad .pepe{
        width:144.35px;
        height:171.24px;
      }
      
      .variedad .fotico{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        /*background-color:darkblue;*/
        z-index:1;
      }
      
      .variedad img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .variedad .fotico img{
        border-radius:23px 23px 0 0;
      }
      
      .variedad .subtitle{
        font-size:25px;
        line-height:27px;
        color:#CF9947;
      }
      
      .variedad .maintitle{
        font-size:58px;
        line-height:53px;
        color:#155A68;
      }
      
      .variedad .textoprincipal{
        font-size:22px;
        line-height:30px;
      }
      
      .variedad .badge{
        font-size:18px;
        line-height:26px;     
        color:#CF9947;
        letter-spacing:0.1em;
      }
      
      .variedad .titular{
        font-size:49px;
        line-height:49px;
        color:#155A68;
      }
      
      .variedad .textito{
        font-size:20px;
        line-height:26px;
      }
      