/*!
Theme Name: Atlantimex
Theme URI: https://mecelis.com/
Author: Alvaro Mecelis
Author URI: https://alvaromecelis.com/
Description: Tema personalizado desenvolvido para Atlantimex
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Atlantimex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Atlantimex is based on Atlantimex https://atlantimex.com.br (C) 2020-2021
*/
@font-face{font-family:'TelefoneNORAMAL';src:url('TelefoneNORAMAL.eot');src:url('TelefoneNORAMAL.eot?#iefix') format('embedded-opentype'),
url('TelefoneNORAMAL.ttf') format('truetype');}

::-webkit-scrollbar-thumb:vertical { background: rgb(200 200 200); }
::-webkit-scrollbar-thumb:horizontal { background-color: rgb(200 200 200);}
::-webkit-scrollbar { width:10px; background: rgb(230 230 230); }

*{
	outline: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Segoe UI', Helvetica;
}
main{
	clear: both;
}
footer {
    clear: both;
    width: 100%;
    background: #093f56;
	text-align: center;
	padding: 0 0 10px;
}
a{
	text-decoration: none;
}
p {
    margin-bottom: 20px;
}
img, svg{
	max-width: 100%;
}
.conteudo-quemsomos ul {
    list-style: circle;
    margin: 0 0 0 30px;
}
.top-nav-soc {
    display: flex;
    background: linear-gradient(0deg, #0c1925, #112535);
    color: #FFFFFF;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}
header {
	background: url('https://atlantimex.com.br/wp-content/uploads/2024/10/bg-header.jpg');
	background-position: center center;
	background-size: cover;
}
.google-review {
	background: url(https://atlantimex.com.br/wp-content/uploads/2024/10/bg-header.jpg);
    background-position: center center;
    background-size: cover;
    width: 100% !important;
    margin: 0 auto;
    padding: 80px 30px;
}
.topo-selo{
	position: relative;
    overflow: visible;
    width: 30%;
	height: 150px;
    margin-right: auto;
}
.topo-traducoes{
	width: 30%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
.wp-block-image.selo-10-anos {
    width: 90px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
}
.custom-logo-link{
    display: inline-flex;
    height: 150px;
    align-items: center;
}
.custom-logo{
	width: 300px;
	height: auto;
}
.topo-midias-sociais{
	font-family: 'TelefoneNORAMAL';		
}
.social-header a{
	color: #ffffff;
}
.social-header{
    display: inline-flex;
	float: right;
	align-content: center;
    justify-content: center;
    align-items: center;
	height: 150px;
	font-size: 22px;
}
.fone-header{
	display: inline-flex;
    font-size: 18px;
}
.fone-header a {
    color: #FFFFFF;
}
.fone-header i{
	display: inline-block;
    width: 32px;
    text-align: center;
    margin: 0 0 0 20px;
}
.social-header i{
	display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 20px 0 0;
}
.fone-header .fa-phone-volume{
	transform: rotate(-45deg)
}
.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9995;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 90%);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    backdrop-filter: blur(10px);
}
.menu-open{
    display: none;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    font-size: 20px;
    transition: 0.2s;
}
.menu-open:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	margin: 0 10px;
}
.side-menu-wrapper {
    background: rgba(255,255,255,.96);
    padding: 0px 30px 30px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    transition: 0.5s;
    width: 350px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 999990;
    max-width: 100%;
}
.side-menu-wrapper > a.menu-close {
    height: 30px;
    line-height: 30px;
    color: #6B6B6B;
    display: block;
    font-size: 50px;
    text-decoration: none;
    text-align: right;
    margin: 20px 0 20px;
}
#sidemenu-bloco-cima img{
	height: auto;	
}
#sidebar-menu{
	list-style: none;
	margin-top: 20px;
}
#sidebar-menu a{
	display: block;
    padding: 10px 20px;
    box-shadow: inset -1px -1px 1px #00000011, inset 1px 1px 1px #ffffffff;
    color: #003a57;
	transition: 0.4s;
}
#sidebar-menu a:hover{
	background: #003a57;
    color: #FFF;
}
#primary-menu li{
	position: relative;
}
#primary-menu li ul{
	display: none;
	opacity: 0;
	position: absolute;
    top: 50px;
    left: 0;
    background: #093f56ee;
    z-index: 999;
    width: 420px;
	transition: 0.2s
}
#primary-menu li ul li{
	display: block;	
	border-top: 1px solid #FFFFFF33;
	transition: 0.2s
}
#primary-menu li ul li:hover{
	background: #FFFFFF33;
}
#primary-menu li:hover ul{
	display: block;
	opacity: 1;
}
#primary-menu i{
	font-size: 13px;
}
.menu-flutuante{
    width: 100%;
    background: #093f56;
    clear: both;
    height: 51px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 10px #00000066;
    position: relative;
    z-index: 1;
}
.menu-flutuante ul{
	display: flex;
    list-style: none;
    border-right: 1px solid #ffffff11;
    border-left: 1px solid #00000011;
    margin: 0;
}
.menu-flutuante ul li{
	display: inline-flex;
    border-left: 1px solid #ffffff11;
    border-right: 1px solid #00000011;
}
.menu-flutuante ul li a{
	display: block;
	padding: 15px 20px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
}
.menu-primary-container {

}
.area-pesquisa {
    float: right;
    display: flex;
    width: 230px;
    height: 50px;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
}
.container {
    display: block;
    width: 1280px;
    margin: 0 auto;
}
header .container {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 20px 0;
}
.overlay-light {
	overflow: auto;
    background: #FFFFFFEE;
}
.overlay-dark {
    overflow: auto;
    background: #222222BB;
}
.home-bloco-secao{
	position: relative;
	width: 100%;
    height: auto;
    overflow: auto;
	display: table;
}
.home-bloco-secao h3{
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 30px;
}
.home-bloco-secao h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #093f56;
}
.bloco-50 {
    width: 50%;
    min-height: 1px;
    display: inline-block;
    float: right;
}
.bloco-50.img-quemsomos{
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bloco-50.conteudo-quemsomos{
    padding: 80px 50px;
}
.bloco-50.conteudo-contatos{
	display: inline-flex;
    height: auto;
    width: 70%;
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 100px auto 100px;
    flex-wrap: wrap;
    flex-direction: row;
    backdrop-filter: blur(30px);
    background: #00000011;
    padding: 20px;
    border-radius: 5px;
    line-height: 30px;
    float: inherit;
}
.conteudo-contatos i{
	margin-right: 10px;
}
.conteudo-contatos .wp-block-columns{
	width:90%;
	margin: 0 auto 50px;
}
.titulo-home-contatos {
    position: relative!important;
    padding: 10px;
    background: #093f56AA;
    border-radius: 5px 5px 0 0;
	width: 100%;
}
.titulo-home-contatos:after{
	display: none;
}
.rodape-home-contatos {
    position: relative;
    background: #093f5611;
    margin: 0;
    padding: 30px 20px;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
    width: 100%;
}
.rodape-home-contatos .fa-phone-volume{
	transform: rotate(-45deg);
}
.bloco-50.conteudo-faleconosco{
	padding: 80px 100px 70px 0px;
}
.conteudo-faleconosco h3{
	background: #093f56AA;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.conteudo-faleconosco h3:after{
	display: none;
}
#bloco-conteudo-servicos{
	padding: 0;
    box-shadow: 0 0 5px #00000044;
	z-index: 1;
}
#bloco-conteudo-servicos i{
	display: block;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 70px;
    color: #093f56;
}
#bloco-conteudo-servicos{
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	font-size: 14px;
}
#bloco-conteudo-servicos .overlay-light{
	padding: 100px 0 50px;
}
#bloco-conteudo-faleconosco{
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	font-size: 14px;
}
#bloco-conteudo-faleconosco .overlay-dark{
	padding: 20px 0 0 0;
}
#bloco-conteudo-faleconosco .overlay-light{
	display: flex;
    align-items: center;
    justify-content: center;
}
#bloco-conteudo-faleconosco h3{
	color:#FFFFFF;
}
#bloco-conteudo-faleconosco p{
	color:#333333;
}
#bloco-conteudo-faleconosco a{
	color:#333333;
}
#bloco-conteudo-blog{
	background-image:url(https://atlantimex.com.br/dev/wp-content/uploads/2021/08/pexels-pixabay-262353-scaled.jpg);
	background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
#bloco-conteudo-blog .overlay-dark{	
	padding: 80px 0 100px;
    color: #FFFFFF;
}
.wp-block-button__link{
	background-color: #093f56 !important;
    color: #FFF !important;
}

/* ICI LOGO - INICIO */
#selo-dev-ici{
    width: 140px;
	transition: 0.4s;
	opacity: 0.6;
}
.ici0{stroke:#999999;stroke-width:0.25;stroke-miterlimit:10;fill:#FFF;}
.ici1{stroke:#999999;stroke-width:0.25;stroke-miterlimit:10;fill:#FFF;}
.ici3{fill:#FFF;}
.ici4{fill:#FFFFFFAA;}
#selo-dev-ici:hover{
	opacity: 1;
}
#selo-dev-ici:hover .ici0A{
	animation: anIci0A 4s infinite;
}
#selo-dev-ici:hover .ici0B{
	animation: anIci0B 4s infinite;
}
#selo-dev-ici:hover .ici0C{
	animation: anIci0C 4s infinite;
}
#selo-dev-ici:hover .ici3A{
	animation: anIci3A 4s infinite;
}
@keyframes anIci0A {
	0%   {fill: #FFF;}
	20%  {fill: #ed8840;}
	40%  {fill: #FFF;}
	60%  {fill: #FFF;}
	80%  {fill: #ed8840;}
	95%  {fill: #ed8840;}
	100% {fill: #FFF;}
}
@keyframes anIci0B {
	0%   {fill: #FFF;}
	20%  {fill: #FFF;}
	40%  {fill: #ed8840;}
	60%  {fill: #FFF;}
	80%  {fill: #ed8840;}
	95%  {fill: #ed8840;}
	100% {fill: #FFF;}
}
@keyframes anIci0C {
	0%   {fill: #FFF;}
	20%  {fill: #FFF;}
	40%  {fill: #FFF;}
	60%  {fill: #ed8840;}
	80%  {fill: #ed8840;}
	95%  {fill: #ed8840;}
	100% {fill: #FFF;}
}
@keyframes anIci3A {
	0%   {fill: #FFF;}
	20%  {fill: #FFF;}
	40%  {fill: #FFF;}
	60%  {fill: #FFF;}
	80%  {fill: #ed8840;}
	95%  {fill: #ed8840;}
	100% {fill: #FFF;}
}
/* ICI LOGO - FIM */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	padding: 4px 5px 4px 10px;
    border: 0;
    background: #FFF;
    border-radius: 8px;
    box-shadow: inset -1px -1px 1px #00000011, inset 1px 1px 1px #00000022;
}
.wp-block-search .wp-block-search__button{
	border-radius: 5px;
    background: #003a57;
    cursor: pointer;
}
.wp-block-search .wp-block-search__button .search-icon{
	fill: #FFF;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
#rpwwt-recent-posts-widget-with-thumbnails-2.rpwwt-widget ul li {
    float: left;
    display: inline-block;
    background: #ffffff00;
    text-align: center;
    padding: 15px;
    margin: 0.5%;
    width: 32.3%;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #ff3e001a;
    backdrop-filter: blur(10px);
}
#rpwwt-recent-posts-widget-with-thumbnails-2.rpwwt-widget ul li a {
    color: #00bcd4;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    max-width: 400px;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin: 10px auto !important;
    padding: 10px 0;
    line-height: 22px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-excerpt {
    padding: 0 15px;
}

.wpforms-field-row-block.wpforms-one-half {
	width: 49% !important;
    margin-left: 2% !important;
}
#wpforms-12055-field_0::placeholder, #wpforms-12055-field_0-last::placeholder, #wpforms-12055-field_1::placeholder, #wpforms-12055-field_3::placeholder, #wpforms-12055-field_2::placeholder{
    color: #000000AA;
}
#wpforms-12055-field_0, #wpforms-12055-field_0-last, #wpforms-12055-field_1, #wpforms-12055-field_3, #wpforms-12055-field_2{
	border: 1px solid #00000022;
    color: #333;
    backdrop-filter: blur(30px);
    background: #00000011;
    font-family: 'Segoe UI';
    font-size: 13px;
}
#wpforms-submit-12055 {
	background: #093f5611;
    border: 1px solid #00000022;
    color: #333;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 5px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
	color: #ff5722 !important;
}

article{
	margin-bottom: 40px;
}
.sideleft {
    width: calc( 70% - 60px);
    float: left;
    margin-right: 60px;
    margin-bottom: 40px;
}
.sideright {
    width: 30%;
    float: left;
    margin-bottom: 40px;
}
.post-imagem {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.header-blog {
	width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #dfe2e4;
    margin-bottom: 40px;
    background-image: url(https://atlantimex.com.br/dev/wp-content/uploads/2021/08/bg-header-blog.jpg);
    background-position: center -330px;
    background-attachment: fixed;
    background-size: cover;
}
.lista-conteudo-alpha{
	list-style: none;
	counter-reset: listStyle;
	margin-bottom: 20px;
}
.lista-conteudo-alpha li{
	margin-left: 1em;
  	counter-increment: listStyle;
}
.lista-conteudo-alpha li:before {
    margin-right: 1em;
  	content: counter(listStyle, lower-alpha) " )";
}
.servicos-items{
	overflow: auto;
}
.servicos-item{
    width: 31%;
    margin: 0.5%;
    display: inline-block;
    float: left;
    padding-top: 22%;
    position: relative;
    background-size: cover;
	margin-bottom: 60px;
}
.servicos-item a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-family: 'TelefoneNORAMAL';
    padding: 30px 40px;
    font-size: 17px;
	background: linear-gradient( -45deg, #ff980045, #000000AA );
}
.rodape{
	overflow: auto;
    background: #dfe2e4;
    padding: 50px 0 50px;
    margin-bottom: 20px;
	border-top: 5px solid #093f561a;
}
.rodape .coluna{
	display: inline-block;
	width: 25%;
	float: left;
	text-align: left;
    padding: 0 50px 0 20px;
}
.copyright{
	clear: both;
}
.rodape .coluna h3{
	text-align: left;
	font-family: 'TelefoneNORAMAL';
	color: #093f56;
	margin-bottom: 20px;
	margin-left: -20px;
}
.rodape .coluna h3:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 10px;
}
.rodape a{
	color: #093f56;
}
.rodape a:hover{
	color: #093f56;
}
@media (max-width: 1280px){
	.container{
		width:100%;
		flex-direction: column;
	}
	.topo-selo{
		display: none;
	}
	.topo-traducoes{
		width: auto;
		margin: 0;
	}
	.bloco-50{
		width: 100% !important;
		float: inherit;
		display: block;
		position: relative !important;
		padding: 20px !important;
	}
	.bloco-50.img-quemsomos{padding: 50% 0 0 0 !important;}
	.menu-open{display:block;}
	#primary-menu{display:none;}
	#bloco-conteudo-servicos, #bloco-conteudo-blog .overlay-dark{
		padding: 20px;
	}
	.bloco-50.conteudo-contatos{
		margin: 0;
		display: block;
		height: auto;
	}
	.titulo-home-contatos, .rodape-home-contatos{
		position: relative !important;
    	border-radius: 5px;
	}
	.rodape-home-contatos{
		font-size: 14px;
	}
	.topo-midias-sociais{
		margin: 0;
		width: 100%;
		line-height: inherit;
		text-align: center;
	}
	.fone-header{
		width: 100%;
		display: block;
		height: auto;
	}
	.fone-header a{
		line-height: 37px;
	}
	.social-header{
		width: 100%;
		display: block;
		height: auto;
		line-height: 60px;
	}
}
@media (max-width: 980px){
	.rodape .coluna{
		width: 100%;
	    padding: 0 10%;
	}
	#bloco-conteudo-servicos .overlay-light{
		padding: 0;
	}
	.servicos-item{
		display: block;
		width: 100%;
		margin: 5px 0 5px;
    	padding-top: 70%;
	}
	.rodape .coluna h3{
		margin-left: 0;
	}
	#bloco-conteudo-servicos{
		background-image: none !important;
	}
	.area-pesquisa{
		display: none;
	}
	.fone-header i{
		margin: 0;
	}
	.fone-header{
		margin: 15px 0 10px;
	}
	.custom-logo-link{

	}
	#sidebar-menu .sub-menu{
		list-style: none;
    	padding: 0 0 0 10px;
	}
	.wp-block-image.selo-10-anos {
    	display: none;
	}
	.home-bloco-secao{
		padding-top: 20px;
	}
}