@charset "UTF-8";

/*
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/
@font-face {
  font-family: 'Starling-Book';
  src: url('fonts/Starling-Book.eot');
  src: url('fonts/Starling-Book.woff2') format('woff2'),
       url('fonts/Starling-Book.woff') format('woff'),
       url('fonts/Starling-Book.ttf') format('truetype'),
       url('fonts/Starling-Book.svg#Starling-Book') format('svg'),
       url('fonts/Starling-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Starling-Book';
    font-size: 16px;
    /* line-height: 18px; */
    /* text-align: center; */
    font-weight: 500;
}

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

.clear{
    clear: both;
}

::-moz-selection {
background: rgba(144, 239, 239, 0.2);
}
::selection {
    background: rgba(144, 239, 239, 0.2);
}



.imagenes{
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.imagen{
    display: block;
    position: absolute;
    width: 440px;
    height: 60vh;
    text-align:  center;
    /* background-color: aqua; */
}

.imagen img{
    position:  absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-transform: translate(-o-calc(-50% + 220px), -o-calc(-50% + 30vh));
    -moz-transform: translate(-moz-calc(-50% + 220px), -moz-calc(-50% + 30vh));
    -webkit-transform: translate(-webkit-calc(-50% + 220px), -webkit-calc(-50% + 30vh));
    transform: translate(calc(-50% + 220px), calc(-50% + 30vh));
  }

.imagen img.img09{
  max-width: 80%;
  max-height: 80%;
}

.imagen img.img09{
  max-width: 65%;
  max-height: 65%;
}

.imagen img.index_act{
  z-index: 2;
}


.id01{
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.id02{
  -webkit-transition: 380ms ease-out;
  transition: 380ms ease-out;
}
.id03{
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.id04{
  -webkit-transition: 120ms ease-out;
  transition: 120ms ease-out;
}
.id05{
  -webkit-transition: 280ms ease-out;
  transition: 280ms ease-out;
}
.id06{
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.id07{
  -webkit-transition: 380ms ease-out;
  transition: 380ms ease-out;
}
.id08{
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.id09{
  -webkit-transition: 120ms ease-out;
  transition: 120ms ease-out;
}
.id10{
  -webkit-transition: 280ms ease-out;
  transition: 280ms ease-out;
}

.imagen.act_image img{
  left: -o-calc(50vw - 220px)!important;
  left: -ms-calc(50vw - 220px)!important;
  left: -moz-calc(50vw - 220px)!important;
  left: -webkit-calc(50vw - 220px)!important;
  left: calc(50vw - 220px)!important;
  top: 20vh!important;
  transition: 600ms ease-out;
}


.imagen.act_image img.id01{
  -webkit-transition: 800ms ease-out;
  transition: 800ms ease-out;
}
.imagen.act_image img.id02{
  -webkit-transition: 1360ms ease-out;
  transition: 1360ms ease-out;
}
.imagen.act_image img.id03{
  -webkit-transition: 600ms ease-out;
  transition: 600ms ease-out;
}
.imagen.act_image img.id04{
  -webkit-transition: 740ms ease-out;
  transition: 740ms ease-out;
}
.imagen.act_image img.id05{
  -webkit-transition: 1060ms ease-out;
  transition: 1060ms ease-out;
}
.imagen.act_image img.id06{
  -webkit-transition: 800ms ease-out;
  transition: 800ms ease-out;
}
.imagen.act_image img.id07{
  -webkit-transition: 880ms ease-out;
  transition: 880ms ease-out;
}
.imagen.act_image img.id08{
  -webkit-transition: 600ms ease-out;
  transition: 600ms ease-out;
}
.imagen.act_image img.id09{
  -webkit-transition: 540ms ease-out;
  transition: 540ms ease-out;
}
.imagen.act_image img.id10{
  -webkit-transition: 460ms ease-out;
  transition: 460ms ease-out;
}

.mover{
    -webkit-animation-name: example; 
    -webkit-animation-duration: 12s; 
    -webkit-animation-iteration-count: infinite; 
    animation-name: example;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes example {
    0%   {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    25%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    26%  {-webkit-transform: translate(-webkit-calc(-50% + 205px), -webkit-calc(-50% + 31vh));}
    27%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    100%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
}

@keyframes example {
    0%   {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    25%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    27%  {transform: translate(calc(-50% + 205px), calc(-50% + 31vh));}
    28%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    100%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
}
/*.moverdos{
    -webkit-animation-name: moverdos; 
    -webkit-animation-duration: 12s; 
    -webkit-animation-iteration-count: infinite; 
    animation-name: moverdos;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes moverdos {
    0%   {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    70%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    71%  {-webkit-transform: translate(-webkit-calc(-50% + 190px), -webkit-calc(-50% + 30vh));}
    72%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
    100%  {-webkit-transform: translate(-webkit-calc(-50% + 195px), -webkit-calc(-50% + 30vh));}
}

@keyframes moverdos {
    0%   {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    70%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    71%  {transform: translate(calc(-50% + 190px), calc(-50% + 30vh));}
    72%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
    100%  {transform: translate(calc(-50% + 195px), calc(-50% + 30vh));}
}*/

.mover.index_act{
  -webkit-animation:initial;
  animation:initial;
}
.moverdos.index_act{
  -webkit-animation:initial;
  animation:initial;
}

.punto{
  width: -o-calc(100%/7);
  width: -ms-calc(100%/7);
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  height: 25%;
  float: left;
  position: relative;
  z-index: 2;
}

.borde{
  position: absolute;
  z-index: 4;
}
.borde.b_t{
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
}
.borde.b_r{
  width: 195px;
  height: 100vh;
  top: 0;
  right: 0;
}
.borde.b_b{
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vh;
}
.borde.b_l{
  width: 195px;
  height: 100vh;
  top: 0;
  left: 0;
}

.puntos{
  margin: 0px auto;
  width: -o-calc(100vw - 390px);
  width: -ms-calc(100vw - 390px);
  width: -moz-calc(100vw - 390px);
  width: -webkit-calc(100vw - 390px);
  width: calc(100vw - 390px);
  height: 40vh;
  padding-top: 30vh;
}

.frase{
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    z-index: 5;
    left: 30px;
    top: 30px;
}

.frase p{
    margin: 0;
}

.frase span{
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
}

.frase_responsive{
  display: none;
}

.imagenes_responsive{
  display: none;
  position: relative;
  width: 86vw;
  top: 180px;
  min-height: -o-calc(100vh - 250px);
  min-height: -ms-calc(100vh - 250px);
  min-height: -moz-calc(100vh - 250px);
  min-height: -webkit-calc(100vh - 250px);
  min-height: calc(100vh - 250px);
  left: 30vw;
  left: inherit;
  margin: auto;
}
.slider{
    position: absolute;
    width:  100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide{
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.cambiar{
    position: absolute;
    z-index: 10;
    width:  100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide img{
    max-width: -o-calc(100% - 10px);
    max-width: -ms-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.slide .helper{
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.slide.index_act{
  z-index: 2;
}












