/*

Feito por Daniel Guilhermino

*/

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

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

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


body {padding:0; margin: 0}


a {
	color: unset !important;
}

h4, h3 {
	color: white;
	padding-bottom: 30px;
}

td {
	font-size: 14px;
}

.logomarca {
	width: 170px;
	padding-top: 6px;
}

#principal{
	height: 100vh;
}

#Capa:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/foto_principal3.jpeg);
    width: 100%;
    /*height: 87vh;*/
    height: 100vh;
    opacity: 0.5;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.botton-social li {
    /* background-color: #1a7078; */
    display: inline-block;
    float: left;
    margin: 0 7px;
    padding: 0 5px;
    position: relative;
    font-size: 22px;
    line-height: 19px;
}

.botton-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.botton-social li:before {
    /* border-bottom: 10px solid #1a7078; */
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0; 
}

.botton-social li:after {
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    /* border-top: 8px solid #1a7078; */
    bottom: -8px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0; 
}

.botton-social li a {
    display: inline-block;
    font-size: 22px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


.insta {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.face {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.twitter {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.email {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo-rodape {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

.Contato-C {
    height: 50px;
    font-family: Poppins-Medium;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    color: white;
  }

.Descript {
    height: 92px;
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: white;
  }

footer {
    /* position: fixed; */
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    width: 100%; 
    background-color: white; 
    height: 80px; 
    /* padding-left: 150px; 
    padding-right: 150px;  */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.nav-fixed {

    width: 100%; 
    /*background-color: white; */
    height: 100px; 
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);*/
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 1;
  }

.nav-fixed.scrolled {
  background-color: white;
  transition: background-color 100ms linear;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.nav-link > span:hover { 
    background-color: #ff9248;
    color: white;
    padding: 8px;
    opacity: 1;
}

.nav-link {
    padding: 30px 10px !important;
    font-family: Poppins-Bold;
    color: black;
    font-size: 20px;
}

.nav-link-lang {
  padding: 20px 10px !important;
}

.full_color {
    width: 120px;
    /* height: 35px; */
}

.chamada-capa {
  color: black;
  font-weight: 900;
  font-size: 3vw;
  font-family: Poppins-Bold;
  width: 70%;
}

.sub-chamada {
  color: black;
  font-weight: 600;
  font-size: 1.7vw;
  font-family: Poppins-SemiBold;
  /*width: 58%;*/
  /*font-style: oblique;*/
}

.chamada-intro {
  color: black;
  /*font-weight: 900;*/
  font-size: 1.8vw;
  font-family: sans-serif;
  width: 100%;
  text-align: justify;
  top: 15%;
  position: absolute;
}

.Img-Servicos{
  max-width: 100px;
}

/* #Capa {
    width: 100%;
    height: 80vh;
    margin: 0;
}

#Capa img{
    opacity: 0.3;
} */

.text-dark {
  font-size: 21px !important;
  line-height: .8 !important;
}

.text-muted{
  padding-top: 10px;
}

.mb-auto{
    max-height: 180px;
    text-align: justify;
    padding-top: 15px;
}

.mb-0 {
  min-height: 66px;
}

#Intro, #Services, #Blog {
  padding-bottom: 80px;
}

.nav-fixed-mobile {
  display: none;
  width: 100% !important;
  height: 110px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.pos-logo {
  padding-top: 5px; 
  padding-right: 30px; 
  padding-left: 110px;
}

#myNav {
  display: none;
  width: 100%
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1.1px;
  text-align: center;
  color: var(--white);
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 4px;
  right: 40px;
  font-size: 38px;
}

.titulo-setor {
  font-family: Poppins-Bold;
  font-size: 36px;
  /* font-style: italic; */
  border-bottom: 4px solid black;
  max-width: 215px;
}

.img-blog {
  width: 250px !important;
  height: 255px !important;
}

.foto-servico {
	width: 400px;
	-webkit-border-top-left-radius: 23px;
	-webkit-border-top-right-radius: 230px;
	-webkit-border-bottom-right-radius: 23px;
	-webkit-border-bottom-left-radius: 150px;
	-moz-border-radius-topleft: 23px;
	-moz-border-radius-topright: 230px;
	-moz-border-radius-bottomright: 23px;
	-moz-border-radius-bottomleft: 150px;
	border-top-left-radius: 23px;
	border-top-right-radius: 230px;
	border-bottom-right-radius: 23px;
	border-bottom-left-radius: 150px;
}

.foto-servico-esquerda {
	width: 400px;
	-webkit-border-top-left-radius: 265px;
	-webkit-border-top-right-radius: 41px;
	-webkit-border-bottom-right-radius: 280px;
	-webkit-border-bottom-left-radius: 285px;
	-moz-border-radius-topleft: 265px;
	-moz-border-radius-topright: 41px;
	-moz-border-radius-bottomright: 280px;
	-moz-border-radius-bottomleft: 285px;
	border-top-left-radius: 265px;
	border-top-right-radius: 41px;
	border-bottom-right-radius: 280px;
	border-bottom-left-radius: 285px;
}

#Services {
	padding-top: 92px;
}

#About {
	padding-top: 92px;
    background-color: #ff8200;
    padding-bottom: 100px;
    clip-path: polygon( 0 0, 100% 10%, 100% 100%, 0% calc(100% - 7vw) );
}

#Embarcacoes {
	padding-top: 92px;
	height: 800px;
	margin-bottom: 35px;
	background-color: #154734;
    /* padding-bottom: 142px; */
    clip-path: polygon( 0 10%, 100% 0, 100% 100%, 0% calc(100% - 7vw) );
}

.secoes{
	font-family: sans-serif;
    font-size: 34px;
    text-decoration: underline;
    text-align: center;
    color: white;
    font-weight: 900;
}

.servicos {
	font-family: sans-serif;
	text-align: justify;
    font-size: 19px;
}

.aboutus {
	font-family: sans-serif;
	text-align: justify;
	color: white;
	font-size: 15px;
}

.aboutus2 {
	font-family: sans-serif;
	text-align: justify;
	text-align: center;
	color: white;
	font-size: 18px;
	/*padding-left: 20px;*/
}

.politicas {
  text-align: justify;
  color: white;
}

#pills-tab2 .nav-link {
    padding: 17px 20px !important;
    font-family: Poppins-Bold;
    color: black;
    font-size: 15px;
}
#pills-tab2 .nav-item {
    color: white;
}



h3 {
	color: #154734;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: white !important;
}

.table td, .table th {
	color: white !important;
}

#pills-tab {
	padding-top: 40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 42px;
    height: 35px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1.5;
}

#sub {
	width: 70% !important;
}


#politicas-main {
    padding-top: 79px;
    height: 1090px;
    background-color: #135637;
    clip-path: polygon( 6% 14%, 100% 7%, 100% 100%, 0% calc(100% - 7vw) );
}
/*section .wave.wave1 {
	animation: animate 30s linear infinite;
	z-index: 1000;
	opacity: 1;
	animation-delay: 0s;
	bottom: 0;
}
@keyframes animate {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 1000px;
	}
}*/


@media (min-width: 1441px){
    
    .nav-link {
      padding: 30px 20px !important;
    }
    .chamada-intro {
      font-size: 1.2vw !important;
    }
    .chamada-capa {
      font-size: 2.3vw !important;
    }
}

@media screen and (max-width: 600px) {
  .nav-fixed{
    display: none;
  }
  .nav-fixed-mobile {
    display: block;
  }
  #myNav {
    display: block;
  }
  footer{
    height: 100% !important;
  }
  .chamada-intro {
    color: black;
    font-weight: 900;
    font-size: 3.8vw;
    font-family: Poppins-Regular;
    width: 100%;
    text-align: justify;
    top: 20%;
    position: unset;
  }
  .chamada-capa {
    font-size: 5vw !important;
  }
  .Rodape {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 360px) {
  .pos-logo {
    padding-top: 7px !important;
    padding-right: 5px !important;
    padding-left: 80px !important;
  }
  .overlay .closebtn {
    top: 2px !important;
    right: 40px !important;
  }
}

@media screen and (max-width: 440px){

  .table-responsive {
  	padding-top: 25px;
  }
  #Capa:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/foto_principal3.jpeg); 
    width: 100%;
    height: 100vh;
    opacity : 0.5;
    z-index: -1;
    background-position: top;
  }
  .chamada-capa {
    color: black;
    font-weight: 900;
    font-size: 22px !important;
    font-family: sans-serif;
    width: 100%;
  }
  .sub-chamada {
	  color: black;
	  font-weight: 600;
	  font-size: 17px;
	  font-family: sans-serif;
	  width: 80% !important;
	  /*font-style: oblique;*/
	}
  .nav-link-lang {
    padding: 0px 10px !important;
  }
  .foto-servico {
	width: 236px;
	border-top-left-radius: 230px;
    border-top-right-radius: 230px;
    border-bottom-right-radius: 230px;
    border-bottom-left-radius: 230px;
    height: 236px !important;
	}
  .foto-servico-esquerda {
	width: 200px;
	}
 
 #about-desc {
 	padding-top: 15px;
 }

  #About {
    clip-path: polygon( 0 0, 100% 7%, 100% 100%, 0% calc(100% - 7vw) );
	}
  #Embarcacoes{
  	    height: 1025px;
  	    clip-path: polygon( 0 7%, 100% 0, 100% 100%, 0% calc(100% - 7vw) );
  }
  #Services, #About, #Embarcacoes {
    padding-top: 105px!important;
  }
}

@media (min-width: 1920px){
	#principal{
		height: 71vh;
	}

	#Capa:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/foto_principal.jpeg);
    width: 100%;
    /*height: 87vh;*/
    height: 71vh;
    opacity: 0.5;
    z-index: -1;
    /*margin-left: 15px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	.aboutus {
	    font-size: 18px;
	}
	#sub {
		width: 95% !important;
	}

}