/* about */
.about_layout{
  position: relative;
  background: #323334;
  padding: 100px 0 10% 0;
  margin: 0 auto;
}
.about_layout>div{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.about_layout>div>h2{
  display: inline-block;
  font-size: 3.5rem;
  line-height: 40px;
  margin: 5px auto 30px auto;
}
.about_layout>div>h2>span{
  display: none;
  width: 100%;
  height: 3px;
  margin-top: 25px;
}
.about_layout>div>#text_intro_wr{
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#text_intro_wr> #column_2{ display: none; }
#text_intro_wr> li > p{
  line-height: 1.2;
  letter-spacing: 1px;
}
#text_intro_wr> li > p > b > a { color: #7D7DFF }
#text_intro_wr> li > p > b > a:hover { opacity: 0.5 }
#text_intro_wr> li >a{
  display: block;
  width: 300px;
  height: 60px;
  margin: 30px auto;
  box-sizing: border-box;
  border: 3px solid #fff;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
/* Perfiles */
.close_des_btn{
  display: none;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  opacity: 0;
  z-index: 5000;
}
.close_des_btn:hover{ opacity: 0.5 }
.close_des_btn>img{
  -webkit-transition: all 10.5s ease-out;
  -moz-transition: all 10.5s ease-out;
  -ms-transition: all 10.5s ease-out;
  -o-transition: all 10.5s ease-out;
  transition: all 10.5s ease-out;
}
.rotArrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#profiles_wr{
  position: relative;
  left: 0vw;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#profiles_wr > .fabiola{ left: -100% }
#profiles_wr > .tatiana{ right: -100% }
.profile_info{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 8000;
  background: #323334;
}
.profile_info>div{
  display: block;
  width: 90%;
  height: 60px;
  margin: 60px auto;
}
.profile_info>div>a{
  display: block;
  line-height: 60px;
  font-style: italic;
  font-size: 1.2rem;
}
.profile_info>div>a:hover{ opacity: 0.5 }
.profile_info>h3{
  font-size: 2.3rem;
  width: 70%;
  margin: 100px auto 60px auto;
}
.profile_info>p{
  width: 70%;
  line-height: 1.2;
  margin: 0 auto;
}
.profile_info>a{
  display: block;
  width: 70%;
  margin: 60px auto;
  font-style: italic;
}
.profiles_layout{
  position: relative;
  width: 100%;
  height: 700px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.profiles_layout>div{
  position: relative;
  width: 100%;
  height: 350px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.profiles_layout>div>img{
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.profiles_layout>div>div{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profiles_layout>div>div:hover{
  background: rgba(0,0,0,0);
}
.profiles_layout>div>div>a.ig_des{
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  display: none;
}
.profiles_layout>div>div>a.bt_mob{
  display: block;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 20px);
}
.profiles_layout>div>div>a:hover{ opacity: 0.5 }
#pleca{
  display: block;
  position: relative;
  width: 100vw;
  height: 4px;
}
#clb{
  position: relative;
  width: 100vw;
  background: #ff00ff;
  background: -moz-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: -webkit-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: linear-gradient(to right, #ff00ff 2%, #5c63e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#5c63e5',GradientType=1 );
}
#clb>div{
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#clb >div> #intro{
  position: relative;
  width: 100%;
  background: #ff00ff;
  background: -moz-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: -webkit-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: linear-gradient(to right, #ff00ff 2%, #5c63e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#5c63e5',GradientType=1 );
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#clb >div> #intro> #column_1{
  width: 100%;
  height: 700px;
  background-image: url('../img/colaboradores_titulo.svg');
  background-repeat: no-repeat;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#clb >div> #intro> #column_1 > p{
  display: block;
  width: 80%;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
#clb >div> #intro> #column_2{ position: relative; }
#clb >div> #intro> #column_2 > ul{ padding: 10%; }
#clb >div> #intro> #column_2 > ul>li>p{
  display: block;
  color: #333333;
  margin: 15px 0;
}
#clb >div> #intro> #column_2 > ul>li>a{
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 5px 0 5px 5px;
  opacity: 0.5;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#clb >div> #intro> #column_2 > ul>li>a>p{ display: inline; }
#clb >div> #intro> #column_2 > ul>li>a:hover{ opacity: 1; }
#clb >div> #intro> #column_2 > ul>li>a>img{
  margin-top: 4px;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#clb >div> #intro> #column_2 > ul>li>a:hover>img{
  margin-left: 20px;
  opacity: 0.4;
}
/* p */
#clb > #perfil_wr{
  position: absolute;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#clb > #perfil_wr>#fix{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 460px;
  background: #ff00ff;
  background: -moz-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: -webkit-linear-gradient(left, #ff00ff 2%, #5c63e5 100%);
  background: linear-gradient(to right, #ff00ff 2%, #5c63e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#5c63e5',GradientType=1 );
}
#clb > #perfil_wr>#fix>div{
  width: 100%;
  height: 100%;
  background-image:url('../img/fix_height_info.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#clb > #perfil_wr>div{
  position: absolute;
  top: 460px;
  width: 100%;
  height: calc(100% - 460px);
  background: #5c5ae5;
}
#clb > #perfil_wr>div>a{
  display: block;
  width: 10%;
  background: #5c5ae5;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#clb > #perfil_wr>div>a>img{
  position: absolute;
  right: -20px;
  top: 300px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#clb > #perfil_wr>div>#pic{
  margin-left: 10%;
  width: 90%;
  height: 320px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#clb > #perfil_wr>div>#info_wr{
  margin-left: 10%;
  width: 90%;
  height: calc(100% - 320px);
  background: #333;
}
#clb > #perfil_wr>div>#info_wr>#info{
  width: 100%;
  background: #262324;
}
/* info */
#clb > #perfil_wr>div>#info_wr>#info>p, #clb > #perfil_wr>div>#info_wr>#info>a{
  display: block;
  width: 90%;
  margin: 0 auto;
}
#clb > #perfil_wr>div>#info_wr>#info>#name{
  padding-top: 60px;
  font-size: 2rem;
}
#clb > #perfil_wr>div>#info_wr>#info>a{
  font-size: 0.9rem;
  font-style: italic;
  opacity: 0.5;
  line-height: 1.5;
}
#clb > #perfil_wr>div>#info_wr>#info>#bio{
  margin: 40px auto 40px auto;
}
/* Behind */
#behind{
  position: relative;
  width: 100vw;
  background: #000;
}
/* Mapa */
#mapa_estudio{
  position: relative;
  width: 100vw;
  height: 520px;
  background-image: url('../img/mapa_mobile.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mapa_estudio>#top_info{
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  -o-flex-direction:column;
  flex-direction: column;
}
#mapa_estudio>#top_info>div>h3{ font-size: 2.5rem }
#mapa_estudio>#top_info>div>a{
  display: block;
  font-size: 2.2rem;
  margin: 30px 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#mapa_estudio>#top_info>div>a:hover{ opacity: 0.5 }
#mapa_estudio>#top_info>div>p>span{ opacity: 0.5 }
#mapa_estudio>#top_info>div>p>a{
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#mapa_estudio>#top_info>div>p>a:hover{ opacity: 0.7 }
#mapa_estudio>#top_info>div:nth-child(2){
  display: -ms-grid;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 30px 0;
}
#mapa_estudio>#top_info>div:nth-child(2)>p{
  margin: 10px 0;
}
#mapa_estudio>#bott_info{
  position: absolute;
  bottom: 30px;
  left: 5%;
  width: 90%;
  height: 90px;
}
#mapa_estudio>#bott_info{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#mapa_estudio>#bott_info>li:nth-child(2){
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#mapa_estudio>#bott_info>li:nth-child(2)>div{
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
#mapa_estudio>#bott_info>li>div>p,
#mapa_estudio>#bott_info>li>div>a,
#mapa_estudio>#bott_info>li>p{
  display: inline;
  line-height: 30px;
}
#mapa_estudio>#bott_info>li>div>a>img,
#mapa_estudio>#bott_info>li>a>img{ margin-right: 10px }
#mapa_estudio>#bott_info>li:first-child{ height: 30px }
#mapa_estudio>#bott_info>li:nth-child(2){ height: 60px }
/* Estudio */
@media screen and (min-width: 600px) {
  #mapa_estudio{
    height: 400px;
    background-image: url('../img/mapa_desktop.png');
  }
  #mapa_estudio>#top_info{
    width: 80%;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    -ms-flex-direction:row;
    -o-flex-direction:row;
    flex-direction: row;
  }
  #mapa_estudio>#top_info>div:nth-child(2){ width: 55% }
  #mapa_estudio>#top_info>div>a{ font-size: 1.4rem }
  #mapa_estudio>#bott_info{
    width: 80%;
    left: 10%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #mapa_estudio>#bott_info>li{ width: 50% }
}
/* linea centro */
#lineacentro{
  position: fixed;
  width: 100vw;
  height: 2px;
  background: red;
  top: calc(50% - 1px);
  z-index: 100000;
}
/* Proyectos */
#logoCoverWrap{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  justify-content: center;
  align-items: center;
}
#logoCoverWrap >div{
  width: 50%;
  min-width: 400px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mainprojects{
  position: relative;
  margin-top: 100vh;
  -webkit-transition: background 1.5s ease-out;
  -moz-transition: background 1.5s ease-out;
  -ms-transition: background 1.5s ease-out;
  -o-transition: background 1.5s ease-out;
  transition: background 1.5s ease-out;
}
#mainprojects>article{
  /*border: 1px solid red;*/
  position: relative;
  width:100vw;
  margin: 0 auto;
  padding: 5% 0;
}
/* flags */
#mainprojects>article>.flag{
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0,0,0,0);
}
/* Modulos */
  /* Layout 1.1 */
  .layout_1_1{ display: none }
  .layout_1_1 > a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
  }
  .layout_1_1 > a >p{
    padding-bottom: 16px;
    opacity: 0.7
  }
  .layout_1_1 > a >p:hover{
    opacity: 0.9;
  }
  .layout_1_1 > a >div{
    width: 70%;
    margin: 0 auto;
  }
  /* Layout 1.2 */
  .layout_1_2 > a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
  }
  .layout_1_2 > a >p{
    padding-bottom: 16px;
    opacity: 0.7
  }
  .layout_1_2 > a >p:hover{
    opacity: 0.9;
  }
  .layout_1_2 > a >div{
    width: 100%;
    margin: 0 auto
  }
  /* Layout 2_1 */
  .layout_2_1 >.column_1{
    /* border: 1px solid green; */
    display: none;
    width: 50%;
    margin-right: 10%;
  }
  .layout_2_1 >.column_1>img{ width: 100%; }
  .layout_2_1 >.column_2{
    /* border: 1px solid green; */
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .layout_2_1 >.column_2> #v_wr_mob{
    width: 100%;
  }
  .layout_2_1 >.column_2> div >h4{
     padding: 22px 0;
     text-align: center;
     font-family: 'CircularBook', serif;
     font-size: 1.1rem;
     line-height: 1.1;
   }
  .layout_2_1 >.column_2> div >i{
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    line-height: 1.2;
    padding: 22px 0;
  }
  .layout_2_1 >.column_2> div >span.fix{
    display: block;
    width: 100%;
    height: 20px;
  }
  .layout_2_1 >.column_lobo{
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    background: red;
  }
  /* Layout 2_2 */
  .layout_2_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .layout_2_2 >.column_1{
    display: block;
    width: 100%;
    margin: 0;
  }
  .layout_2_2 >.column_1>img{ width: 100%;}
  .layout_2_2 >.column_2{
    width: 70%;
    margin: 0 auto;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .layout_2_2 >.column_2> div >h4{
    padding: 22px 0;
    text-align: center;
  }
  .layout_2_2 >.column_2> div >i{
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    line-height: 1.2;
    padding: 22px 0;
  }
  .layout_2_2 >.column_2> div >span.fix{
    display: block;
    width: 100%;
    height: 20px;
  }
  /* Layout 3 */
  .layout_3{
    display: none;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .layout_3 > .column_1{ width: 20% }
  .layout_3 > .column_2{ width: 80% }
    /* exepcion lobonoesta */
  .layout_3 > .lobo{ width: 100% }
  .layout_3 > div > img {
    width: 100%;
  }
  .layout_slider_mobile{
    display: block;
    position: relative;
    width: 100vw;
  }
  .layout_slider_mobile > .full_slider{
    width: 100%;
    padding: 40px 0 0 0;
    text-align: center;
  }
  .full_slider > img {
    width: 60%;
    margin: 0 auto;

  }
  /* Layout Slider Desktop */
  .layout_slider_desk{
    position: relative;
    display: block;
    width: 100%;
    overflow-x: hidden;
    display: none;
  }
  .layout_slider_desk > ul{
    position: relative;
    top: 0;
    left: -100%;
    width: 300%;
    height: 500px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .layout_slider_desk > ul> li{
    width: 33.33%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .layout_slider_desk > ul> li> div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .layout_slider_desk > ul> li> div{ cursor: pointer }
  .layout_slider_desk > ul> li> div:hover{ opacity: 0.8 }
  .layout_slider_desk > ul> li> .sideImg{ width: 25% }
  .layout_slider_desk > ul> li> .sideImgHide {
    width: 30%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .layout_slider_desk > ul> li> .mainImg{ width: 40% }
  /* Interfaz Slider */
  .layout_slider_desk > .interfaz_slider, .layout_slider_mobile > .interfaz_slider{
    width: 90%;
    text-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin:50px auto;
  }
  .layout_slider_desk > .interfaz_slider > a,
  .layout_slider_desk > div > p,
  .layout_slider_mobile > .interfaz_slider > a,
  .layout_slider_mobile > div > p
  { width: 25%; }

  .layout_slider_desk > .interfaz_slider > a > img,
  .layout_slider_mobile > .interfaz_slider > a > img
  { width: 100% }

  .layout_slider_desk > .interfaz_slider > a:hover,
  .layout_slider_mobile > .interfaz_slider > a:hover
  { opacity: 0.5; }
  /* Flag for bug arrow */
  .bugArrows{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
  }
  /* Pop Slider */
  #popSlider{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9000;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  #popSlider> span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: rgba(0,0,0,0.5);*/
    background: green;
  }
  #popSlider > p{
    position: relative;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding: 10px 0;
    z-index: 8900
  }
  #popSlider > p > a{ position: relative }
  #popSlider > p > a::before, #popSlider > p > a::after{
    position: absolute;
    content: 'Close';
    opacity: 0;
    z-index: -10;
    -webkit-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both infinite;
    -moz-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both infinite;
    -ms-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both infinite;
    -o-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both infinite;
    animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both infinite;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  #popSlider > p > a::before{
    color: #e337fc;
    top: 2px;
    left: 5px;
  }
  #popSlider > p > a::after{
    color: #37e6ef;
    top: -2px;
    left: -5px;
  }
  #popSlider > p > a:hover::before, #popSlider > p > a:hover::after{
    opacity: 0.4;
  }
  #popSlider > div{
    position: relative;
    text-align: center;
    height: calc(85% - 100px);
    margin: 0 auto;
  }
  #popSlider > div > p{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 25% auto;
  }
  #popSlider > div > img{
    height: 100%;
    margin: 0 auto;
  }
/* Work */
.layout1_work > article{
  width: 100vw;
  box-sizing: border-box;
}
.layout1_work > article > a{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  overflow: hidden;
  background: #000
}
.lastworks > article >a.last{ overflow: hidden; background: #000 }
.layout1_work > article > a > div, .lastworks > article >a.last > div{
  position: absolute;
  box-sizing: border-box;
}
/* Covers */
.layout1_work > article > a > div.cover, .lastworks > article >a.last > div.cover{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Info Covers */
.layout1_work > article > a > div.infocover, .lastworks > article >a.last > div.infocover{
  width: 100%;
  height: 30px;
  bottom: 0;
  background: #323334;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.layout1_work > article > a > div.infocover > p, .lastworks > article >a.last > div.infocover > p{
  font-size: 0.8rem;
  color: #fff;
}
.videostyle{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* DESKTOP Profiles */
@media screen and (min-width: 650px){
  .profile_info{
    position: absolute;
    width: 50%;
    height: 100%;
    min-height: 400px;
    z-index:0;
  }
  #profiles_wr > .fabiola{ left: -50% }
  #profiles_wr > .tatiana{ right: -50% }
  .profile_info>div{
    display: none;
  }
  .profiles_layout{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .profiles_layout{
    min-height: 400px;
  }
  .profiles_layout>div{
    height: auto
  }
  .profiles_layout>div>div>a.ig_des{ display: block }
  .profiles_layout>div>div>a.bt_mob{ display: none }
}
/* DESKTOP */
@media screen and (min-width: 800px) {
    #mainprojects>article{ width:80vw }
    /* ABOUT INTRO */
    .about_layout{
      padding: 150px 0 100px 0;
    }
    .about_layout>div{
      text-align: left;
    }
    .about_layout>div>h2{ font-size: 5.3rem; }
    .about_layout>div>h2>span{
      display: block;
    }

    #text_intro_wr> li{ width: 50%; }
    #text_intro_wr> #column_2{ display: block; }
    #text_intro_wr> li >a{ margin: 30px 0; }
    #text_intro_wr> #column_1> a{ display: none; }
    #text_intro_wr> li > p {
      display: block;
      width: 90%;
    }
    .about_layout>div>#text_intro_wr{
      flex-direction: row-reverse;
    }
    /* CLB */
    #clb> div> #intro{
      flex-direction: row;
    }
    #clb> div> #intro> div{
      width: 50% !important;
    }
    #clb > #perfil_wr{
      width: 50vw;
    }
    #clb > #perfil_wr>div{
      top: 0;
      height: 100%;
    }
    #clb > #perfil_wr>#fix{
      display: none;
    }
    #clb > #perfil_wr>div>a{
      width: 0;
    }
    #clb > #perfil_wr>div>#info_wr, #clb > #perfil_wr>div>#pic{
      margin-left: 0%;
      width: 100%;
    }
    /* Mapa */
    #mapa_estudio>#top_info>div>a{ font-size: 2rem }
    /* LAYOUTS */
    .layout_1_1{ display: block }
    .layout_1_2 > a > div { width: 70% }
    .layout_2_1 >.column_1{ display: block; }
    .layout_2_1 >.column_2{
      width: 25%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
    }
    .layout_2_1 >.column_2> div >h4{ text-align: left }
    .layout_2_1 >.column_2> div >i{ width: 100% }
    .layout_2_2 {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
    }
    .layout_2_2 >.column_1{
      width: 50%;
      margin-right: 10%;
    }
    .layout_2_2 >.column_2{
      width: 25%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
    }
    .layout_2_2 >.column_2> div >h4{ text-align: left }
    .layout_2_2 >.column_2> div >i{ width: 100% }
    .layout_3{
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
    /* LAYOUT SLIDER */
    .layout_slider_desk{ display: block }
    .layout_slider_mobile{ display: none }
    .layout_slider_desk > .interfaz_slider, .layout_slider_mobile > .interfaz_slider{ width: 100%; }
  /* WORK */
  .layout1_work > article > a{
    width: 50%;
    height: 360px;
    background: #000
  }
  .layout1_work > article > a > div.infocover, .lastworks > article >a.last > div.infocover{
    bottom: -40px;
    opacity: 0;
  }
  .layout1_work > article > a:hover > div.infocover, .lastworks > article >a.last:hover > div.infocover{
    bottom: 0;
    opacity: 1;
  }
}
/* index */
#layout1_index{
  width: 100vw;
  height: 100vh;
  background: #000;
}
#layout1_index> article{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#screen{
  width: 100%;
  height: 100%;
}
#spacebutton{
  position: absolute;
  bottom: 90px;
  left: calc(50% - 150px);
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  z-index: 5000;
  background: #000;
}
#spacebutton > p{
  position: absolute;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
#spacebutton > span{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: width 0.2s ease-out;
}
/* Services */
#layout2_services{
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#layout2_services>ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 400vw;
  height: 100vh;
}
#layout2_services>ul>li{
  width: 25%;
  height: 100%;
}
#layout2_services>ul>li>.intro_mobile{
  width: calc(100% - 80px);
  margin: 80px auto;
}
#layout2_services>ul>li>.intro_mobile>h2{
  font-size: 2rem;
  padding: 10px 0;
}
#layout2_services>ul>li>.intro_mobile>p{
  padding: 10px 0;
}
#layout2_services>ul>li>.intro_mobile>a{
  width: 70%;
  font-size: 1.3rem;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#layout2_services>ul>li>.services_mobile{
  width: 100%;
  height: 100%;
  grid-template-columns: 50% 50%;
  -ms-grid-template-columns: 50% 50%;
}
#layout2_services>ul>li>.services_mobile>li{
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #000;
}
#layout2_services>ul>li>.services_mobile>li:hover{ background: #333 }
#layout2_services>ul>li>.services_mobile>li>div{
  position: absolute;
  left:10%;
  top: 10%;
  width: 80%;
  height: 80%;
}
#layout2_services>ul>li>.services_mobile>li>div>img{
  float: right;
  height: 98% }
#layout2_services>ul>li>.services_mobile>li>ul{
  position: absolute;
  width: 60%;
  left: 20%;
  top: 30%;
}
#layout2_services>ul>li>.services_mobile>li>ul>li{
  position: relative;
  padding: 3px 0;
  font-size: 0.8rem;
}
#layout2_services>ul>li>.sliderwr_services{
  position: relative;
  width: 80%;
  height: 80%;
  margin: 10%;
}
#layout2_services>ul>li>.sliderwr_services>li{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
#interfaz_slider_services{
  position: absolute;
  top: calc(40% - 25px);
  margin-left: 4vw;
  width: 92vw;
  height: 50px;
}
#interfaz_slider_services>a{
  width: 50%;
  height: 100%;
  display: inline-block;
}
#layout2_services>ul>li>.sliderwr_services>li.last_step_mobile>p{ font-size: 2rem }
#layout2_services>ul>li>.sliderwr_services>li.last_step_mobile>span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/back-services.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#layout2_services>ul>li>.sliderwr_services>li>.icons{
  width: 80%;
  height: 40px;
  margin: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
}
#layout2_services>ul>li>.sliderwr_services>li>p{
  margin: 20px auto;
  text-align: center;
}
#layout2_services>ul>li>.sliderwr_services>li>img{
  width: 70%;
}
#layout2_services>ul>li>.sliderwr_services>li>.info{
  position: relative;
  width: 100%;
  height: 100px;
}
#layout2_services>ul>li>.sliderwr_services>li>.info>span{
  font-size: 6rem;
  width: 20%;
  position: absolute;
  display: block;
  opacity: 0.3;
}
#layout2_services>ul>li>.sliderwr_services>li>.info>.stepmobile{
  width: 100%;
  height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#layout2_services>ul>li>.sliderwr_services>li>.info>.stepmobile>p{
  display: block;
  padding: 0 10px;
}
#layout2_services>ul>li>.sliderwr_services>li>.info>.stepmobile>span{
  width: 100%;
  height: 4px;
  display: block;
}
#layout2_services>ul>li>.sliderwr_services>li>.info>.stepmobileinfo{
  width: 90%;
  height: 50px;
  margin-left: 10px;
  text-align: left;
}
#layout2_services>ul>li.services_contact{
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
#layout2_services>ul>li.services_contact>span{
  position: absolute;
  width: 100%;
  font-family: 'CircularBlack';
  font-size: 4.2rem;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.3;
}
#layout2_services>ul>li.services_contact>div{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100vw;
  height: 50%;
  margin-top: 35%;

}
#layout2_services>ul>li.services_contact>div>p{
  display: block;
  text-align: center;
  font-size: 1.3rem;
  width: 80%;
}
#layout2_services>ul>li.services_contact>div>a{
  width: 280px;
  margin-top: 5%;
  padding: 10px;
  font-family: 'CircularBlack';
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  border: 4px solid #fff;
}
#layout1_services{
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow-x: scroll;
  display: none;
}
#layout1_services>#steps_wr{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #323433;
}
#iconosteps{
  position: absolute;
  left: calc(50% - 150px);
  top: 30px;
  width: 300px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 100000 !important;
}
#iconosteps>a{
  display: block;
  cursor: pointer;
}
#iconosteps>a:hover{
  opacity: 0.5;
}
#steps_wr>#instruccion{
  position: absolute;
  left: calc(50% - 190px);
  top: 120px;
  width: 380px;
  line-height: 40px;
  display: block;
  text-align: center;
  z-index: 200;
}
#steps_wr>#instruccion>span{
  position: absolute;
  display: block;
  width: 100%;
}
#steps_wr>#implementacion, #steps_wr>#final{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#steps_wr>#implementacion>img{
  height: 60vh;
  position: absolute;
  right: 0;
  top: 20%;
}
#steps_wr>#implementacion>p{
  display: block;
  width: 150px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: calc(50% - 15px);
}
#steps_wr>#final{
  background-image: url('../img/back-services.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#steps_wr>#final>p{
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
}
#lastFlag{
  position: absolute;
  width: 20px;
  height: 100%;
  background: none;}
#layout1_services>#steps_wr>ul{
  position: absolute;
  left: calc(50% - 200px);
  bottom: 25%;
  width: 400px;
  height: 400px;
}
#layout1_services>#steps_wr>ul>li{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
#layout1_services>#steps_wr>ul>li>video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Fix Center */
@media screen and (min-height: 600px){
  #layout1_services>#steps_wr>ul{
    width: 450px;
    height: 450px;
    left: calc(50% - 225px);
  }
}
@media screen and (min-height: 700px){
  #layout1_services>#steps_wr>ul{
    width: 500px;
    height: 500px;
    left: calc(50% - 250px);
  }
}
@media screen and (min-height: 800px){
  #layout1_services>#steps_wr>ul{
    width: 550px;
    height: 550px;
    left: calc(50% - 275px);
  }
}
@media screen and (min-height: 980px){
  #layout1_services>#steps_wr>ul{
    width: 600px;
    height: 600px;
    left: calc(50% - 300px);
  }
}
@media screen and (min-height: 1000px){
  #layout1_services>#steps_wr>ul{
    bottom: 35%;
  }
}
#layout1_services>#wrapper{
  position: absolute;
  width: 1100vw;
  height: 100vh;
}
#layout1_services>#wrapper>div{
  position: relative;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* intro */
#intro{ background: #333 }
#intro>#head{
  margin-top: 140px;
  width: 85%;
  margin-left: 5%;
  height: 60px;
}
#intro>#head>h4{
  font-size: 3rem;
  display: inline-block;
  overflow: hidden;
}
#intro>#head>h4>span{
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 10px;
}
#intro>ul{
  width: 80%;
  margin-left: 5%;
  margin-top: 40px;
  height: calc(100% - 320px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
#intro>ul>li{
  width: 100%;
  height: auto;
  text-align: left;
}
#intro>ul>li>p{
  width: 85%;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.playfair{
  font-family: 'Playfair Display', serif;
  font-weight: lighter;
}
.intro2{ opacity: 0.5 }
#intro>ul>li>a{
  text-transform: uppercase;
  margin: 30px 0;
  display: block;
  text-align: center;
  width: 80%;
  line-height: 40px;
  border: 6px solid #fff;
}
#intro>#scroll{
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  opacity: 0;
}
#intro>#scroll>p{
  position: absolute;
  width: 230px;
  height: 130px;
  right: 0;
  display: block;
  text-align: center;
  top: calc(50% - 80px);
  font-size: 1.25rem;
  z-index: 200;
  transform: rotate(90deg);
}
/* #intro>#scroll>span{
  display: block;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 250px);
  width: 2px;
  height: 120px;
  background: #fff;
} */
#servicios{ background: #000 }
#servicios>ul{
  width: 100%;
  height: 100%;
  background: #000;
}
#servicios>ul>li{
  width: 25%;
  height: 100%;
  position: relative;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#servicios>ul>li:hover{ background: #333; }
#servicios>ul>li>a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
#servicios>ul>li>div{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  text-align: center;
}
#servicios>ul>li>div>img{ height: 80% }
#servicios>ul>li>span{
  position: absolute;
  width: 100%;
  height: 4px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#servicios>ul>li>ul{
  position: absolute;
  width: 60%;
  left: 20%;
  top: 80%;
}
#servicios>ul>li>ul>li{
  padding:5px 10px;
}
#servicios>ul>li:hover>span{
  opacity: 1;
}
#dudas{
  background: #000;
  overflow: hidden;
}
#dudas>h3{
  margin-top: 70px;
  font-size: 7rem;
  position: relative;
  width: 90%;
  text-align: center;
  left: 5%;
  text-transform: uppercase;
  opacity: 0.3;
  font-family: 'CircularBlack';
}
#dudas>div{
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#dudas>div>p{
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 45%;
  min-width: 300px;
  max-width: 600px;
  color: #fff;
  opacity: 1;
  font-family: 'Playfair Display';
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
#dudas>a{
  font-size: 2.3rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 300px;
  line-height: 80px;
  border: 4px solid #fff;
  margin: 10% auto;
  -webkit-transition: opacity 0.5 ease-out;
  -moz-transition: opacity 0.5 ease-out;
  -ms-transition: opacity 0.5 ease-out;
  -o-transition: opacity 0.5 ease-out;
  transition: opacity 0.5 ease-out;
}
#dudas>a:hover{
  opacity: 0.8;
}
#dudas>#wavewrap {
position: absolute;
left: 0;
bottom: -120px;
width: 100vw;
height: 200px;
-webkit-transition: bottom 0.5s ease-out;
-moz-transition: bottom 0.5s ease-out;
-ms-transition: bottom 0.5s ease-out;
-o-transition: bottom 0.5s ease-out;
transition: bottom 0.5s ease-out; }
#dudas>#wavewrap>.wave{
  position: absolute;
  background: url("../img/wave.svg") repeat-x;
  width: 6400px;
  height: 198px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -moz-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -ms-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -o-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; }
@media screen and (min-width: 800px) {
  #layout1_services{ display: block }
  #intro>ul{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  #intro>ul>li{
    width: 50%;
    height: 100%;
  }
  #intro>ul>li>p{ font-size: 1.1rem }
  #intro>ul>li>a{ margin: 100px 0 }
  #intro>#scroll{
    opacity: 1;
  }
}
/* Flag */
#layout1_services>#wrapper>div>.flagV{
  position: absolute;
  width: 100px;
  height: 100vh;
  top: 0;
  left: 0;
  background: none;
}
#layout1_services>#wrapper>div>h4{
  position: absolute;
  font-size: 3rem;
  bottom: 106px;
  background: #323433;
  display: block;
  padding: 20px ;
}
#layout1_services>#wrapper>div>h4>p{
  display: block;
  z-index: 200;
  width: 100%;
}
#layout1_services>#wrapper>div>h4>span{
  position: absolute;
  display: block;
  bottom: -14px;
  left: 10px;
  font-size: 8rem;
  width: 90%;
  text-align: center;
  font-weight: bold;
  opacity: 0.3;
}
#layout1_services>#wrapper>div>p{
  position: absolute;
  bottom: 60px;
  padding: 20px;
  opacity: 0.5;
}
#layout1_services>#wrapper>span{
  display: block;
  position: absolute;
  left: 210vw;
  bottom: 133px;
  width: 600vw;
  height: 4px;
}

#lineadePruebaCentro{
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  display: block;
  width: 4px;
  height: 100vh;
  z-index: 8000;
  display: none;
}
}
