

@media (min-width:768px) and (orientation: landscape){
    
        .div_ppal{
          margin: auto;
          width: 60%;
          padding: 10px;
        }
    
        .cuerpo{
            background-image: url(../img/tapa.avif); 
            background-color: black; 
            background-repeat: no-repeat; 
            background-size: cover; 
            background-position: center;
            margin-right:auto; 
            margin-left:auto;
            width: 80%;
            padding-top: 1%;
            max-height : 930px !important;
        }
        
        .ifrm-full{
            width: 350px; 
            height: 470px;
            border: none; 
        }
        
         .ifrm-smartp{
            width: 0%; 
            height: 0px;
            border: none; 
            visibility:hidden;
        }
        
        .rounded-circle{
            border-radius:50% !important;
            width:20%;
          /*  height:20%; */
        }
        
        a:link, a:visited {
          color: #000000;
          text-decoration: underline;
          cursor: auto;
        }
        
        a:link:active, a:visited:active {
          color: #fff;
        }
        
        .table_mrg{
            margin-top:20px;
        }
        
        .service.theme .service-container {
            max-width: 700px;
            width: auto;
        }
        
        
        elemento {
        
        }
        
        .boton{
            color: #000;
            background: rgb(19, 95, 113);
           /* background: rgba(255 255 255 / 70%); */ rgba(19, 95, 113, 0.2);
            border-color: rgba(19, 95, 113, 0.3);
            padding-inline: 15%;
            border-radius: 5px;
            padding-block: 1%;
        }
        
        .music-service-list__img {
            margin: .5rem;
            width: 12.5rem;
            height: 4rem;
        }
        
        .social{
             width: 5.5rem;
        }
       
}

@media (max-width: 600px) and (orientation: portrait) {

        .cuerpo-movil{
                    background-image: url(../img/tapa.avif); 
                    
                    background-color: black; 
                    background-repeat: no-repeat; 
                    background-size: auto; 
                    background-position: center;
                    margin-right:auto; 
                    margin-left:auto;
                    width: 80%;
                    padding-top: 1%;
                    height: 100%;
                    overflow-y: hidden;
                    overflow-x: hidden;
                }
                
         .ifrm-smartp{
            width: 100%; 
            height: 120px;
            border: none; 
        }
        
        .ifrm-full{
            width: 0px; 
            height: 0px;
            border: none; 
            visibility:hidden;
        }
                
        .table_mrg_movil{
            width: 100%;
            height: 20%;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            }
            
        .rounded-circle-movil{
           border-radius:50%!important; 
        
            max-width:50%;
           
        }
        
        .td{
        margin 10px;
        }
        
        .boton_movil{
            color: #000;
            background: rgb(19, 95, 113);
           /* background: rgba(255 255 255 / 70%); */ background: rgba(19, 95, 113, 0.2);
            border-color: rgba(19, 95, 113, 0.3);
            padding-inline: 15%;
            border-radius: 5px;
            padding-block: 1%;
        }
        
        .music-service-list__img_movil {
            margin: -0.5rem;
            width: 10.5rem;
            height: 4rem;
        }
        
        .social{
             width: 2.5rem;
        }
}

@media (orientation: landscape) and  (max-width: 768px){

        .cuerpo-movil-landscape{
            
                  background-image: url(../img/tapa.avif); 
                  
                    background-color: black; 
                    background-repeat: no-repeat; 
                    background-size: auto; 
                    background-position: center;
                    margin-right:auto; 
                    margin-left:auto;
                    width: 80%;
                    padding-top: 1%;
                    height: 100%;
                }
      
        
        .ifrm-full{
            width: 0px; 
            height: 0px;
            border: none; 
            visibility:hidden;
        }
        
         .ifrm-smartp{
            width: 100%; 
            height: 120px;
            border: none; 
        }
                
        .table_mrg_movil_landscape{
            /*
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            */
         }
            
        .rounded-circle-movil-landscape{
            border-radius:50%!important; 
            max-width:20%;
           
        }
        
        .td{
        margin 10px;
        }
        
         .boton{
            color: #000;
            background: rgb(19, 95, 113);
          /*  background: rgba(255 255 255 / 70%); */ background: rgba(19, 95, 113, 0.2);
            border-color: rgba(19, 95, 113, 0.3);
            padding-inline: 15%;
            border-radius: 5px;
            padding-block: 1%;
        }
        
        .music-service-list__img {
            margin: .5rem;
            width: 12.5rem;
            height: 4rem;
        }
       
       .social{
             width: 5.5rem;
        }
}


