/***
*
* Geral
*
***/
.columns-not-wraped-on-big-screen {
    justify-content: center;
}

@media (min-width: 782px) {
    .columns-not-wraped-on-big-screen {
        flex-wrap: nowrap !important;
    }
}

.self-center-justified {
    justify-self: center;
}

.content-center-aligned {
    align-content: center;
}

.max-width-content {
    max-width: fit-content;
}

.button-background-white a {
    background-color: #ffffff;
    transition: all .4s ease;
}

.button-background-white a:hover {
    background-color: #343434;
    color: #ffffff;
}

@media screen and (max-width: 650px) {
    .button-padding-small-screen a {
        padding: 7px 12px;
    }
}

@media screen and (max-width: 500px) {
    .button-font-xsmall-screen a {
        font-size: 12px !important;
    }
    
    .title-xsmall-screen {
        font-size: 20px;
    }
    
    .p-xsmall-screen {
        font-size: var(--wp--preset--font-size--small);
    }
}

.font-has-size-xx-large {
    font-size: xx-large !important;
}

/***
*
* FIM Geral
*
***/

/***
*
* Home - seção Quem somos
*
***/

#quem-somos {
    background: linear-gradient(to right, #96cfd0 75%, #ffffff 1%);
    align-content: center;
}

/***
*
* FIM Home - seção Quem somos
*
***/

/***
*
* Home - seção Portifolio
*
***/

#portifolio {
    margin: auto;
}

@media (min-width: 800px) {
    #portifolio {
        max-width: 1000px;
    }
}

@media (max-width: 799px) {
    #portifolio {
        max-width: 600px;
    }
}

/***
*
* FIM Home - seção Portifolio
*
***/

/***
*
* Home - seção contato
*
***/

#contato {
    max-width: 1000px;    
}

/***
*
* FIM Home - seção contato
*
***/


/***
*
* Formulário de contato
*
***/
.wpcf7 {
	text-align: center;
}

.wpcf7 input, textarea{
	padding: 0px 0px;
	margin: 5px 0;
	box-sizing: border-box;
	width: 100%;
	border-top: none;
    border-left: none;
    border-right: none;
    background-color: #efefef;
}

.wpcf7 input[type=submit] {
	text-transform: uppercase;
	transition: all .4s ease;
	background-color: none;
	border: 1px solid #000000;	
	padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	max-width: 250px;
	box-shadow: var(--wp--preset--shadow--natural);	
}

.wpcf7 input[type=submit]:hover {
  background-color: #2d9fa1;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
    padding-right: 20px;
}

/***
*
* FIM Formulário de contato
*
***/

/***
*
* Formulário de contato 2
*
***/

#wpcf7-f296-p59-o1 input, textarea{
	padding: 0px 0px;
	margin: 5px 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #ffffff;
}

#wpcf7-f296-p59-o1 input {
	border-top: none;
    border-left: none;
    border-right: none;
}

#wpcf7-f296-p59-o1 textarea{
    border: 2px solid #767676;	
}

#wpcf7-f296-p59-o1 input[type=submit] {
	text-transform: uppercase;
	transition: all .4s ease;
	background-color: #2d9fa1;
	border: 1px solid #111111;	
	padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: var(--wp--preset--shadow--natural);	
}

#wpcf7-f296-p59-o1 input[type=submit]:hover {
  background-color: #343434;
  color: #ffffff;
}

/***
*
* FIM Formulário de contato 2
*
***/

/***
*
* Post Content
*
***/

.max-height-cover img {
    height: 400px !important;
    object-fit: cover;
    object-position: 50% 35%;
}

/***
*
* FIM Post Content
*
***/


