#terminosDeUso{width:100%;float:left;margin-top:100px;text-align:justify;padding:100px
0px}#terminosDeUso
h1{width:100%;float:left;color:#ED1C25}h3,h4{text-align:left}#terminosDeUso
li{color:black !important}


@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.otf");
}

@font-face {
    font-family: "GothamBold";
    src: url("../fonts/GothamBold.ttf");
}

@font-face {
    font-family: "GothamBook";
    src: url("../fonts/GothamBook.ttf");
}

@font-face {
    font-family: "GothamMedium";
    src: url("../fonts/GothamMedium.ttf");
}

body{
    margin: 0px;
}

.content-contact{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:30px;
    margin: 26px 0px;
}

.bannerPrincipal{
    margin-top: 76px;
}

.text-square {
    max-width: 350px !important;
}

.form h1{
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-size: 30px !important;
    font-family: 'GothamBook' !important;
    font-weight: 700 !important;
}


.form-body h3{
    font-family: 'GothamBook' !important;
    font-weight: 100;
    font-size: 1.17em !important;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: 'GothamBook' !important;
}

.text-square p{
    margin-block-start: 0px !important;
    text-align: justify;
    font-family: 'GothamBook' !important;
    line-height: 1.1 !important; 
}

.text{
    font-size:  17px;
    color: #171717;
}

.form{
    color: #fff;
    max-width:350px;
    min-width:350px;
    max-height:445px;
    min-height:445px;
}

.form-header{
    background-color: #ff1212;
    padding: 16px 0px 18px 0px;
    text-align: center;
    border-radius: 18px 18px 0px 0px;
}

.form-body{
    background-color: #008000;
    padding: 6px 30px 0px 30px;
    border-radius: 0px 0px 18px 18px;
}

.text-form{
   margin-top: 30px
}

.pb-field{
    margin-bottom: 35px;
}

input {
    min-width: 100%;
    background-color: #ffF;
    padding: 10px 20px 9px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: black !important;
}

input::placeholder {
    font: 18px/6 sans-serif;
    color: #b4b4b4;
}

#myForm > button{
    text-align: center;
    min-width: 100%;
    border: 1px solid #ff1212;;
    background-color: #ff1212;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 0px 12px;
    margin-top: 4px;
}

.packStory{
    position: relative;
}

.iconDowloadApp{
    width:120px
}

.dowload{
    display: block;
    position: absolute;
    top: 59%;
    left: 61%;
}

.videoContainer{
    margin-left: 26.4vw;
    transform: translate(-18.2%);
}

@media (max-width:1200px){
    .dowload{
        top: 55%;
    }
}

@media (max-width:960px){
    .dowload{
        top: 55%;
    }
    .iconDowloadApp{
        width:80px
    } 
}

@media (max-width:767px){
    .bannerPrincipal{
        margin-top: 34px;
    }
}

@media (max-width:670px){
    .dowload{
        top: 48%;
    }
}

@media (max-width:560px){
    .dowload{
        top: 60%;
    }
    .dowload br {
        display: none;
    }
    .iconDowloadApp{
        width:60px
    } 
}

@media (max-width:500px){
    .videoContainer {
        margin-left: 17vw !important;
        transform: translate(-10%) !important;
    }

    .dowload{
        top: 58%;
    } 
}

@media (max-width:360px){
    .content-contact{
        margin: 26px 20px;
    }
    .form {
        min-width: 280px !important;
    }
    .imgCel{
        width: 100%;
    }
    h1{
        margin-block-start: 0em !important;
        margin-block-end: 0em !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
        font-size: 24px;
    }
    .iconDowloadApp{
        width:50px
    }
    .dowload{
        top: 55%;
    } 
}
