/*
==================
DESIGN GHG ENGLISH
==================
*/


:root {
  --primary-color: rgba(239, 82, 100, 1);
  --overlay-color: rgba(114, 190, 68, 0.95);
  --third-color: rgba(189, 64, 150);
  --menu-speed: 0.75s;
}

* {
  box-sizing: border-box;
}

/*
==============
Custom Styles
==============
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

h1 {
  font-size: 50px;
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: #EF5264;
  text-align: center;
  padding-top: 50px;
  margin: 40px;
  letter-spacing: 3px;
}


h2 {
  font-size: 50px;
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: #EF5264;
  text-align: center;
  padding-top: 50px;
  margin: 40px;
  letter-spacing: 3px;
}

h3 {
  font-family: "kallisto Medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

h4 {
  display: flex;
  font-family: "Noto Sans", Arial, sans-serif;
  justify-content: flex-end;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  padding: 0px;
}

code {
  font-family: "kallisto", Helvetica, Arial, sans-serif;
}


/* Footer */

footer {
  background: var(--primary-color);
  margin:0;
  color: #eee;
  display: flex;
  padding: 20px;
}

footer a {
  font-family: "Noto Sans", Arial, sans-serif;
  text-decoration: none;
  color:#fff;
}

footer a:hover {
  color:#72BE44;
}

footer #left-footer {
  flex: 1;
  border-right: 1px var(--primary-color);
  padding-left: 230px;
}

footer #left-footer h3 {
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: 2px;
}

footer #right-footer h3 {
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: 2px;
}

footer #left-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.5;
}

footer #right-footer {
  flex: 2;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

footer #social-media-footer a .fa-facebook,
footer #social-media-footer a .fa-instagram,
footer #social-media-footer a .fa-twitter,
footer #social-media-footer a .fa-linkedin {
  color: white;
  transition: 0.4s;
}

footer #social-media-footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

footer #social-media-footer ul li {
  font-size: 25px;
  padding: 16px;
  transition:0.4s;
}

footer #social-media-footer ul li:hover a .fa-facebook{
  color: #3b5998;
}
  
footer #social-media-footer ul li:hover a .fa-instagram{
  color: #e4405f;
}

footer #social-media-footer ul li:hover a .fa-twitter{
  color: #00aced;
}
  
footer #social-media-footer ul li:hover a .fa-linkedin{
  color: #2867B2;
}

.bottom-footer{
font-family: "Noto Sans", Arial, sans-serif;
background-color: var(--primary-color);
height: 20%;
width: 100%;
padding: 5px;
text-align: center;
color: #fff;
letter-spacing: 1px;
}


/* Services Page */

.services-page h2 {
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  padding: 0px 20px;
}

.interactive-services-wrap-page,
.campaigns-services-wrap-page,
.graphics-services-wrap-page,
.motion-services-wrap-page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  
  .interactive-services-page,
  .campaigns-services-page,
  .graphics-services-page,
  .motion-services-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--primary-color);
    padding: 30px 30px;
    align-items: center;
    margin: 20px;
    justify-content: flex-start;
    width: 85%;
  }
  
  .icon-interactive-page,
  .icon-campaigns-page,
  .icon-graphics-page,
  .icon-motion-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 30px;
  }

  .icon-interactive-page {
    padding: 30px 0px;
  }
  .icon-campaigns-page {
    padding: 30px 0px;
  }
  .icon-graphics-page{ 
    padding: 30px 0px;
  }
  .icon-motion-page {
    padding: 30px 0px;
  }

  .icon-interactive-page h3,
  .icon-campaigns-page h3,
  .icon-graphics-page h3,
  .icon-motion-page h3 {
    font-size: 38px;
    color: var(--primary-color);
  } 
  
  .title-services1 {
    align-items: center;
    flex-direction: column;
    margin: 20px 30px 0px 30px;
  }

  .title-services1 li {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    line-height: 23px;
    }
  
  .title-services2 {
    margin: 0px 20px 30px 20px;
  }

  .title-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-top: 20px;
  }

  .learn-button {
    font-family: "Noto Sans", Arial, sans-serif;
    margin: 20px 10px 20px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background-color: var(--overlay-color);
    padding: 20px 20px;
    align-self: flex-start;
}

  .learn-button:hover {
    background-color: var(--third-color);
}

  .title-services1 h4 {
    display: contents;
    font-size: 20px;
    font-family: "Noto Sans", Arial, sans-serif;
    color: #fff;
    font-weight: bold;
  }

  .title-services1 p {
    display: flex;
    width: 80%;
    font-size: 20px;
    font-family: "Noto Sans", Arial, sans-serif;
    color: #00000091;
    font-weight: normal;
    line-height: 23px;
  }

  .text-services-page {
    font-family: "Noto Sans", Arial, sans-serif;
    justify-content: center;
    color: #00000091;
    font-size: 25px;
    text-align: center;
    padding: 0px 180px;
  }

  .text-services-bottom {
    font-family: "Noto Sans", Arial, sans-serif;
    justify-content: center;
    color: #1c1c1c;
    font-size: 25px;
    text-align: center;
    font-weight: lighter;
    padding: 60px 180px;
  }

  .text-services-bottom a {
    color: var(--primary-color);
    text-decoration: none;
  }

  .text-services-bottom a:hover {
    color: var(--overlay-color);
  }

  .motion-services-page-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }

/******** What My Customer Say **********/

  /* Slideshow container */
.slideshow-container {
  position: relative;
  background-color: #fff;
  margin-top: 60px;
}

/* Slides */
.mySlides {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.slideshow-container h3 {
  font-size: 25px;
  color: var(--primary-color);
  font-family: "Kallisto Light", Helvetica, Arial, sans-serif;
  padding-top: 25px;
  letter-spacing: 1px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color :#666666;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 80px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle 
.active, .dot:hover {
  background-color: #69ac41f2;
}*/

/* Add an italic font style to all quotes */
q {
  font-style: italic;
  font-size: 25px;
  font-family: "Noto Sans", Arial, sans-serif;
  color: #1c1c1c;
}

/* Add a blue color to the author */
.author {
  color: #1c1c1c;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 18px;
}

/******** Project Phases ***********/

#phases {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-phases-page {
  font-family: "Noto Sans", Arial, sans-serif;
  justify-content: center;
  color: gray;
  font-size: 25px;
  text-align: center;
  padding: 0px 180px;
}

.phases-page {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans", Arial, sans-serif;
  color: gray; 
  font-size: 20px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: var(--primary-color);
  padding: 10px 30px;
  width: 50%;
  margin: 30px;
}

.phases-page h3 {
  color: #fff;
  font-size: 25px;
  background-color: var(--primary-color);
  padding: 10px;
  margin: 30px 0px 0px 0px;
}

.phases-page a {
  color: var(--overlay-color);
  text-decoration: none;
}

.phases-page a:hover {
  color: var(--third-color);
}

.arrow {
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/******** Customer Portal *********/

.login_page {
  width: 500px;
  height: 500px; 
  overflow: hidden;
  font-family: "Noto Sans", Arial, sans-serif;  
  padding: 10px 40px 40px 40px;  
  background-color: var(--overlay-color); 
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}

.portal-page h1{
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: var(--primary-color);
  font-size: 45px;
}

.portal-page {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 0px 0px 50px 0px;
  height: 100vh;
}

.text_sign{
  text-align: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  padding: 20px 0px;
 }

.text_center{
  font-size: 14.5px;
  padding-top: 30px;
 }

 .text_center a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
 }

 .text_center a:hover {
  color: var(--third-color);
 }

 input[type=password], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  color: #1c1c1c;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
  font-family: "Noto Sans", Arial, sans-serif;
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  color: #1c1c1c;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
}

input[type=submit] {
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

input[type=submit]:hover {
  background-color: var(--third-color);
  transition: all .4s ease-in-out;
}

textarea {
  font-size: 10px;
}

button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

button:hover {
  background-color: var(--third-color);
  transition: all .4s ease-in-out;
}

.error p{
  padding: 10px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 25px;
  color: var(--third-color);
  text-align: center;
  font-weight: bold;
}

.privacy-portal {
   font-family: "Noto Sans", Arial, sans-serif;
   text-decoration: underline;
   color: var(--overlay-color);
   font-weight: bold;
   padding: 10px 0px 0px 0px;
}

.privacy-portal:hover {
  color: var(--third-color);
  font-weight: bold;
}


/******** Resume *********/

.article-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 50px;
}

.article-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 20%;
  margin: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 20px;
  list-style-type: none;
  font-weight: lighter;
}

.article-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 25%;
  margin: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 20px;
  list-style-type: none;
  font-weight: lighter;
}

.article-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 30%;
  margin: 30px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 20px;
  list-style-type: none;
  font-weight: lighter;
}

article h3{
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: var(--primary-color);
  font-size: 25px;
}

/******** Work Process *********/
  
.article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 50px;
}

.article1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  color: var(--primary-color);
  width: 45%;
  background-color: #fff;
  padding: 30px;
  margin: 10px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--primary-color);
  list-style-type: none;
  font-weight: normal;
}

.article1 h3{
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  color: var(--primary-color); 
  font-size: 30px;
}

.article1 h3:hover{
  color: var(--overlay-color);  
}

.article-text {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #000000;
    font-size: 25px;
    text-align: center;
    font-weight: lighter;
}


/******** Privacy Policy *********/

.policy {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #000000;
  font-size: 20px; 
  padding: 0px 100px 60px 100px;
  font-weight: lighter;
}

.policy h2 {
  font-size: 25px;
  text-align: left;
  margin-left: 0px;
  color: var(--third-color);
  margin-bottom: 0px;
}

.privacy {
   text-decoration: underline;
   color: #fff;
   font-weight: bold;
}

.privacy:hover {
   color: #892F6B;
  font-weight: bold;
}



/*************************************/

/* MEDIA QUERIES */


/*** Mobile ***/

@media (max-width: 360px) {
    
/*menu*/

    .menu-wrap .menu {
        font-family: "kallisto", Helvetica, Arial, sans-serif;
    }
      
    .menu-wrap .menu ul {
        padding: 0px;
    }
  
    .menu-wrap .toggler:checked ~ .menu > div {
        transform: scale(1.1);
    }
    
    .menu-wrap .menu > div > div {
        margin-right: 18px;
    }

/* landing page */

    .gaby-name {
    font-size: 18px;
    }

    .web-new {
    font-size: 35px;
    margin: 20px 20px;
    }
  
    #bannerh3 {
    font-size: 12px;
    padding: 20px 20px;
    }
    
    .canvas {
    width: 100%;
    height: 100%;
    display: block;
    }

    .container3,
    .container-square7,
    .container-square10,
    .container15,
    .container17,
    .container18,
    .container-square4{
    display: none;  
    }
    
    .languages {
        display: none;
    }
  
  /*my work*/

    .work {
    height: 100%;
    }

    .work h2 {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    margin-top: 40px;
    padding-top: 50px;
    }
    
    h2 {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    padding-top: 100px;
    margin: 0px;
    font-size: 38px;
    }

    .secundary-nav {
    display: none;
    }

    .secundary-nav a:link {
    margin: 4px;
    }
 
    .flipbox-inner {
    position: relative;
    width: 314px;
    height: 314px;
    transition: none;
    transform-style: none;
    }
   
    .flipbox-inner {
    transform: none;
    }
    
   .flex-items1,
   .flex-items2,
   .flex-items3,
   .flex-items4,
   .flex-items5,
   .flex-items6, 
   .flex-items7,
   .flex-items8 {
    background-repeat: no-repeat;
   }
  
   .flex-items1:hover,
   .flex-items2:hover,
   .flex-items3:hover,
   .flex-items4:hover,
   .flex-items5:hover,
   .flex-items6:hover, 
   .flex-items7:hover,
   .flex-items8:hover {
    transform: none;
   }

   .flex-items1-back img,
   .flex-items2-back img, 
   .flex-items3-back img,
   .flex-items4-back img, 
   .flex-items5-back img,
   .flex-items6-back img,
   .flex-items7-back img, 
   .flex-items8-back img {
    padding: 22px;
   }
   
   .flex-items4 {
       width: 305px;
       height: 305px;
   }
   
   
    /*services*/

  #services h2 {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  #services h3 {
    font-size: 35px;
  }

  #services h4 {
    font-size: 20px;
    text-align: center;
    padding: 10px 30px;
  }

  #services {
    height: 100%;
  }

  .service-page {
    padding: 60px 20px;
  }
  
  .learn {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px 20px;
  }
  
  a.learn {
    font-size: 12px;
  }
  
  .learn2 {
    padding: 20px 20px;
    margin-top: 20px;
  }
  
  a.learn2 {
    font-size: 12px;
  }

  .row {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  .row-services {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .contacto1 {
    width: 100%;
    padding: 0px;
  }

  .contact-form {
    width: 100%
  }

  #contact {
    height: 100%;
    margin-top: 50px;
  }
  
  #contact h2 {
    font-size: 38px;
    padding-top: 50px;
  }

  .contacto1 h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .info-contacto1 p {
    font-size: 20px;
  }
  
  .container-square1 {
      display: none;
  }
  
  .interactive-services,
  .campaigns-services,
  .graphics-services,
  .motion-services {
    height: 400px;
    width: 250px;
  }
  
 .interactive-services,
 .motion-services {
     padding: 25px;
 }

/*about*/

  .quote {
    font-size: 20px;
    padding-top: 30px;
    width: 100%;
  }
  
  .quote h4 {
    font-size: 15px;
    padding: 0px;
  }

  #about {
    height: 100%;
  }

  .about {
    height: 100%;
    padding: 20px 0px;
  }

  #about h2 {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    padding-top: 50px;
    margin: 30px 0px 0px 0px;
  }

  .about-paragraph {
    width: 100%;
    font-size: 18px;
  }

  .about .button {
    width: 60%;
    align-self: center;
    margin: 4px 2px 15px 0px;
    padding: 15px 10px;
    font-size: 12px;
  }
  
  input[type=submit] {
      font-size: 12px;
  }

.services-page h2 {
  font-family: "kallisto", Helvetica, Arial, sans-serif;
  padding-top: 70px;
  padding-bottom: 20px;
}


.text-services-page {
  font-size: 20px;
  text-align: center;
}

.interactive-services-page,
.campaigns-services-page,
.graphics-services-page,
.motion-services-page {
  padding: 40px 10px;
  margin: 10px 20px;
}

.campaigns-services {
  padding: 45px 25px;
}

.mySlides {
  margin: 0px 50px;
}

  .title-services1 p {
    width: 100%;
  }
  
  #scroll-mouse img {
      right: 40%;
  }
  
   #scroll-mouse h5 {
       right: 40%;
   }


  /*footer*/
  footer {
      flex-direction: column;
      text-align: center;
      padding: 0px;
  }

  footer #left-footer {
      flex: 1;
      border-right: 0;
      padding-left: 0;
  }
  
    footer #left-footer h3 {
      margin-top: 40px;
  }

  footer #right-footer {
      background: #EF5264;
      color: white;
  }

  footer #right-footer a{
      color: white;
  }

  footer #social-media-footer a .fa-facebook,
  footer #social-media-footer a .fa-instagram {
      color: white;
      transition:0.4s;
  }

/*work pages*/
 
  .description-right {
    margin: 0px 15px 20px 15px;
    font-size: 15px;
  }

  .description-left {
    margin: 10px;
    font-size: 15px;
  }

  .description-left h5 {
    font-family: "Kallisto Light", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    }

  .images-process{
    flex-wrap: wrap;
  }

  .project-process-wrapper {
    flex-wrap: wrap;
  }

  .project-process img {
    width: 300px;
    height: 250px;
  }

  .color-process {
    flex-wrap: wrap;
  }

  .color-process img {
    width: 300px;
    height: 200px;
  }

  .information {
    padding: 20px;
  }

  .ux-process,
  .ui-process {
    padding: 10px;
    flex-wrap: wrap;
  }

  .ux-process img,
  .ui-process img {
    width: 300px;
    height: 200px;
  }

  .ux-images-process,
  .ui-images-process {
    flex-wrap: wrap;
  }
  
  .ui-process-wrapper p,
  .ux-images-process p {
    padding: 20px;
  }

  .project-process h3 {
    font-size: 27px;
  }

  .hero-image img {
    height: 100%;
  }

  .final-design2-sancarlos img{
    width: 280px;
  }

  .mind-map-sancarlos img{
    width: 100%;
  }

  .moodboard-sancarlos img{
    width: 100%;
  }

  .final-design3-sancarlos{
    padding: 0px 0px 30px 0px;
  }
  
  .description {
    margin: 0px;
  }
  
  .logo-juicyholic img {
    width: 90%;
  }  

  .moodboard-juicyholic-image img { 
    width: 90%;
  }

  .project-process-wrapper-juicyholic,
  .project-process-wrapper-vinoteca {
    display: block;
  }

  .sitemap-juicyholic img {
    width: 100%;
  }

  .image3-juicyholic {
    margin: 0px;
  }

  .target-audience-skew2 {
    height: 60px; 
  }

  .moodboard-juicyholic-image {
    padding: 0px;
  }

  .word-list-li-positivitype {
    width: 0%;
  }

  .word-list-text-chimplete,
  .word-list-text-positivitype {
    display: block;
    padding: 0%;
    width: 0%;
  }

  .color-box-positivitype {
    flex-wrap: wrap;
  }

  .mind-map-img-positivitype {
    margin: 0px;
  }

  .mind-map-img-positivitype img {
    width: 90%;
  }

  .poster-process-img-positivitype img {
    padding: 10px;
  }

  .logo-vinoteca img {
    width: 90%;
  }

  .sitemap-vinoteca img {
    width: 90%;
  }

  .moodboard-vinoteca-image img {
    width: 90%;
  }

  .color-box-chimplete,
  .color-box-serene {
    display: block;
  }

  .mind-map-img-chimplete img {
    width: 90%;
  }

  .mind-map-chimplete img {
    width: 100%;
  }

  .image1-chimplete img {
    width: 100%;
  }

  .ui-process-chimplete img {
    width: 90%;
  } 

  .ui-process-chimplete,
  .ui-process-pambazo,
  .ui-process-serene {
    padding: 0px;
  }

  .word-list-li-chimplete {
    width: 0%;
  }

  .project-images-process-chimplete img {
    width: 90%;
  }

  .color-process-chimplete,
  .color-process-pambazo,
  .color-process-serene {
    padding: 0px;
  }

  .word-list-text-pambazo {
    display: block;
  }

  .image3-pambazo img {
    width: 90%;
  }

  .mind-map-img-pambazo img{
    width: 100%;
  }

  .ui-process-pambazo img,
  .ui-process-serene img {
    width: 90%;
  }

  .image3-serene {
    font-size: 15px;
  }

  .mind-map-serene img,
  .mind-map-lh img {
    width: 90%;
  }

  .mind-map-lh {
    padding: 0px;
  }

  .moodboard-lh img {
    width: 150%;
  }

  .image1-lh img {
    width: 100%;
  }

  .image4-lh img {
    width: 100%;
  }

  .ui-process-lh {
    padding: 0px;
  }

  .color-process-lh {
    padding: 0px;
  }
  
  /*customer portal*/
    
    .portal-page {
        height: 100vh;
        background-repeat: repeat;
    }
    
    .login_page {
        height: 620px;
        width: 90%;
    }
    
    .login_page h2 {
        margin: 30px 0px;
    }
    
     /*project phases*/
     
     #phases {
        margin: 0px 0px 30px 0px;
    }
 
    #phases h2{
      font-size: 45px;
      padding-top: 100px
    }
  
    .text-phases-page {
      padding: 0px 30px;
    }
  
    .phases-page {
      margin: 10px 30px 10px 30px;
      width: 80%;
    }
    
    /*work process*/
    
    .article {
        margin: 0px 20px 20px 20px;
    }
    
    .article1 {
        width: 100%;
    }
    
    .article1 h3 {
        font-size: 25px;
        text-align: left;
    }
    
    .article-text {
        padding: 0px 20px;
    }
    
    .accordion {
        padding: 1px;
    }
    
    /*resume*/
    
  .article-container {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 10px; 
  }
  
  .article-1,
  .article-2,
  .article-3 {
      width: 80%;
  }
 
}

@media (min-width: 361px) and (max-width:767px){
    
   
    .gaby-name {
    font-size: 22px;
    }

    .web-new {
      font-size: 65px;
    }
    
     .container18 {
    display: none;  
    }
  
    #banner {
      height: 80vh;
    }
  
    .container-square7 {
    display: none;  
    }
  
    #scroll-mouse img {
        top: 80%;
        right: 40%;
    }
    
     #scroll-mouse h5 {
        top: 85%;
        right: 40%;
    }
    
    .menu-wrap .menu > div {
        height: 300vw;
    }
  
   /* menu */
   
    .menu-wrap .menu {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    }

    .menu-wrap .toggler:checked ~ .menu > div {
        transform: scale(1.1);
    }
    
    .menu-wrap .menu > div > div {
        margin-right: 40px;
    }
    
    .languages {
        display: none;
    }
    
  
   /* my work */
  
  #my-work h2 {
      font-size: 45px;
    }

    .work {
      height: 100%;
      padding-top: 150px;
    }
    
    .overlay {
    opacity: none;
  }
  
  .flipbox-inner {
    position: relative;
    width: 314px;
    height: 314px;
    transition: none;
    transform-style: none;
  }
   
  .flipbox-inner {
    transform: none;
  }
  
  .flex-items1:hover,
  .flex-items2:hover,
  .flex-items3:hover,
  .flex-items4:hover,
  .flex-items5:hover,
  .flex-items6:hover, 
  .flex-items7:hover,
  .flex-items8:hover {
    transform: none;
  }

  .flex-items1-back img,
  .flex-items2-back img, 
  .flex-items3-back img,
  .flex-items4-back img, 
  .flex-items5-back img,
  .flex-items6-back img,
  .flex-items7-back img, 
  .flex-items8-back img {
    padding: 18px;
  }
  
    /* services */
  
    #services {
      height: 100%;
    }
    
    #services h2 {
      font-size: 45px;
    }
    
     #services h3 {
      font-size: 40px;
     }

    #services h4 {
      font-size: 25px;
      text-align: center;
      padding: 10px 40px;
    }
    
    .interactive-services,
    .campaigns-services,
    .graphics-services,
    .motion-services {
      height: 450px;
      width: 300px;
    }
    
    .campaigns-services {
      padding: 45px 25px;
   }
   
   .learn,
   .learn2 {
      padding: 20px 20px;
   }
   
   .learn2 {
       margin-top: 45px;
   }
   
   .text-services-page {
       padding: 0px 30px;
   }
   
   .title-wrapper {
       width: 100%;
   }
   
   .title-services1 p {
       width: 100%;
   }
   
   .title-services1 {
       margin: 0px;
   }
   
   .learn-button {
       font-size: 12.5px;
   }
   
   .text-services-bottom {
       padding: 30px 30px 50px 30px;
   }
   
   .services-page h2 {
      padding: 40px 20px 10px 20px; 
   }
   
    /* contact */
  
    #contact {
      height: 100%;
    }

    #contact h2 {
      font-size: 45px;
      font-family: "kallisto", Helvetica, Arial, sans-serif;
      padding-top: 40px;
      margin: 30px;
    }

    .contacto1 {
      width: 100%;
      padding: 0px;
    }

    .contact-form {
      width: 100%;
    }

    .secundary-nav {
      display: none;
    }

    .canvas {
      width: 100%;
      height: 100%;
      position: block;
    }

    .interactive-services-wrap,
    .campaigns-services-wrap,
    .graphics-services-wrap,
    .motion-services-wrap {
      padding: 20px;
    }

    .row {
      display: flex;
      flex-direction: column;
      padding: 20px 30px;
    }
    
     /* about */

    #about {
      background-size: 0%;
    }
    
     #about h2 {
      font-size: 45px;
    }

    .about {
      height: 100%;
    }

    .about-paragraph {
      width: 100%;
      font-size: 20px;
    }

    .about .button {
      width: 60%;
      align-self: center;
    }
    
     /* footer */
 
    footer {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     text-align: center;
    }

    footer #left-footer {
      padding-left: 0px;
    }

    .quote h4 {
      padding: 0px;
    }
    
    .quote {
      width: 100%;
    }

    .description {
      margin: 20px;
    }
    
    /*customer portal*/
    
    .portal-page {
        background-repeat: repeat;
    }
    
    .login_page {
        width: 90%;
    }
    
    .login_page h2 {
        margin: 30px 0px;
    }

    /*project phases*/
    
    #phases {
        margin: 0px 0px 30px 0px;
    }
 
    #phases h2{
      font-size: 45px;
      margin: 40px 40px 0px 40px;
    }
  
    .text-phases-page {
      padding: 0px 30px;
    }
  
    .phases-page {
      margin: 10px 30px 10px 30px;
      width: 80%;
    }
  
    /*work process*/
    
    .article {
        margin: 0px 20px 20px 20px;
    }
    
    .article1 {
        width: 100%;
    }
    
    .article1 h3 {
        font-size: 25px;
        text-align: left;
    }
    
    .article-text {
        padding: 0px 20px;
    }
    
    .accordion {
        padding: 1px;
    }
    
    /*resume*/
    
  .article-container {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 10px; 
  }
  
  .article-1,
  .article-2,
  .article-3 {
      width: 80%;
  }
}


/*** Tablet ***/


@media(min-width:768px) and (max-width:1025px) {

  section{
      padding: 0px 20px;
  }

  #about {
    height: 100%;
  }

  .about-paragraph {
    font-size: 25px;
    width: 70%;
    line-height: 30px;
  }
  
  .quote {
    font-size: 30px; 
    width: 90%;
    line-height: 35px;
  }

  .about .button {
    width: 30%;
  }

  .work {
    height: 100%;
  }
  
  .secundary-nav {
      word-spacing: 12px;
      font-size: 12px;
  }
  
  #services {
    height: 100%;
  }

   #contact {
    height: 100%;
  }

  .canvas {
    width: 100%;
    height: 100%;
    position: block;
  }

  .secundary-nav a:link {
    border-width: 1.5px;
    padding: 18px 20px 16px 20px;
  }

  .tab img {
    top: 6px;
    left: -5px;
  }


  .tab2 img {
    top: 6px;
    left: -5px;
  }
  
  .row-services {
    padding: 20px 60px 70px 60px;
  }

  .row {
    padding: 40px 30px;
  }

  .contact-form {
    width: 55%;
  }

  .contacto1 {
    padding: 0px;
    width: 40%;
  }

   .work {
    height: 100%;
  }
  
  #services {
    height: 100%;
  }
  
  #services h4 {
    display: flex;
    font-family: "Noto Sans", Arial, sans-serif;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 0px 80px;
  }
  
    .interactive-services,
    .campaigns-services,
    .graphics-services,
    .motion-services {
     height: 450px;
     width: 300px;
    }
    
    a.learn2,
    a.learn {
     padding: 20px 20px;
    }
    
    a.learn2 {
     margin-top: 40px;
    }
    
  footer #left-footer {
    padding-left: 100px;
 }
 
 .article-text {
        padding: 0px 40px;
    }
    
    /* resume */
    
  .article-1,
  .article-2,
  .article-3 {
      width: 80%;
  }
    
}


/*** Laptop ***/

@media (min-width:1026px) and (max-width:1400px) {
   .interactive-services,
    .campaigns-services,
    .graphics-services,
    .motion-services {
     height: 450px;
     width: 300px;
    } 
}


/*** Desktop ***/

@media (min-width:1401px) and (max-width:1999px) {
   .interactive-services,
    .campaigns-services,
    .graphics-services,
    .motion-services {
     height: 450px;
     width: 300px;
    }
    
    a.learn2,
    a.learn {
     padding: 20px 20px;
    }
    
    a.learn2 {
     margin-top: 40px;
    }
  
   .tab2 img {
      margin-left: 10px;
  }
  
  .row {
      padding: 35px 75px 25px 75px;
  }
  
  footer #left-footer {
      padding-left: 130px;
    }
}



@media (min-width:2000px) {
  .gaby-name {
    font-size: 35px;
  }
 
  .web-new {
    font-size: 90px;
  }
  
  .tab img {
      width: 2%;
  }
  
   .tab2 img {
      width: 2%;
      margin-left: 10px;
  }

  #bannerh3 {
    font-size: 25px;
    border-width: 3px;
  }

  h2 {
    font-family: "kallisto", Helvetica, Arial, sans-serif;
    font-size: 70px;
  }

  .secundary-nav {
    font-size: 30px;
  }

  .row-services {
    font-size: 30px;
    line-height: 45px;
    padding: 70px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #services {
    height: 100vh;
  }

  #services h3 {
    font-size: 55px;
  }

  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .motion-services{
    padding: 95px 15px;
    height: 800px;
    width: 550px;
  }

  .graphics-services {
    padding: 95px 65px;
    height: 800px;
    width: 550px;
  }

  .interactive-services {
    padding: 95px 25px;
    height: 800px;
    width: 550px;
  }

  .campaigns-services {
    padding: 95px 62px;
    height: 800px;
    width: 550px;
  }

  .learn {
    border-width: 3px;
    padding: 10px 25px;
  }

  a.learn {
    font-size: 23px;
  }
  
  .learn2 {
    border-width: 3px;
    padding: 10px 25px;
  }

  a.learn2 {
    font-size: 23px;
  }

  .secundary-nav a:link {
    border-width: 3px;
  }

  #services h4 {
    font-size: 45px;
    padding: 0px 260px;
  }

  .contacto1 h3 {
    font-size: 65px;
    line-height: 65px;
  }

  .info-contacto1 p {
    font-size: 50px;
  }

  input[type=firstname],
  input[type=lastname],
  input[type=tel],
  input[type=email],
  input[type=submit],
  input[type=text], select, textarea {
    font-size: 22px;
  }

  .row p {
    font-size: 45px;
  }

  .row {
    padding-top: 123px;
  }

  .contacto2 img {
    width: 310px;
  }

  .circle {
    width: 230px;
  }

  .about-paragraph {
    font-size: 40px;
    line-height: 48px;
    padding-top: 50px;
    width: 65%;
  }

  .quote {
    font-size: 40px;
     line-height: 48px;
  }

  .quote h4 {
    font-size: 28px;
  }

  .about .button {
    font-size: 20px;
    width: 20%;
  }

  .flex-items1 {
    display: block;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    background-image: url("../images/coral-circle.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items1-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items1-back img,
  .flex-items3-back img,
  .flex-items6-back img,
  .flex-items8-back img {
    border-radius: 50%;
  }
  
  .text {
    font-size: 25px;
    position: absolute;
    font-family: 'Noto Sans', sans-serif;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    backface-visibility: hidden;
    color: #ffffff;
    margin: 0px;
    padding: 7px 10px;
    text-decoration: none;
  }
  
  .overlay {
    position: absolute;
    top: 30%;
    bottom: 40%;
    left: 30%;
    right: 50%;
    height: 40%;
    width: 40%;
    opacity: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
  }
  
  .overlay:hover {
    opacity: 5;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
  }
  
  .flipbox-inner {
    position: relative;
    width: 614px;
    height: 614px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
   
  .flipbox-inner {
    transform: rotateY(180deg);
  }
  
  .flex-items1:hover,
  .flex-items2:hover,
  .flex-items3:hover,
  .flex-items4:hover,
  .flex-items5:hover,
  .flex-items6:hover, 
  .flex-items7:hover,
  .flex-items8:hover {
    transform: rotateY(180deg);
  }
  
  .flex-items2 {
    display: block;
    width: 590px;
    height: 590px;
    left:400px;
    top: 179px;
    background-image: url("../images/green-circle-in-square.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items2-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items3 {
    display: block;
    width: 590px;
    height: 590px;
    left:723px;
    top: 176px;
    background-image: url("../images/pink-square-in-circle.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items3-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items4 {
    display: block;
    width: 590px;
    height: 590px;
    left:1055px;
    top: 176px;
    background-image: url("../images/coral-square.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items4-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items5 {
    display: block;
    width: 590px;
    height: 590px;
    left:77px;
    top: 507px;
    background-image: url("../images/pink-circle-in-square.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items5-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items6 {
    display: block;
    width: 590px;
    height: 590px;
    left:397px;
    top: 504px;
    background-image: url("../images/coral-square-in-circle.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d; 
    backface-visibility: visible;
  }
  
  .flex-items6-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left: 74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items7 {
    display: block;
    width: 590px;
    height: 590px;
    left:726px;
    top: 507px;
    background-image: url("../images/green_square.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items7-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left:74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  .flex-items8 {
    display: block;
    width: 590px;
    height: 590px;
    left:1052px;
    top: 501px;
    background-image: url("../images/pink-circle.svg");
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
  
  .flex-items8-back {
    display: absolute;
    width: 590px;
    height: 590px;
    left: 74px;
    top: 176px;
    backface-visibility: hidden;
  }
  
  canvas {
    width: 100%;
    height: 100%;
  }
  
  #contact h2 {
      font-size: 70px;
  }
  
  
  /* customer portal */
  
  .login_page {
      width: 600px;
  }
  
  #login_form {
      font-size: 25px;
  }
  
  input[type=password] {
    font-size: 22px;  
  }
  
  .text_center {
      font-size: 20px;
  }
  
  input[type=submit] {
      padding: 20px 45px;
  }
  
  .phases-page {
      width: 30%;
  }
  
  #phases {
      padding-bottom: 40px;
  }
  
  .article1 {
      width: 35%;
  }
}
  


  






