/* @font-face {
    font-family: 'gotham_htfmedium';
    src: url('./fonts/prueba/gothamhtf-medium-webfont.woff2') format('woff2'),
         url('./fonts/prueba/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Gotham';
    src: url(/fonts/Gotham/GothamHTF-Medium.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url(/fonts/Gotham/GothamHTF-Bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url(/fonts/Gotham/GothamHTF-Black.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url(/fonts/Gotham/GothamHTF-Book.otf) format("opentype");
    font-weight: 200;
    font-style: normal;
}


body{
    background: #E5E5E5;
    /* font-family: 'gothamhtf-bold-webfont', Arial, sans-serif ; */
}
#container{
    position: relative;
    width: 100%;
    height: 246px;
    /*background: #004088;*/
    background: linear-gradient(180deg, #004088 0%, #001A46 100%);
}
#dentroContainer{
    position: relative;
    width: 800px;
    height: 260px;
    margin-left: 43%;
}
#programaPrincipal{
    top: 41%;
    width: 64%;
    position: relative;
    float: left;
    /* margin: 0 auto; */
    left: -45%;
    font-size: 66px;
    line-height: 63px;
    font-family: 'Gotham';
    font-weight: bold;
    color: #FFFFFF;
}
#VectorPrincipal{
    position: relative;
    float: left;
    top: 2%;
    /* margin-left: 40%; */
    /* float: left; */
}
#boxTitle{
    position: relative;
    /* float: left; */
    width: 590px;
    height: auto;
    margin-left: 34%;
    margin: 0 auto;
    margin-top: 3%;
}
#title{
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: #001A46;
    position: relative;
    float: left;
    /* top: 30%; */
    margin-left: 9%;
}
#radiosBox{
    position: relative;
    float: left;
    max-width: 88%;
    /* width: fit-content; */
    height: auto;
    margin-left: 6%;
    margin-bottom: 7%;
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.radios{
    position: relative;
    /* float: left; */
    width: 136px;
    margin-left: 12px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #container{
        position: relative;
        width: 100%;
        height: 150px;
        /*background: #004088;*/
        background: linear-gradient(180deg, #004088 0%, #001A46 100%);
    }
    #dentroContainer{
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: 0%;
    }
    #programaPrincipal{
        position: absolute;
        top: 41%;
        width: fit-content;
        /* position: relative; */
        float: left;
        /* margin: 0 auto; */
        left: 50%;
        transform: translateX(-50%);
        /* margin-left: 6%; */
        font-size: 29px;
        line-height: 63px;
        font-family:
        'Gotham';
        font-weight: bold;
        color: #FFFFFF;
    }
    #VectorPrincipal{
        position: relative;
        background-size: contain;
        width: 39%;
        float: left;
        top: 2%;
        left: 50%;
        height: -webkit-fill-available;
        transform: translateX(-50%);
        /* margin: 0 auto; */
        /* margin-left: 14%; */
        /* float: left; */
    }
    #boxTitle{
        position: relative;
        float: left;
        width: 100%;
        height: fit-content;
        margin-left: 0;
    }
    #title{
        font-family: 'Gotham';
        font-weight: normal;
        font-size: 22px;
        line-height: 41px;
        color: #001A46;
        position: relative;
        float: left;
        width: fit-content;
        /* top: 30%; */
        /* margin-left: 7%; */
    }
    #radiosBox{
        position: relative;
        float: left;
        width: 95%;
        height: auto;
        /* margin-left: 3%; */
        /* margin-bottom: 5%; */
    }
    .radios{
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .mobileBoxes{
        position: relative;
        float: left;
        width: 30%;
        height: 23%;
        margin-left: 2%;
        margin-top: 3%;
    }



}