
.item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  float: left;
  overflow: hidden;
  position: relative;

}

/*.cabecera_home{
  background-color: #161412;
  height: 126px;
  width: 636px;
  border: dashed 2px #fad13e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 38px;
  margin-left: 646px;
  margin-bottom: 10px;
  margin-top: 10px;
}
*/

.cabecera_home {
    background-color: #ffffff;
    height: 115px;
    max-width: 954px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 38px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top-right-radius: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:100%;
}




.cabecera_home span.label {
    color: #dd0031;
    font-size: 2.8em;
    display: block;
    font-family: 'DINProCondensedBold';
    text-transform: uppercase;
}


.cabecera_home span.label.light {
    font-family: 'DINProCondensedLightItalic';
    font-size: 1.9em;
}


.cabecera_home .caja2{
  height: 100%;
  width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.cabecera_home .caja2 a{
  width: 70px;
  color: #ffffff;
}
.cabecera_home .caja2 a:hover{
  color: #fad13e;
}

.item:not(.general){
  cursor: pointer;
}

.item span.label{
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.item1x1{
  /*height: 313px;
  width: 313px;*/
  height: 318px;
  width: 318px;
  transition : background-color 0.3s linear, border 0.3s linear;
}


.item1x1.borde{

  border: dashed 2px #fad13e;

}
.item1x1 .caja_superior, .item1x1 .caja_media{
  height: 4em;
}
.item1x1 .caja_superior span.label{
  font-size: 1.7em;
  color: white;
  white-space: normal;
  text-align: center;
  width: 100%;
  transition : 0.3s linear;
}

.item1x1.borde .caja_superior span.label{
  font-size: 2.3em;
}

.item1x1.borde .caja_superior{
  margin-top: 1em
}

.item1x1.borde div.caja_media{
  padding-top: 2em;
}

.item1x1.borde .caja_icono{
  height: 2em
}

.item1x1 .caja_media span.label{
  white-space: normal;
  color:#fad13e;
  text-align: center;
  line-height: 18px;
  width: 100%;
  font-size: 15px;
}

.item1x1 .caja_icono i{
  color: #ffffff;
  font-size: 50px;
  transition: 0.3s linear;
}

.item1x1 .caja_icono i.icon-linea, .item1x1.texto .caja_inferior i.icon-linea{
  font-size: 40px;
}


.item1x1.gris{
  background-color: #2e2925;
}
.item1x1.icono .caja_icono.grande{
  height: 11.5em;
  font-size: 15px;
}
.item1x1.icono .caja_icono.grande i{
  font-size: 10em;
  color: #fad13e;
}

.item1x1 .caja_inferior span.label{
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  line-height: 22px;
}

.item1x1 .caja_inferior{
  width: 70%;
}
.item1x1 .parte{
  position: absolute;
  width: 237px;
  height: 220px;
  top: 38px;
  left:38px;
  transition : 0.3s linear;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.item1x1 .parte2 .caja_superior span.label, .item1x1 .parte2 .caja_media span.label{
  color : #2e2925;
}

.item1x1 .parte2 .caja_icono i{
  color: #ffffff!important;
}

.item1x1 .parte.parte2, .item1x1:hover .parte.parte1{
  opacity: 0;
}

.item1x1:hover .parte.parte2, .item1x1 .parte.parte1{
  transition-delay : 0.1s;
  opacity: 1;
}
.item1x1:hover .parte.parte1{
  transition-delay : 0s;
}

.item1x1[data-item="12"]{
  background-color: #161412;
}

.item1x1:not(.vacio):hover{
  background-color: #2e2925;
}

.item.vacio{
  cursor: default!important;
}

.item1x1.borde:hover{
  border:solid 2px rgba(250,209,62,0);
}

.item1x1:hover .caja_icono i{
  color: #fad13e;
}


.item1x1.icono:hover{
  background-color: #fad13e;
}

.item1x1.amarillo.icono:hover{
  background-color: #2e2925;
}


/* Icono 1x1 amarillo */

.item1x1.amarillo{
  background-color: #fad13e;
}

.item1x1.amarillo .parte2 .caja_superior span.label, .item1x1.amarillo .parte2 .caja_media span.label{
  color : #fad13e;
}

.item1x1.icono.amarillo .caja_icono.grande i{
  color: #2e2925;
}

.item1x1.amarillo .caja_inferior span.label{
  color: #2e2925;
}


/* Item 2x1 Foto + Texto */

.item2x1{
  width: 636px;
  /*height: 313px;*/
  height: 318px;
  position: relative;
}

.item2x1.color.amarillo{
  background-color: #fad13e;
}

.item2x1.color.gris{
  background-color: #2e2925;
}

.item2x1 img.nombre_metodo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.item2x1 img.toggle{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition : 0.3s linear;
  z-index: 1;
}

.item2x1:hover img.toggle{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;

}
.item2x1 .caja_boton span.label{
  color: #ffffff;
  font-size: 1.8em;
  margin-right: 10px;
}
.item2x1 .caja_boton{
  z-index: 1;
  position: absolute;
  right: 38px;
  bottom: 38px;
}



/* Item 1x2 Foto + Texto */

.item1x2{
  height: 636px;
  width: 318px;
}

.item1x2 img.fondo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition : 0.1s linear;
}

.item1x2:hover img.fondo{
  width: 110%;
  height: 110%;
}

.item1x2 .caja_superior{
  z-index: 1;
  height: 8em;
}
.item1x2 .caja_superior span.label{
  color: #ffffff;
  font-size: 2.3em;
  white-space: normal;
  line-height: 40px;
}

.item1x2 .caja_media{
  z-index: 1;
  height: 28em;
}
.item1x2 .caja_media span.label{
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  white-space: normal;
}

.item1x2 .caja_inferior{
  z-index: 1;
}

.item .icono_navegacion, .item:hover .icono_navegacion.hover{
  display: block;
}

.item .icono_navegacion.hover, .item:hover .icono_navegacion{
  display: none;
}


/* Item 1x1 texto */

.item1x1.texto .caja_superior{
  margin-top: 0px;
}

.item1x1.texto .caja_superior span.label{
  font-size: 2.3em;
}

.item1x1.texto.gris{
  background-color: #575c60;
}

.item1x1.texto.amarillo{
  background-color: #fad13e;
}

.item1x1.texto.amarillo .caja_inferior span.label{
  color: #ffffff;
}

.item1x1.texto .caja_inferior i{
  color: #fad13e;
  font-size: 50px;
}

.item1x1.texto .caja_inferior i:not(.color2){
  font-size: 70px;
}

.item1x1.texto .caja_inferior i.color2{
  color: #fff;
}

.item1x1.texto div.caja_media{
  padding-top: 2.2em;
}

.item1x1.texto[data-item="27"] div.caja_media{
  padding-top: 1em;
  text-align: left;
}

.item1x1.texto[data-item="27"] div.caja_superior span.label{
  line-height: 30px;
}
.item1x1.texto[data-item="27"]{
  padding-bottom: 30px;
}

.item1x1.texto .caja_media span.label{
  line-height: 20px;
}

.item1x1.texto.amarillo .caja_inferior i, .item1x1.texto.amarillo .caja_media span.label{
  color: #2e2925;
}

.item1x1.texto.amarillo .caja_inferior i.color2{
  color: #fff;
}

.item.item1x1.texto.brick{

}

.item1x1 img.fondo{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition : 0.3s linear;
  z-index: 0;
}

.item1x1:hover img.fondo{
  opacity: 0.7;
}

.item div.caja_superior, .item div.caja_media, .item div.caja_inferior {
  z-index: 1;
  position: relative;
}

.item1x1 div.caja_media{
  width: 90%;
  height: 13em;
  text-align: center;
  padding-top: 1em;
}

.item1x1 .caja_icono{
  height: 1em;
}
.item1x1 .caja_superior{
  margin-top : 2em;
}

.ficha_contacto .caja_der .item1x1 .caja_media span.label{
  width: 100%;
  text-align: center;
}

.ficha_contacto .caja_der a.item1x1{
  border: solid 2px transparent;
  cursor: pointer;
}
.ficha_contacto .caja_der a.item1x1:hover{
  cursor: pointer;
}

.ficha_contacto .caja_der .item1x1:hover{
  cursor: default;
  /*border: dashed 2px #fad13e;*/
  background-color: transparent;
}

.item1x1 img.fondo_reposo, .item1x1 img.fondo_hover{
  position: absolute;
  top: 0px;
  left: 0px;
  transition : 0.3s linear;
}

.item1x1:not(.conHover) img.fondo_hover{
  display: none;
}

.item1x1.conHover img.fondo_hover, .item1x1.conHover:hover img.fondo_reposo{
  opacity: 0;
}

.item1x1:hover img.fondo_hover{
  opacity: 1;
} 

.item1x1.conHover.img2 .caja_superior span.label, .item1x1.conHover.img2 .caja_media span.label{
  color: #2e2925;
}

.item.brick.item1x1.general.texto.img2.amarillo .caja_superior span.label{
  color: #2e2925;
}

.item.brick.item1x1.general.texto.img2.amarillo.conHover:hover .caja_superior span.label{
  color: #fad13e;
}

.item1x1.conHover.img2:hover .caja_superior span.label,.item1x1.conHover.img2:hover .caja_media span.label{
  color: #fad13e;
}

.item1x1.img2:not(.conHover){
  cursor: context-menu;
}

.item1x1.img2{
  padding: 80px 38px;
}


.item1x1.conHover.img2.gris .caja_superior span.label, .item1x1.conHover.img2.gris .caja_media span.label{
  color: #fad13e;
}

.item1x1.conHover.img2.gris:hover .caja_superior span.label,.item1x1.conHover.img2.gris:hover .caja_media span.label{
  color: #2e2925;
}

.item1x1.foto .caja_superior span.label{
  color: #fad13e;
}
.item.foto .caja_superior{
  width: 60%;
  height: 4em;
}
.item.foto .caja_media{
  height: 10em;
}

.item1x1.foto .caja_media span.label{
  color: #ffffff;
}

.item.foto img.fondo{
  opacity: 1;
  height: 100%;
  width: 100%;
  transition : 0.1s linear;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.item.foto:hover img.fondo{
  height: 110%;
  width: 110%;
}

.item2x1 .caja_superior span.label{
  color: #ffffff;
  font-size: 2.3em;
  line-height: 40px;
  white-space: normal;
}

.item.foto.item2x1 .caja_superior{
  height: 7em;
}

.item2x1 .caja_media span.label{
  color: #ffffff;
  white-space: normal;
}

.item.foto.item2x1{
  padding-bottom: 30px;
  padding-top: 35px;
}



/* Social */

.caja_twitter{
  padding: 30px;
  width: 313px;
  height: 313px;
  background-color: #fad13e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}

.caja_twitter:hover{
  background-color: #2e2925;
}

.info_twitter span.label{
  color: #2e2925;
}

.caja_twitter:hover .info_twitter span.label{
  color: #fad13e;
}

.caja_twitter span.label.tittle{
  font-size: 2.3em;
  margin-top: -100px;
  color: #2e2925;
}

.caja_twitter:hover span.label.tittle{
  color: #fad13e;
}


.texto_twitter{

  padding-top: 30px;
  transition: all 0.3s;
}

.texto_twitter span.label,.texto_twitter a{
  color: #2e2925;
  white-space:inherit;
  transition : 0.3s;
}
.texto_twitter a:hover{
  text-decoration: underline;
  cursor: pointer;
}
.caja_twitter:hover span.label, .caja_twitter:hover a{
  color: #ffffff;
}

.caja_twitter .texto_twitter *{
  font-size: 19px;
}

.caja_twitter .info_twitter{
  align-self: flex-end;
}


.caja_logo_twitter{
  width: 110px;
  height: 110px;
  margin-right: -30px;
  margin-bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.caja_logo_twitter .icono_facebook {
  height: 4em;
  width: 4em;
  background: #fff;
  border-radius: 2em;
  transition : 0.3s linear;
}

.caja_logo_twitter .icono_facebook i{
  font-size: 30px;
}

.caja_twitter:hover .caja_logo_twitter .icono_facebook {
  background: #fad13e;
}

.pie_twitter{
  justify-content: space-between;
  align-items: center;
  display: flex;
}


.caja_logo_twitter img, .caja_logo_instragram img {
  height: 45px;
}


.caja_instagram{
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #333;
}
.caja_instagram .instagram_cabecera span.label{
  font-size: 2em;
}

.caja_instagram *{
  z-index: 1;
}
.caja_instagram div.foto_instragram{
  position: absolute;
  margin-left: -38px;
  margin-top: -38px;
  z-index: 0;
  transition: .3s;
  height: 370px;
  width: 320px;
  background-size: cover;
}


.caja_instagram:hover div.foto_instragram{
  opacity: 0.06;
}

.caja_instagram span.label{
  white-space: pre-wrap;
}

.caja_logo_instragram{
  background-color: #2e2925;
  width: 110px;
  height: 110px;
  margin-left: -38px;
  margin-bottom: -38px;
  transition : 0.3s linear;
}

.caja_instagram:hover .caja_logo_instragram{
  background-color: #fad13e;
}

.caja_instagram .cuerpo_instagram{
  border-top: solid 2px #696966;
  padding-top: 30px;
  margin-top: -20px;
}

.cuerpo_instagram a{
  color: #969696!important;
}

.caja_instagram .instagram_cabecera, .caja_instagram .cuerpo_instagram{
  opacity: 0;
  transition: .3s;
}

.caja_instagram .instagram_cabecera{
  transform: translateY(30%);
}

.caja_instagram:hover .instagram_cabecera{
  transform: translateY(0%);
}

.caja_instagram .cuerpo_instagram{
  transform: translateY(100%);
}

.caja_instagram:hover .cuerpo_instagram{
  transform: translateY(0%);
}

.caja_instagram:hover .instagram_cabecera, .caja_instagram:hover .cuerpo_instagram{
  opacity: 1;
}

.item2x2{
  position: relative;
  height: 636px;
  width: 636px;
}

.item2x2 img.fondo{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition : 0.1s linear;
}

.item2x2:hover img.fondo{
  width: 110%;
  height: 110%;
}

div[class*="itemslide"].item2x2 div.caja_superior{
  padding-right: 17em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3em;
  position: relative;
}
div[class*="itemslide"].item2x2 div.caja_superior span.label{
  color: #ffffff;
}
div[class*="itemslide"].item2x2 div.caja_superior span.label.ligth{
  font-size: 2.3em;
  word-wrap: break-word;
  white-space: normal;
  padding-bottom: 25px;
  line-height: 35px;
}
    

div[class*="itemslide"].item2x2 div.caja_superior img{
  position: absolute;
  bottom: 0px;
  opacity: 1;
  transition : 0.3s linear;
}

div[class*="itemslide"].item2x2 div.caja_superior img.hover{
  opacity: 0;
}

div[class*="itemslide"].item2x2:hover div.caja_superior img.hover{
  opacity: 1;
}

div[class*="itemslide"].item2x2:hover div.caja_superior img.normal{
  opacity: 0;
}

div[class*="itemslide"].item2x2 div.caja_inferior2{
  position: absolute;
  z-index: 1;
}

div[class*="itemslide"].item2x2:hover div.caja_inferior2 img{
  opacity: 1;
}

.item.estatica img{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}

/*Nuevos estilos items*/


/*Item simple texto + imagen + boton*/

.texto.simple.item1x1 .caja_media span.label {max-width: 70%;}

.texto.simple .caja_superior.tg-centrado {display: block;width: 100%;margin-top: 0px!important;}
.texto.simple.tg-centrado2 .caja_superior {margin-top: 1.8em;width: 100%;}
.texto.simple .caja_superior span.label {text-align: left;}
.texto.tg-centrado2.simple .caja_superior {height:auto;}
.texto.tg-centrado2.simple .caja_media {padding-top: 0em;text-align: left;width: 100%;height:100%;}
/*Gris*/
.texto.simple .caja_superior span.label {font-family: 'DINProCondensedLightItalic';text-transform: uppercase;color:#fff;font-size: 2.3em;}
.texto.simple .caja_media span.label {color:#fff!important;text-transform: uppercase;font-size:2.3em;line-height:1em!important;font-family: 'DINProCondensedBold'!important;max-width: 60%;display: block;text-align: left;}
.texto.simple .caja_inferior {width:100%;}
.simple .caja_inferior span.label {text-align: left;width: 100%;font-family: 'DINProCondensedBoldItalic';text-transform: uppercase;border-bottom: 1px solid #fff;padding-bottom: 10px;border-radius: 0px;color:#fff;}
/*Rojo*/
.item.simple.texto.rojo {background: #f00035;}
/*Blanco*/
.item.simple.texto.blanco {background: #ffffff;}
.texto.simple.blanco .caja_superior span.label, .simple.blanco .caja_media span.label, .simple.blanco .caja_inferior span.label {color:#f00035!important;}
.simple.blanco .caja_inferior span.label {border-color:#f00035!important;}

/*ITEM 2X1 simple texto + imagen + boton*/
.item2x1.simple.texto .fondo {position: absolute;top: 0px;left: 0px;opacity: 0;transition: 0.3s linear;z-index: 0;}
.item.simple.texto.gris {background: #575c60;}
.item2x1.simple:hover img.fondo {opacity: 0.7;}
.item2x1.simple .caja_inferior span.label {max-width: 260px;}
.item2x1.texto.simple .caja_inferior {justify-content:left;}

/*item 1x2*/
.item1x2.simple img.fondo {opacity:0;}
.item1x2.simple:hover img.fondo {opacity: 0.7;}
.item1x2.simple:hover img.fondo {width: 100%;height: 100%;}
.item1x2.simple img.fondo {transition: 0.3s linear;}

/*item 2x2*/
.item2x2.simple img.fondo {opacity:0;}
.item2x2.simple:hover img.fondo {opacity: 0.7;}
.item2x2.simple:hover img.fondo {width: 100%;height: 100%;}
.item2x2.simple img.fondo {transition: 0.3s linear;}
.item2x2.simple  .caja_inferior span.label {font-size:1.1em;}

.texto.simple.item2x2 .caja_media span.label {
    font-size: 4em;
}

/*Item simple texto sin enlace*/

.noenlace {cursor: initial!important;}
.simple.noenlace .caja_inferior span.label {border-bottom:none;font-family: 'DINPro-CondensedMedium';font-size:1.1em;}


/*Item foto con icono 1x1*/

.item1x1.icono_bocata .caja_media {padding-top: 0px!important;}
.icono_bocata .parte.parte1.tg-centrado2 {width: 100%;height: 100%;left:0px;position:relative;display: flex;justify-content: center;align-items: center;}
.icono_bocata:hover .parte.parte1 {opacity:1;}


@media (max-width: 636px){
.icono_bocata .parte.parte1 {
    width: 100%!important;
}
}


.icono_bocata {
    background-color: transparent!important;
    border: none!important;
}


.icono_bocata i {
    position: absolute;
    top: 50%;
    font-size: 4em;
    margin-top: -25px;
    color: red;
    left: 50%;
    margin-left: -31px;
}

.icono_bocata .fondo {
    opacity: 1!important;
        position: absolute;
    top: 0px;
}

/*Rojo*/

.icono_bocata .caja_media {height:100%!important;}

.icono_bocata .caja_media .parte {top:0px!important;}

.icono_bocata.rojo path {
    fill: #f00035!important;
}

.icono_bocata.rojo i
{
color:#fff;
}


.item2x1.icono_bocata .tg-centrado2
{
height:100%!important;
}

.icono_bocata:hover img.fondo {
    width: 100%;
    height: 100%;
}
