/* estilos de prueba de video */


/*tipo de letra bajado de google fonts*/

@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Concert+One&family=Corinthia:wght@400;700&family=Dancing+Script:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* fuentes de letra
font-family: 'Comforter Brush', cursive;
font-family: 'Concert One', cursive;
font-family: 'Corinthia', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Exo 2', sans-serif;
*/

h2 {
    color: blue;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 30px;}

html {
        margin: 0px;
        padding: 0px;
        height: 100%;}
        
body  {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: rgb(226, 221, 214);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 90%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */}

.vid {
    margin-left: 720px;
    margin-bottom: 20px;
    }

.vid video {
    border: 2px solid rgb(201, 11, 226);
    border-radius: 30px;}

h3 {
    color: rgb(222, 39, 247);
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 50px;
    height: 30px;}

.vid2 {margin-left : 720px;}
    
.container3 iframe {
        border: 2px solid rgb(44, 8, 204);
        border-radius: 30px;}


.container22 {
    display: flex;
    margin-top: 0px;
    margin: 0px;
    height: 100%;
    height: 150px;
    justify-content: space-evenly;
    align-items: center;}

.item {
    width: 80%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;}

.item1 {
    width: 10%;
    font-size: 26px;
    margin-left: 0px;}

.item3 {
     width: 2%;
    margin-right: 0px;
    font-size: 26px;}

.item3 img {
    margin-right: 0px;}    


.container3 {
    display: flex;
    margin-top: 50px;
    vertical-align: top;
    margin: 0px;
    height: 315px;
    justify-content: space-evenly;
    align-items: center;}
    
.item11 {
    width: 30%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;}
    
.item12 {
    width: 30%;
    font-size: 26px;
    margin-left: 20px;}

.item13 {
    width: 30%;
    font-size: 26px;
    margin-left: 20px;}


