@font-face {
    font-family: CaviarDreams;
    src: url("../fonts/CaviarDreams.ttf") ;
}

@font-face {
    font-family: CaviarDreamsBold;
    src: url("../fonts/CaviarDreams_Bold_0.ttf") ;
}]


@font-face {
    font-family: CaviarDreamsItalic;
    src: url("../fonts/CaviarDreams_Italic_0.ttf") ;
}

@font-face {
    font-family: CaviarDreamsBoldItalic;
    src: url("../fonts/CaviarDreams_BoldItalic_0.ttf") ;
}

.f-caviar {
    font-family: CaviarDreams  ;
    font-size: 47px;
    color: #E8171E;
    margin: 15px 0px 15px 0px;
}
.f-caviar2 {
    font-family: CaviarDreams  ;
    font-size: 27px;
    color: #6ea6f5;
}

.tt-overflow {
    background: rgba(27, 90, 161, 0.8)
}

.tt-vs-xs {
    margin-top: 5px;
}

.tt-vs-xlg {
    margin-top: 20px;
}

p {
    line-height: 1.2;
    color: #61584C;
}

h1 {
    margin-bottom: 16px;
    margin-top: 25px;
    font-size: 35px;
}

#coach-menu {
    background: url(../img/bkg-menu.png);
    background-size: contain;
    max-height: 100px;
}

#logo {
    margin-bottom: 0px;
    margin-left: -140px;
}

.imgLogo{
    max-width: 343px;
    width: auto;
}
.imgVacina{
    max-width: 440px;
    width: auto;
}


.fb-preview-content {
    margin-top: 100px !important;
}

.fb-album-preview {
    min-height: 500px;
}

.fb-album-container {
    margin-bottom: 30px;
}

.fb-album-heading {
    margin-left: -32px !important;
}

#send-contact{
    background: none!important;
    border: 0px;
}

footer {
    display: flex;
    background: url(../img/bkg-footer.png);
    background-size: contain;
    color: white;
    font-size: 15px;
    padding-bottom: 10px;
    height: 115px;
}

footer a, footer a:hover {
    text-decoration: none;
    text-transform: none;
    color: red;
}
footer .social{
    
}


footer .social-instagram, footer .social-facebook {
    height: 45px;
    width: 50px;
    display: block;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .social-instagram {
    background: url(../img/footer.png);
    background-position: 50px;
}

footer .social-facebook {
    background: url("../img/footer.png");
}

footer .about-the-site {
    margin-top: 20px;
    color: black;
}

#contact-form input, #contact-form textarea {
    background-color: #f2f2f2;
}

article {
    margin-top: 15px;
}

.tt-title {
    color: white;
    font-family: FuturaStdLight;
}

.tt-title-inverse {
    color: #57709b;
    font-family: FuturaStdLight;
}

.tt-bkg-blue {
    background: url("../img/bkg-blue.png");
    padding: 5px;
    max-height: 900px;
}

.tt-bkg-blue .container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
}


.home-card{
    margin: 0px;
    margin-left: -11px;
}

.home-card .card {
    border: none;
    margin: 0px;
}

.home-card .card-body {
    padding: 0.25rem;
}

#banner-security {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

#slider1_container {
    height: 650px !important;
}

@media (max-width: 885px) {
    .coach-about-1, .coach-about-2, .coach-about-3 {
        margin-top: 12%;
    }
    #logo {
        max-width: 250px;
        width: auto;
        margin-left: -100px;
        margin-top: -10px;
    }
    .tt-bkg-0 {
        background: none;
    }

    .hidden-md {
        display: none;
    }

    .fb-preview-content {
        margin-top: 100px !important;
    }

    .fb-album-preview {
        min-height: 200px !important;
    }


    footer {
        height: auto!important;
    }
}

@media (max-width: 576px) {
    #logo {
        max-width: 200px;
        width: auto;
        margin-left: -25px;
        margin-top: -15px;
    }



    .f-caviar {
        font-size: 25px!important
    }

    #powered-by {
        margin-top: 15px;
    }

    #introuction-my-self, #slider1_container {
        height: 300px !important
    }

    #introuction-my-self {
        background-position-x: -300px !important;
    }

    .fb-album {
        width: 100% !important !important;
    }

    #introuction-my-self-content p {
        background: rgba(181, 115, 65, 0.8);
        padding: 15px;
        margin-top: 350px
    }

    .coach-description-1 {
        height: 1620px;
    }

    .hidden-xs {
        display: none;
    }

    .tt-vs-xlg {
        text-align: center
    }

}

@media (max-width: 330px) {

    .coach-description-1 {
        height: 1800px;
    }
}

#introuction-my-self-content {
    color: white;
    float: right;
    margin-top: 140px;
    text-align: justify;
    opacity: 0.8;
    font-size: 20px;
    font-family: 'FuturaStdLight'
}

@media (min-width: 576px) {

    #coach-menu ul {
        justify-content: flex-end;
        margin: auto;
        
    }

    #powered-by {
        margin-top: 15%;
    }
}

.parsley-required, .parsley-errors-list {
    display: none;
}

.parsley-error {
    background: #d1d3d3 !important;
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

#powered-by {
    background: url(../img/assinatura1.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 75px;
    float: right;
    background-position-y: 22px;
}

#powered-by:hover {
    background: url('../img/assinatura2.png');
    background-repeat: no-repeat;
    width: 95px;
    height: 75px;
    float: right;
    background-position-y: 22px;
}
    .info {
        color: black;
    }


    }

.preview {
    cursor: pointer;
}

#projects-gallery img {
    margin-bottom: 30px;
}

#buttom-modal-close {
    width: 30px;
    height: 30px;
    background: url(../img/close.png);
    position: absolute;
    right: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 26px;
    cursor: pointer;
    border: 0px;

}

.btn-primary {
    background-color: #61584C !important;
    border: 1px solid white;
}

@media (max-width: 769px) {

    .track-works{
        margin-top: 80px;
    }

    #logo {
        max-width: 200px;
        width: auto;
        margin-top: -10px;


    }
    #vacina{
        max-width:200px;
        width: auto;
    }

    #navbarCollapse {
        height: 300px !important;
        max-width: 200px;
        margin-left: auto;

    }

    #coach-menu {
        background-size: auto;
        background-repeat-y: no-repeat;
    }

    .navbar-collapse {
        background-color: #008DD0;
    }

    .navbar-nav {
        margin-right: 10px !important;
    }

    iframe {
        width: 100% !important;
    }

    #footer-content {
        margin: 0 auto;
    }

}

.fb-album-title {
    background: #61584C !important
}

.navbar-dark .navbar-brand {
    color: #fff;
    padding: 9px;
    padding-top: 9px;
    margin-top: -8px;
}

.track-works {
    min-height: 200px;
    
    background-size: contain;
}


.work {
    color: white;
    top: 30px;
    margin-bottom: 0px;
    float: left;
}

.work .calendar-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
    max-height: 160px;
    width: 100%;
}

.services h3, .work h3 {
    margin: 10px 0px 00px 0px;
}

.services ul, .work ul {
    padding: 0px
}

.services h1, .work h1 {
    color: white;
    font-size: 21px;
    text-align: center;
}
.services h1:hover, .work h1:hover{
    color: black;
}
.services .link {
    background-color: #ED3237;
    padding-bottom: 15px;
}

.staffs h1 {
    color: white;
}

.no-padding {
    padding: 0px;
}

.construction-finished {
    color: #61584C;
    font-size: 15px;
}

.construction-finished .title{
    font-size: 20px;
}

.menu-home {
    height: 10px;
    width: 20px;
    background: url(../img/home.png) no-repeat;
    display: block;
    margin-top: 12px;
    margin-right: 10px;

}

.albumDetails {
    margin-top: 14px !important;
    margin-left: 4px !important;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 14rem;
    z-index: 10;
    background: white;
    color: black;
    opacity: 0.8;
    right: 0;
    padding: 10px;
    left: 44rem;
    border-left: 10px solid #243D58;
}


.carousel-caption p {
    font-size: 14px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    
    background-color: white;
}

.carousel-item > img {

    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
    width: auto;
    size: cover;
    position: center center;
     
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.0rem;
        font-size: 1.0rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
