/*!
 * TRÓPICO DE CÁNCER
 * www.tropicodecancer.es
 */

 @font-face {
   font-family: ApercuProM ;
   src: url(../fonts/ApercuPro-Medium.woff);
 }
 @font-face {
   font-family: ApercuPro;
   src: url(../fonts/ApercuProRegular.woff);
 }
 @font-face {
   font-family: ApercuProL;
   src: url(../fonts/ApercuProLight.woff);
 }

/*  EL MENÚ   */

.elheader {
  overflow: hidden;
  background-color: #151515;
  position: fixed;
  top: 0;
  width: 100%;
  height: 88px;
  z-index: 100;
  padding: 25px;
  border-bottom: solid 1px #333;
  cursor: default !important;
}
.elheader-work {height: 50px !important;}

.ellogo {
  width: 25vw;
  min-width: 400px;
  float: left;
}
.logo a {
  text-decoration: none;
  color: #fff !important;
}

.elclaim {
  width: 20vw; min-width: 300px;
  float: left;
}

.elmenu {
  padding-top: 8px;
  float: right;
  text-align: right;
}

.meni {
  text-align: right;
  font-size: 1.1rem;
  color: #fff;
  font-family: ApercuProL;
}
.meni a {
  color: #fff;
  transition: color 0.5s;
  margin-left: 15px;

}
.meni a:hover {
  color: #555;
  text-decoration: none;
}

.idiomas {
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
  font-family: ApercuProL;
}
.idiomas a {
  color: #646464;
  transition: color 0.5s;
  margin-left: 15px;

}
.idiomas a:hover {
  color: #eee;
  text-decoration: none;
}

.logo  {
  color: #fff;
  font-size: 40px;
  font-family: ApercuPro;
}

.claim  {
  color: #646464;
  font-size: 14px;
  line-height: 18px;
  font-family: ApercuProL;
  margin-top: 4px;
}


.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.carousel-control-prev { cursor: none;}
.carousel-control-next {cursor: none;}

#cursor {  position: fixed;  margin: 0;  top: 50%;  left: 50%;  z-index: 1;  width: 70px;  height: 70px;  transform-origin: 50% 50%;  transform: translate(-50%, -50%) rotate(0deg);  mix-blend-mode: difference;  pointer-events: none;   fill:#fff;stroke:none;}

#izquierda { display: none;}
#derecha { display: none;}

.blend { mix-blend-mode: difference; font-size: 0.8rem; text-transform: uppercase;}

::selection {
  color: #FEDD00;
}

.margtop88 { margin-top: 100px; padding-left: 30px !important; padding-right: 30px !important}
.mtop30 {margin-top: 30px;}
.work-tit p { font-size: 1.2rem !important; line-height: 1.3rem; margin-top: 6px;}
.work-tit span { color: #444 !important; margin-left: 8px;}

.agencytxtbig { font-size: 1.8rem; font-family: ApercuProL;}
.agencytxtmed { font-size: 1.3rem; font-family: ApercuProL;}
.agencytxtmed p { margin-bottom: 0px !important;}
.agencytxtmed a {color: #fff; transition: color 0.5s; }
.agencytxtmed a:hover { color: #646464; text-decoration: none; }
.bbotgris { border-bottom: solid 1px #646464; padding-top: 30px; padding-bottom: 30px;}
.grisecito { color: #444 !important;}
.margtopwork {padding: 4%;}
.margtopwork h1 { font-size: 50px;}
.margtopwork p { font-size: 15px;  color: #444;  font-family: ApercuProL;}

#mano {
  position: absolute;
  top: 50%;

  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: 1;
  z-index: 2000;
}
@keyframes example {
  0%   { right:20px;  }
  33%  {right:50px; }
  66%  {right:20px; }
  100% {right:50px; }
}

.hidden {
  display: none !important;
}

#slide-movile { display: none;}
#alt-logo { display: none;}

.mydivmichel {
  animation: mymichel 9s infinite;
	-webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes mymichel {
  0% {background-color: black;}
  50%{background-color:#da313f;}
  100% {background-color: #BC9148;}
}

/*********************/
/*  MEDIA QUERIES  */
/*********************/

@media (max-width: 576px) {
  .elheader {
    padding: 10px 15px;
    height: 54px; 
  }
  .logo {
    -font-size: 30px;
    display: none;
  }
  #alt-logo { display: inline;}
  #logo-txt { display: none;}

  .ellogo {
    -width: 100vw;
    -text-align: center;
    min-width: 100px;
  }
  .elmenu {
    -padding-top: 0px;
    -width: 100vw;
    -text-align: left !important;
    -float: left;
  }
  .meni {
    text-align: center;
    font-size: 1rem;
  }
  .idiomas {
    font-size: 1rem;
  }
  .margtopwork h1 { font-size: 23px !important;}
  .margtopwork p { font-size: 15px;  }
  #slide-bigscreen { display: none !important;}
  #slide-movile { display: inline;}

}

@media (min-width: 577) {
  #slide-bigscreen { display: inline;}
}

@media (max-width: 768px) {
  .margtopwork h1 { font-size: 30px;}
  .margtopwork p { font-size: 12px;  }
}

@media (max-width: 992px) {
  .elclaim {
    display: none;
  }
}

@media (max-width: 1200px) {

}


/*# se-finí */
