﻿h2 {
    background-color: coral;
    color: whitesmoke;
    /*background: url(../image/lie.jpg)*/
    display: flex;
    align-items: center;
}

iframe{
    height:650px;
    max-width:100%
}

.portada {
    background: url('../image/WhatsApp Image 2021-06-11 at 20.05.48.jpeg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
}

.text {
    margin: 30px 0px 30px 0px;
    padding: 10px;
    color: white;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    font-style:italic;
    font-family:'Arial Unicode MS';
    /*font: oblique bold 120% cursive;*/
    font: small-caps 100%/200% serif;
}

.container_ {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
