
body{
  padding: 0px;
  margin: 0px;
  font-family: 'Titillium Web', sans-serif;
  background-image: url(../assets/bg.png);
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

/* icono fuente  */
@font-face {
      font-family: 'typicons';
      src: url('../assets/font-icon/font-icon/font/typicons.eot?67156693');
      src: url('../assets/font-icon/font-icon/font/typicons.eot?67156693#iefix') format('embedded-opentype'),
           url('../assets/font-icon/font-icon/font/typicons.woff') format('woff'),
           url('../assets/font-icon/font-icon/font/typicons.ttf?67156693') format('truetype'),
           url('../assets/font-icon/font-icon/font/typicons.svg?67156693#typicons') format('svg');
      font-weight: normal;
      font-style: normal;
    }
/* icono fuente  */

/* Screen 1024px */
@media  (min-width: 1024px){
  .secc_bg{
    width: 100%;
    height: auto;
    background-image: url(../assets/bg.png);
  }
  .header-view{
    width: 100%;
    height: 170px;
    background: linear-gradient(to bottom, rgba(42,53,65,1) 0%, rgba(42,53,65,0) 100%);
    z-index: 100;
    position: fixed;
    transition: all 1s ease;
  }
  .secc_proyectos{
    height: auto;
    background-color: #fff;
  }
  .header-hide{
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(42,53,65,0) 0%, rgba(42,53,65,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3541', endColorstr='#2a3541', GradientType=0 );
    z-index: 99;
    position: fixed;
    transition: all 1s ease;
  }
  .logo-view{
    width:  50px;
    height: 50px;
    opacity: 1;
    background-image: url(../assets/B_Boton_inicio.png);
    background-size: contain;
    transition: all 1s ease;
  }
  .logo-hide{
    width:  50px;
    height: 50px;
    opacity: 0;
    background-image: url(../assets/B_Boton_inicio.png);
    background-size: contain;
    transition: all 1s ease;
  }
  .menu-secc-01{
    height: 170px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .menu-secc-02{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .brand{
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .view-links{
    height: 170px;
    transition: all 1s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hide-links{
    margin-top: -200px;
    position: relative;
  }
  .cont-nav{
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  /* Menú Burger */
  .btnView{
    width: 50px;
    height: 50px;
    background-color: #CB7777;
  }
  .menu-main{
    width: 100%;
    height: 100vh;
    color: #fff;
    padding-left: 50px;
    border-bottom-right-radius: 1600px;
    background-color: #0A2A3B;
    filter: opacity(99%);
    position: fixed;
    z-index: 1200;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .bilateral_b{
    width: 100%;
    height: 40px;
    margin-top: 15px;
    background-image: url(../assets/bilateral_blanco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nav-burger li{
    list-style: none;
    font-size: 5rem;
    color: #fff;
    letter-spacing: 2px;
    transition: all 1s ease;
  }
  .btnClose{
    width: 150px;
    height: 50px;
    margin-left: 50px;
    margin-top: 20px;
    border: solid;
    border-width: 1.5px;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .descBtn{
    height: 50px;
    opacity: 1;

  }
  .descBtn_hide{
    height: 50px;
    opacity: 0;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #22c0dd;
    transition: all 1s ease;
  }
  .descBtn_view{
    height: 50px;
    opacity: 1;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #22c0dd;
    transition:  all 1s ease;
  }
  /* Menú Burger */

  /* Slide */
  .contBtnDown{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    margin-bottom: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn_down{
    width:  40px;
    height: 50px;
    background-image: url(../assets/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide_01{
    width: 100%;
    height: 100vh;
    background-image: url(../assets/slideshow/slide_01.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .slide_02{
    width: 100%;
    height: 100vh;
    background-image: url(../assets/slideshow/slide_02.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .slide_03{
    width: 100%;
    height: 100vh;
    background-image: url(../assets/slideshow/papelería.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .slide_04{
    width: 100%;
    height: 100vh;
    background-image: url(../assets/slideshow/plantilla3.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .contSlide_asertis{
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .contSlide{
    width: 100%;
    height: 100%;
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .contSlide_texto{
    width: 50%;
    height: 250px;
    background-color: #0e2e3f;
    filter: opacity(80%);
    margin-bottom: 200px;

    display: flex;
    flex-direction: column;
    align-items:  flex-end;
    justify-content: center;
  }
  .contSlide_texto p{
    width: 450px;
    margin-right: 10%;
    color: #fff;
    font-size: 1.7rem;
    line-height: 30px;
  }
  .contCapa{
    width: 100%;
    height: 200px;
    margin-bottom: 300px;
    background-image: url(../assets/slideshow/placa.png);
    background-repeat: repeat-x;
  }
  .contBanda{
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .icon-asertis{
    width: 100%;
    height: 130px;
    background-image: url(../assets/asertis_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .parrafo-slider{
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: lighter;
  }
  .icon-bilateral{
    width: 100%;
    height: 150px;
    background-image: url(../assets/bilateral_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Slide */

  .section_01{
    width: 100%;
    padding-top: 180px;
    height: 100vh;
  }

  /* Social media */
  .socialCont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* Social media */

  /* Navegación */
  .nav-menu{
    width: 500px;
    height: 130px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav-menu li{
    list-style: none;
  }
  .nav-menu a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: lighter;
    letter-spacing: 5px;
    text-decoration: none;
  }
  .nav-menu a:hover{
    border-bottom: solid;
    border-color: #22c0dd;
  }
   /* Scroll nav*/
    .header-change{
      width: 100%;
      height: 70px;
      position: fixed;
      z-index: 100;
      background: none;
    }
    .nav-change{
      height: 70px;
    }
    .menuBurger_view{
      width:  30px;
      height: 30px;
      filter: opacity(100%);
      transform: rotateZ(0deg);
      background-image: url(../assets/menu_nav.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 1s ease;
    }
    .menuBurger_hide{
      width:  30px;
      height: 30px;
      filter: opacity(0%);
      background-image: url(../assets/menu_nav.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 1s ease;
    }
    .menuBurger_view_rotar{
      width:  30px;
      height: 30px;
      filter: opacity(100%);
      transform: rotateZ(-90deg);
      background-image: url(../assets/menu_nav.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 1s ease;
    }
    .menu_desplegable{
      width: 100%;
      height: 100vh;
      z-index: 5;
      margin-top: 0px;
      position: fixed;
      background-image: url(../assets/recuadro_desgloce.png);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      transition: all 1s ease;

      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .menu_desplegable_hide{
      width: 100%;
      height: 100vh;
      margin-top: -2000px;
      z-index: 5;
      position: fixed;
      background-image: url(../assets/recuadro_desgloce.png);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      transition: all 1s ease;

      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .btn_close_menu{
      width: 150px;
      height: 50px;
      text-align: center;
      border: solid;
      border-width: thin;


      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .mainMenu{
      width: 100%;
      height: 80vh;

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .cont-grup{
      width: 100%;
      height: auto;

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .btn_link{
      height: 40px;
      border-bottom: solid;
      border-color: #62D0E6;
      font-size: 3rem;
      color: #62D0E6;
      margin-bottom: 20px;
    }
    .label_estudio{
      font-size: 2rem;
      filter: opacity(100%);
      transition: all 1s ease;
    }
    .label_estudio_hide{
      font-size: 2rem;
      filter: opacity(0%);
      transition: all 1s ease;
    }
    .label_proyectos{
      font-size: 2rem;
      filter: opacity(100%);
    }
    .label_proyectos_hide{
      font-size: 2rem;
      filter: opacity(0%);
    }
    .label_contacto{
      font-size: 2rem;
      filter: opacity(100%);
    }
    .label_contacto_hide{
      font-size: 2rem;
      filter: opacity(100%);
    }
    .pro_new{
    }
   /* Scroll nav*/


  /* Navegación */

  /* Redes sociales */
  .cont-social{
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .icon-facebook{
    width:  20px;
    height: 20px;
    background-image: url(../assets/iconos/icon_facebook_n.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s ease;
  }
  .icon-facebook:hover{
    background-image: url(../assets/iconos/icon_facebook_h.png);
  }
  .icon-instagram{
    width:  30px;
    height: 20px;
    background-image: url(../assets/iconos/icon_instagram_n.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s ease;
  }
  .icon-instagram:hover{
    background-image: url(../assets/iconos/icon_instagram_h.png);
  }
  .icon-behance{
    width:  50px;
    height: 20px;
    background-image: url(../assets/iconos/icon_behance_n.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s ease;
  }
  .icon-behance:hover{
    background-image: url(../assets/iconos/icon_behance_h.png);
  }
  /* Redes sociales */


  /* Estudio */
  .secc_estudio{
    height: auto;
    margin-top: 100px;
  }
    .background{
      width: 100%;
      height: auto;
      background-image: url(../assets/bg.png);
      background-position: top;
      background-repeat: no-repeat;
      background-repeat: repeat-x;
    }
    .titulo_estudio{
      margin-bottom: 50px;
      font-weight: lighter;
      text-align: center;

      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .titulo_estudio p{
      width: 170px;
      font-size: 3.5rem;
      letter-spacing: 2px;
      line-height: 50px;
      border-bottom: solid;
      border-color: #22c0dd;
    }
    .link_asertis{
      z-index: 99999;
      position: sticky;
    }
    .img_miembro_asertis{
      width: 80px;
      height: 200px;
      background-image: url(../assets/asertis_pendon_inactivo_estudio.png);
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
    }
    .img_miembro_asertis:hover{
      background-image: url(../assets/asertis_pendon_activo_estudio.png);
    }
    .icon-bilateral_azul{
      width: 100%;
      height: 100px;
      margin-bottom: 20px;
      background-image: url(../assets/bilateral_azul.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
    }
    .parrafo_estudio{
      font-size: 1.5rem;
      font-weight: 200;
      text-align: justify;
      letter-spacing: 1px;
      color: #0e2e3f;
    }
    .img_imac{
      width: 100%;
      height: 400px;
      background-image: url(../assets/imac_B_1_estudio.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center top;
    }
    .card{
      height: 300px;
      margin-top: 100px;
      background-color: #053139;
      color: #fff;

      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .titulo_card{
      width: 100px;
      letter-spacing: 2px;
      text-align: center;
      border-bottom: solid;
      border-color: #22c0dd;
    }
    .center{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .infoCard{
      width: 80%;
      height: 200px;
      margin-top: 70px;
      position: absolute;
      opacity: 0;
      text-align: center;
      background-color: #0e2e3f;
      transition: all 1s ease;

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .infoCard:hover{
      opacity: 1;
    }
    .infoCard h3{
      display: none;
    }
    .icon_mobile{
      display: none;
    }
    .contValores{
      display: none;
    }
    .icon_mision{
      width: 100%;
      height: 100px;
      margin-top: 50px;
      background-image: url(../assets/mision_icono_estudio.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }
    .icon_vision{
      width: 100%;
      height: 100px;
      margin-top: 50px;
      background-image: url(../assets/vision_icono_estudio.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size:  40%;
    }
    .icon_valores{
      width: 100%;
      height: 100px;
      margin-top: 50px;
      background-image: url(../assets/valores_corazon_estudio.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }
    .titulos{
      width: 100%;
      margin-top: 50px;
      color:  #73C2DF;
      font-size: 3rem;
      letter-spacing: 2px;
      font-weight: 300;
      border-bottom: solid;
      border-width: 2px;
      text-align: center;
      border-color: #000;
    }
    .titulos_normal{
      margin-top: 50px;
      color:  #000;
      font-size: 3rem;
      letter-spacing: 2px;
      font-weight: 300;
      border-bottom: solid;
      border-width: 2px;
      text-align: center;
      border-color: #73C2DF;
    }
    .iconTab_01{
      width:  100%;
      height: 50px;
      background-image: url(../assets/iconTab_01_n.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }
    .iconTab_01:hover{
      background-image: url(../assets/iconTab_01_h.png);
    }
    .iconTab_01:focus{
      background-image: url(../assets/iconTab_01_h.png);
    }
  /* Estudio */

  /* Pestañas servicios */
  .secc-tab{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #icon-font{
    font-size: 5rem;
  }
  #contPestañas{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .bgServicios{
    width: 100%;
    height: 300px;
    background-color: #0e2e3f;
    border-bottom-right-radius: 200px;
    padding-top: 40px
  }
  .tab-titulo{
    color: #fff;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .tab-sub{
    color: #73C2DF;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bold;
  }
  .tab-parrf{
    line-height: 25px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
  }
  .tabTitulo{
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 1.7rem;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 2px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* Iconos servicios */
  .icono-consultoria{
    width: 100%;
    height: 100px;
    background-image: url(../assets/iconos-servicios/icono-consultoria.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon-nombre{
    width: 100%;
    height: 100px;
    background-image: url(../assets/iconos-servicios/icono-nombre.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon-signo{
    width: 100%;
    height: 100px;
    background-image: url(../assets/iconos-servicios/icono-signo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon-material{
    width: 100%;
    height: 100px;
    background-image: url(../assets/iconos-servicios/icono-material.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon-marca{
    width: 100%;
    height: 100px;
    background-image: url(../assets/iconos-servicios/icono-marca.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  /* Iconos servicios */
  /* Pestañas servicios */

  /* Comentarios */
  .secc-comen{
    width: 100%;
    height: 400px;
    color: #fff;
    background-image: url(../assets/imagen_fondo_comentarios.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contComen{
    color: #0e2e3f;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .iconComen{
    width:  50px;
    height: 50px;
    margin-right: 20px;
    background-image: url(../assets/icono_opinion.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .textComen{
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .parrComen{
    font-size: 2.3rem;
    text-align: center;
  }
  .cliente{
    width: 200px;
    margin-top: 10px;
    font-size: 2rem;
    text-align: center;
    border-top: solid;
    border-width: 2px;
  }
  .subText{
    color:#76C9DF;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  /* Comentarios */

  /* Proyectos */
  .sub_titulo_big{
    margin-top: 20px;
    text-align: center;
    color: #73C2DF;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .sliderProyectos{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .contProyecto{
    height: 150px;
    margin-bottom: 20px;
  }
  .proyecto{
    height: 200px;
    margin-bottom: 10px;
    background-color: #73C2DF;
  }
  .icon_proyecto_01{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/akontu_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    transition: all 1s ease;
  }
  .icon_proyecto_01:hover{
    background-image: url(../assets/proyectos/pagina1/akontu_logo_activo.png);
    background-position: center;
  }
  .icon_proyecto_02{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/atarraya_logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    transition: all 1s ease;
  }
  .icon_proyecto_02:hover{
    background-image: url(../assets/proyectos/pagina1/atarraya_logo.png);
    background-position: center;
  }
  .icon_proyecto_03{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/doneva_logo.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    transition: all 1s ease;
  }
  .icon_proyecto_03:hover{
    background-image: url(../assets/proyectos/pagina1/doneva_logo_activo.png);
    background-position: center;
  }
  .icon_proyecto_04{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/los_volos_logo.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    transition: all 1s ease;
  }
  .icon_proyecto_04:hover{
    background-image: url(../assets/proyectos/pagina1/los_volos_logo_activo.png);
    background-position: center;
  }
  .icon_proyecto_05{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/santa_rosa_logo.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    transition: all 1s ease;
  }
  .icon_proyecto_05:hover{
    background-image: url(../assets/proyectos/pagina1/santa_rosa_activo.png);
  }
  .icon_proyecto_06{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/zago_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    transition: all 1s ease;
  }
  .icon_proyecto_06:hover{
    background-image: url(../assets/proyectos/pagina1/zago_logo_activo.png);
  }
  .icon_proyecto_07{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/contino_n.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all 1s ease;
  }
  .icon_proyecto_07:hover{
    background-image: url(../assets/proyectos/pagina2/contino_a.svg);
    background-position: center;
  }
  .icon_proyecto_08{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/hri_n.svg);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 90%;
    transition: all 1s ease;
  }
  .icon_proyecto_08:hover{;
    background-image: url(../assets/proyectos/pagina2/hri_a.svg);
    background-position: center;
  }
  .icon_proyecto_09{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/kentrox_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    transition: all 1s ease;
  }
  .icon_proyecto_09:hover{
    background-image: url(../assets/proyectos/pagina2/kentrox_logo_activo.png);
    background-position: center;
  }
  .icon_proyecto_10{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/maicco_n.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    transition: all 1s ease;
  }
  .icon_proyecto_10:hover{
    background-image: url(../assets/proyectos/pagina2/maicco_a.svg);
  }
  .icon_proyecto_11{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/piclin_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transition: all 1s ease;
  }
  .icon_proyecto_11:hover{
    background-image: url(../assets/proyectos/pagina2/piclin_logo_activo.png);
  }
  .icon_proyecto_12{
    height: 100%;
    background-image: url(../assets/proyectos/pagina2/pretorium_n.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transition: all 1s ease;
  }
  .icon_proyecto_12:hover{
    background-image: url(../assets/proyectos/pagina2/pretorium_a.svg);
  }
  .icon_proyecto_13{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/anaerobia_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transition: all 1s ease;
  }
  .icon_proyecto_13:hover{
    background-image: url(../assets/proyectos/pagina3/anaerobia_logo_activo.png);
  }
  .icon_proyecto_14{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/cumbra_logo.png);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 40%;
    transition: all 1s ease;
  }
  .icon_proyecto_14:hover{
    background-image: url(../assets/proyectos/pagina3/cumbra_logo_activo.png);
  }
  .icon_proyecto_15{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/elire_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    transition: all 1s ease;
  }
  .icon_proyecto_15:hover{
    background-image: url(../assets/proyectos/pagina3/elire_logo_activo.png);
  }
  .icon_proyecto_16{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/elire_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  40%;
    transition: all 1s ease;
  }
  .icon_proyecto_16:hover{
    background-image: url(../assets/proyectos/pagina3/elire_logo_activo.png);
  }
  .icon_proyecto_17{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/ordux_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  65%;
    transition: all 1s ease;
  }
  .icon_proyecto_17:hover{
    background-image: url(../assets/proyectos/pagina3/ordux_logo_activo.png);
  }
  .icon_proyecto_18{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/zigium_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  30%;
    transition: all 1s ease;
  }
  .icon_proyecto_18:hover{
    background-image: url(../assets/proyectos/pagina3/zigium_logo_activo.png);
    transition: all 1s ease;
  }
  .icon_proyecto_19{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/rancho_norm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  50%;
    transition: all 1s ease;
  }
  .icon_proyecto_19:hover{
    background-image: url(../assets/proyectos/pagina1/rancho_activo.png);
    transition: all 1s ease;
  }
  .icon_proyecto_20{
    height: 100%;
    background-image: url(../assets/proyectos/pagina1/xicona_norm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  40%;
    transition: all 1s ease;
  }
  .icon_proyecto_20:hover{
    background-image: url(../assets/proyectos/pagina1/xikona_activo.png);
    transition: all 1s ease;
  }
  .icon_proyecto_21{
    height: 100%;
    background-image: url(../assets/proyectos/pagina3/ducitec_norm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  55%;
    transition: all 1s ease;
  }
  .icon_proyecto_21:hover{
    background-image: url(../assets/proyectos/pagina3/ducitec_activo.png);
    transition: all 1s ease;
  }
  /* Proyectos */

  /* Alianzas */
  .secc-alianzas{
    width: 100%;
    height: auto;
    color: #0e2e3f;
    background-image: url(../assets/imagen_fondo_alianzas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }
  .parrf-alianza{
    margin-top: 50px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 2px;
  }
  .alianzas-icons{
    padding-top: 160px;
    height: 350px;
  }
  .icon-gesto{
    width: 100%;
    height: 80px;
    background-image: url(../assets/iconos/gesto_black.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
  }
  .icon-stampa{
    width: 250px;
    height: 80px;
    background-image: url(../assets/icon_stampa.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
  }
  .icon-purple{
    width: 100%;
    height: 80px;
    background-image: url(../assets/iconos/logo_purple.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }
  .desc_alianza{
    height: 150px;
    background-color: #000;
    opacity: 1;
    filter: opacity(50%);
    font-size: 1.3rem;
    letter-spacing: 2px;
    color:#fff;
    transition: all 1s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .desc_alianza_hide{
    height: 150px;
    background-color: #000;
    opacity: 0;
    filter: opacity(50%);
    font-size: 1.3rem;
    letter-spacing: 2px;
    color:#fff;
    transition: all 1s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .text_left{
    text-align: left;
  }
  .text_right{
    text-align: right;
  }
  /* Alianzas */

  /* Contacto */
  .secc-contacto{
    width:  100%;
    height: auto;
    background-image: url(../assets/fondo_contacto.png);
    background-position: bottom;
    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .icon_form{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background-image: url(../assets/icon_fom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .inputText{
    color: #fff;
    background-color: #0e2e3f;
    filter: opacity(30%);
  }
  .textArea{
    margin-top: 10px;
    background-color: #0e2e3f;
    filter: opacity(30%);
    color: #fff;
  }
  .formulario{
    margin-top: 20px;
  }
  .btnEnviar{
    width: 100%;
    height: 35px;
    margin-top: 10px;
    border: none;
    background-color: #73C2DF;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .titulo_contacto{
    margin-top: 50px;
    font-size: 4rem;
    color: #73C2DF;
    letter-spacing: 2px;
    text-align: center;
  }
  .sub_contacto{
    font-size: 2rem;
    text-align: center;
  }
  .cont-card{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .cardContacto{
    width:  250px;
    height: 300px;
    margin-top: 60px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 2px;
    background-color: #0e2b3a;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.38);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.38);

    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .icon_tel{
    width:  60px;
    height: 60px;
    margin-top: 50px;
    background-image: url(../assets/iconos/icon_tel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .icon_correo{
    width:  60px;
    height: 60px;
    margin-top: 50px;
    background-image: url(../assets/iconos/icon_mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .contText{
    width: 85%;
  }
  /* Contacto */

  /* Footer */
  .footer{
    width: 100%;
    height: 50px;
    margin-top: 150px;
    background-color: #0A2A3B;
  }
  .infoWeb{
    width: 100%;
    height: 30px;
    font-weight: 100;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .cont-politicas{
    width: 200px;
    height: 50px;
    margin-left: 50px;
    background-image: url(../assets/img_politicas_norm.png);
    background-position: center;
    background-size: 87%;
    background-repeat: no-repeat;
    transition: all 1s ease;
  }
  .cont-politicas:hover{
    background-image: url(../assets/img_politicas_act.png);
    background-position: center;
    background-size: 87%;
    background-repeat: no-repeat;
    transition: all 1s ease;
  }
  .copy{
    margin-left: 10px;
  }
  .infoWeb p{
    padding-top: 10px;
  }
  .infoWeb a{
    margin-right: 4px;
    color:#fff;
  }
  .infoWeb a :hover{
    color: #59ADD9;
  }
  .icon-politicas{
    width: 30px;
    height: 30px;
    background-image: url(../assets/escudo.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .icon-politicas-act{
    width: 30px;
    height: 30px;
    background-image: url(../assets/escudo_activo.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .contAlianzas{
    width: 100%;
    height: 30px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .icon_footer_asertis{
    width: 50px;
    height: 30px;
    background-image: url(../assets/icon_footer_asertis_n.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s ease;
  }
  .icon_footer_asertis:hover{
    background-image: url(../assets/icon_footer_asertis_h.svg);
  }
  .icon_footer_gesto{
    width: 50px;
    height: 30px;
    margin-bottom: 5px;
    background-image: url(../assets/iconos/gesto_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition:  all 1s ease;
  }
  .icon_footer_gesto:hover{
    background-image: url(../assets/iconos/gesto_activo.png);
  }
  .icon_footer_stampa{
    width: 50px;
    height: 40px;
    margin-top: 15px;
    background-image: url(../assets/icon_footer_stampa_n.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 4px;
    transition: all 1s ease;
  }
  .icon_footer_stampa:hover{
    background-image: url(../assets/icon_footer_stampa_h.svg);
  }
  .icon_footer_purple{
    width: 100px;
    height: 50px;
    background-image: url(../assets/iconos/logo_purple_norm.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center 4px;
    transition: all 1s ease;
  }
  .icon_footer_purple:hover{
    background-image: url(../assets/iconos/logo_purple_activo.png);
  }
  /* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.ultimo{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boton_envio{
  width: 100px;
  height: 40px;
  color: #fff;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  border-radius: 5px;
  border: none;
  background-color: #6FBFDB;
  -webkit-box-shadow: 6px 6px 20px -2px rgba(0,0,0,0.42);
  -moz-box-shadow: 6px 6px 20px -2px rgba(0,0,0,0.42);
  box-shadow: 6px 6px 20px -2px rgba(0,0,0,0.42);
  transition: all 1s ease;
}
.boton_envio:hover{
  background-color: #313843;
  transition: all 1s ease;
}
.msg{
    width: 200px;
    height: 40px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
}
.msg_ok{
    width: 200px;
    height: 40px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    padding: 0 10px;
    background: #589D05;
}
.msg_error{
    width: 200px;
    height: 40px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    padding: 0 10px;
    background: red;
}
.btn_send_hide{
  width: 200px;
  height: 40px;
  filter: opacity(0%);
  margin-top: 50px;
  padding-top: 10px;
  background-color: #97B75A;
  color: #fff;
  font-weight: lighter;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.btn_send_view{
  width: 200px;
  height: 40px;
  filter: opacity(100%);
  margin-top: 50px;
  padding-top: 10px;
  background-color: #97B75A;
  color: #fff;
  font-weight: lighter;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}
.btn_send_hide p{
  margin-left: 10px;
}
.btn_send_view p{
  margin-left: 10px;
}
.close_btn{
  margin-left: 20px;
  margin-bottom: 8px;
}
.close_btn:hover{
  cursor: default;
}
.center-grup{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}
