html, body {overflow-x: hidden;}

.container
{
  overflow: hidden;
}
@font-face {
    font-family: Cera;
    src: url("../fonts/CeraPro/CeraPro-Bold.ttf");
}

@font-face {
    font-family: Cera Bold;
    src: url("../fonts/CeraPro/CeraPro-Black.ttf");
}

@font-face {
    font-family: Cera Thin;
    src: url("../fonts/CeraPro/CeraPro-Regular.ttf");
}

@font-face {
    font-family: Cera UltraThin;
    src: url("../fonts/CeraPro/CeraPro-Thin.ttf");
}

@font-face {
    font-family: Cormorant;
    src: url("../fonts/Cormorant/Cormorant-Bold.ttf");
}

@font-face {
    font-family: Mulish;
    src: url("../fonts/Mulish/Mulish-Bold.ttf");
}
@font-face {
    font-family: Mulish Thin;
    src: url("../fonts/Mulish/Mulish-Regular.ttf");
}


.fixed-wpp
{
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999999999;
}
a{
  text-decoration: none;
}
a:hover
{
  color: white;
  text-decoration: none;
}

.height-1000
{
  height: 1000px;
}

.height-800
{
  height: 800px;
}

.height-700
{
  height: 700px;
}

.height-600
{
  height: 600px;
}

.height-550
{
  height: 600px;
}

.height-270
{
  height: 270px;
}

.height-400
{
  height: 400px;
}

.height-150
{
  height: 150px;
}

.desktop
{
  display: none;
}

.comments-desktop
{
  display: none;
}

.comments-mobile
{
  display: block;
}

.desktop-practice-area
{
  display: none;
}

.contact-section-desktop
{
  display: none;
}

.contact-section-mobile
{
  width: 100%;
  background: linear-gradient(180deg, white 80%, #68B6BC 20%);
}

.form-section-mobile
{
  width: 100%;
  background-color: #68B6BC;
}

.mynavbar {
  display: none;
}

.white-section
{
  background-color: white;
  width: 100%;
  padding-top: 50px;
}

.arrow-container
{
  position: absolute;
  bottom: 100px;
  left: calc(50vw + 5px);

}

.top
{
  position: fixed;
  height: 77px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 42, 55, 0.95);
  z-index: 9999;
}

.nav-wpp
{
  display: none;
}



.whatsapp-div, .send-button { 
transition: all .2s ease-in-out; 
}

.whatsapp-div:hover , .send-button:hover { 
transform: scale(1.1); 
}

.nav-wpp-mobile .whatsapp-div
{
  text-align: center;
  margin-top: 40px;
  background-color: #46C456;
  color: white;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Cera;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.77px;
}

.nav-wpp-mobile .whatsapp-div img
{
  width: 30px;
}

.mobile-logo
{
  float: left;
  width: 180px;
  margin: auto;
  margin: 20px;
}

#nav-icon3{
  float: right;
  width: 20px;
  height: 30px;
  position: relative;
  margin: 30px 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu
{
  position: fixed;
  top: 76px;
  right: 0px;
  width: 100vw; /* or whatever you want, does not matters */
  height: 100vh;
  background: rgba(33, 42, 55, 0.95);
  transition: transform 0.5s; /* transition property and duration */
  transform: translateX(100%); /* -100% of self-width (hidden) */
  z-index: 9999;
  padding: 30px;
}

#menu.is-open{
  transform: translateX(0%); /* (visible) */
}

.mobile-nav-element
{
  border-bottom: solid 1px white;
  padding: 15px;
  width: 100%;
  text-align: right;
}
 
.mobile-nav-element a
{
  text-decoration: none;
  color: white;
  font-family: Cera;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.18px;
}

.start
{
  background-image: url("../img/linier.png");
  background-color: rgba(52, 54, 61, 0.49);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  background-position: center;
  position: relative;
}

.thanks
{
  background-image: url("../img/thanksv2.png");
  background-color: rgba(52, 54, 61, 0.49);
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: center;
}

.myborder
{
  border-bottom: 2px solid #68B6BC;
  position: absolute;
  width: 20px;
  bottom: -30px;
}

.mid-border
{
  left : calc(50% - 10px);
}

.left-border
{
  left: 0px;
}
.close-border
{
  bottom: -10px;
}

.start .myborder
{
  left : calc(50% - 10px);
}



.text-section
{
  position: absolute;
  margin: 0px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 35px;
}
.text-a
{
  font-family: Cera;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: rgba(104, 182, 188, 1);
  position: relative;
}

.text-b{
  font-family: Cormorant;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: white;
  text-indent: 0.6px;
  margin-top: 55px;

}

.text-c{
  font-family: Cera Thin;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: white;
  margin-top: 20px;

}

.section-pre-title{
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  font-family: Mulish;
  color: #68B6BC;
  position: relative;
  letter-spacing: 3px;

}

.section-title
{
  font-family: Cormorant;
  color: #1E252F;
  margin-top: 25px;
  font-size: 33px;
  line-height: 35px;
  text-align: center;
}

.text-section .whatsapp-div, .quienes-somos .whatsapp-div, .qs-wpp .whatsapp-div{
  margin-top: 25px;
  background-color: #46C456;
  font-family: Cera;
  padding: 15px;
  color: white;
  font-size: 18px;
  line-height: 19px;
  width: 100%;
  text-align: center;
}

.qs-wpp .whatsapp-div
{
  margin-top: 0px;
  font-size: 15px;
  padding: 10px;

}

.text-section .whatsapp-div .whatsapp-img , .quienes-somos .whatsapp-div .whatsapp-img , .qs-wpp .whatsapp-div .whatsapp-img{
  width: 30px;
}


.practice-areas
{
  display: none;
}

.practice-areas-container
{
  width: 100%;
  overflow-x:scroll;
  position: relative;
  height: 300px;
  margin-left: 25px;
}

.practice-area
{
  width: 256px;
  height: 274px;
  background-color: #E5F2F4;
  position: absolute;

}

.practice-area-cont
{
  padding: 20px;
  text-align: center;
  
}

.practice-area-cont img
{
  width: 53px;
}

.practice-area-cont h3
{
  font-family: Cormorant;
  font-size: 24px;
  line-height: 20px;
  margin-top: 15px;
}

.practice-area-cont p {
  width: 100%;
  font-family: Cera Thin;
  font-size: 14px;
  color: #828E9D;
}

.white-brown-section
{
  width: 100%;
  padding-top: 50px;
  background: linear-gradient(180deg, white 83%, #FFEEDD 17%);
}

.brown-white-section
{
  width: 100%;
  padding-top: 50px;
  background: linear-gradient(180deg, #FFEEDD 83%, white 17%);
}

.brown-section
{
  width: 100%;
  padding-top: 50px;
  background: #FFEEDD;
}

.qs-image-mobile
{
  float: right;
  background-image: url(../img/qsmobile.png);
  width: 218px;
  height: 142px;
  background-position: center;
  background-size: contain;
}

.qs
{
  font-family: Cera Thin;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #474544;
  margin-top: 30px;
}

.qs-wpp
{
  padding: 0px 30px;
  font-size: 15px;
  background: linear-gradient(180deg, #FFEEDD 50%, white 50%);
}

.comments-title-container-mobile 
{
  position: relative;
}

.comments-title-mobile
{
  position: absolute;
}

.comments-title-mobile .section-pre-title , .comments-title-mobile .section-title
{
  text-align: left;
}

.comments-background-image-mobile
{
  position: absolute;
  left: 220px;
}

.comments-background-image-mobile img
{
  width: 120px;
}


.comment-full-container-mobile
{
  margin: 5px;
  position: relative;
  height: 288px;
  overflow: hidden;
  width: 330px;
  margin: auto;
}

.comment-mobile
{
  position: absolute;
  width: 100%;
  height: 288px;
}

.comment-container-mobile
{
  background-color: #E5F2F4;
  text-align: center;
  padding: 30px;
  height: 100%;
}

.quote-mobile
{
  margin-top: 10px;
  width: 30px;
}

.comment-mobile p
{
  margin-top: 20px;
  font-family: Cera Thin;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.comenter-container .name h4
{
  font-size: 17px;
  font-family: Cera;
  line-height: 13px;
}

.comenter-container .name span
{
  font-size: 14px;
  font-family: Cera;
  line-height: 21px;
  color: #68B6BC;
  text-align: center;
}

.comenter-container
{
  width: 70%;
  margin: auto;
  height: 50px;
}

.name
{
  text-align: center;
  margin-top: 10px;
}

.face-mobile
{
  width: 40px;
}

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

.dot-mobile{
  height: 10px;
  width: 10px;
  margin: 0px 5px;
  background-color:rgba(0, 0, 0, 0.0);
  border-radius: 50%;
  display: inline-block;
  outline: 2px solid grey;
}

.selected-mobile
{
  outline: 2px solid #68B6BC;
  background-color: #68B6BC;
}

.question
{
  font-size: 15px;
  letter-spacing: -3%;
  font-family: Cera Thin;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 20px;
  position: relative;
}
.question .text
{
 width: 90%;
 display: block;
}
.answer {
  overflow: hidden;
  height: 0px;
  font-family: Cera Thin;
  font-size: 11px;
  line-height: 13px;
  margin-top: 15px;
  letter-spacing: -3%;
}

.faq-pre , .fac-title
{
  text-align: left;
}

.contact-info
{
  text-align: center;
}

.contact-info .whatsapp-div .whatsapp-img{
  width: 25px;
  margin-right: 20px;
}


.contact-info .whatsapp-div {
  background-color: #46C456;
  font-family: Cera;
  padding: 5px;
  color: white;
  width: 50%;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 10px;
}

.contact-info .whatsapp-div {
  width: 100%;
}

.wpp-times
{
  font-family: Mulish Thin;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.65px;
  color: #46C456;
  margin-bottom: 10px;
}

.contact-data
{
  color: #828E9D;
  font-family: Cera Thin;
  font-size: 16px;
  line-height: 30px;
}

.contact-data a
{
  color: #828E9D;
}

.question-container{
  border-bottom: 1px solid black;
  padding-left: 15px;
}

.question-selected
{
  font-family: Cera;
}

@keyframes open {
  from {
    height: 0px;
  }
  to { 
    height: 80px;
  }
}

@keyframes close {
  from {
    height: 80px;
  }
  to { 
    height: 0px;
  }
}

.answer-selected
{
  animation: open 0.25s linear forwards;
}

.answer-unselected
{
  animation: close 0.25s linear forwards;
}

.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: absolute;
  margin: 0 1rem;
  float: right;
  right: 0px;
  top: 0px;
}
.arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: black;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.arrow.arrowactive span:first-of-type {
  transform: rotate(-45deg);
}
.arrow.arrowactive span:last-of-type {
  transform: rotate(45deg);
}

.half-half-section
{
  background-color: white;
  width: 100%;
  background: linear-gradient(180deg, white 50%, #1E252F 50%);
}

.form-div
{
  width: 60%;
  margin: auto;
  background-color: #68B6BC;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-container
{
  width: fit-content;
  margin: auto;
  position: relative;
}

.form-title
{
  color: white;
  font-family: Cormorant;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  margin: auto;
}

.form-data
{
  width: 300px;
  margin: auto;
  margin-top: 15px;
}

.form-data p
{
  margin-top: 15px;
  color: white;
  font-family: Cera Thin;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
}

.form-data input ,.form-data select
{
  background-color: white;
  border: none;
  width: 100%;
  height: 33px;
  margin-top: 15px;
  padding: 15px;
  margin-bottom: 0px;
  font-family: Cera Thin;
  font-size: 13px;
  line-height: 17px;
  color: #A9A9A9;
}

.form-data select
{
  padding: 0px;
  padding-left: 10px;
  color: #A9A9A9;
}



input:placeholder , select:placeholder{
  font-family: Cera Thin;
  font-size: 13px;
  line-height: 17px;
  color: #A9A9A9;
}

input:focus , select:focus
{
  outline: none;
}

.contact-container
{
  height: 500px;
}

.send-button
{
  margin-top: 70px;
  width: 100%;
  background-color: #1E252F;
  color: white;
  padding:13px;
  text-align: center;
  font-family: Cera Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.dark-section
{
  background-color: #1E252F;
  width: 100%;
}

.footer
{
  padding-top: 80px;
  text-align: center;
  margin: auto;
}
.footer img{
  width: 200px;
}

.footer span{
  font-family: Cera UltraThin;
  font-size: 17px;
  line-height: 22px;
  display: block;
  color: white;
  margin-top: 30px;

}

.thanks-container
{
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.thanks-texts
{
  margin: auto;

}

.thanks-texts h1
{
  font-size: 40px;
  line-height: 52px;
  font-family: Cormorant;
  color: white;
  text-indent: 0.6px;
  margin-bottom: 30px;
}

.thanks-texts .pre-title
{
  font-size: 16px;
  line-height: 18px;
  font-family: Cera;
  text-align: left;
}

.footer-thanks
{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #1E252F;
  height: 100px;
  text-align: center;
}

.footer-thanks img
{
  width: 150px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-thanks span
{
  color: white;
  display: block;
  font-size: 10px;
  line-height: 13px;
}


  @media (min-width: 400px) {
    .form-data
    {
      width: 360px;
    }

    .contact-container
    {
      height: 450px;
    }

    .thanks-container
    {
      top: 25%;
    }

    .thanks-texts h1
    {
      font-size: 50px;
      line-height: 52px;
      text-indent: 0.6px;
      margin-bottom: 30px;
    }

    .thanks-texts .pre-title
    {
      font-size: 18px;
      line-height: 18px;
    }

    .comments-background-image-mobile
    {
      position: absolute;
      left: 260px;
    }

    .comments-background-image-mobile img
    {
      width: 130px;
    }

  }

  @media (min-width: 450px) {
    .comments-background-image-mobile
    {
      position: absolute;
      left: 290px;
    }

    .comments-background-image-mobile img
    {
      width: 170px;
    }
  }

@media (min-width: 550px) {
  .qs
  {
    font-size: 14px;
    line-height: 24px;
  }
  .qs-image-mobile
  {
    float: none;
    margin: auto;
  }

  .thanks-texts h1
    {
      font-size: 60px;
      line-height: 56px;
      text-indent: 0.6px;
      margin-bottom: 30px;
    }

    .thanks-texts .pre-title
    {
      font-size: 22px;
      line-height: 18px;
    }

    .comments-background-image-mobile
    {
      position: absolute;
      left: 320px;
    }

    .comments-background-image-mobile img
    {
      width: 200px;
    }
}


@media (min-width: 850px) {

  .contact-section-mobile , .form-section-mobile
  {
    display: none;
  }

  .contact-section-desktop
  {
    display: block;
  }
  .start .myborder
  {
    left : 0px;
  }

  .desktop
  {
    display: block;
  }
  .mobile
  {
    display: none;
  }
    .desktop-practice-area
  {
    display: block;
  }

  .mobile-practice-area
  {
    display: none;
  }
  .mobile-navbar
  {
    display: none;
  }


  .mynavbar {
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100vw;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Cera';
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255,255, 0.2);
    z-index: 999;
    background-color: rgba(28, 31, 43, 0.0);
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    display: flex;
  }

  .navbar-container{
    width: 100%;
    margin: auto;
  }


  .nav-logo
  {
    text-align: center;
    height: 50%;
    margin: auto;
  }

  .nav-logo img{
    width: 140px;
  }

  .nav-element {
    text-align: center;
    height: 50%;
    margin: auto;
  }
  .nav-element a {
    color: #f2f2f2;
    text-decoration: none;
  }

  .nav-element .whatsapp-div{
    background-color: #46C456;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .whatsapp-img{
    width: 18px;
  }

  .text-section
  {
    max-width: 800px;
    padding: 0px;
  }

  .text-a{
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .text-b{
    font-size: 85px;
    line-height: 92px;
    text-align: left;
    margin-top: 25px;
  }

  .text-c{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 15px;
  }

  .text-section .whatsapp-div .whatsapp-img , .quienes-somos .whatsapp-div .whatsapp-img{
    width: 30px;
  }


  .text-section .whatsapp-div, .quienes-somos .whatsapp-div {
    margin-top: 25px;
    background-color: #46C456;
    font-family: Cera;
    padding: 20px;
    color: white;
    font-size: 20px;
    line-height: 25px;
    width: 50%;
    text-align: center;
  }

  .quienes-somos .whatsapp-div {
    font-size: 16px;
    padding: 10px;
  }

  .section-pre-title{
    font-size: 18px;
    line-height: 19px;
    text-align: left;
    letter-spacing: 3px;

  }

  .section-title
  {
    margin-top: 25px;
    font-size: 65px;
    line-height: 65px;
    text-align: left;
  }

  .practice-areas
  {
    display: flex;
  }

  .qs
  {
    color: #007C8D;
  }
  .image-holder
  {
    margin-top: 70px;
    position: relative;
    z-index: 2;
  }

  .image-holder img
  {
    width: 290px;
    z-index: 2;
    left: 50px;
    position: absolute;
  }

  .background-image-decorator
  {
    background-color: #FFEEDD;
    position: absolute;
    width: 300px;
    height: 300px;
    top: -50px;
    left: 100px;
    z-index: 1;
  }

  .comments-desktop
  {
    display: block;
  }

  .comments-mobile
  {
    display: none;
  }

  .question
  {
    font-size: 18px;
    letter-spacing: -1%;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 30px;
  }
  .answer {
    overflow: hidden;
    height: 0px;
    font-family: Cera Thin;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    display: inline-block;
  }

  .contact-info
  {
    text-align: left;
  }

  .contact-info h2
  {
    font-size: 40px;
    text-align: left;
  }

  .contact-info .whatsapp-div .whatsapp-img{
    width: 45px;
    margin-right: 20px;
  }


  .contact-info .whatsapp-div {
    margin-top: 45px;
    color: white;
    width: 50%;
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
  }


  .contact-data-section
  {
    margin-top: 45px;
  }

  .contact-info .whatsapp-div {
    width: 100%;
  }

  .contact-data
  {
    color: #828E9D;
    font-family: Cera Thin;
    font-size: 14px;
    line-height: 30px;
  }

  .quienes-somos .whatsapp-div {
    width: 70%;
  }

  .container{
    max-width: 1300px;
  }

  .service-col
  {
    margin-top: 20px;
  }

  .service-full-container
  {
    margin: 5px;
    position: relative;
    height: 218px;
  }

  .service-container{
    text-align: center;
    padding: 10px;
    position: relative; 
    height: 100%;
  }

  .service-container p
  {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .service-container h3
  {
    margin-top: 30px;
    font-family: Cormorant;
    color: #1E252F;
    font-size: 28px;
    line-height: 25px;
  }

  .service{
    position: absolute;
    height: 218px;
    width: 100%;
  }

  .portrait
  {
    background-color:#E5F2F4;
    z-index: 2;
  }

  .portrait div img{
    margin-top: 30px;
    width: 50px;
  }

  .service-content
  {
    background-color: #007C8D;
    z-index: 1;
    color: #FFFFFF;
    padding: auto;
    font-family: 'Cera Thin';
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }

  .comment-full-container
  {
    margin: 5px;
    position: relative;
    height: 720px;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
  }

  .comment
  {
    position: absolute;
    width: 100%;
  }

  .comment-container
  {
    background-color: #E5F2F4;
    text-align: center;
    padding: 64px;
  }

  .comment .quote
  {
    margin-top: 10px;
  }

  .comment p
  {
    margin-top: 40px;
    font-family: Cera Thin;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .comment h4
  {
    font-size: 24px;
    font-family: Cera;
    line-height: 30px;
    margin-top: 30px;
  }

  .comment span
  {
    font-size: 17px;
    font-family: Cera;
    line-height: 21px;
    margin-top: 15px;
    color: #68B6BC;
  }

  .comments-title-container
  {
    position: relative;
  }

  .comments-title
  {
    position: absolute;
    left: 20px;
    top: 130px;
    z-index: 2;
  }

  .comments-background-image
  {
    left: 40px;
    top: 230px;
  }

  .comments-background-image img
  {
    width: 450px;
  }

  .dot{
    height: 25px;
    width: 25px;
    background-color:rgba(0, 0, 0, 0.0);
    border-radius: 50%;
    display: inline-block;
    outline: 2px solid grey;
    margin-right: 5px;
  }

  .selected
  {
    height: 25px;
    width: 25px;
    outline: 2px solid #68B6BC;
    background-color: #68B6BC;
  }

  .image-holder-faq
  {
    position: relative;
    margin-left: 15px;
  }

  .image-holder-faq img
  {
    width: 350px;
    z-index: 2;
    position: absolute;
  }

  .background-image-decorator-faq
  {
    background-color: #FFEEDD;
    position: absolute;
    width: 450px;
    height: 390px;
    top: -50px;
    left: 50px;
    z-index: 1;
  }

  .thanks-texts .section-pre-title
  {
    text-align: center;
  }
}

@media (min-width: 1071px) {
  
  .nav-wpp {
    display: inline-block;
  }

  .service-container h3
  {
    margin-top: 20px;
    font-size: 36px;
    line-height: 30px;
  }

  .portrait div img{
    margin-top: 30px;
    width: 70px;
  }

  .service-content
  {
    font-size: 16px;
    line-height: 20px;
    padding: 25px;
  }

  .qs
  {
    font-family: Cera Thin;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #007C8D;
    margin-top: 30px;
  }

  .image-holder img
  {
    width: 450px;
    max-width: 590px;
    z-index: 2;
    left: 0px;
  }

  .background-image-decorator
  {
    background-color: #FFEEDD;
    position: absolute;
    width: 450px;
    height: 450px;
    top: -50px;
    left: 150px;
    z-index: 1;
  }

  .quienes-somos .whatsapp-div {
    font-size: 20px;
    padding: 20px;
  }

  .image-holder-faq{
    margin-left: 30px;
  }


  .image-holder-faq img
  {
    width: 350px;

  }

  .background-image-decorator-faq
  {
    width: 350px;
    height: 396px;
  }

  .contact-info
  {
    margin: auto;
    width: 65%;
  }

  .contact-info h2
  {
    font-size: 60px;
  }

  .contact-info .whatsapp-div .whatsapp-img{
    width: 45px;
    margin-right: 20px;
  }


  .contact-info .whatsapp-div {
    margin-top: 90px;
    font-size: 26px;
  }

  .contact-info .whatsapp-div {
    width: 100%;
  }

  .contact-data-section
  {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .contact-data
  {
    font-size: 20px;
    margin-top: 20px;
  }

  .fixed-wpp a img
  {
    width: 150px;
  }
}

@media(min-width: 1150px)
{
  .image-holder-faq
  {
    margin-left: 60px;

  }
}

@media(min-width: 1300px)
{
  .comments-title
  {
    left: 20px;
    top: 130px;

  }

  .comments-background-image
  {
    left: 40px;
    top: 230px;
  }

  .comments-background-image
  {
    left: 40px;
    top: 230px;

  }

  .image-holder img
  {
    width: 590px;
    max-width: 590px;
  }

  .background-image-decorator
  {
    width: 600px;
    height: 600px;
    top: -50px;
    left: 150px;
  }

  .image-holder-faq img
  {
    width: 450px;

  }

  .background-image-decorator-faq
  {
    width: 450px;
    height: 480px;
  }

  .qs
  {
    font-size: 20px;
  }

}

@media(min-width: 1450px)
{
  .image-holder-faq
  {
    margin-left: 100px;

  }
  .contact-info
  {
    margin-left: 200px;
  }
}
