@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
	margin:auto;
	padding:0;
	height:100%;
}

html { scroll-behavior: smooth;}

img {
    width: 100%;
}

/* /END RESET */
body {
	background: #e8e8ea top repeat-x;
    font-family: "Open Sans", sans-serif;
	font-size: 1rem;}

.header {    max-width: 960px;
    margin : auto;
}}

p {
	line-height: 150%;
	margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #2E4A74;
}

h1 {
    font-style: black; 
	font-size: 1.6rem;
    font-weight: 800;
	margin: 0 0 15px;
    color: #F7941D;
    text-transform: uppercase;
    text-align: center;
}

h2 {
	font-size: 18px;
	margin: 0 0 12px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0 0 12px;
	font-weight: normal;
}


h4, h5, h6 {
	margin: 5px 0 5px;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

a img {
	border: none;
	outline: none;
}

a {
	color: #363636;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
}

ul {  list-style-type: none;
    padding: 0;
    margin: 0;}
/* / */
	
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* /END CLEARFIX */

/* 
=====================================================
	Layout & Framework
===================================================== */






/* 
=====================================================
	HERO
===================================================== */


.hero-image {
    background-image: url("/img/hero.jpg");
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }




/* 
=====================================================
	//BANDEAU
===================================================== */

.bandeau {
    font-size: 1.2rem;
    width: 100%;
    margin: auto;
    background-image : linear-gradient(to right, #272726 , #585959);
    border-style: solid;
    border-width: 10px 0;
    border-color:#F7941D;
    position: relative;
}

.bandeau-bas { border-width : 10px 0px 0px 0px;
padding-bottom : 4rem;}

.contact-form {text-align : center;}
.contact-form a {color:#F7941D;
font-weight : 700;}
.contact-form a:hover {color :#c57718;}

.home-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 960px;
}

.home-body p{
    color : white;
    line-height: 1.8em;
    margin-top : 2em;
}

.home-body .english {
    font-style : italic;
    color : #AAA;
    margin-top : 2em;
}
/* 
=====================================================
	NAV
===================================================== */


.menu {

    text-transform: uppercase;
    letter-spacing: 0.3em;
    width: 100%;
    max-width: 960px;
    margin: 20px auto;
    position: relative;
    font-weight : 800;
}
.menu ul {
    text-align: center;
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.menu ul a {
    color: rgb(189, 189, 189);
    width: 25%;
    display: inline-block;
}
.menu ul a:hover {

    color: #fff;
}
#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}




/* 
=====================================================
	CONTAINER
===================================================== */

.container {
    max-width: 960px;
    margin: auto;
    background-color : white;
    padding : 2em;
    box-shadow: 0px 0px 25px #BBBBBB;
}

.english {
    font-style : italic;
    color : #AAA;
    margin : 2em 0;
}

.title ul {padding : 1rem 0 2rem 0;}

.title h1 {
text-align : left;
    }

.title li {
        position: relative;
        margin : 2rem 0;
        padding-left: 2rem;
    }

.title li:before {
            content: '';
            width: 22px;
            height: 22px;
            position: absolute;
            background-image: url("/img/bullet.png");
            background-size: cover;
            background-position: center;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .grid{
            padding: 6rem 0;
            gap: 2em;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
          }
          


          .grid-portolio-mini {
            font-weight: 700;
            text-align: center;
            padding: 1em;
            margin-bottom: 3em;
            gap: 2em;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        }


.video {
            opacity: 1;
            transition: .5s ease;
            backface-visibility: hidden;
          }        

.video:hover {opacity : 0.3;}

.contain {
    position: relative;
    width: 100%;
    max-width: 400px;
  }

  
  .contain:hover .overlay {
    opacity: 1
;
  }
  
  .icon {
    color: #333;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.7;
  }
  
  .icon:hover {
      opacity: 1;
	color: red;
}
/* 
=====================================================
	MEDIA QUERIES
===================================================== */

@media screen and (max-width: 960px) {
    .home-body {
        padding : 2rem;
    }

}

        @media screen and (max-width: 768px) {
            .menu {
                width: 100%;
                height: auto;
            }
            .menu ul {
                display: block;
                max-height: 0;
                overflow: hidden;
                -webkit-transition: max-height 0.3s;
                -moz-transition: max-height 0.3s;
                -ms-transition: max-height 0.3s;
                -o-transition: max-height 0.3s;
                transition: max-height 0.3s;
        
            }
            .menu ul a {
                text-align: left;
                width: 100%;
                height: 50px;
                background-color: #f1c40f;
                padding: 10px 0px 10px 5%;
            }
            .menu-icon {
                width: 100px;
                height: inherit;
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                line-height: 60px;
            }
            #menuToggle:checked ~ ul {
                max-height: 350px;
                /*Para fazer com que o menu saia da esquerda ou direita, você deve trocar max-height por max-width*/
            }
            .menu-icon i {
                font-size: 1.7em;
            }
        }
        
