.encabezado{
    text-align: center;
    width: 100%;
    height: 85px;
    background-color: #cfb53b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 20px 0;
    border: solid 2px #000;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 600;
}

.cuerpoPrin{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.texto{
    text-align: center;
}
.texto h2{
    color: #008000;
    font-size: 42px;
}
.texto h3{
    font-size: 28px;
}
.texto p{
    font-size: 22px;
}

.videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.video{
    display: block;
    border-radius: 15px;
    font-size: 12px;
    text-align: left;
    width: 45%;
    margin: 20px 10px;
}
iframe{
    width: 100%;
    height: 350px;
    border-radius: 20px;

}
#vid{
    text-align: center;
    font-size: 16px;
    width: 70%;
   iframe{
    height:450px ;
   } 
}

.links{
    text-align: center;
    width: 80%;
    h2{
        font-size: 18px;
    }
}

#wh{
    color: #008000;
    img{
        width: 45px;
        height: 45px;
        border-radius: 100%;
    }
}

















@media only screen and (max-width:760px){
    .encabezado{
        font-size: 24px;
    }
    .texto{
        h2{
            font-size: 28px;
        }
        h3{
            font-size: 22px;
        }
        p{
            font-size: 18px;
        }
    }
    .video{
        width: 95%;
        
    }
    #vid{
        width: 95%;
        iframe{
            height: 350px;
        }
    }
}