.modal-container {
    background: rgba(0, 0, 0, 0.911);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.modal-container::before {
    content: 'X';
    color: gainsboro;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5em;
    opacity: 0.7;
    cursor: pointer;
}

.modal-content {
    background: none;
    width: 90%;
    height: 20%;
    max-width: 500px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.video {
    width: 100%;
    position: relative;
    height: 0%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
}

.imgVideo {
    width: 880px;
}

.seccionTxtEncabezado {
    width: 100%;
    height: auto;
}

.alineaTxt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1EncabezadoTxt {
    padding-left: 20px;
    font-size: 40px;
    font-family: 'SantanderHeadline-Bold', sans-serif;
    padding-top: 10%;
    padding-left: 0;
}

.my-fixed-item {
    position: fixed;
    padding-top: 6%;
    left: 10%;
}

.my-fixed-item-rigth {
    position: fixed;
    padding-top: 5%;
    left: 75%;
    z-index: 1;
    width: 21%;
}

.divTituloDetalle {
    width: 80%;
    padding-left: 15%;
    padding-right: 10%;
}

.divTituloDetalle > p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: Arial Narrow,Arial,sans-serif;
    font-weight: lighter;
    line-height: 23px;
}

.divTituloDetalle > p > strong {
    font-weight: bold;
}

.divTituloDetalle > h2 {
    font-family: 'SantanderHeadline-Bold', sans-serif;
}

.divTituloDetalle > ol > li {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: Arial Narrow,Arial,sans-serif;
    font-weight: lighter;
    line-height: 23px;
}

.paddigPdetalle {
    padding-top: 2%;
}

.smallColorRed {
    color: red;
    padding-left: 3%;
}

.informacionContenedor {
    top: -280px;
    position: relative;
}

.informacionCentralSegunda {
    padding-top: 4%;
}

.informacionCentralSegunda > p {
    padding-top: 2% !important;
}

.informacionCentralSegunda > h4 {
    font-family: 'SantanderHeadline-Bold', sans-serif;
}

.informacionCentral {
    width: 70%;
    padding-left: 15%;
}

.informacionCentral > p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: Arial Narrow,Arial,sans-serif;font-weight: lighter;
    line-height: 23px;
    padding-top: 5%;
}

.informacionCentralSegunda > h2 {
    font-family: 'SantanderHeadline-Bold', sans-serif;
}

.informacionCentral > h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: Arial Narrow,Arial,sans-serif;
    font-weight: lighter;
    line-height: 23px;
}

.displayMobile {
    display: initial;
}

.classVideoLoccation {
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-bottom: 14%;
    position: relative;
    width: 83%;
}

.classVideoFormato {
    background: linear-gradient(#EAEAEA, #fff);
    margin: 0;
}

@media screen and (max-width: 1366px) {
    .modal-content {
        margin: auto;
    }
}

@media (orientation:landscape) {
    .modal-content {
        background: none;
        width: 90%;
        height: 20%;
        max-width: 500px;
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
    }
}

@media screen and (max-width: 476px) {
    .displayMobile {
        display: none;
    }

    .imgVideo {
        width: auto;
    }

    .divTituloDetalle {
        width: 100%;
        padding-left: 15%;
        padding-right: 10%;
    }

    .smallColorRed {
        padding: 0;
    }

    .paddigPdetalle {
        width: 80%;
    }

    .informacionContenedor {
        top: auto;
    }

    .classVideoLoccation {
        display: block; 
        justify-content: center; 
        align-items: center;
        padding-bottom: 18%;
        top: 0;
        position: relative;
        width: 83%;
    }
}

