/* Add here all your css styles (customizations) */

@font-face {

    font-family: "Playball";

    src: url(../assets/font/Playball-Regular.ttf) format("truetype");

}

@font-face {

    font-family: "Lobster";

    src: url(../assets/font/Lobster14.otf) format("opentype");

}

.cardIntro{
    background: rgba(0,0,0,0.90);
    padding: 40px;
    border-radius: 10px;
    height: auto;
    width: 400px;
}

.cardCte{
    padding: 150px 0;
    width: 415px;
    color: #fff;
}

.borderTelas{
    border: 1px solid #6488c5;
}

.imgPc{
    position: absolute;
    background-size: cover;
    /* width: 100%; */
    width: 100% !important;
}

.borderLiPlanos{
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 7px;
}

.text-success{
    color: #72c02c !important;
}

.btn-success{
    background-color: #74C52C !important;
    border-color: #74C52C !important;

}
.btn-success:hover{
    background-color: #72c02c !important;
    border-color: #63ce03 !important;
}

.countdown{
    background: url(../assets/img/countdown.jpg) no-repeat fixed center top/cover;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #fff;
}

.underlineAzul{
    text-decoration: underline;
    text-decoration-color:#6488c5;
}

.numberCount{
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 3px 4px #000;
}

.textIntro{
    font-weight: 700;
    text-shadow: 2px 3px 4px #000;
}

.btn-outline-success{
    color: #74C52C !important;
    border-color: #74C52C !important;
}
.btn-outline-success:hover{
    color: #fff !important;
    background-color: #74C52C !important;
}

.inputMenor{
    height: 50px !important;
}

.inputMaior{
    height: 120px !important;
}

.d-mob-none{
    display: none;
}

#mainNav .navbar-toggler{
    background-color: #212529;
}

#mainNav .navbar-toggler:focus{
    outline: none !important;
    color: #00d0ff !important;
}


.flash{
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes flash{
    0% {
        background: #132658;
    }
    50%{
        background:#6a90ce;
    }
    100%{
        background: #132658;
    }
}


@media (max-width: 756px) {
    header.masthead{
        padding-top: 3.5rem;
    }

    .cardIntro{
        width: 100%;
    }

    .text30px{
        font-size: 30px !important;
    }

    .pd-mob{
        padding: 2rem 0 !important;
    }

    .countdown{
        height: 400px !important;
    }

    .modal-dialog{
        margin: 0 !important;
    }

    .modal-content{
        width: 100% !important;
    }

    .telEmail{
        font-size: 16px;
        margin: auto;
    }

    
}

@media (max-width: 996px) {
}

@media (max-width: 1366px) {
    .inputMenor{
        height: 30px !important;
    }

    .inputMaior{
        height: 90px !important;
    } 

}

@media (min-width: 1367px) {
    .cardIntro{
        /* padding: 17px;
        border-radius: 10px; */
        height: 600px;
        margin-bottom: 200px !important;
        width: 550px;
        margin-left: 80px !important;
    }

    header.masthead{
        padding-top: 10rem !important;
    }
}





/* Bootstrap hidden */
@media (max-width: 767px) {

    .hidden-xs,
  
    tr.hidden-xs,
  
    th.hidden-xs,
  
    td.hidden-xs {
  
      display: none !important;
  
    }
  
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
  
    .hidden-sm,
  
    tr.hidden-sm,
  
    th.hidden-sm,
  
    td.hidden-sm {
  
      display: none !important;
  
    }
  
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
  
    .hidden-md,
  
    tr.hidden-md,
  
    th.hidden-md,
  
    td.hidden-md {
  
      display: none !important;
  
    }
  
  }
  
  @media (min-width: 1200px) {
  
    .hidden-lg,
  
    tr.hidden-lg,
  
    th.hidden-lg,
  
    td.hidden-lg {
  
      display: none !important;
  
    }

    .d-mob-none{
        display: block !important;
    }
  
  }
  


  .cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: -12px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 26px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.alert-fretebras-div {
    position: absolute !important;
    width: 80%;
    margin: 0 10%;
    top: 90px;
    z-index: 99;
    margin-bottom: 20px;
    text-align: left;
    color: black;
    border-radius: 15px;
}
.alert-fretebras-div a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
@media (max-width: 950px) {

    .alert-fretebras-div {
        position: unset !important;
        top:0;
        margin: 0 5%;
        width: 90%;
    }
}
@media (min-width: 950px) and (max-width:1367px) {
    .cardIntro{
        /* padding: 17px;
        border-radius: 10px; */
        height: 600px;
        margin-bottom: 200px !important;
        width: 550px;
        margin-left: 80px !important;
    }

    header.masthead{
        padding-top: 10rem !important;
    }
}