/* 4885ed azul
db3236 rojo
f4c20d amarillo
3cbb54 verde */
/* Fuente Raleway regular y Raleway Blod */

/* RALEWAY REGULAR */
@font-face {
  /* font-family: "Raleway"; */
  /* src: url("./fonts/Raleway/Raleway-Regular.ttf") format('truetype'); */
  font-weight: 400;
  font-style: normal;
}

/* RALEWAY BOLD */
@font-face {
  /* font-family: "Raleway"; */
  /* src: url("./fonts/Raleway/Raleway-Bold.ttf") format('truetype'); */
  font-weight: 700;
  font-style: normal;
}

body, html{
  height:100%;
  overflow: hidden;
}

.bgBlue {
  background-color: #4885ed;
  transition: background 0.5s linear;
}

.bgWhite {
  background-color: white;
  transition: background 0.5s linear;
}

.bgGreen {
  background-color: #3cbb54;
  transition: background 0.5s linear;
}

.bgBlue .content {
  background-color: #4885ed;
  transition: background 0.5s linear;
  position: relative;
}

.bgWhite .content {
  background-color: white;
  transition: background 0.5s linear;
  position: relative;
}

.bgGreen .content {
  background-color: #3cbb54;
  transition: background 0.5s linear;
  position: relative;
}

.content:before {
  background-image: url(imgs/bgBlue.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.5s linear;
  transition: background 0.5s linear;
  content: ' ';
  display: block; 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bgWhite .content:before {
  opacity: 0.2;
}

/* BARRA DE NAVEGACION SUPERIOR */
#navPrincipal {
  color: white;
  /* font-family: 'Raleway', sans-serif; */
  font-size: 18px;
}
#navPrincipal {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

#navPrincipal ul {
  list-style-type: none !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 25px;
  text-transform: uppercase;
}

#navPrincipal li {
  padding-right: 35px;
}

.bgBlue #navPrincipal a.text {
  color: white;
  text-decoration: none;
}


.bgBlue #navPrincipal a.active {
  color: #29529a;
  font-weight: bold;
  font-size: 22px;
}

.bgWhite #navPrincipal a.text {
  color: #000000b3;;
  text-decoration: none;
}

.bgWhite #navPrincipal a.active {
  color: #f4c20d;
  font-weight: bold;
  font-size: 22px;
}

.bgGreen #navPrincipal a.text {
  color: white;
  text-decoration: none;
}

.bgGreen #navPrincipal a.active {
  color: #0e6d0e;
  font-weight: bold;
  font-size: 22px;
}

.bgBlue .languaje {
  color: white;
}

.bgWhite .languaje {
  color:  black;
}

.bgGreem .bgWhite {
  color: white;
}

.logo img {
  margin-top: 10px;
  width: 125px;
  height: 45px;
}

.languaje {
  margin-top: 25px;
}

.bgBlue .languaje p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
}

.bgWhite .languaje p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000b3;;
}

.header {
  display: block;
}
/* BARRA DE NAVEGACION SUPERIOR */

/* SECCIONES */

/* PRIMERA SECCION */
#firstSection {
  display: flex;
  flex-direction: column;
}

#firstSection .imgCenter {
  width: 790px;
  height: 436px;
  margin-top: 40px;
}

#firstSection .children  {
  height: 60%;
  width: 850px;
}

#firstSection .children #imgCenter  {
  height:100%;
  width: 100%;
}

#firstSection .title {
  /* font-family: 'Raleway', sans-serif; */
  color: white;
  font-size: 35px;
  text-transform: uppercase;
}

.fatherIconFloat {
  width: 155px;
  height: 125px;
  position: absolute;
}

.float{
  animation-name: bombilloAnimation;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  animation-timing-function: ease-in-out;
}

.bombillo {
  position: absolute;
  left: -169%;
  top: 63%;
  width: 138px;
  height: 122px;
  animation-name: bombilloAnimation;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  animation-timing-function: ease-in-out;
}

.tornillo {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -47%;
  top: 49%;
  animation-name: bombilloAnimation;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  animation-timing-function: ease-in-out;
}

.lapiz {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 58%;
  top: -1%;
  animation-name: bombilloAnimation;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  animation-timing-function: ease-in-out;
}

.tarjetica {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 169%;
  top: 108%;
  animation-name: bombilloAnimation;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  animation-timing-function: ease-in-out;
}

.floatHiperFast{
  animation-duration: 1s !important;

}
.floatSlow{
  animation-duration: 3.5s  !important;
}

.floatFast{
  animation-duration: 1.5s !important;
}

.title span {
  color: #f4c20d !important;
  font-weight: 600;
}
/* PRIMERA SECCION */

/* SEGUNDA SECCION */
#secondSection {
  display: flex;
  flex-direction: column;
  /* font-family: 'Raleway', sans-serif; */
  color: #000000b3;
}

#secondSection .rayita {
  width: 242%;
  height: 160%;
  margin-left: 40%;
  margin-top: -8%;
  border-bottom: dotted 2px grey;
  border-left: dotted 2px grey;
}

#secondSection .title {
  font-size: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#secondSection .description {
  text-align: center;
  width: 74%;
  margin-bottom: 100px;
}

#secondSection .description p {
  line-height: 30px;
  margin-top: 40px;
  font-size: 20px;
}

#secondSection .foo {
  align-self: flex-start;
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
}

#secondSection .foo .contTitle {
  align-self: flex-start;
}

#secondSection .foo .contTitle .title {
  font-weight: bold;
}

#secondSection .foo .items {
  display: flex;
  justify-content: space-between;
}

#secondSection .foo .items .item {
  display: flex;
  justify-content: space-between;
}

#secondSection .foo .items .item h2 {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

#secondSection .foo .items .item .img {
  width: 85px;
  height: 58px;
  margin-top: 4%;
}

#secondSection .foo .items .item .img > img {
  width: 100%;
  height: 100%;
}

#secondSection .foo .items .item .des {
  width: 80%;
}

#secondSection .foo .items .item .des p {
  font-size: 14px;
  text-align: justify;
}
/* SEGUNDA SECCION */

/* TERCERA SECCION */
#thirdSection {
  display: flex;
  flex-direction: column;
  /* font-family: 'Raleway', sans-serif; */
}

#thirdSection #swContainerServices {
  height: 70%;
  width: 90%;
}

#thirdSection #swContainerServices .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#thirdSection #swContainerServices .item .img {
  height: 90%;
  width: 40%;
  padding-left: 30px;
}

#thirdSection #swContainerServices .item .img img {
  width: 100%;
  height: 100%;
}

#thirdSection #swContainerServices .item .description {
  margin-top: 8%;
  padding-left: 50px;
  width: 40%;
}

#thirdSection #swContainerServices .item .description .title {
  font-size: 45px;
  color: #f4c20d;
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#thirdSection #swContainerServices .item .description .subtitle {
  color: white;
  text-align: left;
  font-weight: 100;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
}

#thirdSection #swContainerServices .item .description p {
  text-align: justify;
  color: white;
  line-height: 26px;
  font-size: 18px;
}

#thirdSection .navigation {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
}

#thirdSection .navigation .item {
  padding-right: 30px;
}

#thirdSection .navigation .item .pag {
  font-weight: bold;
  color: white;
  font-size: 14px;
  border-radius: 10px;
  width: 100%;
  background-color: #92a6ca;
  padding: 2px;
  cursor: pointer;
}

#thirdSection .navigation .item .active {
  background-color: #29529a !important;
  border: solid 1px;
}

#thirdSection .navigation .item .pag p {
  margin-bottom: 0px;
  margin-top: 0px;
}

#thirdSection .navigationArrow {
  display: none;
}

#thirdSection .arrow {
  color: white;
  font-size: 75px;
}

#thirdSection #prev {
  position: absolute;
  right: 87%;
  top: 18%;
  z-index: 1000;
}

#thirdSection #next {
  position: absolute;
  left: 87%;
  top: 18%;
  z-index: 1000;
}
/* TERCERA SECCION */

/* CUARTA SECCION */
#quarterSection {
  flex-direction: column;
  /* font-family: 'Raleway', sans-serif; */
}

#quarterSection .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#quarterSection .title {
  color: #000000b3;
  font-size: 35px;
  text-transform: uppercase;
}

#quarterSection .team {
  display: flex;
}

figure.worker{
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 225px;
  height: 305px;
  margin: 0;
  margin-left: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
}

figure:hover.worker{
  background: #8ad698;
}

figure.worker .circuleEffect{
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  margin-top: 10%;
  margin-left: 15%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transform: scale3d(4,4,4);
  -webkit-transform: scale3d(4,4,4);
  -moz-transform: scale3d(4,4,4);
}

figure:hover.worker .circuleEffect{
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  box-shadow: 0 0 2px 2px #fff;
  webkit-box-shadow: 0 0 2px 2px #fff;
  -moz-box-shadow: 0 0 2px 2px #fff;
}

figure.worker img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: normal;
  -webkit-mix-blend-mode: normal;
  -moz-mix-blend-mode: normal;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);

  transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

figure:hover.worker img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


figure figcaption{
  position: absolute;
  width: 100%;
  bottom: 0;
  /* padding: 0 1em; */
  color: #222;

  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transform: translateY(0);
  -webkt-transform: translateY(0);
  -moz-transform: translateY(0);
}

figure:hover figcaption{
  position: absolute;
  bottom: -50px;
  /* padding: 0 1em; */
  color: #fff;
  transform: translateY(-50px);
  -webkt-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
}

figure figcaption .button{
  position: absolute;
  top: -70px;
  right: calc(5px + 0.5em);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;

  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transform: translateY(250px);
  -webkt-transform: translateY(250px);
  -moz-transform: translateY(250px);
}

figure:hover figcaption .button{
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translateY(0px);
  -webkt-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

figure figcaption p.name{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
}

figure figcaption p.jobTitle{
  font-size: 0.9em;
  font-weight: 100;
  margin-top: 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 297%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background:rgba(57, 145, 18); /* Fallback color */
  background:rgba(57, 145, 18, 0.4);/* Black w/ opacity */
}

.programmer{
  background:rgb(18, 31, 145); /* Fallback color */
  background:rgba(18, 37, 145, 0.4);/* Black w/ opacity */
}

.director{
  background:rgb(145, 137, 18); /* Fallback color */
  background:rgba(145, 137, 18, 0.4);/* Black w/ opacity */
}

.desing {
  background:rgb(145, 18, 113); /* Fallback color */
  background:rgba(145, 18, 113, 0.4);/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 55%; /* Could be more or less, depending on screen size */
};

.detailPerson {
  display: flex !important;
}

.detailPerson .description {
  width: 68%;
  padding-left: 20px;
  padding-right: 8px;
}

.detailPerson img {
  max-width: 100%;
  height: 259px;
}

.detailPerson button {
  background:rgba(57, 145, 18);
  width: 80%;
  height: 35px;
  margin-top: 17px;
}

.detailPerson p {
  text-align: justify;
  font-size: 15px;
}

.detailPerson p.name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.detailPerson p.charge {
  margin-top: 0px;
}
/* CUARTA SECCION */

/* QUINTA SECCION */
#fifthSection {
  display: flex;
  flex-direction: column;
  /* font-family: 'Raleway', sans-serif; */
  color: white;
}

#fifthSection .title {
  /* font-family: 'Raleway', sans-serif; */
  color: white;
  font-size: 35px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#fifthSection .subtitle {
  font-size: 22px;
}

#fifthSection .icons {
  display: flex;
  flex-flow: row; 
  flex-wrap: wrap;
}

#fifthSection .icons .icon {
  padding-right: 80px;
  flex: 1;
}
#fifthSection .icons .icon img {
  width: 100px;
  height: 105px;;
}

/* QUINTA SECCION */

/* SEXTA SECCION  */
#sixthSection {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* font-family: 'Raleway', sans-serif; */
}

#sixthSection .form {
  width: 445px;
  height: 422px;
  margin-top: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sixthSection .form .title {
  color: #f4c20d;
  font-weight: bold;
  font-size: 39px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.contentMap {
  height: 30%;
  margin-top: 5%;
  width: 40%; 
  padding-left: 25px; 
  padding-right: 25px;
}

.contentMap .custom {
  float: right;
  margin-top: 10px;
  font-size: 15px;
  width: 139px;
  height: 25px;
}

.infoLocation {
  float: left;
  text-align: justify;
}

.infoLocation h5 {
  margin-top: 0px;
  font-weight: 100;
}

.infoLocation h4 {
  margin-bottom: 0px;
}

#phone h5 {
  margin-bottom: 0px;
}

.map {
  width: 100%;
}

.map img {
  max-width:  100%;
  height:  auto;
  border: solid 1.5px;
}

.eForm {
  border-radius: 12px;
  border-style: solid;
  border: solid 1.4px;
  color: #000000b3;
  padding-left: 19px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 17px;
  font-weight: bold;  
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.eForm::placeholder {
  font-weight: bold;
  color: #b1aeae;
  font-size: 17px;
  /* font-family: 'Raleway', sans-serif; */
}

.eForm:focus {
  box-shadow: 0 0 3pt 2pt #cebbbb;
  outline: none;
}

.btn {
  width: 50%;
  align-self: center;
  height: 50px;
  border-radius: 10px;
  outline: none;
  border-style: none;
  color: white;
  font-weight: bold;
  background-color: #f4c20d;
  font-size: 17px;
  cursor: pointer;
  text-transform: uppercase;
}

.inputText {
  height: 35px;
}
/* SEXTA SECCION */
/* SECCIONES */

/* FOOTER REDES SOCIALES */
.footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  right: 110px;
  z-index: 2;
}

.bgBlue .footer .text, .bgGreen .footer .text  {
  padding: 20px;
  /* font-family: 'Raleway', sans-serif; */
  color: white;
}

.bgWhite .footer .text {
  padding: 20px;
  /* font-family: 'Raleway', sans-serif; */
  color: #000000b3;;
}

.footer .text p {
  margin-top: 0px;
}

.footer .text span {
  font-weight: bold;
}

.footer .icons {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.footer .icon {
  width: 18px;
  height: 18px;
  padding-right: 10px; 
  cursor: pointer;
}

.footer .fWhite {
  color: white;
}

.footer .fYellow {
  color: #f4c20d !important;
}

.footer .icon img {
  width: 100%;
  height: 100%;
}
/* FOOTER REDES SOCIALES */

/* SWIPER SCROLL */
.swiper-container,
.swiper-wrapper,
.swiper-slide{
  width: 100%;
  height: 100%;
}
 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: none;
   display: flex;
   /* justify-content: center; */
   align-items: center;
}

.bgBlue .swiper-pagination-bullet, .bgGreen .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px white;
  opacity: 1;
  background: none;
}

.bgBlue .swiper-pagination-bullet-active, .bgGreen .swiper-pagination-bullet-active {
  background: white;
}

.bgWhite .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #000000b3;;
  opacity: 1;
  background: none;
}

.bgWhite .swiper-pagination-bullet-active {
  background: #000000b3;;
}
/* SWIPER SCROLL */

/* ANIMACIONES */
@keyframes bombilloAnimation {
  0% {
    transform: translate3d(0,-4px,0);
  }
  100% {
    transform: translate3d(0,4px,0);
  }
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
}

.fadeIn {
  animation-name: fadeOut;
  animation-duration: 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes .fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* iPhone 4 & 5 */
@media only screen and (min-width : 320px) {
  /* body  {
    background: violet !important;
  } */

  .Badget {
    display: none;
  }
  
  #firstSection .children {
    height: 47%;
    width: 100%;
    margin-top: 20%;
  }

  #firstSection .title {
    font-size: 27px;
  }

  .tarjetica {
    width: 60px;
    height: 69px;
    left: 94%;
    top: 132%;
  }

  .bombillo {
    left: -47%;
    top: 121%;
    width: 69px;
    height: 62px;
  }

  .tornillo {
    width: 59px;
    height: 59px;
    left: 15%;
    top: 96%;
  }

  .lapiz {
    top: 44%;
    width: 68px;
    height: 73px;
    left: 58%;
  }

  #secondSection .rayita {
    display: none;
  }

  #secondSection .description {
    margin-bottom: 0px;
  }

  #secondSection .description p {
    line-height: 14px;
    margin-top: 20px;
    font-size: 10px;
    text-align: justify;
  }

  #secondSection .title {
    font-size: 32px;
  }

  #secondSection .foo .items {
    flex-direction: column;
  }

  #secondSection .foo {
    align-self: center;
    margin-left: 0%;
    margin-top: -33px;
  }

  #secondSection .foo .contTitle {
    align-self: initial;
    font-size: 17px;
  }

  #secondSection .foo .items .item .img {
    display: none;
  }

  #secondSection .foo .items .item .des {
    width: 100%;
  }

  #secondSection .foo .items .item .des p {
    font-size: 10px;
  }

  #thirdSection #swContainerServices .item {
    flex-direction: column;
  }

  #thirdSection #swContainerServices .item .img {
    height: auto;
    width: 235px;
    padding-left: 16px;
  }

  #thirdSection #swContainerServices .item .description {
    margin-top: 0px;
    padding-left: 0px;
    width: auto;
  }

  #thirdSection #swContainerServices .item .description .title {
    font-size: 23px;
    color: #f4c20d;
    text-align: center;
    margin-bottom: 0px;
  }

  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
  }

  #thirdSection #swContainerServices .item .description p {
    text-align: justify;
    color: white;
    line-height: 12px;
    font-size: 10px;
  }

  #thirdSection .navigation {
    display: none;
  }

  #thirdSection .navigationArrow {
    display: block;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  figure.worker {
    width: 55px;
    height: 200px;
    margin-left: 20px;
  }

  figure figcaption {
    bottom: 56px;
  }

  figure figcaption p.name {
    font-size: 0.5em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.5em;
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 55%; /* Could be more or less, depending on screen size */
  };

  .detailPerson {
    display: flex !important;
  }
  
  .detailPerson .description {
    width: 68%;
    padding-left: 20px;
    padding-right: 8px;
  }
  
  .detailPerson img {
    max-width: 100%;
    height: 153px;
  }
  
  .detailPerson button {
    background:rgba(57, 145, 18);
    width: 80%;
    height: 35px;
    margin-top: 17px;
    font-size: 10px;
  }
  
  .detailPerson p {
    text-align: justify;
    font-size: 12px;
  }
  
  .detailPerson p.name {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .detailPerson p.charge {
    margin-top: 0px;
  }
  /* CUARTA SECCION */

  #fifthSection .icons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
  }

  #fifthSection .icons .icon {
    padding-right: 4px;
  }

  #fifthSection .icons .icon img {
    height: 45px;
    width: 45px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 0px !important;
  }

  #sixthSection {
    flex-direction: column;
  }

  #sixthSection .title {
    color: #f4c20d;
    display: flex;
    margin-left: 109px;
    margin-top: -20px;
  }

  #sixthSection .form {
    width: 263px;
    height: 227px;
    margin-left: 20px;
    margin-top: -24%;
  }

  .inputText {
    height: 29px;
  }

  .eForm {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 17px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 67px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }

  .custom {
    display: none;
  }

  #sixthSection .form .title {
    display: none;
  }

  .contentMap {
    margin-top: -65%;
    width: 86%;
  }

  .form {
    height: 20% !important;
  }

  .infoLocation {
    display: block !important;
    margin-top: -80px;
    margin-left: -10px;
  }

  .infoLocation .email_class{
    position: absolute;
    margin-top: -110px;
    margin-left: 170px;

  }

  .email_class h4{
    margin-left: 5px;
  }

  .email_class h5{
    margin-left: 7px;
  }

  .footer p {
    display: none;
  }

  .header {
    display: none;
  }

  #secondSection .foo .items .item h2 {
    font-size: 11px;
  }

  #navPrincipal {
    display: none;
  }

  #navPrincipalMobile {
    display: block;
  }

  #swPaginationPrincipal {
    display: none;
  }
} 

/* iPhone 6 & 7 */
@media only screen and (min-width : 375px) {
  /* body  {
    background: blue !important;
  } */

  .Badget {
    display: none;
  }

  .tarjetica {
    width: 80px;
    height: 81px;
    top: 129%;
  }

  .bombillo {
    left: -48%;
    top: 125%;
    width: 74px;
    height: 65px;
  }

  .tornillo {
    left: -8%;
  }

  .lapiz {
    width: 80px;
    height: 80px;
    top: 54%;
    left: 58%;
  }

  #secondSection .rayita {
    display: none;
  }

  #secondSection .description {
    margin-bottom: 0px;
  }

  #secondSection .foo .items .item h2 {
    font-size: 14px;
  }

  #secondSection .description p {
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
  }

  #secondSection .title {
    font-size: 27px;
  }

  #secondSection .foo .items {
    flex-direction: column;
  }

  #secondSection .foo {
    align-self: center;
    margin-left: 0%;
  }

  #secondSection .foo .contTitle {
    align-self: initial;
  }

  #secondSection .foo .items .item .img {
    display: none;
  }

  #secondSection .foo .items .item .des {
    width: 100%;
  }

  #secondSection .foo .items .item .des p {
    font-size: 10px;
  }

  #sixthSection {
    flex-direction: column;
  }

  #thirdSection #swContainerServices .item {
    flex-direction: column;
  }

  #thirdSection #swContainerServices .item .img {
    height: auto;
    width: 242px;
    padding-left: 73px;
  }

  #thirdSection #swContainerServices .item .description {
    margin-top: 0px;
    padding-left: 0px;
    width: auto;
  }

  #thirdSection #swContainerServices .item .description .title {
    font-size: 23px;
    color: #f4c20d;
    text-align: center;
    margin-bottom: 0px;
  }

  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: justify;
    font-weight: 100;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
  }

  #thirdSection #swContainerServices .item .description p {
    text-align: justify;
    color: white;
    line-height: 21px;
    font-size: 14px;
  }

  #thirdSection .navigation {
    display: none;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  figure.worker {
    width: 55px;
    height: 200px;
    margin-left: 20px;
    margin-top: 20px;
  }

  figure figcaption {
    bottom: 65px;
  }

  figure figcaption p.name {
    font-size: 0.5em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.5em;
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 55%; /* Could be more or less, depending on screen size */
  };

  .detailPerson {
    display: flex !important;
  }
  
  .detailPerson .description {
    width: 68%;
    padding-left: 20px;
    padding-right: 8px;
  }
  
  .detailPerson img {
    max-width: 100%;
    height: 153px;
  }
  
  .detailPerson button {
    background:rgba(57, 145, 18);
    width: 80%;
    height: 35px;
    margin-top: 17px;
    font-size: 10px;
  }
  
  .detailPerson p {
    text-align: justify;
    font-size: 12px;
  }
  
  .detailPerson p.name {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .detailPerson p.charge {
    margin-top: 0px;
  }
  /* CUARTA SECCION */

  #thirdSection .navigationArrow {
    display: block;
  }

  #fifthSection .icons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
  }

  #fifthSection .icons .icon {
    padding-right: 4px;
  }

  #fifthSection .icons .icon img {
    height: 45px;
    width: 45px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 0px !important;
  }

  #sixthSection .form {
    width: 333px;
    height: 283px;
    margin-top: -24%;
    display: flex;
    justify-content: center;
  }

  #sixthSection .form .title {
    display: none;
  }

  .form{
    padding-top: 100px;
  }

  .eForm {
    border-radius: 12px;
    border-style: solid;
    border: solid 1.4px;
    color: #000000b3;
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: bold;  
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }
  
  .inputText {
    height: 35px;
  }

  .contentMap {
    margin-top: -30%;
    height: 10%;
    width: 90%;
  }

  .infoLocation {
    display: none;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 81px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 18px;
  }

  .footer p {
    display: none;
  }

  .header {
    display: none;
  }

  #navPrincipal {
    display: none;
  }

  #navPrincipalMobile {
    display: block;
  }

  #swPaginationPrincipal {
    display: none;
  }
} 

/* Extra Small Devices */
@media only screen and (min-width : 480px) {
  /* body  {
    background: yellow !important;
  } */

  .Badget {
    display: none;
  }

  #firstSection .children {
    height: 50%;
    width: 489px;
    margin-top: 10%;
  }

  #firstSection .title {
    font-size: 31px;
  }

  .tarjetica {
    left: 115%;
    top: 141%;
    width: 100px;
    height: 100px;
  }

  .bombillo {
    left: -84%;
    top: 126%;
    width: 104px;
    height: 85px;
  }

  .tornillo {
    top: 88%;
    width: 100px;
    height: 100px;
  }

  .lapiz {
    top: 47%;
    width: 100px;
    height: 100px;
  }

  #secondSection .description p {
    line-height: 30px;
    margin-top: 40px;
    font-size: 16px;
  }

  #secondSection .foo .items {
    display: flex;
  }

  #secondSection .foo .items .item .img {
    display: block;
  }

  #secondSection .foo .items .item .des p {
    font-size: 10px;
  }

  #secondSection .foo .items .item .img {
    width: 50px;
    height: 40px;
    margin-top: 4%;
  }

  #secondSection .description {
    margin-bottom: -12px;
  }

  #secondSection .description p {
    line-height: 23px;
    margin-top: 40px;
    font-size: 13px;
  }

  #secondSection .foo {
    margin-left: 2%;
  }

  #secondSection .foo .items .item h2 {
    font-size: 22px;
  }

  #secondSection .rayita {
    display: none;
  }

  #thirdSection #swContainerServices .item {
    flex-direction: row;
  }

  #thirdSection #swContainerServices .item .img {
    height: 90%;
    width: 40%;
    padding-left: 0px;
  }

  #thirdSection #swContainerServices .item .img img {
    width: 100%;
    height: 63%;
  }
  
  #thirdSection #swContainerServices .item .description {
    margin-top: 8%;
    padding-left: 50px;
    width: 40%;
  }

  #thirdSection #swContainerServices .item .description .title {
    font-size: 24px;
    color: #f4c20d;
    text-align: center;
    margin-bottom: 0px;
  }
  
  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: left;
    font-weight: 100;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
  }
  
  #thirdSection #swContainerServices .item .description p {
    text-align: justify;
    color: white;
    line-height: 20px;
    font-size: 13px;
  }

  #thirdSection .navigationArrow {
    display: none;
  }

  #thirdSection .navigation {
    display: flex;
    font-size: 12px;
  }

  #thirdSection .navigation .item {
    padding-right: 10px;
  }
  
  #thirdSection .navigation .item .pag {
    font-weight: bold;
    color: white;
    font-size: 7px;
    border-radius: 10px;
    width: 100%;
    background-color: #92a6ca;
    padding: 2px;
    cursor: pointer;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  figure.worker {
    width: 70px;
    height: 166px;
    margin-left: 40px;
  }

  figure figcaption {
    bottom: 0;
  }

  figure figcaption p.name {
    font-size: 0.6em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.6em;
  }


  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 55%; /* Could be more or less, depending on screen size */
  };

  .detailPerson {
    display: flex !important;
  }
  
  .detailPerson .description {
    width: 68%;
    padding-left: 20px;
    padding-right: 8px;
  }
  
  .detailPerson img {
    max-width: 100%;
    height: 180px;
  }
  
  .detailPerson button {
    background:rgba(57, 145, 18);
    width: 80%;
    height: 35px;
    margin-top: 17px;
  }
  
  .detailPerson p {
    text-align: justify;
    font-size: 12px;
  }
  
  .detailPerson p.name {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .detailPerson p.charge {
    margin-top: 0px;
  }
  /* CUARTA SECCION */
  
  #fifthSection .icons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
  }

  #fifthSection .icons .icon {
    padding-right: 4px;
  }

  #fifthSection .icons .icon img {
    height: 60px;
    width: 60px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 0px !important;
  }

  #sixthSection {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-family: 'Raleway', sans-serif;
    flex-direction: row;
  }

  #sixthSection .form {
    width: 207px;
    height: 422px;
    margin-top: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .eForm {
    border-radius: 12px;
    border-style: solid;
    border: solid 1.4px;
    color: #000000b3;
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: bold;  
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }
  
  .inputText {
    height: 35px;
  }

  #sixthSection .form .title {
    display: block;
  }

  .contentMap {
    margin-top: 5%;
    width: 40%;
  }

  .infoLocation {
    display: block;
  }

  .bgWhite .footer .icons, .bgWhite .footer .text {
    padding: 2px;
  }

  .footer p {
    display: block;
  }

  .header {
    display: block;
  }

  #navPrincipal {
    display: none;
  }

  #navPrincipalMobile {
    display: block;
  }

  #swPaginationPrincipal {
    display: none;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Small Devices */
@media only screen and (min-width : 768px) {
  /* body {
    background: grey !important;
  } */

  .Badget {
    display: none;
  }

  #firstSection .children  {
    height: 46%;
    width: 593px;
    margin-top: 10%;
  }

  #firstSection .title {
    font-size: 35px;
  }

  .tarjetica {
    left: 133%;
    top: 133%;
    width: 100px;
    height: 100px;
  }

  .bombillo {
    left: -117%;
    top: 128%;
    width: 104px;
    height: 85px;
  }

  .tornillo {
    top: 89%;
    width: 100px;
    height: 100px;
  }

  .lapiz {
    top: 59%;
    width: 100px;
    height: 100px;
  }

  #secondSection .description p {
    line-height: 30px;
    margin-top: 40px;
    font-size: 20px;
  }

  #secondSection .foo .items .item .des p {
    font-size: 10px;
  }

  #secondSection .foo .items .item h2 {
    font-size: 22px;
  }


  #secondSection .description {
    margin-bottom: 25px;
  }
  

  #secondSection .rayita {
    width: 242%;
    height: 200%;
    margin-left: 40%;
    margin-top: -8%;
    border-bottom: dotted 2px grey;
    border-left: dotted 2px grey;
  }

  #secondSection .foo .items {
    flex-direction: row;
  }

  #secondSection .foo .items .item .img {
    width: 85px;
    height: 58px;
    margin-top: 4%;
  }

  #secondSection .foo .contTitle {
    align-self: flex-start;
  }

  #thirdSection #swContainerServices .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  #thirdSection #swContainerServices .item .img {
    height: 90%;
    width: 40%;
    padding-left: 30px;
  }
  
  #thirdSection #swContainerServices .item .img img {
    width: 100%;
    height: 100%;
  }
  
  #thirdSection #swContainerServices .item .description {
    margin-top: 8%;
    padding-left: 50px;
    width: 40%;
  }
  
  #thirdSection #swContainerServices .item .description .title {
    font-size: 45px;
    color: #f4c20d;
    text-align: left;
    margin-bottom: 0px;
  }
  
  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: left;
    font-weight: 100;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
  }
  
  #thirdSection #swContainerServices .item .description p {
    text-align: justify;
    color: white;
    line-height: 26px;
    font-size: 18px;
  }

  #thirdSection .navigationArrow {
    display: none;
  }
  
  #thirdSection .navigation {
    display: flex;
    font-size: 12px;
  }

  #thirdSection .navigation .item {
    padding-right: 12px;
  }
  
  #thirdSection .navigation .item .pag {
    font-weight: bold;
    color: white;
    font-size: 11px;
    border-radius: 10px;
    width: 100%;
    background-color: #92a6ca;
    padding: 2px;
    cursor: pointer;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  figure.worker {
    width: 143px;
    height: 305px;
    margin-left: 40px;
  }

  figure figcaption {
    bottom: 0;
  }

  figure figcaption p.name {
    font-size: 1em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.9em;
  }

    /* Modal Content/Box */
    .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      width: 55%; /* Could be more or less, depending on screen size */
    };
  
    .detailPerson {
      display: flex !important;
    }
    
    .detailPerson .description {
      width: 68%;
      padding-left: 20px;
      padding-right: 8px;
    }
    
    .detailPerson img {
      max-width: 100%;
      height: 259px;
    }
    
    .detailPerson button {
      background:rgba(57, 145, 18);
      width: 80%;
      height: 35px;
      margin-top: 17px;
    }
    
    .detailPerson p {
      text-align: justify;
      font-size: 15px;
    }
    
    .detailPerson p.name {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    
    .detailPerson p.charge {
      margin-top: 0px;
    }
  /* CUARTA SECCION */

  #fifthSection .icons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-flow: row;
    padding-right: 0px;
  }

  #fifthSection .icons .icon img {
    height: 80px;
    width: 80px;
  }

  #fifthSection .icons .icon {
    padding-right: 30px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 20px !important;
  }

  #sixthSection .form {
    width: 445px;
  }

  .form{
    padding-top: 0;
  }

  .eForm {
    border-radius: 12px;
    border-style: solid;
    border: solid 1.4px;
    color: #000000b3;
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: bold;  
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }
  
  .inputText {
    height: 35px;
  }

  .bgWhite .footer .icons, .bgWhite .footer .text {
    padding: 15px;
  }

  .footer p {
    display: block;
  }

  .header {
    display: block;
  }

  #navPrincipal {
    display: none;
  }

  #navPrincipalMobile {
    display: block;
  }

  #swPaginationPrincipal {
    display: block;
  }
}

/* Medium Devices */
@media only screen and (min-width : 992px) {
  /* body {
    background: red !important;
  } */

  .Badget {
    display: none;
  }

  #firstSection .children  {
    height: 46%;
    width: 614px;
    margin-top: 8%;
  }

  #firstSection .title {
    font-size: 35px;
  }

  .tarjetica {
    left: 136%;
    top: 129%;
    width: 100px;
    height: 100px;
  }

  .bombillo {
    left: -127%;
    top: 116%;
    width: 111px;
    height: 90px;
  }

  .tornillo {
    top: 86%;
    width: 100px;
    height: 100px;
  }

  .lapiz {
    top: 37%;
    width: 100px;
    height: 100px;
  }

  #secondSection .description p {
    line-height: 30px;
    margin-top: 40px;
    font-size: 20px;
  }


  #secondSection .description {
    margin-bottom: 30px;
  }

  #secondSection .foo .items .item h2 {
    font-size: 22px;
  }


  #secondSection .rayita {
    width: 242%;
    height: 140%;
    margin-left: 40%;
    margin-top: -8%;
    border-bottom: dotted 2px grey;
    border-left: dotted 2px grey;
    display: block;
  }

  #secondSection .foo .items .item .img {
    width: 85px;
    height: 58px;
    margin-top: 4%;
  }

  #thirdSection #swContainerServices .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  #thirdSection #swContainerServices .item .img {
    height: 90%;
    width: 40%;
    padding-left: 30px;
  }
  
  #thirdSection #swContainerServices .item .img img {
    width: 100%;
    height: 100%;
  }
  
  #thirdSection #swContainerServices .item .description {
    margin-top: 8%;
    padding-left: 50px;
    width: 40%;
  }
  
  #thirdSection #swContainerServices .item .description .title {
    font-size: 45px;
    color: #f4c20d;
    text-align: left;
    margin-bottom: 0px;
  }
  
  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: left;
    font-weight: 100;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
  }
  
  #thirdSection #swContainerServices .item .description p {
    text-align: justify;
    color: white;
    line-height: 26px;
    font-size: 18px;
  }

  #thirdSection .navigationArrow {
    display: none;
  }
  
  #thirdSection .navigation {
    display: flex;
    font-size: 12px;
  }

  #thirdSection .navigation {
    display: flex;
    font-size: 12px;
  }
  
  #thirdSection .navigation .item {
    padding-right: 30px;
  }
  
  #thirdSection .navigation .item .pag {
    font-weight: bold;
    color: white;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    background-color: #92a6ca;
    padding: 2px;
    cursor: pointer;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  figure.worker {
    width: 225px;
    height: 305px;
    margin-left: 40px;
  }

  figure figcaption {
    bottom: 0;
  }

  figure figcaption p.name {
    font-size: 1em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.9em;
  }

    /* Modal Content/Box */
    .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      width: 55%; /* Could be more or less, depending on screen size */
    };
  
    .detailPerson {
      display: flex !important;
    }
    
    .detailPerson .description {
      width: 68%;
      padding-left: 20px;
      padding-right: 8px;
    }
    
    .detailPerson img {
      max-width: 100%;
      height: 259px;
    }
    
    .detailPerson button {
      background:rgba(57, 145, 18);
      width: 80%;
      height: 35px;
      margin-top: 17px;
    }
    
    .detailPerson p {
      text-align: justify;
      font-size: 15px;
    }
    
    .detailPerson p.name {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    
    .detailPerson p.charge {
      margin-top: 0px;
    }
  /* CUARTA SECCION */

  #fifthSection .icons {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
  }

  #fifthSection .icons .icon {
    padding-right: 72px;
  }

  #fifthSection .icons .icon img {
    height: 90px;
    width: 90px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 50px !important;
  }

  #sixthSection .form {
    width: 445px;
  }

  .eForm {
    border-radius: 12px;
    border-style: solid;
    border: solid 1.4px;
    color: #000000b3;
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: bold;  
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }
  
  .inputText {
    height: 35px;
  }

  .bgWhite .footer .icons, .bgWhite .footer .text {
    padding: 18px;
  }

  .footer p {
    display: block;
  }

  .header {
    display: block;
  }

  #navPrincipal {
    display: flex;
  }

  #navPrincipalMobile {
    display: none;
  }

  #swPaginationPrincipal {
    display: block;
  }
} 

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) { 
  /* body {
    background: green !important;
  } */

  #firstSection .children  {
    height: 60%;
    width: 850px;
    margin-top: 0%;
  }

  #firstSection .title {
    font-size: 35px;
  }

  .tarjetica {
    left: 169%;
    top: 108%;
    width: 100px;
    height: 100px;
  }

  .bombillo {
    left: -169%;
    top: 63%;
    width: 138px;
    height: 122px;
  }

  .tornillo {
    top: 49%;
    width: 100px;
    height: 100px;
  }

  .lapiz {
    top: -1%;
    width: 100px;
    height: 100px;
  }

  #secondSection .description p {
    line-height: 30px;
    margin-top: 40px;
    font-size: 20px;
  }

  #secondSection .foo .items .item h2 {
    font-size: 22px;
  }


  #secondSection .rayita {
    width: 242%;
    height: 120%;
    margin-left: 40%;
    margin-top: -8%;
    border-bottom: dotted 2px grey;
    border-left: dotted 2px grey;
    display: block;
  }

  #secondSection .foo .items .item .img {
    width: 85px;
    height: 58px;
    margin-top: 4%;
  }

  #thirdSection #swContainerServices .item {
    flex-direction: row;
  }

  #thirdSection #swContainerServices .item .img {
    height: 90%;
    width: 40%;
    padding-left: 30px;
  }

  #thirdSection #swContainerServices .item .img img {
    width: 100%;
    height: 100%;
  }
  
  #thirdSection #swContainerServices .item .description {
    margin-top: 8%;
    padding-left: 50px;
    width: 40%;
  }

  #thirdSection #swContainerServices .item .description .title {
    font-size: 45px;
    color: #f4c20d;
    text-align: left;
    margin-bottom: 0px;
  }
  
  #thirdSection #swContainerServices .item .description .subtitle {
    color: white;
    text-align: left;
    font-weight: 100;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
  }
  
  #thirdSection #swContainerServices .item .description p {
    text-align: left;
    color: white;
    line-height: 22px;
    font-size: 1rem;
  }

  #thirdSection .navigationArrow {
    display: none;
  }

  #thirdSection .navigation {
    display: flex;
    font-size: 12px;
  }

  #thirdSection .navigation .item {
    padding-right: 30px;
  }
  
  #thirdSection .navigation .item .pag {
    font-weight: bold;
    color: white;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    background-color: #92a6ca;
    padding: 2px;
    cursor: pointer;
  }

  /* CUARTA SECCION */
  #quarterSection {
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
  }

  #quarterSection .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  #quarterSection .title {
    color: #000000b3;
    font-size: 35px;
    text-transform: uppercase;
  }

  #quarterSection .team {
    display: flex;
  }

  .fix {
    bottom: -40px;
  }

  figure.worker {
    width: 170px;
    height: 250px;
    margin-left: 40px;
    margin-top: 0;
  }

  figure figcaption {
    bottom: 0;
  }

  figure figcaption p.name {
    font-size: 1em;
  }

  figure figcaption p.jobTitle {
    font-size: 0.9em;
  }

  .ajust{
    bottom: 20px;
  }

    /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 55%; /* Could be more or less, depending on screen size */
  };

  .detailPerson {
    display: flex !important;
  }
  
  .detailPerson .description {
    width: 68%;
    padding-left: 20px;
    padding-right: 8px;
  }
  
  .detailPerson img {
    max-width: 100%;
    height: 259px;
  }
  
  .detailPerson button {
    background:rgba(57, 145, 18);
    width: 80%;
    height: 28px;
    margin-top: -20px;
  }
  
  .detailPerson p {
    text-align: justify;
    font-size: 15px;
  }
  
  .detailPerson p.name {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .detailPerson p.charge {
    margin-top: 0px;
  }

  /* CUARTA SECCION */

  #fifthSection .icons .icon img {
    height: 100px;
    width: 100px;
  }

  #fifthSection .icons .iconBottom {
    padding-right: 50px !important;
  }

  #sixthSection .form {
    width: 430px;
    height: 38%;
  }

  .title-fix{
    position: absolute;
    color: #f4c20d;
    margin-top: 30px !important;
    margin-right: 110px !important;
  }

  .eForm {
    border-radius: 12px;
    border-style: solid;
    border: solid 1.4px;
    color: #000000b3;
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: bold;  
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .btn {
    width: 50%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border-style: none;
    color: white;
    font-weight: bold;
    background-color: #f4c20d;
    font-size: 17px;
    cursor: pointer;
  }

  .contentMap {
    height: 0%;
  }

  .space {
    width: 40% !important;
    height: 40% !important;
    position: relative;
    margin-left: 80px !important;
  }

  .infoLocation {
    margin-left: -50px;
    margin-right: 70px;
    margin-top: 0px;
  }

  .email_class h4{
    margin-left: -170px;
    margin-top: 140px;
  }
  
  .email_class h5 {
    margin-left: -167px;
  }
  .inputText {
    height: 35px;
  }

  .reduce{
    height: 40%;
  }

  .Badgets {
    margin-top: 360px;
    position: absolute;
    margin-right: 320px;
  }

  .Badgets .Badget {
    display: inline-block;
    margin-top: -3px;
  }

  .Badgets .Badget img {
    width: 90px;
    opacity: 0.6;
    height: 90px;
  }

  .Badgets-red {
    opacity: 0.6;
    margin-top: 360px;
    position: absolute;
    margin-right: -800px;
  }

  .Badgets-red .Badget {
    display: inline-block;
    margin-left: 15px;
  }

  .Badgets-red .Badget img {
    width: 90px;
    opacity: 0.6;
    height: 90px;
  }


  .Badgets .Badget .clutch-widget {
    margin-bottom: 20px;
    opacity: 0.6;
  }


  .bgWhite .footer .icons, .bgWhite .footer .text {
    padding: 20px;
  }

  .footer p {
    display: block;
  }

  .header {
    display: block;
  }

  #navPrincipal {
    display: flex;
  }

  #navPrincipalMobile {
    display: none;
  }

  #swPaginationPrincipal {
    display: block;
  }
}

@media only screen and (min-width : 1600px) {
  .title-fix{
    position: absolute;
    color: #f4c20d;
    margin-top: 30px !important;
    margin-right: 110px !important;
  }

  .space {
    width: 40% !important;
    height: 40% !important;
    position: relative;
    margin-left: 80px !important;
  }

  .infoLocation {
    margin-left: -50px;
    margin-right: 70px;
    margin-top: 0px;
    font-size: 22px;
  }

  .email_class h4{
    margin-left: -170px;
    margin-top: 140px;
  }
  
  .email_class h5 {
    margin-left: -167px;
  }
  .inputText {
    height: 35px;
  }

  .reduce{
    height: 40%;
  }

  .Badgets {
    margin-top: 550px;
    position: absolute;
    margin-right: 320px;
  }

  .reviews{
    margin-right: 220px;
  }

  .Badgets .Badget {
    display: inline-block;
    margin-top: -3px;
  }

  .Badgets .Badget img {
    width: 120px;
    opacity: 0.6;
    height: 120px;
  }

  .Badgets-red {
    opacity: 0.6;
    margin-top: 547px;
    margin-left: 260px;
    position: absolute;
    margin-right: -800px;
  }

  .Badgets-red .Badget {
    display: inline-block;
    margin-left: 15px;
  }

  .Badgets-red .Badget img {
    width: 120px;
    opacity: 0.6;
    height: 120px;
    margin-right: -11px;
  }


  .Badgets .Badget .clutch-widget {
    margin-bottom: 20px;
    opacity: 0.6;
  }

}

@media only screen and (min-width : 1920px) {
  .title-fix{
    position: absolute;
    color: #f4c20d;
    margin-top: 30px !important;
    margin-right: 110px !important;
  }

  .space {
    width: 40% !important;
    height: 40% !important;
    position: relative;
    margin-left: 80px !important;
  }

  .infoLocation {
    margin-left: -50px;
    margin-right: 70px;
    margin-top: 0px;
    font-size: 22px;
  }

  .email_class h4{
    margin-left: -170px;
    margin-top: 140px;
  }
  
  .email_class h5 {
    margin-left: -167px;
  }
  .inputText {
    height: 35px;
  }

  .reduce{
    height: 40%;
  }

  .Badgets {
    margin-top: 700px;
    position: absolute;
    margin-right: 320px;
  }

  .reviews{
    margin-right: 500px;
  }

  .Badgets .Badget {
    display: inline-block;
    margin-top: -3px;
  }

  .Badgets .Badget img {
    width: 140px;
    opacity: 0.6;
    height: 140px;
  }

  .Badgets-red {
    opacity: 0.6;
    margin-top: 707px;
    margin-left: 540px;
    position: absolute;
    margin-right: -800px;
  }

  .Badgets-red .Badget {
    display: inline-block;
    margin-left: 15px;
  }

  .Badgets-red .Badget img {
    width: 120px;
    opacity: 0.6;
    height: 120px;
    margin-right: -11px;
  }


  .Badgets .Badget .clutch-widget {
    margin-bottom: 20px;
    opacity: 0.6;
  }

}
/* ANIMACIONES */

#lngDropdownMobile {
  text-decoration: none;
  transition: color 0.3s ease;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  margin-left: 10px;
  list-style-type: none;
}

.bgBlue #navPrincipalMobile nav {
  background-color: #4885ed;
  transition: background 0.5s linear;
  width: 100%;
  height: 57px;
}

.bgBlue nav #menu a
{
  text-decoration: none;
  transition: color 0.3s ease;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.bgBlue nav #menu a.active {
  color: #29529a;
  font-weight: bold;
  font-size: 35px;
}

.bgBlue #navPrincipalMobile #menu {
  background-color: #4885ed;
}

.bgBlue #menu #lngDropdownMobile {
  color: white;
}

.bgWhite nav #menu {
  background-color: white;
}

.bgWhite #navPrincipalMobile #menu {
  background: white;
}

.bgWhite #menu #lngDropdownMobile {
  color: black;
}

.bgWhite nav #menu a
{
  text-decoration: none;
  transition: color 0.3s ease;
  color: #000000b3;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.bgWhite nav #menu a.active {
  color: #f4c20d;
  font-weight: bold;
  font-size: 35px;
}

.bgWhite #menuToggle span
{
  background: #000000b3;
}

.bgWhite #menuToggle input:checked ~ span {
  background: #000000b3;
}

.bgGreen #menu {
  background: #3cbb54;
  transition: background 0.5s linear;
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  height: 2000px;
  background: #4885ed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  width: 100%;
}

.bgGreen nav #menu {
  background-color: white;
}

.bgGreen nav #menu {
  background-color: #3cbb54;
  transition: background 0.5s linear;
  width: 100%;
}

.bgGreen nav #menu a
{
  text-decoration: none;
  transition: color 0.3s ease;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.bgGreen nav #menu a.active {
  color: #f4c20d;
  font-weight: bold;
  font-size: 35px;
}

.bgGreen #menuToggle span
{
  background: white;
}

.bgGreen #menuToggle input:checked ~ span {
  background: white;
}

.bgGreen #menu {
  background: #3cbb54;
}


#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 20px;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer; 
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: white;;
  border-radius: 3px;
  z-index: 1; 
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 100%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  height: 2000px;
  background: #4885ed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu img {
  max-width: 20%;
  height: auto;
  align-self: flex-end;
  position: absolute;
  top: 3%;
  right: 19%;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: rgba(57, 145, 18, 0.7);;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

