/*
Author: Ingenio & Diseño
Author URI: https://www.ingeniodiseno.com/
Version: 1.0
*/


* {
  /* So 100% means 100% */
  box-sizing: border-box;
}
html, body {
  /* Make the body to be as tall as browser window */
  height: 100%;
  background: #f5f5f5;
  padding: 0px;
}

.contenido {height:100vh;}

/**** Slider ****/
.slider{ background: #111e39; height:100vh; padding: 0px;}

.slider .logo{ position: relative;  background: rgba(17, 30, 57, 0.5);  z-index: 9999; height:100vh; width: 100%; }
.slider .logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../imagenes/wm-import-and-export-1.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../imagenes/wm-import-and-export-2.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../imagenes/wm-import-and-export-3.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../imagenes/wm-import-and-export-4.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../imagenes/wm-import-and-export-5.jpg');
}


@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity:0.2;
  }
  3% {
    animation-timing-function: ease-out;
    opacity: 0.7;
  }
  5% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/**** Fin Slider ****/

.banner1, .banner2 {height:50vh;/* transition: all 0.2s ease-in!important; */}
.banner1:hover {background-size: 64%;}
.banner1 {background:#ffffff url("../imagenes/fondo-venezuela.png") no-repeat right bottom; background-size: 60%;}
.banner2:hover {background-size: 74%;}
.banner2 {background:#f2f7fc url("../imagenes/fondo-colombia.png") no-repeat right bottom; background-size: 70%;}

.descripcion{ padding: 5% 0 0 3%; }
.descripcion span{font-size: 1.2em; font-weight: normal; color: #777;}
.descripcion h2{ font-size: 2.4em; font-weight: 800; color: #444; margin-top: 0;}
a.btn.ve:hover{ background: #3a743a;}
a.btn.ve{ background: #356635; color: #fff;}
a.btn.co:hover{ background: #fbd221;}
a.btn.co{ background: #f3c500; color: #fff;}
a.btn{
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius:40px;
  padding: 10px 24px;
}

@media (min-width: 320px) and (orientation: portrait){
  .slider{ background: #111e39; height:33.33333333333333vh; padding: 0px;}

  .slider .logo{ position: relative;  background: rgba(17, 30, 57, 0.5);  z-index: 9999; height:33.33333333333333vh; width: 100%; }
  .slider .logo img{
    position: absolute;
    width: 140px;
    top: 75%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
.banner1, .banner2 {height:33vh;/* transition: all 0.2s ease-in!important; */}
  .banner1 {background:#ffffff url("../imagenes/fondo-venezuela.png") no-repeat right bottom; background-size: 70%;}
  .banner2 {background:#f2f7fc url("../imagenes/fondo-colombia.png") no-repeat right bottom; background-size: 80%;}

  .descripcion span{font-size: 1em; font-weight: normal; color: #777;}
  .descripcion h2{ font-size: 1.7em; font-weight: 800; color: #444; margin-top: 0;}
  a.btn{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius:40px;
    padding: 7px 17px;
  }

}/* fin*/

@media (min-width: 480px) and (orientation: portrait){

}/* fin*/

@media (max-width: 991px){

}/* fin*/
