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