@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&);
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.h1, h1 {
  font-size: 2.2rem;
  text-align: center;
}

.h2, h2 {
  font-size: 2rem;
  text-align: center;
}

header .logo
{
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.toggle
{
  position: relative;
  width: 60px;
  height: 60px;
  background: url(https://i.ibb.co/HrfVRcx/menu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
}
.toggle.active
{
  background: url(https://i.ibb.co/rt3HybH/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}
.showcase
{
  right: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  z-index: 2;
}


/* Start Landing Page */

.landing-page {
  position: relative;
  background-color: #FFF;
}

.landing-page .header-area {
  display: flex;
  padding: 25px 0 0;
  position: relative;
}

.landing-page .header-area .logo {
  text-transform: uppercase;
  font-style: italic;
  margin-top: 10px;
  font-size: 19px;
  width: 300px;
  color: #5d5d5d;
}

.landing-page .header-area .links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

.landing-page .header-area .links li {
  display: inline-block;
  margin-left: 30px;
  color: #5d5d5d;
  cursor: pointer;
}

.landing-page .header-area .links li:last-child {
  border: 0;
  border-radius: 20px;
  padding: 10px 18px;
  color: #323232;
  background-color: #FCC500;
}

.landing-page .info {
  width: 25%;
  float: left;
  margin-top: 130px;
}



.landing-page .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #5d5d5d;
}



.landing-page .image {
  width: 70%;
  float: right;
  margin-top: 35px;
}

.landing-page .image img {
  max-width: 100%;
}

.clearfix {
clear: both;
}

/* End Landing Page */



.text
{
  position: relative;
  z-index: 10;
}

.text h2
{
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text h3
{
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text p
{
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}
.text a
{
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}
.text a:hover
{
  letter-spacing: 6px;
}
.social
{
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li
{
  list-style: none;
}
.social li a
{
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}
.social li a:hover
{
  transform: scale(0.5) translateY(-15px);
}

.container-text {
  position: relative;
  color: #000000;
  text-align: center;
  margin: 20px;
  z-index: 4;
}

.header-hexagon-bg {
  position: absolute;
  top: 0px;
  min-height: 500px;
}

.right-bg {
  float: right;
  width: 55.5%;
  overflow: hidden;
  position: relative;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  z-index: 4;
}

.content .logo {
  width: 300px;
}

.container-text .title {
  /* font-size: 2.2rem;
  top: 100%;
  left: 50%;
  letter-spacing: 2px; */
  text-align: center;
}

.content .text {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: x-large;
}

.container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 4rem 1rem;
}

.containershort {
  padding: 1rem 1rem;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 2.5rem;
}

#beneficio {
width: 350px;;
}

.button {
  position: relative;
  background-color: #FCC500;
  border: none;
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  padding: 10px;
  width: 180px;
  height: 60px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.button:after {
  content: "";
  background: #EFB600;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}


.grid-3 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.center {
  text-align: center;
  margin: auto;
}

.bg-light {
  background: #ffffff!important;
  color: #333;
}

.bg-dark {
  background: #333;
  color: #f4f4f4;
}

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #FCC500;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
padding-bottom: 1rem!important;
}
.single-cta i {
color: #000000;
font-size: 23px;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #000000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #000000;
}
.linkedin-bg{
background: #000000;
}
.instagram-bg{
background: #000000;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}


.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}

.row{
  align-items: baseline;
}

.copyright-area{
background: #ffffff;
padding: 20px 90px 20px 90px;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #000000;
}

a{
  color: #000000;
}

a:hover{
  color: #828282;
}

.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #000000;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

img {
  vertical-align: bottom;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}



/********************************** Slider logos *******************************/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 16);
}


/********************************** Testimonios *******************************/

figure.snip1139 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.testimonial{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    height: 100%;
}

figure.snip1139 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1139 img {
  max-width: 100%;
  vertical-align: middle;
}
figure.snip1139 blockquote {
  position: relative;
  background-color: #ffffff;
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1139 blockquote:before,
figure.snip1139 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1139 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1139 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1139 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
figure.snip1139 .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 25px;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1139 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1139 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


/***************************** Footer *************************************/

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/********************************** POP UP ********************************/

.popup-overlay{
  /*Hides pop-up when there is no "active" class*/
  visibility:hidden;
  position:absolute;
  background:#ffffff;
  border:3px solid #666666;
  width:50%;
  height:410px;
  left:25%; 
}
.popup-overlay.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align:center;
  z-index: 1;
  width: 50%;
  display: list-item;
}

.popup2-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    border: 3px solid #666666;
    width: 50%;
    height: 410px;
    left: 25%;
}

    .popup2-overlay.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: center;
        z-index: 1;
        width: 50%;
        display: list-item;
    }

.popup-content {
  /*Hides pop-up content when there is no "active" class */
 visibility:hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility:visible;
}

.close{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

h3, p {
  text-align: center!important;
}

/********************************** Termina POP UP ********************************/


/************************ Estilo form ************************/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 50px auto;
}

input {
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #323232;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #f7e7b0;
  color: #323232;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  
  color: #323232;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #f7e7b0;
  color: #323232;
}

#submit {
  width: 470px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  background-color: #FCC500;
  font-size: 0.875em;
  font-size: 18px;
  font-weight: 800;
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #000000;
  font-weight: 600;
}

/************************ Termina Estilo form ************************/



/* Small Screens */
@media (max-width: 560px) {

  .content {
    position: absolute;
    z-index: 1;
    top: 12%;

    width: -webkit-fill-available;
    margin-top: 105px;
    height: 400px;
    text-align: center;
    transition: all 1000ms;
  }

  .content .logo {
    width: 200px;
  }
  
  #beneficio {
    width: 250px;
  }

  .popup-overlay.active {
    visibility: visible;
    text-align: center;
    z-index: 10;
    width: 60%;
    display: list-item;
    height: 32%;
  }


  .content .text {
    display: none;
  }

  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  li span {
    display: block;
    font-size: 1.5rem;
  }

  .services div {
    border-bottom: #333 dashed 1px;
    padding: 1.2rem 1rem;
  }

  .footer-social-icon {
    padding: 10%;
    }

}

showcase::after {
  content: '';
  height: 50vh;
  width: 100%;
  /*background-image: url(../img/colab-background.png);*/
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}



/* Landscape */
@media (max-height: 500px) {
  .content .title,
  .content .text {
    display: none;
  }

  .content {
    top: 0;
  }

  #beneficio {
    width: 250px!important;
  }

  .popup-overlay.active {
    visibility: visible;
    text-align: center;
    z-index: 10;
    width: 60%;
    display: list-item;
    height: 32%;
  }
}

.row-hexa {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.col-hexa {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
}
.col-hexa:after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
}
.hexa {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
.hexa * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
}
.hexa-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.hexa-img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  transform: rotate3d(0, 0, 0, 0deg);
}
.hexa-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.hexa-content * {
  position: relative;
  padding: 0 20px;
  transition: transform 0.2s ease-out;
}
.hexa-content .title {
  color: #fff;
  margin-bottom: 10px;
  transform: translate3d(0, 50%, 0) rotate(0.02deg);
}
.hexa-content .description {
  color: rgba(255, 255, 255, 0.75);
  transform: translate3d(0, 50%, 0) rotate(0.02deg);
}
.hexa-link:focus .hexa-content,
.hexa-link:hover .hexa-content {
  background-color: rgba(252, 197, 0, 0.8);
}
@media (min-width: 992px) {
  .row-hexa {
    padding-bottom: 6.4%;
  }
  .col-hexa {
    width: 25%;
  }
  .col-hexa:nth-child(7n+5) {
    margin-left: 12.5%;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .row-hexa {
    padding-bottom: 7.4%;
  }
  .col-hexa {
    width: 33.333%;
  }
  .col-hexa:nth-child(5n+4) {
    margin-left: 16.666%;
  }
}
@media (max-width: 767px) {
  .row-hexa {
    padding-bottom: 11.2%;
  }
  .col-hexa {
    width: 50%;
  }
  .col-hexa:nth-child(3n+3) {
    margin-left: 25%;
  }
}
.hexa-hover .hexa-content {
  background-color: rgba(252, 197, 0, 0.8);
  opacity: 0;
}
.hexa-hover .hexa-link:focus .hexa-content,
.hexa-hover .hexa-link:hover .hexa-content {
  opacity: 1;
}
.hexa-hover .hexa-link:focus .description,
.hexa-hover .hexa-link:hover .description,
.hexa-hover .hexa-link:focus .title,
.hexa-hover .hexa-link:hover .title {
  transform: translate3d(0, 0, 0);
}

.container h1 {
  text-align: center;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 3%;
}


.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #323232;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service:hover {
  background: #FCC500;
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}