@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');

/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    overflow-x: hidden!important;
    background-color: #ededf5;
    font-family: 'Raleway', sans-serif;
}

.quote {
    font-size: 19px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-style: italic;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.txt-placeholder {
    color:white !important;
}

/*==========================================================

                    2. START NAVBAR & HEADER

===========================================================*/

/**************** Start NAVBAR **************/

.nav {
    height: 60px;
    width: 100%;
    position: fixed;
    background-color: #8d0009;
    z-index: 99;
}

.nav .logo{
    position: absolute;
    top: 5px;
    left: 40.5vw;
    height: 50px;
    width: 212px;
}

.nav .left-nav {
    position: absolute;
    right: 5%;
    top: 11px;
}

.nav .left-nav a {
    cursor: pointer;
    padding-right: 10px;
    color: #40454a;
    text-decoration: none;
    font-weight: 500;
}

.nav .left-nav a:hover {
    text-decoration: underline;
}

.nav .hire {
    display: inline-block;
    margin: 20px;
}

.nav .hire a{
    text-decoration: none!important;
    width: 50px;
    height: 20px;
    background-color: #002e44;
    padding: 8px 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #ededf5;
    cursor: pointer;
}

.nav .menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #FFF;
    transform: translate3d(-200px, 0, 0);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.active-nav .menu {
    transform: translate3d(0,0,0);
} 

.nav .menu ul {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu ul li {
    margin: 15px auto 10px;
    transition: all .6s ease-in-out;
}

.nav .menu ul li a {
    text-decoration: none;
    color: #8d0009;
}

.nav .menu ul li.active {
    border-bottom: 1px solid rgba(64,69,74,0.7);
}

.nav .menu ul li.active,
.nav .menu ul li a:hover {
    opacity: 0.7;
    width: 35%;
    padding-bottom: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu input[type="search"] {
    border: 1px solid #40454a;
    background-color: transparent;
    padding: 6px;
    width: 160px;
    display: block;
    text-align: center;
    margin: 33px auto;
}

.nav .menu a {
    text-decoration: none;
    color: #40454a;
    opacity: 0.7
}
.nav .menu a:hover {
    opacity: 1;
}

.nav .menu a i {
    margin: 30px 15px;
    cursor: pointer;
}

.nav .nav-toggle-btn {
    display: block;
    position: absolute;
    left: 200px;
    text-decoration: none;
}
.nav h3 {
    cursor: pointer;
    font-size: 18px;
    color: #f8f9fc;
}

/**************** End NAVBAR **************/

/**************** Start HEADER **************/

.header {
    background-image: url("../images/background-1900.png");
    background-size: cover;
    height: 100vh;
    width: 100%;
    text-align: center;
    color: #8d0009;
}

.header .overlay-header {
    height: 100vh;
    width: 100%;
    position: absolute;
}

.header .info {
    padding-top: calc( (100vh /2) - 200px );
    padding-left: calc( (100vh /3));
    position: relative;
}

.header .info h1 {
    font-size: 60px;
    font-weight: 900;
}

.header .info p {
    margin: auto 10%;
    font-size: 18px;
    font-weight: 600;
}

.header .info a {
    text-decoration: none;
    color: #ededf5;
    display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    background-color: #002e44;
    letter-spacing: 2px;
    font-size: 13px;
}

.header a i {
    text-decoration: none;
    color: #8d0009;
    display: inline-block;
    position: absolute;
    left: 49vw;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    animation: translate 2.5s ease-in-out infinite;
}

@keyframes translate {
    0% {
      opacity: .9
    }
    50% {
     -webkit-transform: translateY(12px)  scale(1);
      opacity: 0.3;
    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .6;

    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .9;

    }
}

.header a i.one {
    bottom: 35px;
}
.header a i.two {
    bottom: 24px;
}
.header a i.three {
    bottom: 13px;
}

.header .info .app-store {
    margin-top: 120px;
}

.header .info .app-store .btn-default {
    color: #8d0009;
    background: none;
    border-color: #8d0009;
    border-width: 0.23em;
}

.header .info .app-store a i {
    all: initial;
    color: #8d0009;
    font: normal normal normal 18px/1 FontAwesome;
}

.header .info .app-store a.btn {
    margin: 5px 5px 0 5px;
}

fa-tablet:before {
    content: "\f10a";
}

.fa {
    color: #8d0009;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

/**************** End HEADER **************/


/*==========================================================

                    3. START ABOUT SECTION

===========================================================*/

.about {
    padding: 70px 0;
    text-align: center;
    position: relative;
    background-color: #8d0009;
    color: white;
    z-index: 0;
}

.about .bg-about {
    background-image: url("http://placehold.it/600x416");
    background-repeat: no-repeat;
    height: 100%;
    width: 590px;
    position: absolute;
    right: 0px;
    top: 20.5%;
}

.about .info {
    position: relative;
}

.about .info h2 {
    margin-top: 45px;
    font-size: 35px;
    margin-bottom: 10px;
    color: white;
}

.about .info img {
    margin-bottom: 34px;
    width: 133px;
}

.about .info p {
    text-align: left;
    color: white;
    line-height: 1.7;
    margin: auto 55px;
    font-size: 18px;
}


.about .info a {
    text-decoration: none;
    width: 50px;
    height: 20px;
    background-color: #002e44;
    padding: 8px 30px;
    text-align: center;
    letter-spacing: 5px;
    color: #ededf5;
    cursor: pointer;
}

/*==========================================================

                    4. START SERIVES SECTION

===========================================================*/

.miss {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: white;
    color: #8d0009;
}

.miss .info img {
    margin-bottom: 34px;
    width: 133px;
}

.miss .info {
    position: relative;
}

.miss .info h2 {
    margin-top: 45px;
    font-size: 35px;
    margin-bottom: 10px;
}

.miss .info p {
    text-align: left;
    line-height: 1.7;
    margin: auto 55px;
    font-size: 18px;
}


.serv {
    position: relative;
    text-align: center;
    padding: 70px 0;
    background-color: #8d0009;
    color: white;
    z-index: 1;
}

.serv .title h2 {
    font-size: 35px;
}

.serv .title p {
    margin: 18px 33% 50px;
    font-size: 17px;
    line-height: 1.6;
}

.serv .title img {
    margin-bottom: 34px;
    width: 133px;
}

.serv .info img {
    width: 50px;
}

.serv .info p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.miss .info2 {
    position: relative;
}

.serv .info2 p {
    text-align: left;
    line-height: 1.7;
    margin: auto 55px;
}

.serv .info2 img {
    width: 450px;
    margin-top: 25px;
}

.serv .info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2e6da4;
}

.serv .key-feature {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2e6da4;
}
    
.serv .info h4 {
    font-size: 24px;
    padding: 10px;
}


/*==========================================================

                    5. START TEAM SECTION

===========================================================*/
.team {
    padding: 70px 0;
    background-color: #8d0009;
    color: white;
}

.team .title h2 {
    font-size: 35px;
}

.team .title img {
    width: 133px;
}

.team q {
    line-height: 1.7;
    margin: 25px 26% 50px;
}

.team .card {
    position: relative;
    max-width: 355px;
    max-height: 455px;
    border-radius: 6px;
    margin: auto;
    background-color: transparent;
}

.team .team1 {
    margin-bottom: 39px;
}

.team .team2 .card {
    margin: 0 auto 40px;
}

.team .card img{
    border-radius: 6px;
    max-width: 100%;
}

.team .card .title-team {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 78px;
    border-radius: 6px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card h3 {
    font-size: 25px;
    margin: 12px 0px 4px;
    color: #8d0009;
}

.team .card span {
    font-size: 15px;
    color: #8d0009;
}

.team .card .social-media {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    height: 74%;
    width: 100%;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card .social-media a {
    color: #333;
}

.team .card .social-media .fa-dribbble {
    top: 5%;
    left: 50%;
    position: absolute;
}

.team .card .social-media .fa-twitter {
    top: 14%;
    left: 40%;
    position: absolute;
}

.team .card .social-media .fa-facebook {
    top: 14%;
    right: 37%;
    position: absolute;
}

.team .card .social-media .fa-tumblr {
    top: 24%;
    left: 51%;
    position: absolute;
}

.team .card .social-media hr {
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    right: 33%;
    bottom: 0;
    border: 1px solid #333;
    width: 102px;
}

.team .card .social-media hr:nth-of-type(2){
    transform: rotate(-45deg);
}

.team .card:hover .social-media {
    opacity: 1
}

.team .card p {
    opacity: 0;
    font-size: 13px;
    padding: 0 10px;
    color: #8d0009;
    padding: 12px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card:hover p {
    opacity: 1;
}

.team .card:hover .title-team {
    height: 355px;
}





/* Start Map */

.google-wrapper {
    position: relative;
}

#google-map,
.contact iframe {
    border: 0;
    width: 100%;
    height: 390px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
      -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.scrolloff {
    pointer-events: none;
}

.maps {
    padding: 0!important;
}

/* End Map */

/*==========================================================

                    10. START FOOTER

===========================================================*/


footer {
    background-color: white;
    background-size: cover;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
    width: 100%;
    color: #8d0009;
}

footer .container {
    padding: 70px 0
}

footer .overlay-footer {
    height: 100%;
    width: 100%;
    position: absolute;
}

footer .logo {
    margin-top: -5px;
    margin-bottom: 20px;
}

footer p {
    margin: 0px 20px 19px 0;
}


footer ul li {
    text-decoration: none;
    padding: 1px 0;
    color: #8d0009;
}

footer ul li a {
    text-decoration: none;
    color: #8d0009;
}

footer ul li a:hover {
    text-decoration: none;
    color: black;
}

footer .conta li {
    padding: 2px 0;
}


.copyright {
    padding: 20px 0;
    background-color: #8d0009;
    color: white;
    text-align: center;
    font-size: 14px;
    letter-spacing: .4px;
}

/* Start ScrollTop */

.scrolltop {
    position: relative;
    display: none;
}

.scrolltop i {
    z-index: 999;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

/* End ScrollTop */

/* Start Loading */

.loading-overlay {
    background: #FFF;
    color: #444;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: calc((100vh / 2) - 20px);
}

.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

