.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }



@font-face {
    font-family: 'magnetiklight';
    src: url('../fonts/magnetik-light-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikmedium';
    src: url('../fonts/magnetik-medium-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikregular';
    src: url('../fonts/magnetik-regular-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetiksemibold';
    src: url('../fonts/magnetik-semibold-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikthin';
    src: url('../fonts/magnetik-thin-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikbold';
    src: url('../fonts/magnetik-bold-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikextrabold';
    src: url('../fonts/magnetik-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikextralight';
    src: url('../fonts/magnetik-extralight-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'magnetikheavy';
    src: url('../fonts/magnetik-heavy-webfont.woff2') format('woff2'),
         url('../fonts/magnetik-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: "Poppins", sans-serif;
}

.barra_nav {
    position: fixed;
    background-color: rgba(233, 230, 227, 0.5) !important;
    backdrop-filter: blur(16px);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
    left: 0;
    z-index: 999;
}

.barra_nav .container {
    display: block;
}

.logo {
    max-width: 90px;
    width: 100%;
    margin-top: 10px;
}

.bot_enviar_nav {
    display: inline-block;
    border:2px solid #FB5012;
    border-radius: 35px;
    padding:15px 20px;
    color:#FB5012;
    background-color: #FFF;
    text-decoration: none;
    font-weight: 500;
    transition: .3s all ease-in-out;
}

.bot_enviar_nav:hover {
    background-color: #FFE2D2;
    color:#FB5012;
    border-color:#FFE2D2;
}


.margen_home {
    margin-top: 110px;
}

.tit_home_1 {
    color:#4E4A43;
    font-size: 56px;
    line-height: 1;
    margin-top: 70px;
    font-family: scale-variable, sans-serif;
    max-width: 390px;
}

.tit_home_2 {
    color:#6B665E;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 40px;
    max-width: 300px;
    margin-bottom: 70px;
}

.bot_home {
    color:#FB5012;
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
    padding-left: 80px;
    text-decoration: none;
    background-color: #F8F5F4;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    transition: .3s all ease-in-out;
}

.bot_home:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #FB5012;
    border-radius: 50%;
    background-image: url('../imagenes/flecha_bot.svg');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center center;
    transition: .3s all ease-in-out;
}

.bot_home:hover {
    color:#F0EEF1;
    background-color: #FB5012;
}

.bot_home:hover:before {
    color:#F0EEF1;
    background-color: #FB5012;
    background-image: url('../imagenes/flecha_bot_grande.svg');
    background-size: 55%;
}

.video_trab_detalle {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: -1px;
}

.video_banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
   /* top: 0;
    left: 0;
    z-index: -1;*/
  }


.tit_diferencial {
    font-weight: 300;
    font-size: 32px;
    color:#000;
    text-align: center;
    line-height: 1.2;
    margin-top: 70px;
    margin-bottom: 50px;
    font-family: scale-variable, sans-serif;
}

.cont_botones_diff {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:20px;
    overflow: hidden;
}

.c_bot_diff {
    background-color: #A89896;
    max-width: 180px;
    
    min-height: 500px;
    position: relative;
    border-radius: 25px;
    display: block;
    width: 100%;
    transition: .5s all ease-in-out;
    max-height: 500px;
}

.ico_diff {
    position: absolute;
    top: 40px;
    left: 60px;
    transition: .5s all ease-in-out;
    z-index: 99;
}

.c_vert {
    transition: .4s all ease-in-out;
}

.c_bot_diff:nth-child(2) .tit_vert {
    left: 45px;
}

.tit_vert {
    color:#FFF;
    font-family: scale-variable, sans-serif;
    font-weight: 300;
    writing-mode: vertical-rl; 
    transform: rotate(180deg);
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    left: 55px;
    line-height: 1.1;
    transition: .4s all ease-in-out;
}

.c_bot_diff:hover {
    max-width: 500px;
    padding:0;
}

.c_bot_diff:hover .c_vert {
    opacity: 0;
}

.c_bot_diff:hover .ico_diff {
    top: 300px;
    left: 420px;
}

.c_horiz {
    background-color: #21201C;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s all ease-in-out;
    min-height: 500px;
    min-width: 500px;
    visibility: hidden;
    
}

.tit_c_horiz {
    color:#FFF;
    font-family: scale-variable, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 30px;
    line-height: 1.1;
    transition: .5s all ease-in-out;
    opacity: 0;
}

.texto_c_horiz {
    color:#FFF;
    font-size: 16px;
    margin-left: 30px;
    max-width: 350px;
    transition: .5s all ease-in-out;
    opacity: 0;
}

.c_bot_diff:hover .c_horiz {
    opacity: 1;
    visibility: visible;
}

.c_bot_diff:hover .tit_c_horiz {
    opacity: 1;
}

.c_bot_diff:hover .texto_c_horiz {
    opacity: 1;
}




.barra_gris_marcas  {
    background-color: #E9E6E3;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tit_marcas {
    font-family: scale-variable, sans-serif;
    font-weight: 300;
    color:#21201C;
    font-size: 30px;
    line-height: 1.2;
}


/*********************** SLIDE INFINITO **************************************************/


.slider {
  height: 80px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top: 20px;
}
.slider::before,
.slider::after{
  position:absolute;
 /* background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(200px * 28);
  display: flex;
  animation: scroll 28s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide_t {
  width: auto;
  height: 80px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slide_t:hover{
  transform:scale(0.8)
}

/*.slide img {
    height: 100%;
    max-height: 25px;
    width: 100%;
    max-width: 145px;
    object-fit: contain;
}*/

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 14));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(150px * 28);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  .slide_t {
    width: 150px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 14));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

/*********************** FIN SLIDE INFINITO **************************************************/

.carousel-control-next, .carousel-control-prev {
    width: 4%;
}

.carousel-control-prev {
    left: -5%;
}

.carousel-control-next {
    right: -5%;
}

.cont_img_disenos {
    position: relative;
}

.cont_img_disenos img {
    width: 100%;
}

.num_disenos {
    color:#FFF;
    font-size: 130px;
    font-family: scale-variable, sans-serif;
    font-weight: 500;
    top: 40px;
    left: 50px;
    position: absolute;
}

.tit_num_disenos {
    background-color: #982805;
    color:#FFF;
    font-size: 16px;
    padding:6px 15px;
    border-radius: 25px;
    bottom: 50px;
    left: 50px;
    position: absolute;
}

.flecha_bordo {
    background-color: #C23806;
    width: calc(100% - 67px);
    border-radius: 35px;
    position: relative;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.flecha_bordo:before {
    content:'';
    position: absolute;
    width: 50px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../imagenes/flecha_larga_der.svg');
    right: 10px;
    top: 7px;
}

.bot_behance {
    border-radius: 50%;
    padding:11px 15px;
    background-color: #F8F5F4;
    border:1px solid #FFE2D2;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: .3s all ease-in-out;
}

.bot_behance i {
    color:#FB5012;
    font-size: 34px;
}

.bot_behance:hover {
    background-color: #FFE2D2;
}

.c_gris_disenos {
    background-color: #D9D9D9;
    border-radius: 25px;
    padding:25px 35px;
    margin-right: -15px;
}

.tit_c_gris_disenos {
    color:#6E1C04;
    font-size: 18px;
    line-height: 1.2;
}

.cont_ico_disenos {
    height: 170px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap:15px;
}

.ico_diseno {
    background-color: #6E1C04;
    border-radius: 50%;
    display: inline-block;
    padding:6px;
    transition: .4s all ease-in-out;
    cursor: pointer;
    animation-fill-mode: backwards;
}

.ico_diseno:nth-child(1){    
    animation: anim_bordes 6s ease-in-out infinite;
    animation-delay: 4s;
}

.ico_diseno:nth-child(2){
    animation: anim_bordes_2 8s ease-in-out infinite;
    animation-delay: 6s;
}

.ico_diseno:nth-child(3){
    
    animation: anim_bordes_3 5s ease-in-out infinite;
    animation-delay: 3s;
}

.ico_diseno:nth-child(4){
    
    animation: anim_bordes_4 9s ease-in-out infinite;
    animation-delay: 7s;
}

.ico_diseno:nth-child(5){
    
    animation: anim_bordes_5 11s ease-in-out infinite;
    animation-delay: 9s;
}

.ico_diseno:nth-child(6){
    
    animation: anim_bordes_6 10s ease-in-out infinite;
    animation-delay: 8s;
}

.ico_diseno:nth-child(7){
    
    animation: anim_bordes_7 13s ease-in-out infinite;
    animation-delay: 11s;
}

.ico_diseno:nth-child(1) .texto_ico_diseno{    
    animation: anim_ico 6s ease-in-out infinite;
   animation-delay: 4s;
}

.ico_diseno:nth-child(2) .texto_ico_diseno{    
    animation: anim_ico_2 8s ease-in-out infinite;
    animation-delay: 6s;
}

.ico_diseno:nth-child(3) .texto_ico_diseno{
    
    animation: anim_ico_3 5s ease-in-out infinite;
    animation-delay: 3s;
}

.ico_diseno:nth-child(4) .texto_ico_diseno{
   
    animation: anim_ico_4 9s ease-in-out infinite;
    animation-delay: 7s;
}

.ico_diseno:nth-child(5) .texto_ico_diseno{
    
    animation: anim_ico_5 11s ease-in-out infinite;
   animation-delay: 9s;
}

.ico_diseno:nth-child(6) .texto_ico_diseno{
    
    animation: anim_ico_6 10s ease-in-out infinite;
   animation-delay: 8s;
}

.ico_diseno:nth-child(7) .texto_ico_diseno{
    
    animation: anim_ico_7 13s ease-in-out infinite;
   animation-delay: 11s;
}

.texto_ico_diseno {
    color:#FFF;
    writing-mode: vertical-rl; 
    transform: rotate(180deg);
    font-size: 16px;
    position: relative;
    line-height: 1.1;
    transition: .4s all ease-in-out;
    margin-bottom: 0px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    max-height: max-content;
    animation-fill-mode: backwards;
}

/*.ico_diseno:hover .texto_ico_diseno {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
}

.ico_diseno:hover {
    border-radius: 15px;
    background-color: #6B5675;
    padding-top: 15px;
}
*/

@keyframes anim_ico {
   10%, 30%, 40% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  50% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes {
   10%, 30%, 40% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  50% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_2 {
  10%, 25%, 35% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  50% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_2 {
  10%, 25%, 35% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  50% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_3 {
  10%, 40%, 45% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  50% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_3 {
  10%, 40%, 45% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  50% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_4 {
  10%, 20%, 30% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  40% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_4 {
  10%, 20%, 30% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  40% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_5 {
  10%, 20%, 30% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  40% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_5 {
  10%, 20%, 30% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  40% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_6 {
  10%, 20%, 30% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  40% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_6 {
  10%, 20%, 30% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  40% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

@keyframes anim_ico_7 {
  10%, 15%, 25% {
    visibility: visible;
    width: 100%;
    height: 100%;
    max-height: max-content;
    opacity: 1;
    margin-bottom: 15px;
  }
  35% {
    visibility: hidden;
    width: 0%;
    height: 0%;
    max-height: 0;
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes anim_bordes_7 {
  10%, 15%, 25% {
    border-radius: 15px;
    background-color: #FF7543;
    padding-top: 15px;
  }
  35% {
    border-radius: 50%;
    background-color: #6E1C04;
    padding-top: 6px;
  }
}

.c_gris_topo_disenos {
    background-color: #A89896;
    border-radius: 25px;
    padding:25px;
    margin-left: -15px;
}

.tit_c_gris_topo_disenos {
    color:#F8F5F4;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 128px;
}

.c_violeta_diseno {
    background-color: #C23806;
    border-radius: 25px;
    padding:25px;
}

.tit_c_violeta_diseno {
    color:#E9E6E3;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 58px;
}

.img_disenos_2 {
    width: 100%;
    margin-top: -25px;
}

.bg_gris_bme {
    background-color: #21201C;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-top: 60px;
    margin-bottom: 20px;
    min-height: 1007px;
}

.tit_modobme {
    color:#F0E8E7;
    font-size: 36px;
    line-height: 1.1;
    font-family: scale-variable, sans-serif;
    font-weight: 200;
    margin-bottom: 60px;
}

.c_trab {    
    transition: .3s all ease-in-out;
    background-color: #F0E8E7;
    border-radius: 20px;
}

.c_img_trab {
    border-radius: 15px;
    position: relative;
    z-index: 9;
}

.img_trab {
    width: 100%;
    border-radius: 15px;
}

.hover_c_img_trab {
    background-color: rgba(49, 32, 58, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: .3s all ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.tit_hover_trab {
    color:#FFF;
    font-family: scale-variable, sans-serif;
    font-weight: 300;
    font-size: 26px;
    position: absolute;
    bottom:20px;
    left: 20px;
    
}

.flecha_abajo_trab {
    position: absolute;
    bottom:20px;
    right: 20px;
    cursor: pointer;
}

.flecha_abajo_trab:before {
    content:'';
    position: relative;
    padding: 25px;
    background-color: #D9D9D9;
    background-repeat: no-repeat;
    background-image: url('../imagenes/flecha_abajo_trab.svg');
    background-size: 70%;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
}

.flecha_cerrar_trab {
    position: absolute;
    bottom:20px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.flecha_cerrar_trab:before {
    content:'';
    position: relative;
    padding: 25px;
    background-color: #D9D9D9;
    background-repeat: no-repeat;
    background-image: url('../imagenes/cruz_trab.svg');
    background-size: 70%;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
}

.c_img_trab:hover .hover_c_img_trab {
    opacity: 1;
}

.info_trab {
    position: relative;
    transition: .3s all ease-in-out;
    display: block;
    margin-top: -270px;
    z-index: 0;
}

.tit_trab {
    color:#000;
    font-family: scale-variable, sans-serif;
    font-weight: 300;
    font-size: 26px;
    margin-left: 20px;
    line-height: 1.1;
    margin-top: 30px;
    min-height: 106px;
}

.linea_trab {
    background-color: #362B3B;
    width: 100%;
    height: 1px;
    margin:20px auto;
}

.btn_ver_reporte {
    display: inline-block;
    border:2px solid #FB5012;
    border-radius: 35px;
    padding:15px 20px;
    color:#FB5012;
    background-color: #FFF;
    text-decoration: none;
    font-weight: 500;
    transition: .3s all ease-in-out;
    margin-top: 15px;
}

.btn_ver_reporte:hover {
    background-color: #FFE2D2;
    color:#FB5012;
    border-color:#FFE2D2;
}


.mostrar .info_trab {
    margin-top: 0;
}

.mostrar .flecha_abajo_trab {
    display: none;
}

.mostrar .flecha_cerrar_trab {
    display: block !important;
}

.mostrar .hover_c_img_trab {
    display: none;
}

.footer {
    background-color: #D9D9D9;
    padding-top: 80px;
    padding-bottom: 20px;
}

.tit_footer {
    color:#C23806;
    font-size: 28px;
    font-family: scale-variable, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    br {
        display: none;
    }
}

.bot_hablemos_footer {
    color:#FB5012;
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
    padding-left: 80px;
    text-decoration: none;
    background-color: #F8F5F4;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    transition: .3s all ease-in-out;
    margin-top: 130px;
    margin-bottom: 90px;
}

.bot_hablemos_footer:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #FB5012;
    border-radius: 50%;
    background-image: url('../imagenes/flecha_bot.svg');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center center;
    transition: .3s all ease-in-out;
}

.bot_hablemos_footer:hover {
    color:#F0EEF1;
    background-color: #FB5012;
}

.bot_hablemos_footer:hover:before {
    color:#F0EEF1;
    background-color: #FB5012;
    background-image: url('../imagenes/flecha_bot_grande.svg');
    background-size: 55%;
}

.registro {
    color:#6B665E;
    font-size: 14px;
    font-weight: 500;
}

.texto_footer_1 {
    color:#3A3731;
    font-weight: 700;
}

.texto_footer_2 {
    color:#3A3731;
}

.botones_footer {
    margin-top: 30px;
}

.botones_footer a {
    border-radius: 50%;
    padding:11px 15px;
    background-color: #F8F5F4;
    border:1px solid #FFE2D2;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: .3s all ease-in-out;
}

.botones_footer i {
    color:#FB5012;
    font-size: 34px;
}

.botones_footer a:hover {
    background-color: #FFE2D2;
}


.registro_resp {
    display: none;    
}

.show_desk {

}

.show_resp {
    display: none;
}


/**************************************************************************** RESPONSIVE ********************************************************************************/

@media (max-width: 1366px) { 

    .num_disenos {
        top: 10px;
    }

    .tit_c_violeta_diseno {
        margin-bottom: 86px;
    }

    .tit_footer {
        font-size: 44px;
    }


}

@media (max-width: 1280px) { 


}


@media (max-width: 767px) { 

    .show_desk {
        display: none;
    }

    .show_resp {
        display: block;
    }

    .logo {
        max-width: 80px;        
    }

    .bot_enviar_nav {
        padding: 10px 20px;
    }

    .tit_home_1 {
        font-size: 40px;
        margin-top: 10px;
    }

    .tit_home_2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .bot_home {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 50px;
        margin-bottom: 30px;
    }

    .bot_home:before {
        width: 40px;
        height: 40px;
    }

    .tit_diferencial {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .cont_botones_diff {
        flex-direction: column;
    }

    .c_bot_diff {
        max-width: 500px;
        padding:0;
    }

    .c_horiz {
        opacity: 1;
        min-height: 500px;
        min-width: auto;
        visibility: visible;
    }

    .ico_diff {
        top: 245px;
        left: 310px;
        max-width: 50px;
    }

    .c_bot_diff:hover .ico_diff {
        top: 245px;
        left: 310px;
    }

    .c_vert {
        opacity: 0;
    }

    .tit_c_horiz {
        opacity: 1;
        max-width: 280px;
    }

    .texto_c_horiz {
        opacity: 1;
    }

    .c_gris_disenos {
        margin-right: 0px;
    }

    .c_gris_topo_disenos {
        margin-left: 0px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .sin_padding_der {
        padding-right: 15px;
    }

    .sin_padding_izq {
        padding-left:15px;
    }

    .num_disenos {
        font-size: 90px;
        top: 10px;
        left: 30px;
        line-height: 1.1;
    }

    .tit_num_disenos {
        font-size: 14px;
        padding:4px 15px;
        bottom: 15px;
        left: 30px;
    }

    .tit_c_gris_disenos {
        font-size: 16px;
    }

/*   .ico_diseno {
        border-radius: 15px;
        background-color: #6B5675;
        padding-top: 15px;
    }

    .texto_ico_diseno {
        visibility: visible;
        width: 100%;
        height: 100%;
        max-height: max-content;
        opacity: 1;
        margin-bottom: 15px;
    }*/

    .tit_c_violeta_diseno {
        margin-bottom: 40px;
    }

    .tit_modobme {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .info_trab {
        margin-top: 0;
    }

    .c_trab {    
        margin-bottom: 20px;
    }

    .tit_trab {
        font-size: 26px;
        margin-left: 20px;
        margin-top: 20px;
        min-height: auto;
    }

    .flecha_abajo_trab {
        display: none;
    }

    .hover_c_img_trab {
        display: none;
    }

    .tit_footer {
        font-size: 32px;
    }

    .tit_footer br {
        display: none;
    }

    .footer {        
        padding-top: 50px;        
    }

    .bot_hablemos_footer {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .registro {
        display: none;
    }

    .registro_resp {
        display: block;
        margin-top: 20px;
    }

    .botones_footer {
        margin-top: 15px;
    }


}