@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&amp;display=swap');
body {background: #110f1a; font-family: 'Rubik', sans-serif; font-size: 20px; overflow-x: hidden; color: #4a4747;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
ul li {list-style-type: none;}
img {max-width: 50%;}
*{margin: 0; padding: 0; box-sizing:border-box}
section{padding: 60px 0;}
.grid {max-width: 1320px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid;  grid-gap: 10px;}

header {
	position: absolute;
    top: 30px;
    left: 0;
    right: 0;	
	color: #fff;    
}
header:after {
	content: '';
	position: absolute;
	bottom: -28px;
	background: #344356;
	height: 1px;
	transition: .3s;
	animation: linha 2s ease-in-out forwards;
}
@keyframes linha {
  from {width: 0; opacity: 0;}
  to {width: 100%; opacity: 1;}
}
header .grid {
    grid-template-columns: max-content 1fr max-content;
    grid-gap: 60px;    	
}
header ul {
	justify-self: center;
	align-self: center;
	display: flex;
	grid-gap: 60px;
}
header ul li:first-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
header ul li:first-child {
	display: none;
}
header ul li strong {
	font-weight: 600;
}
header ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
}
header ul li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #344356;
	transition: .3s;
}
header ul li a:hover {
	color: #c2d3e8;;
}
header ul li a:hover:after {
	width: 100%;
}
header ol {
	list-style-type: none;
	display: flex;
	margin-top: 12px;
}
header ol li:first-child {
	width: 250px;
}
header ol li a {
	color: #fff;
}
header ol li a img {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    transition: .3s;
}
header ol li a:hover img {
	transform: scale(1.1);
}
header ol li a span {
	font-size: 13px;
	display: block;
}
header ol li a strong {
	font-size: 25px;
}
header .menu, header .fechar {
	display: none;
}



section.banner {
	padding-top: 175px;
	padding-bottom: 40px;	
}
section.banner {
	padding-top: 175px;
	padding-bottom: 40px;	
}
section.banner h1 {
	font-size: 56px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;	
}
section.banner h1 span {
	color: #26e3ec;	
}
section.banner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}
section.banner p span {
	display: block;
	font-size: 28px;
    margin-top: 30px;
    margin-bottom: 0;	
    font-weight: 600;
}
section.banner p span strong {
	color: #26e3ec;
}
section.banner iframe {
	width: 100%;
	height: 500px;
}
.vimeo-full-width {
    padding: 56.25% 0 0 0;
    position: relative;
}

.vimeo-full-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.banner a {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 80px;
    border-radius: 10px;
    background: #34c159;
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    max-width: fit-content;
}
section.banner a:hover {
    transform: scale(1.05);
}
section.banner .cursor {
    position: relative;
    width: 18px;
    display: block;
    margin: 50px auto 0;
}
section.banner .cursor:before {
	transform: scaleX(-1);
}
section.banner .cursor:before,
section.banner .cursor:after {
	content: '';
	position: absolute;
	width: 279px;
	height: 1px;
	top: 10px;
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-linha.png');
	left: -285px;
}
section.banner .cursor:after {
	left: unset;
	right: -285px;
}
section.banner .cursor .seta {
	display: block;
	margin: 0 auto;
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-cursor.png');
	width: 14px;
	height: 29px;
	-webkit-animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}




section.jogar {
	padding-bottom: 0;
	margin-bottom: -160px;
}
section.jogar .subgrid {
    max-width: 1320px;
    margin: 0 auto;   
	padding: 0 40px;    
}
section.jogar h2 {
	font-size: 56px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
section.jogar h2 span {
	color: #26e3ec;	
}
section.jogar p {
	text-align: center;
	color: #fff;
}
section.jogar .item img {
	margin: 30px auto 0;
	display: block;
	transition: .3s;
	max-width: 95%;
	position: relative;
}
section.jogar .item img:last-child {
	margin-top: 0;
}
section.jogar .item:hover img:first-child {
	filter: brightness(1.4);
	transform: scale(1.05);
}
section.jogar .item.lol img:first-child {
    top: -16px;
}
section.jogar .item.lol img:last-child {
	top: -90px;
}
section.jogar .item.fortnite img:last-child {
	top: -75px;
}
section.jogar .item.cs img:first-child {
    top: 4px;
}
section.jogar .item.cs img:last-child {
	top: -77px;
}
section.jogar .item.freefire img:first-child {
    top: -3px;
}
section.jogar .item.freefire img:last-child {
	top: -69px;
}
section.jogar .item.valorant img:first-child {
    top: -12px;
}
section.jogar .item.valorant img:last-child {
	top: -70px;
}
section.jogar .item.cod img:first-child {
    top: 6px;
}
section.jogar .item.cod img:last-child {
	top: -120px;
}
section.jogar .item.r6 img:first-child {
    top: 5px;
}
section.jogar .item.r6 img:last-child {
	top: -176px;
}
section.jogar .item.apex img:first-child {
    top: 11px;
}
section.jogar .item.apex img:last-child {
	top: -90px;
}
section.jogar .item.minecraft img:first-child {
    top: 28px;
}
section.jogar .item.minecraft img:last-child {
	top: -22px;
}
section.jogar .item.fifa img:first-child {
    top: 11px;
}
section.jogar .item.fifa img:last-child {
	top: -62px;
}
section.jogar .item.roblox img:first-child {
    top: 4px;
}
section.jogar .item.roblox img:last-child {
	top: -60px;
}
section.jogar .item.gta img:first-child {
    top: -8px;
}
section.jogar .item.gta img:last-child {
	top: -160px;
}


section.jogar .item img:last-child {
    position: relative;
    max-width: 250px;
}
section.jogar .item:hover img:last-child {
    transform: translateY(-10px);
}
section.jogar .rotativo button.slick-arrow {
	position: absolute;
	top: 40%;
	left: -40px;
	z-index: 1;
}
section.jogar .rotativo button.slick-next {
	right: -40px;
	left: unset;
}
section.jogar .rotativo button.slick-prev,
section.jogar .rotativo button.slick-next {
	font-size: 0;
	background: none;
	border: 0;
}
section.jogar .rotativo button.slick-prev:before,
section.jogar .rotativo button.slick-next:before {
	content: '';
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-seta.png');
	width: 20px;
	height: 40px;
	display: block;
}
section.jogar .rotativo button.slick-next:before {
	transform: scaleX(-1);
}



section.produtos .subgrid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}
section.produtos .item {
	border: 1px solid #4ec0a8;
	border-radius: 10px;
	padding: 20px;
	position: relative;
    margin: 0 7.5px 5px;	
}
section.produtos .selecionado {
	top: -20px;
}
section.produtos .selecionado#odissey {
	animation: odissey .5s ease-in-out alternate;
	animation-iteration-count: infinite;	
}
@keyframes odissey {
  from {border-color: #52cbb1;}
  to {border-color: #110f1a;}
}

section.produtos .selecionado#warrior {
	animation: warrior .5s ease-in-out alternate;
	animation-iteration-count: infinite;	
}
@keyframes warrior {
  from {border-color: #efb237;}
  to {border-color: #110f1a;}
}

section.produtos .selecionado#destroyer {
	animation: destroyer .5s ease-in-out alternate;
	animation-iteration-count: infinite;	
}
@keyframes destroyer {
  from {border-color: #fcfcfb;}
  to {border-color: #110f1a;}
}

section.produtos .selecionado#blast {
	animation: blast .5s ease-in-out alternate;
	animation-iteration-count: infinite;	
}
@keyframes blast {
  from {border-color: #ff22c0;}
  to {border-color: #110f1a;}
}

section.produtos .selecionado#legend {
	border-color: #dd922c;
	animation: warrior .5s ease-in-out alternate;
	animation-iteration-count: infinite;
}
@keyframes warrior {
  from {border-color: #dd922c;}
  to {border-color: #110f1a;}
}

section.produtos .slick-list {
    margin: 0 -7.5px 5px;
}
section.produtos .slick-track {
	padding-top: 20px;
}
section.produtos span {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #14111e;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 28px 9px;
    border-radius: 10px;
    text-align: center;	
}
section.produtos p {
    font-size: 15px;
    color: #fff;
    text-align: center;	
}
section.produtos hr {
    border-radius: 50px;
    border: 0;
    height: 3px;
    margin: 15px 0 20px;	
}
section.produtos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #34c159!important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    width: 100%;	
}
section.produtos a:hover {
	transform: scale(1.05);
}
section.produtos ul {
	margin-bottom: 20px;
}
section.produtos ul li {
	color: #fff;
	clear: both;
}
section.produtos ul li:first-child {
	font-size: 19px;
	margin-bottom: 20px;
}
section.produtos ul li:last-child {
	font-size: 15px;
}
section.produtos  ul li img {
	float: left;
	margin-right: 15px;
	position: relative;
}
section.produtos  ul li:first-child img {
	top: -1px;
}
section.produtos  ul li:last-child img {
	top: 5px;
}
section.produtos span, section.produtos hr, section.produtos a {
	background: #52cbb1;
}
section.produtos .warrior span, section.produtos .warrior hr, section.produtos .warrior a {
	background: #efb237;
} 
section.produtos .warrior {
	border-color: #efb237;
}
section.produtos .destroyer span, section.produtos .destroyer hr, section.produtos .destroyer a {
	background: #fcfcfb;
} 
section.produtos .destroyer {
	border-color: #fcfcfb;
}
section.produtos .blast span, section.produtos .blast hr, section.produtos .blast a {
	background: #ff22c0;
} 
section.produtos .blast {
	border-color: #ff22c0;
}
section.produtos .legend span, section.produtos .legend hr, section.produtos .legend a {
	background: #dd922c;
} 
section.produtos .legend {
	border-color: #dd922c;
}
section.produtos .rotativo button.slick-arrow {
	position: absolute;
	top: 40%;
	left: -40px;
	z-index: 1;
}
section.produtos .rotativo button.slick-next {
	right: -40px;
	left: unset;
}
section.produtos .rotativo button.slick-prev,
section.produtos .rotativo button.slick-next {
	font-size: 0;
	background: none;
	border: 0;
}
section.produtos .rotativo button.slick-prev:before,
section.produtos .rotativo button.slick-next:before {
	content: '';
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-seta.png');
	width: 20px;
	height: 40px;
	display: block;
}
section.produtos .rotativo button.slick-next:before {
	transform: scaleX(-1);
}



section.visite .grid {
	grid-template-columns: max-content 1fr;
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-bg-visite.png');
    height: 570px;
    align-content: center;		
}
section.visite h2 {
	font-size: 56px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
section.visite h2 span {
	color: #26e3ec;	
}
section.visite p {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
section.visite h3 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: 400;
    margin-bottom: 30px;	
}
section.visite a {
    display: table;
    color: #14111e;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #26e3ec;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;	
}
section.visite a:hover {
	background: #7ef9ff;
	transform: scale(1.05);
}
section.visite img {
	max-width: 500px;
}



section.depoimentos h2 {
	font-size: 56px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
section.depoimentos h2 span {
	color: #f1b505;	
}
section.depoimentos h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	margin-bottom: 80px;	
}
section.depoimentos .grid.avaliacoes {
	grid-template-columns: 1fr 200px;
	margin-bottom: 80px;
}
section.depoimentos h4 {
    font-size: 24px;
    color: #fff;	
    margin-bottom: 20px;
    font-weight: 500;
} 
section.depoimentos h4 img {
	position: relative;
	top: 3px;
	margin-right: 15px;
}
section.depoimentos ul li {
	font-size: 24px;
	color: #fff;
	margin-bottom: -5px;
}
section.depoimentos ul li:nth-child(4) img:last-child,
section.depoimentos ul li:nth-child(5) img:last-child {
	opacity: 0;
} 
section.depoimentos ul li img:last-child {
	position: relative;
	top: 10px;
}
section.depoimentos .dir {
	text-align: center;
}
section.depoimentos .dir p {
    color: #fff;
}
section.depoimentos .dir p strong {
    font-size: 90px;
    font-weight: 500;	
}
section.depoimentos .dir img {
	display: block;
	margin: 0 auto 5px;
}
section.depoimentos .dir {
    align-self: center;	
}
section.depoimentos article {
    position: relative;
    border-bottom: 1px solid #725711;
    padding-bottom: 75px;
    margin-bottom: 55px;
}
section.depoimentos article img {
    float: left;
    margin-right: 20px;
}
section.depoimentos article:before {
    content: '...';
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
}
section.depoimentos article h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;	
    margin: 5px 0;
}
section.depoimentos article figure img {
    float: left;
    margin-right: 15px;	
}
section.depoimentos article figure figcaption {
    font-size: 18px;
    color: #fff;
    line-height: 30px;	
}
section.depoimentos article p {
    clear: both;
    margin-left: 93px;
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
}




section.newsletter {
	position: relative;
	height: 232px;
	margin-top: 120px;
	margin-bottom: 80px;
}
section.newsletter:before {
	content: '';
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-bg-newsletter.png');
	height: 232px;
	width: 100%;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;	
    z-index: -1;
}
section.newsletter .grid > img {
    position: relative;
    bottom: 255px;
}
section.newsletter .grid {
	grid-template-columns: 500px 200px 1fr;	
}
section.newsletter h6 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
section.newsletter .siga ul li {
	display: inline-block;
	margin-right: 13px;
}
section.newsletter .siga ul li:last-child {
	margin-right: 0;
}
section.newsletter .siga ul li a img {
	transition: .3s;
}
section.newsletter .siga ul li a:hover img {
	transform: scale(1.1);
}
section.newsletter form .inputs {
	display: grid;
    grid-template-columns: 1fr 75px;
    grid-gap: 10px;	
}
section.newsletter form input {
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	background: none;
	padding: 12px;
    height: 42px;	
    font-size: 16px;
}
section.newsletter form input::placeholder {
	color: #fff;
}
section.newsletter form button {
    font-size: 16px;
    background: #26e3ec;
    color: #110f1a;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
section.newsletter form button:hover {
	background: #25b1b8;
	transform: scale(1.05);
}



footer > .grid:first-child {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
    justify-items: center;
    align-items: center;
    margin-bottom: 80px;
} 
footer {
	position: relative;
	color: #fff;
}
footer h6 {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer h6 strong {
	display: none;
	font-weight: 500;
}
footer > .grid {
	grid-template-columns: 1fr 220px 1fr;
    grid-gap: 100px;	
}
footer p {
	font-size: 17px;
	margin-bottom: 18px;
	font-weight: 300;
}
footer .acesso ul li {
	margin-bottom: 15px;
}
footer .acesso ul li a {
	color: #fff;
}
footer .atendimento ul li {
	margin-bottom: 5px;
}
footer .atendimento ul li:nth-child(1),
footer .atendimento ul li:nth-child(2) {
	font-size: 50px;
	font-weight: 500;
}
footer .atendimento ul li:nth-child(3) {
	font-size: 30px;
    margin: 20px 0;	
}
footer .atendimento ul li:nth-child(4) {
	margin-bottom: 10px;
}
footer .atendimento ul li:nth-child(4),
footer .atendimento ul li:nth-child(5) {
	font-weight: 300;
}



footer .creditos {
	background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-bg-creditos.png');
    margin-top: 60px;
    padding: 60px 0;
    height: 202px;
    background-repeat: no-repeat;	
}
footer .creditos .grid {
	grid-template-columns: 200px 1fr 300px;
    grid-gap: 45px;	
}
footer .creditos .info p {
	margin-bottom: 5px;
}
footer .creditos .grid > p {
	position: relative;
    top: -30px;		
}
footer .creditos p img {
	position: relative;
	top: 30px;
	margin-left: 10px;
}




.chat {
    width: 350px;
    height: 65px;
    transition: 0.75s;
    position: fixed;
    right: 15px;
    bottom: 15px;    
    background-image: url('../img/chat/bg.html');
    border-radius: 8px;
    overflow: hidden;    
    box-shadow: 5px 5px 10px -5px rgb(0 0 0 / 20%);
    z-index: 1;
}
.chat.abrir {
    height: 475px;
}
.chat .topo {
    background-color: #065e52;
    padding: 8px;
    z-index: 1;
    position: relative;    
    cursor: pointer;
}
.chat .topo .img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100px;
    position: relative;
    margin-right: 7px;
    background-position: center;
    background-size: cover;
}
.chat .topo [class^=atd] {
    display: none;
}
.chat .topo .atd1 .img {
    background-image: url('../img/chat/atd-01.png');
}
.chat .topo .atd2 .img {
    background-image: url('../img/chat/atd-02.png');    
} 
.chat .topo .atd3 .img {
    background-image: url('../img/chat/atd-03.png');    
} 
.chat .topo p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 6px;
}
.chat .topo p strong {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.chat .topo ul {
    float: right;
    margin-top: 14px;
    display: flex;
    align-items: center;    
}
.chat .topo ul li {
    display: inline-block;
    margin-left: 15px;
}

.chat .meio {
    padding: 15px 15px 15px 18px;
    position: absolute;
    bottom: 55px;
}
.chat .meio p:before {
    content: '';
    position: absolute;
    border-width: 14px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    left: -10px;
    top: 0;
}
.chat .meio p {
    background-color: #fefcfd;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 10px 9px;
    border-radius: 0 6px 6px 6px;
    line-height: 26px;
    font-family: system-ui;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 5px 5px 10px -5px rgb(0 0 0 / 20%);
    display: none;
}
.chat .meio p strong {
    font-weight: 500;
}
.chat .meio p span {
    float: right;
    font-weight: 400;
    color: #989898;
    font-size: 14px;
    position: relative;
    bottom: -2px;
}

.chat .rodape {
    position: absolute;
    bottom: 0;
    width: 100%;    
    padding: 10px;    
}
.chat .rodape .campo {
    width: 80%;
    display: inline-block;
    position: relative;
}
.chat .rodape .campo:after {
    content: '';
    position: absolute;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    right: -10px;
    top: 0;    
}
.chat .rodape .campo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background-image: url(http://mpw.sunriseterceirizacao.com.br/webp/carga-e-descarga-icone-smile.webp);
    left: 11px;
    top: 17px;
    opacity: 0.6;
}
.chat .rodape .campo input {
    width: 100%;
    border: 0;
    background: #fefcfd;
    padding: 12px 10px 16px;
    border-radius: 10px 0px 10px 10px;
    padding-left: 37px;
    font-family: system-ui;
    font-weight: 500;
    font-size: 18px;
    box-shadow: 5px 5px 10px -5px rgb(0 0 0 / 20%);
}
.chat .rodape a {
    border: 0;
    background: #04887c;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 13px;
    position: absolute;
    right: 10px;    
    cursor: pointer;
}
.chat .rodape a img {
    position: relative;
    left: -2px;    
}



.saida .conteudo {
    position: fixed;
    top: 250px;
    max-width: 800px;
    background: #201c32;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 60px 60px 70px;
    text-align: center;	
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.saida.abrir .conteudo {
	top: 80px;
	opacity: 1;
	visibility: visible;
}
.saida .bg {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.saida.abrir .bg {
	opacity: .9;
	visibility: visible;
}
.saida h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.saida p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;	
    margin-bottom: 50px;
}
.saida p span {
    color: #26e3ec;	
}
.saida a {
    display: table;
    color: #14111e;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #26e3ec;
    width: 100%;
    font-size: 31px;
	animation: botao .4s;
	animation-iteration-count: infinite;    
	animation-direction: alternate;
}
.saida a:hover {
  	background: #efb237;	
	color: #fff;
}
@keyframes botao {
	from {    
	    transform: scale(1);
	}
	to {
	    transform: scale(1.05);
	}
}
.saida .fechar {
    position: absolute;
    top: 20px;
    right: 20px;	
    background-image: url(../img/marcomp-pc-gamer-computador-santa-ifigenia-fechar.png);
    width: 40px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s;
    cursor: pointer;
}
.saida .fechar:hover {
	transform: scale(1.1);
}


a#whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #5bcc78;
    border-radius: 50px;
    padding: 13px;
    animation: zap 2s infinite;
    height: 60px;
    width: 60px; 
}
@keyframes zap {
    0% {box-shadow: 0px 0px 0px 0px rgb(91 204 120 / 25%);}
    50% {box-shadow: 0px 0px 0px 15px rgb(91 204 120 / 25%);}
    
}
a#whatsapp img {
    width: 40px;
}



section.palavras {
	padding-top: 30px;
}
section.palavras h2 {
	font-size: 56px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
section.palavras h2 span {
	color: #26e3ec;	
}
section.palavras p {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
section.palavras ul {
	height: 455px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    overflow-y: scroll;
    position: relative;
    margin: 35px 0;
    padding-right: 15px;
}
section.palavras .grid:nth-child(2) {
	background-image: url(../img/marcomp-pc-gamer-computador-santa-ifigenia-bg-visite2.png);
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: 100% 0;   	
}
section.palavras ul li a {
    background: #181121;
    border-radius: 10px;
    color: #26e3ec;
    padding: 10px;
    display: flex;
    height: 100%;
	justify-content: center;
    text-align: center;
    align-items: center;    
}
section.palavras ul li a:hover {
	background: #281c38;
}
section.palavras ul::-webkit-scrollbar {
  width: 10px;
}

section.palavras ul::-webkit-scrollbar-track {
  background: transparent;
  margin: 0px;
  border-radius: 50px;
}

section.palavras ul::-webkit-scrollbar-thumb {
  background-color: #26e3ec;
  border-radius: 50px;
}



section.conteudo {
  padding: 250px 0 75px;
}
section.conteudo h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #fff;
}
section.conteudo .shop {
    display: grid;
    grid-template-columns: 1fr max-content;
    background: #1b1b1b;
    color: #fff;
    padding: 30px; 
    align-items: center;
}
section.conteudo .shop h5 {    
    color: #f68635;
    font-size: 18px;
}
section.conteudo .shop h5 strong {
    font-size: 24px;
    display: block;
    color: #fff;
}
section.conteudo .shop a {
    color: #fff;
    background: #f68635;
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 900;
}
section.conteudo .grid {
    grid-template-columns: 1fr .4fr;
    gap: 60px;
}
section.conteudo ul {
    list-style-type: none;
    margin-bottom: 35px;
}
section.conteudo ul.solucoes li {
    display: inline-block;
}
section.conteudo ul.solucoes li a {
    background: linear-gradient(-90deg, rgba(239,224,163,1) 0%, rgba(178,152,98,1) 25%, rgba(191,167,112,1) 50%, rgba(207,186,128,1) 75%, rgba(192,168,112,1) 100%);
    color: #fff;
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 50px;    
    display: table;
    font-weight: 700;
    text-decoration: none;
}
section.conteudo h4 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px;
    text-align: left;
    color: #fff;
}
section.conteudo iframe {
  height: 400px;
  width: 100%;
}
section.conteudo p a {
    font-weight: 700;
    display: table;
    color: #fff;
}
section.conteudo blockquote {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 40px 0;
}
section.conteudo blockquote img {
    max-width: 100%;
}
section.conteudo #clientes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}
section.conteudo article ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
section.conteudo article ul li a {
    background: #eee;
    color: #333;
    padding: 8px 12px;
    display: table;
    font-size: 12px;
    font-weight: 500;
}
section.conteudo ul.regioes {
    column-count: 3;
    font-size: 14px;
    background: #181121;
    padding: 30px;  
}
section.conteudo ul.regioes li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 36px;
	color: #26e3ec;
}
section.conteudo h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
section.conteudo img.meio {
	margin: 35px 0;
	display: block;
}
section.conteudo .m0 {
    margin-bottom: 15px;
}
section.conteudo p.email a {
    font-size: 16.8px;
}
section.conteudo ul.lista {
    
}
section.conteudo ul.lista li {
    margin-bottom: 5px;
}
section.conteudo ul.lista li a {
    color: #fff;
    display: block;
    font-weight: 100;
    font-size: 14px;
}
section.conteudo .col-md-3 {
    border-left: 1px solid #ceb980; 
}
section.conteudo .convenios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
}
section.conteudo p {
    margin-bottom: 26px;
    line-height: 30px;  
    color: #fff;
    font-weight: 100;
}
section.conteudo .acesse {
    background: #1c252e;
    text-align: center;
    background-image: url('../img/marcomp-pc-gamer-computador-santa-ifigenia-bg-shop.html');
    background-size: cover;
    background-attachment: fixed;    
    padding: 60px 0 68px;
    margin-bottom: 30px;
    border-radius: 10px;
}
section.conteudo .acesse a {
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #fff;
    color: #fff;
    display: table;
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto;    
}
section.conteudo .acesse a:hover {
    background: #fff;
    color: #1b1b1b;
}
section.conteudo .acesse h2 {
    color: #fff;
}
section.conteudo .acesse h3 {
    color: #f68635;  
    margin-bottom: 30px;  
}
section.conteudo .grid > div:nth-child(2) {
  background: #181121;
  padding: 30px;
  height: max-content;
  border-radius: 10px;  
}
section.conteudo .grid > div:nth-child(2) p {
  font-size: 18px;
}


section.sobre {
	padding: 250px 0 75px;
}
section.sobre img {
	border-radius: 20px;
	float: left;
	margin-right: 30px;
}
section.sobre h2 {
	font-size: 48px;
	color: #fff;
	margin-top: -13px;
	margin-bottom: 30px;
}
section.sobre p {
    margin-bottom: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 100;
}


section.contato {
	padding: 250px 0 75px;
}
section.contato iframe {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}