﻿    #formulario
    {
        background-color: #EDEDED;
        background-image: url("/Personas/Paginas/PROMOCIONES/2024/nba/img/Background_section_Desktop_02.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 5%;
        padding-bottom: 8%;
    }

    #formulario .title
    {
        padding-bottom: 3%;
    }

    #contenedor-formulario
    {
        position: relative;
        border-radius: 25px;
        background-color: #FFFF;
        height: 612px;
        z-index: 1;
    }

    #contenedor-formulario iframe
    {
        width: 100%;
        height: 100%;
        padding-top: 2%;
    }

    @media (max-width:768px)
    {
        #formulario
        {
            background-color: #EDEDED;
            background-image: url("/Personas/Paginas/PROMOCIONES/2024/nba/img/Background_section_Mobile_02.webp");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #contenedor-formulario
        {
            margin-left: 5%;
            margin-right: 5%;
        }
    }

    @media (min-width:769px) and (max-width:992px)
    {
        #formulario
        {
            background-color: #EDEDED;
            background-image: url("/Personas/Paginas/PROMOCIONES/2024/nba/img/Background_section_Tablet_02.webp");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }