
.negri-ensamble{
	font-family: 'Oswald', sans-serif;
font-size: 40px;
}
.ensamble{
    margin-top: 90px;
}

.cuadro{
    background: hsl(14, 100%, 50%);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
}
.videoensamble-tres iframe{
    height: 200px;
    width: 100%;
}
.wedding-ensamble{
    padding: 30px;
    margin-top: -20px;
}
.sax-azul{
    background: hsl(200, 100%, 50%);
    padding-left: 5px;
    padding-right: 5px;
   
    color: white;
}
.text-ensamble-titulo{
    text-align: center;
    font-size: 18px;
}
.videoensamble-uno iframe {
    width: 100%;
    height: 200px;
}
.videoensamble-dos iframe{
    width: 100%;
    height: 200px;
}
strong{
    font-weight: bold;
}
.info-ensamble{
    
        margin-top: -10px;
    
}
.embebido-ensamble iframe{
    height: 400px;
    width: 100%;
}
.videos-ensamble iframe{
    width: 100%;
    height: 200px;

}
.embebido-ensamble{
    margin-top: 0;
}
.multimedia{
    background: hsl(37, 100%, 50%);
    color: white;
}



/********************responsive********************/

@media screen  and (min-width:768px){
   
    .videoensamble-tres iframe{
        height: 250px;
    }
      
   
        .wedding-ensamble {
            margin-top: 20px;
            padding: 10px;
          
         
        }
        .embebido-ensamble{
            margin-bottom: 70px;
        }
        .embebido-ensamble iframe{
            width: 100%;
            height: 400px;
            
        }
        .videos-ensamble iframe{
            width: 100%;
            height: 370px;
           
        }
      .bodas-ensamble{
          margin-bottom: 50px;
      }
        
    }
    
    @media screen  and (min-width:1024px){
        .ensamble{
            margin-top: 150px;
        }
        .text-ensamble-titulo{
            font-size: 30px;
        }
        .negri-ensamble{
            font-size: 60px;
        }
        .info-ensamble{
            margin-top: 22px;
            
        }
        .info-ensamble p{
            font-size: 18px;
        }
       .videoensamble-tres iframe{
           height: 450px;
       }
       .wedding-ensamble img{
           padding: 10px;
           margin-top: -10px;
       }
       .videos-ensamble iframe{
           height: 600px;
       }
       .embebido-ensamble iframe{
           height: 420px;
       }
      
       .bodas-ensamble{
           top: 50px;
       }
     
       .vid{
           margin-top: 50px; ;
       }
       .videos-ensamble iframe{
           height: 600px;
       }
    }
