/*!
Theme Name: MPE Tecnologia
Theme URI: http://mpe.co.mz
Author: Sidney Massingue - MPE
Author URI: http://mpe.co.mz
Description: Este template foi originalmente desenvolvido para o site oficial da empresa MPE - Tecnologia Lda.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mpe_wp
Tags: business, business-theme, mpe, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html{
	scroll-behavior: smooth;
}

:root{
    --corsec: #B4DDF0;
    --corpri: #011246;
    --corter: #068FCC;
    --corama: #FFC905;
    --coramah: #CC9C05;
}

/* CARREGAR FONTES */
@font-face{
	font-family: 'FRegular';
	src: url('font/Roboto-Regular.ttf');
}
@font-face{
	font-family: 'FBold';
	src: url('font/Roboto-Bold.ttf');
}
@font-face{
	font-family: 'FBlack';
	src: url('font/Roboto-Black.ttf');
}
@font-face{
	font-family: 'FAS';
	src: url('font/fa-solid-900.ttf');
}
@font-face{
	font-family: 'FAR';
	src: url('font/fa-regular-400.ttf');
}
@font-face{
	font-family: 'FAB';
	src: url('font/fa-brands-400.ttf');
}
/* CHAMAR FONTES */
body, .regular{
	font-family: 'FRegular';
}
.bold{
	font-family: 'Fbold';
}
.black{
	font-family: 'Fblack';
}
.fas{
	font-family: 'FAS';
}
.far{
	font-family: 'FAR';
}
.fab{
	font-family: 'FAB';
}

/*Cor do fundo*/
.fundopri{
	background-color: var(--corpri);
}
.fundosec{
	background-color: var(--corsec);
}
.fundoter{
	background-color: var(--corter);
}
.fundoama{
	background-color: var(--corama);
}
.fundoamah{
	background-color: var(--coramah);
}
/* Cor do texto */
.corpri{
	color: var(--corpri);
}
.corsec{
	color: var(--corsec);
}
.corter{
	color: var(--corter);
}
.corama{
	color: var(--corama);
}
.coramah{
	color: var(--coramah);
}

/* *********************************************************** */
/* ================================== NORMALIZAÇÃO =========== */
/* =========================================================== */

section + section{
	margin-top: 70px;
}

/* Imagens */
figure{
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	margin: 0;
}
img{
	width: 100%;
	transition: .3s;
}
figure:hover img{
	transform: scale(1.1);
}

/* Margens */

.margin15{
	margin-top: 15px;
}
.margin25{
	margin-top: 25px;
}
.margin20{
	margin-top: 20px;
}
.margin30{
	margin-top: 30px;
}
.margin50{
	margin-top: 50px;
}
.margin70{
	margin-top: 70px;
}

/* Opacidade */
.opa50{
	opacity: .5;
	transition: .3s;
}
.opa50:hover{
	opacity: 1;
}

/* Botões */
button, button.btn{
	background: var(--corpri);
	color: #fff;
	transition: .3s;
}

button:hover, button.btn:hover{
	background: var(--corter);
	color: var(--corpri);
	transform: scale(1.1);
}

button span+i{
    margin-left: 10px;
}
button i+span{
    margin-left: 10px;
}

/* Botão Carrinho Woocommerce */
.add_to_cart_inline{
	border: none !important;
	padding: 0;
}

/* Links */
a{
	text-decoration: none;
}

/*Caixas*/
.caixa{
	background:  #fff;
	box-shadow: 0 5px 3px #00000035;
	padding: 30px;
}

/* Listas */
ul.inline{
  margin: 0 !important;
  padding: 0;
}

ul.inline li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/* Tabelas do Woocommerce */
.shop_table tr{
	border-top: 1px solid #00000033;
}

.shop_table td, .shop_table th{
	padding: 15px;
}

.cart-collaterals{
	margin-top: 100px;
}

.checkout-button{
	background: var(--corpri);
	padding: 5px 15px;
	color:  #fff;
}

/* Grid Checkout */

.col2-set{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.col2-set .col-1{
	width: 100%;
	margin-bottom: 50px;
    flex: none;
    max-width: none;
}
.col2-set .col-2{
	/*width: 33.33333333%;*/
	display: none;
}
.col2-set input{
	padding: 5px 15px;
	width: 100%;
}
.col2-set .select2-container--default .select2-selection--single{

}

.wc_payment_methods{
	display: none;
}
#payment{
	margin-top: 50px;
}

/* ########################################################### */
/* ############################## CABEÇALHO ################## */
/* ########################################################### */

header.pages .topo{
  background: var(--corsec);
  color: var(--corpri);
  padding: 7px 0;
}

header.pages .topo ul{
  margin: 0 !important;
  padding:  0;
}

header a{
    color: #011246;
}

header.pages .topo li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/* =============== Menu */
header.pages .menu{
  background: var(--corpri);
}

header.pages .menu img{
  width: 150px;
  padding-right: 15px;
  border-right: 1px solid #ffffff55;
}

/* menu */
header.pages .menu nav{
  display: inline-block;   
  margin-left: 30px;
}

header.pages .menu nav a{
  color: #fff;
}

/* Search form */
header #pesquisa input, header #pesquisa button{
  background: transparent;
  border: none !important;
}

header #pesquisa input{
  padding: 15px 0 15px 15px;
  border-left: 1px solid #ffffff55 !important;
  outline: none;
  transition: .3s;
}

header #pesquisa input:focus{
  color: #000;
  background: #ffffffaa
}

header #pesquisa button:hover{
  color:#fff;
}

/* ========= CABEÇALHO DA PÁGINA INICIAL ========= */

header.sidehead{
	width: 85px;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--corpri);
	z-index: 1;
	padding: 10px;
}
header.sidehead ul{
	list-style: none;
	padding: 0;
	text-align: center;
}
header.sidehead li{
	padding: 15px;
}
header.sidehead li+li{
	border-top: 1px solid #ffffff55;
}
header.sidehead a{
	color: #fff;
}
header.sidehead i{
	font-size: 24px;
	transition: .3s;
}
header.sidehead i:hover{
	transform: scale(1.2);
}
header.sidehead .redes{
	position: absolute;
	bottom: 0;
}

/* ########################################################### */
/* ######################### PÁGINA INICIAL ################## */
/* ########################################################### */

/* ============= Banner */
#Banner{
	background-size: 100%;
    background-position: left;
    /*animation: zoomBanner 45s infinite;*/
}
/* Efeito do banner */
@keyframes zoomBanner{
    0% {
        background-size: 100%;
        background-position: left;
    }

    25% {
        background-size: 115%;
        background-position: center;
    }

    50% {
        background-size: 130%;
        background-position: right;
    }

    75% {
        background-size: 150%;
        background-position: center;
    }

    100% {
        background-size: 100%;
        background-position: left;
    }
}

#Banner .overlay{
	background: #b4ddf0e0;
	height: 100vh;
	padding: 30px;
}

#Banner button{
	background: #fff;
	width:  250px;
	height: 70px;
	display: block;
	margin-top: 30px;
	font-size: 22px;
	color:  var(--corpri);
	border: none;
}
#Banner button:hover{
	background: var(--corter);
	color: var(--corpri);
}

#Banner .servicos{
	position: relative;
	animation: deslizar 1s;
}

@keyframes deslizar{
	0%   {left:1000px; top:0px;opacity:0;}
  	100%  {left:0px; top:0px;opacity:1;}
}


#Banner .servicos button{
	background: var(--corpri);
	width:  100%;
	height: 85px;
	display: block;
	margin-top: 30px;
	font-size: 24px;
	color:  #fff;
	border: none;
	cursor: initial;
}

#Banner .container{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* ############## Banner Single */

#bannerSingle{
	padding: 150px 0;
}
#bannerSingle.blog{
	background-size: 200% !important;
}

/* ============== Sobre nós */
#Sobre .habilidade .barra{
	background: #f0f0f0;
}
#Sobre .habilidade .progresso{
	background: linear-gradient( to right, var(--corter), var(--corpri));
	height: 5px;
	width: 90%;
}
#Sobre .habilidade.margin20{
	margin-bottom: 12px;
}
#Sobre .habilidade.margin20 .progresso{
	width: 84%;
}

/* ============== Serviços */
#Servicos{
	background: url(img/servicos.jpg);
	padding: 70px 0;
}

#Servicos i{
	height: 50px;
	width: 50px;
	background: var(--corsec);
	color: var(--corpri);
	border-radius: 100%;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	transition: .3s;
	transform: scale(1.0) !important;
}
#Servicos .caixa{
	transition: .3s;
}
#Servicos .caixa:hover{
	margin-top: 15px;
	transform: scale(1.1);
	box-shadow: 0 10px 5px #00000055; 
}

/* ================ Contacto */
#Contacto .promocoes, #Contacto .parceiros .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

#Contacto .no-padding{
    padding-right: 0;
}

#Contacto .no-padding+.no-padding{
    padding-right: 15px;
    padding-left: 0;
    border-left: 1px solid var(--corpri);
}

#Contacto input, #Contacto .btn{
    height: 50px;
}

/* =================================================
===================== Rodapé =======================
================================================= */
footer{
    margin-top: 100px;
    /*background: var(--corpri);*/
}

footer img{
    width: 200px;
    margin-top: -30px;
    display: inline-block;
}

footer .subscricao{
    background-image: url('img/padrao.png');
    background-size: contain;
    padding: 30px 0;
}

footer .subscricao input, footer .subscricao button{
	height: 50px;
}

footer .rodape{
	padding: 100px 0;
	color: #fff;
}

footer .rodape .row>div+div{
	border-left:  1px solid var(--corter);
	padding-left: 30px;
}

footer ul{
    list-style: none;
    padding: 0;
}

footer .redes-footer li{
    display: inline-block;
    margin: 10px 15px 10px 0;
    font-size: 22px;
}

footer .redes-footer li:hover{
    padding: 0;
}

footer a{
    color: white !important;
    text-decoration: none;
}

footer li{
    margin-top: 10px;
    transition: .4s;
}

footer li:hover{
    padding-left: 10px;
}

footer h4{
    margin-top: 0;
    margin-bottom: 0;
}

footer i{
	transition: .3s;
}
i:hover{
	transform: scale(1.2);
}

div.copy{
	padding: 5px 0;
	color: var(--corpri);
}


/*===========================================
================= Responsivo ================
=============================================*/
/* Dispositivos Médios e Largos*/
@media screen and (min-width: 768px){

	.invisivel-desktop{
        display: none;
    }

}

/* Celulares */
@media screen and (max-width: 768px){

    .invisivel-mobile{
        display: none;
    }
    
    body, .col2-set input{
        text-align: center;
    }

    body#HOME main h2{
    	font-size: 22px;
    }

    /* Banner */
    main #Banner{
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center;
    	text-align: center;
    }
    main #Banner h1{
    	font-size: 22px;
    }
    #Banner .overlay{
    	padding: 0;
    }
    #Banner button{
    	margin: 50px auto auto auto;
    }

    /* Sobre */
    #Sobre, #Servicos{
    	text-align: center;
    }
    #Servicos i{
    	margin-bottom: 15px;
    }
    
    /* Formulário de subscrição */
    .subscricao .row .col-md-4+div{
        margin-top: 15px;
    }
    
    /* footer */
    footer, footer .text-end{
    	text-align: center !important;
    }
    footer h4{
    	margin-top: 30px;
    }

    .col2-set .col-1, .shop_table{
    	width:  100%;
    }

}




/* =================================================
==================== EFEITOS =======================
================================================= */

/* Pulso */

.pulso{
    animation: pulso .7s infinite;
}


@keyframes pulso{
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.0125)
    }

    50% {
        transform: scale(1.025)
    }

    75% {
        transform: scale(1.0125)
    }

    100% {
        transform: scale(1)
    }
}

/* =====================================================
================= EFEITO DE REVELAÇÃO ==================
=======================================================*/

/* Para cima */
.slideRev {visibility:hidden;}
.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* Para Esquerda */
.slideRevLeft {visibility:hidden;}
.slideLeft {
  /* The name of the animation */
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

/* Para Direita */
.slideRevRight {visibility:hidden;}
.slideRight {
  /* The name of the animation */
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}


