/* Estilos Página */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Animaciones */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    animation-name: fadeIn;
  }


  /* Estilos generales */

  * {
    font-family: 'Work Sans', sans-serif;
      font-size: 18px;
      letter-spacing: 1px;
  }

  html, body {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    background-color: #FFD939;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  header {
    position: fixed;
    display: flex;
    height: 40px;
    padding: 8px 0 0 0;
    width: 100%;
    background-color: #FFD939;
}

.zindex {
  z-index: 200;
}

#logo {
  padding: 4px 16px;
  font-weight: bold;
  font-size: 18px;
}

.menu-desktop ul {
    display: flex;
}

.menu-desktop .main-menu {
  padding: 5px 0;
  margin: 0 15px;
}

.menu-desktop .main-menu:hover {
  border-bottom: 1px solid #000;
}

.active {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

#redes {
  position: absolute;
  bottom: 0;
  right: -128px;
}

#redes-phone {
  position: relative;
  margin-top: 48px;
  display: none;
}

#redes ul, #redes-phone ul {
  display: flex;
}

#redes ul li, #redes-phone ul li {
  margin: 20px 20px 0 0;
}

#redes-d {
  display: flex;
}

#redes-d li a img {
  width: 35px;
}

#footer-menu ul {
  display: flex;
}

#footer-menu ul li {
  padding: 5px;
  font-size: 9px;
}

#footer-menu {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

section {
  padding: 48px 0 0 0; 
}

.loader-page {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loader.gif") 50% 50% no-repeat #FFD939;
  opacity: .8;
  background-size: 100px 100px;
}

#cajacookies {
  background-color: rgb(184, 134, 11);
  padding: 20px;
  text-align: center;
  font-size: 14px;
  display: table;
  width: 200px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 201;
  color: #fff;
}
.btn-white {
  font-size: 15px;
  background-color: #fff;
  border: none;
  font-weight: bold;
  padding: 10px 19px;
}

#cajacookies p a {
  color: #FFD939;
}

.puntero {
  cursor: pointer;
}

.space {
  height: 50px;
  display: table;;
  width: 100%;
}
.btn-work {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.container-work {
  padding: 48px 24px 32px 24px;
  margin: auto;
  display: flex;
}

.img-work {
  width: 100%;
}


.element-jobs img {
  width: 100%;
  transition: all ease-in-out 0.3s;
  box-shadow: 5px 5px 9px -8px #000;
}

.jobs {
  width: 460px;
  margin: 8px;
  height: max-content;
}

.work-section {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 8px 8px 8px;
}

.jobs:hover .element-jobs img {
  -webkit-transform:scale(1.02);
  transform:scale(1.02);
  transition: all ease-in-out 0.3s;
}

.img-slider {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slider-home {
  display: flex;
  width: 100%;
  padding: 80px 0 0 0;
}

.two-flex {
  display: flex;
  padding: 80px 32px 32px 32px;
  flex-wrap: wrap;
}

.two {
  padding: 16px;
}

.two-middle {
  padding: 16px 16px 16px 0;
}

.about-img {
  width: 510px;
  padding: 0;
}

.info {
  line-height: 20px;
  font-size: 15px;
  width: 374px;
  padding: 36px 64px 0 0;
}

.two form label {
  display: block;
  font-weight: bold;
  margin: 16px 0 4px 0;
}

.two form input, .two form textarea {
  width: 542px;
  font-size: 15px;
  padding: 16px;
  border: none;
}

.two form textarea {
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  min-width: 542px;
  max-width: 542px;
}

.two form h1 {
  font-size: 25px;
  margin: 0 0 16px 0;
}

.two h1 {
  font-size: 25px;
  margin: 0 0 16px 0;
}

.two form label {
  display: block;
  font-weight: bold;
  margin: 20px 0 5px 0;
}

.btn {
  margin: 20px 0 0 0;
  border: none;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  transition: all ease-in-out 0.3s;
  width: 200px !important;
  display: table;
}

.btn:hover {
  background-color: rgb(184, 134, 11);
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.two form {
  font-size: 15px;
}

.contador {
  padding: 0 0 0 10px;
  color: #986600;
}

.error404 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.info-error404 {
  font-size: 25px;
  margin: 30px 0 0 0;
  text-align: center;
}

.cookies-legal {
  padding: 96px 48px 48px 48px;
  line-height: 25px;
  margin: auto;
  text-align: left;
  font-size: 15px;
}

.cookies-legal p {
  padding: 0 0 15px 0;
}

.cookies-legal strong {
  font-weight: bold;
}

.cookies-legal a {
  color: rgb(99, 91, 91);
}

.cookies-legal h1 {
  font-size: 40px;
  padding: 23px 0;
  font-weight: bold;
}

.cookies-legal h2 {
  font-size: 25px;
  line-height: 45px;
}

.ajuste {
  height: 50px;
}

.job-individual {
  padding: 8px 24px;
}

.aside-info {
  width: 326px;
  padding: 48px 24px;
  min-width: 326px;
  max-width: 326px;
}

.aside-info-left {
  padding: 40px 0 0 0;
}

.fixed-aside {
  position: fixed;
  width: inherit;
}

.fixed-aside h2 {
  font-size: 25px;
  margin: 0 0 16px 0;
}

.fixed-aside .info-p {
  font-size: 15px;
  padding: 0 0 32px 0;
  line-height: 16px;
}

.fixed-aside span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 8px 0;
  background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 10px 3px;
  background-repeat: repeat-x;
}

.relative {
  position: relative;
}

.menu-movil {
  display: none;
}

.modal-phone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 300 !important;
  background: rgba(0,0,0,0.9);
}

.modal-phone .img-p {
  width: 92%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 16px;
  height: max-content;
}

.close-windows {
  position: absolute;
  z-index: 200;
  height: 24px;
  width: 24px;
  right: 16px;
  top: 16px;
}

.close-windows img {
  background-color: #FFD939;
  padding: 0;
  margin: 0;
  border-radius: 100px;
  border: 1px solid #fff;
  width: 24px;
}

.info-p p {
  padding: 0 0 16px 0;
}

.info-p p strong {
  font-weight: bold;
}

.info-p p em {
  font-style: italic;
}

.info p {
  padding: 0 0 16px 0;
}

.info strong {
  font-weight: bold;
}

.info em {
  font-style: italic;
}

#verificar {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
}

#verificar img {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
}

#verificar .btn {
  position: absolute;
  top: 40px;
}




/* ------------------------------------ */
/* DISPOSITIVOS MOVILES */
/* ------------------------------------ */


/* web */
@media all and (max-width: 1680px){





}

@media all and (max-width: 1400px){

.img-slider {
  width: 70%;
}

  
}
  
  

/* iPad - tablet */
@media all and (max-width: 1024px){

.img-slider {
  width: 90%;
}

footer {
  display: table;
}

#footer-menu {
  position: relative;
  left: 18%;
  bottom: 0;
}

.two form h1 {
  margin: 40px 0 20px 0;
}

.container-work {
  padding: 48px 16px 32px 16px;
  margin: auto;
  display: flex;
  flex-wrap: wrap-reverse;
}

.fixed-aside {
  position: relative;
  width: inherit;
}

.aside-info {
  padding: 24px 0 24px 0;
}

.job-individual {
  padding: 8px 0;
}

.aside-info-left {
  padding: 24px 0 0 0;
}

.info {
  padding: 0 16px;
}

.two-middle {
  padding: 0;
}

  
}
  
  

/* Movil */  

@media all and (max-width: 710px) and (min-width: 220px) {


#back img {
  width: 17px;

}

.info {
  line-height: 20px;
  width: 374px;
  padding: 16px 0 0 0;
}

.menu-desktop {
  display: none;
}

.menu-phone {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  box-shadow: -3px 0px 6px #00000029;
  width: 197px;
  display: none;
}

.menu-phone ul {
  flex-wrap: wrap;
  padding: 48px;
}

.menu-phone .main-menu {
  padding: 4px 0;
  margin: 24px;
  width: fit-content;
}

.menu-movil {
  display: block;
}

.menu-movil img {
  width: 24px;
  padding: 4px 16px 0 0;
}

header {
  justify-content: space-between;
}

#redes-phone {
  margin-top: 24px;
  display: block;
}

#redes {
  display: none;
}

.two-middle {
  padding: 0;
}

.two-flex {
  padding: 64px 16px 48px 16px;
}

.two {
  padding: 0;
  width: 100%;
}

.two form input, .two form textarea {
  width: 92%;
}

.two form textarea {
  min-width: 92%;
  max-width: 92%;
}

.about-img {
  width: 451px;
}

.img-work {
  cursor: pointer;
}

.zoomWindow {
  top: -72% !important;
  left: 16px !important;
  height: 252% !important;
} 

.zoomContainer {
  padding: 16px !important;
}

.info-set {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 220px;
  background-color: #9c9c9c;
  font-size: 10px;
  padding: 8px;
  text-align: center;
}





  
}
  
  
  
@media all and (max-width: 480px) and (min-width: 220px) {

  .about-img {
    width: 100%;
  }

  .info {
    width: 100%;
  }
    


  
}
