p,h1,h2,h3,h4,h5,h6,li,a{
font-family: 'Montserrat', sans-serif;
}

::selection {
background: #0099dd;
color: white;
}


.centrar_al_medio{
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
}

a,li,button{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

li{
list-style: none;
}

.texto_vertical{
position: fixed;
padding-left: 48px;
height: 100%;
}

.texto_vertical h1,.texto_vertical h3 {
font-size: 15px;
letter-spacing: 30px;
writing-mode: vertical-lr;
transform: rotate(180deg);
margin: 0 auto;
}

.scroll_aviso{
position: fixed;
bottom: 3px;
right: 21px;
opacity: 0.4;
}


.scroll_aviso img{
width: 55px;
}

.preloader >div{
margin-left: -2px;  
margin-top: -5px;    
}

.preloader >div img {

}


/* ============================================================================================
 BOTÓN LÍQUIDO
============================================================================================ */

canvas{
position: fixed;
top: 51px;
left: 58px;
transform: translate(-50%, -50%);
z-index: 9;
cursor: pointer;
}

canvas.inactivo{
display: none;
cursor: none;	
}


/* ============================================================================================
BOTONES MENU
============================================================================================ */
#menu_hambuguesa.menu_home .hamburger-inner,
#menu_hambuguesa.menu_home .hamburger-inner::before, 
#menu_hambuguesa.menu_home .hamburger-inner::after{
background-color: #0099dd;
}

#menu_hambuguesa.menu_animaciones .hamburger-inner,
#menu_hambuguesa.menu_animaciones .hamburger-inner::before, 
#menu_hambuguesa.menu_animaciones .hamburger-inner::after{
background-color: #394c63;
}

#menu_hambuguesa.menu_tienda .hamburger-inner,
#menu_hambuguesa.menu_tienda .hamburger-inner::before, 
#menu_hambuguesa.menu_tienda .hamburger-inner::after{
background-color: #f8f8f8;
}


#items_del_menu.cerrado.menu_home div.item a{
background-color: #0099dd;
transition-delay:1s;
}

#items_del_menu.cerrado.menu_animaciones div.item a{
background-color: #394c63;
transition-delay:1s;
}

#items_del_menu.cerrado.menu_tienda div.item a{
background-color: #f8f8f8;
transition-delay:1s;
}

#items_del_menu.abierto.menu_home div.item a{
background-color: white;
transition-delay:0.0s;
}

.hamburger:hover,.hamburger.is-active:hover{
opacity: 1;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 25px;
}

.hamburger-box {
    height: 60px;
    width: 60px;
}

.hamburger--elastic .hamburger-inner{
top: 21px;
left: 17px;
}

.filtro_gota{
position: fixed;
}

#menu_hambuguesa{
position: fixed;
left: 28px;
top: 21px;
z-index: 9999;
-webkit-filter: url(#goo);
filter: url(#goo);
}

#menu_hambuguesa a.principal{
border-radius: 100%;
position: absolute;
}

#menu_hambuguesa a.principal .hamburger{
padding: 0px;	
}

#items_del_menu{
top: 18px;
left: 24px;
position: fixed;
z-index: 1;
-webkit-filter: url(#goo);
filter: url(#goo);
}

#items_del_menu div.item{
/*padding: 10px 16px;*/
border-radius: 100%;
position: absolute;
/*background-color: #cfdcdd;*/
top: 5px;
left: 5px;
border-radius: 100%;
width: 56px;
height: 56px;
}

#items_del_menu.cerrado div.item{
/*display: none;*/
pointer-events: none;	    
}

#items_del_menu.abierto div.item{
pointer-events: inherit;	    
}

#items_del_menu div.item a{
display: block;
border-radius: 100%;
height: 100%;
text-align: center;
padding: 5px;	
cursor: pointer;	
background-color: #ffffff;    
}

#items_del_menu div.item a > div{
border-radius: 100%;
height: 100%;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;	    
}

#items_del_menu.cerrado .item a > div{
opacity: 0; 
transition: 0.4s;
transition-delay: 0.2s;      
}

#items_del_menu.abierto .item a > div{
opacity: 1;    
transition: 0.4s;
transition-delay: 0.2s;      
}

#items_del_menu div.item a img{
margin: 0 auto;
}

#items_del_menu div.item a .animacion{
display: none;	
}

#items_del_menu div.item a .imagen{
display: block;	
}
	
#items_del_menu div.item a:hover > div{
/*background-color: #00000017;*/
}

#items_del_menu div.item a:hover .imagen{
display: none;
}

#items_del_menu div.item a:hover .animacion{
display: block;
}

#menu_elastico .principal{
z-index: 9;
height: 66px;
width: 66px;	
}

#items_del_menu div.videos{
transition: 0.4s;
/*transition-timing-function: cubic-bezier(0, 0, 0.12, 1.05);*/
transition-delay: 0.2s;       
}

#items_del_menu.abierto div.videos{
left: 102px;
top: -11px;
width: 80px;
height: 74px;
}

#items_del_menu div.videos img{
width: 40px;	
}

#items_del_menu div.camisetas{
transition: 0.4s;
/*transition-timing-function: cubic-bezier(0, 0, 0.12, 1.05);*/
transition-delay: 0.35s;
transition-timing-function:cubic-bezier(0.2,0.5,0.3,1);	
}

#items_del_menu div.camisetas img{
width: 30px;	
}

#items_del_menu.abierto div.camisetas{
left: 86px;
top: 63px;
width: 55px;
height: 55px;	
}

#items_del_menu div.redes{
transition: 0.4s;
/*transition-timing-function: cubic-bezier(0, 0, 0.12, 1.05);*/
transition-delay: 0.3s;
transition-timing-function:cubic-bezier(0.2,0.5,0.3,1);	
}

#items_del_menu.abierto div.redes{
left: 1px;
top: 96px;
width: 65px;
height: 65px;
}

#items_del_menu div.redes img{
width: 35px;	
}


@media (max-width: 1300px){
	.grid_animaciones .animacion{
	transform: scale(0.95);
	}
}

@media (max-width: 768px){
	.grid_animaciones .animacion {
	transform: scale(0.85);
	}
}


/* =======================================
PÁGINA HOME
=======================================*/

.texto_vertical_home h3 {
color: #ffffff33;
height: 103%;
}

#home{
background-color:#0099dd;
}

#home .centrar_al_medio{
height: 100%;
text-align: center;
}

#home h1{
text-transform: uppercase;
font-size: 21px;
letter-spacing: 37px;
font-weight: 700;
color: white;
padding-left: 20px;
margin-top: 13px;
}

#home h2{
color: #01a6e2;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 27px;
font-weight: 700;
margin-top: 15px;
}

#home .redes{
margin-top:-58px;
text-align: center;
}

#home .redes ul{
margin-bottom:0px;
padding-left: 0px;
}

#home .redes li{
display: inline-block;
margin: 0px 4px;
}

#home .redes li a{
opacity: 0.2;
border: solid #394e62 2px;
display: block;
border-radius: 100%;
}

#home .redes li a img{
height: 34px;
padding: 4px;
}

#home .redes li a:hover{
opacity:1;	
}

#home .contenido_centrado img{
margin-bottom: -70px;
}


@media (max-width: 991px){
	.texto_vertical_home{
	display:none;	
	}
}

@media (max-width: 450px){
	#home h1 {
	letter-spacing: 25px;	
	}
	
	#home h2 {
    letter-spacing: 18px;
	}
}

@media (max-width: 350px){
	#home h1 {
	letter-spacing: 18px;
    font-size: 15px;	
	}
	
	#home h2 {
	   	 font-size: 13px;	
    letter-spacing: 15px;
	}
}


@media (max-height: 670px){
	.texto_vertical_home{
	display:none;	
	}
}

/* =======================================
PAGINA ANIMACIONES
=======================================*/
.texto_vertical_animaciones h1 {
color: #ffffff33;
}

#animaciones .el_fondo {
/* background-image: url(../img/fondo.jpg);
position: absolute; */
width: 100%;
height: 100%;
background-size: cover;
}

.grid_animaciones{
display: grid;
grid-template-columns: 33% [col-start] 33% [col-start] 33% [col-start];
margin-left: 77px;
padding: 114px 192px;
/* grid-template-columns: 100px 50px 100px; */
grid-template-rows: 164px auto 80px;
grid-gap: 132px 10px;	
width: auto;	
}

.grid_animaciones .animacion{
 text-align: center;
 align-self: center;
 }
 
.grid_animaciones .animacion img{
width:275px;	 
}

.grid_animaciones .animacion a{
display: block;
width: fit-content;
margin: 0 auto;
padding: 52px;
cursor: pointer;
}

.grid_animaciones .animacion.alarm_clock a:hover img{
content:url(../img/animaciones/alarm_clock.gif)	
}

.grid_animaciones .animacion.blister_block a:hover img{
content:url(../img/animaciones/blister_block.gif)	
}

.grid_animaciones .animacion.la_caldera a:hover img{
content:url(../img/animaciones/la_caldera.gif)	
}

.grid_animaciones .animacion.half_fight a:hover img{
content:url(../img/animaciones/half_fight.gif)	
}

.grid_animaciones .animacion.hard_tomatar a:hover img{
content:url(../img/animaciones/hard_tomatar.gif)	
}

.grid_animaciones .animacion.feliz_navidad a:hover img{
content:url(../img/animaciones/feliz_navidad.gif)	
}

.grid_animaciones .animacion.cristianismo_del_bueno a:hover img{
content:url(../img/animaciones/cristianismo_del_bueno.gif)	
}

.grid_animaciones .animacion.calentamiento_global a:hover img{
content:url(../img/animaciones/calentamiento_global.gif)	
}

.grid_animaciones .animacion.sillas a:hover img{
content:url(../img/animaciones/sillas.gif)	
}

.grid_animaciones .animacion.baix_dun_pont a:hover img{
content:url(../img/animaciones/baix_dun_pont.gif)	
}

.grid_animaciones .animacion.cuerpo_de_cristo a:hover img{
content:url(../img/animaciones/el_cuerpo_de_cristo.gif)	
}

#carga_gifs{
position:absolute;	
}

#carga_gifs img{
display:none;
}

.grid_animaciones .animacion  a:hover .titulo_animacion{
opacity:1;	
}

.titulo_animacion_escondido{
position:absolute;
opacity:0;	
}

.grid_animaciones .animacion .titulo_animacion{
opacity: 0.6;
margin: 0 auto;
margin-top: 8px;
}

.grid_animaciones .animacion  a:hover  .titulo_animacion{
opacity:1;	
}

/* Titulo Alarm Clock*/
.titulo_alarm_clock{ 
width:285px; 
height:31px;             
background:url(../img/animaciones/alarm_clock_titulo.png) left top;
transition:background 1.4s steps(18, end);
background-position: -4845px top; 
-webkit-animation: bkg_alarma 1.4s steps(18);
animation-delay:0s;
}

@-webkit-keyframes bkg_alarma {
0% {background-position: 0px top;}
100% {background-position: -5130px top;}
}

/* Titulo Blister & Block*/
.titulo_blister_block{ 
width:195px; 
height:33px;             
background:url(../img/animaciones/blister_block_titulo.png) left top;
transition:background 1.8s steps(22, end);
background-position: -4095px top; 
-webkit-animation: bkg_blister 1.8s steps(22);
animation-delay:0s;
}

@-webkit-keyframes bkg_blister {
0% {background-position: 0px top;}
100% {background-position: -4290px top;}
}

/* Titulo La Caldera*/
.titulo_la_caldera{ 
width:144px; 
height:28px;             
background:url(../img/animaciones/la_caldera_titulo.png) left top;
transition:background 1.2s steps(15, end);
background-position: -2016px top; 
-webkit-animation: bkg_caldera 1.2s steps(15);
animation-delay:0s;
}

@-webkit-keyframes bkg_caldera {
0% {background-position: 0px top;}
100% {background-position: -2160px top;}
}


/* Titulo Half Fight*/
.titulo_half_fight{ 
width:141px; 
height:44px;             
background:url(../img/animaciones/half_fight_titulo.png) left top;
transition:background 1.3s steps(17, end);
background-position: -2256px top; 
-webkit-animation: bkg_half 1.3s steps(17);
animation-delay:0s;
}

@-webkit-keyframes bkg_half {
0% {background-position: 0px top;}
100% {background-position: -2397px top;}
}

/* Titulo Hard Tomatar*/
.titulo_hard_tomatar{ 
width:200px; 
height:30px;             
background:url(../img/animaciones/hard_tomatar_titulo.png) left top;
transition:background 1.3s steps(16, end);
background-position: -3000px top; 
-webkit-animation: bkg_tomatar 1.3s steps(16);
animation-delay:0s;
}

@-webkit-keyframes bkg_tomatar {
0% {background-position: 0px top;}
100% {background-position: -3200px top;}
}

/* Titulo Feliz Navidad*/
.titulo_feliz_navidad{ 
width:184px; 
height:30px;             
background:url(../img/animaciones/feliz_navidad_titulo.png) left top;
transition:background 1.3s steps(16, end);
background-position: -2760px top; 
-webkit-animation: bkg_navidad 1.3s steps(16);
animation-delay:0s;
}

@-webkit-keyframes bkg_navidad {
0% {background-position: 0px top;}
100% {background-position: -2944px top;}
}

/* Titulo Cristianismo del Bueno*/
.titulo_cristianismo_del_bueno{ 
width:157px; 
height:62px;             
background:url(../img/animaciones/cristianismo_del_bueno_titulo.png) left top;
transition:background 1.7s steps(21, end);
background-position: -3140px top; 
-webkit-animation: bkg_cristianismo 1.7s steps(21);
animation-delay:0s;
}

@-webkit-keyframes bkg_cristianismo {
0% {background-position: 0px top;}
100% {background-position: -3297px top;}
}

/* Titulo Calentamiento Global*/
.titulo_calentamiento_global{ 
width:183px; 
height:62px;             
background:url(../img/animaciones/calentamiento_global_titulo.png) left top;
transition:background 1.6s steps(20, end);
background-position: -3477px top; 
-webkit-animation: bkg_calentamiento 1.6s steps(20);
animation-delay:0s;
}

@-webkit-keyframes bkg_calentamiento {
0% {background-position: 0px top;}
100% {background-position: -3660px top;}
}

/* Titulo Sillas*/
.titulo_sillas{ 
width:69px; 
height:27px;             
background:url(../img/animaciones/sillas_titulo.png) left top;
transition:background 1.0s steps(13, end);
background-position: -828px top; 
-webkit-animation: bkg_sillas 1.0s steps(13);
animation-delay:0s;
}

@-webkit-keyframes bkg_sillas {
0% {background-position: 0px top;}
100% {background-position: -897px top;}
}

/* Titulo Baix d'un Pont*/
.titulo_baix_dun_pont{ 
width:198px; 
height:33px;             
background:url(../img/animaciones/baix_dun_pont_titulo.png) left top;
transition:background 1.4s steps(18, end);
background-position: -3366px top; 
-webkit-animation: bkg_pont 1.4s steps(18);
animation-delay:0s;
}

@-webkit-keyframes bkg_pont {
0% {background-position: 0px top;}
100% {background-position: -3564px top;}
}


/* Titulo El cuerpo de cristo*/
.titulo_cuerpo_cristo{ 
width:157px; 
height:62px;             
background:url(../img/animaciones/el_cuerpo_de_cristo_titulo.png) left top;
transition:background 1.83s steps(22, end);
background-position: -3297px top; 
-webkit-animation: bkg_cuerpocristo 1.83s steps(22);
animation-delay:0s;
}

@-webkit-keyframes bkg_cuerpocristo {
0% {background-position: 0px top;}
100% {background-position: -3454px top;}
}


@media (max-width: 1600px){
	.grid_animaciones{
	padding: 114px 65px;
	}
}

@media (max-width: 1300px){
	.grid_animaciones {
	padding: 85px 9px;
	}
	
	.grid_animaciones .animacion a {
    padding: 0px;
	}
	
	.grid_animaciones {
    margin-left: 42px;
	}
	
}

@media (max-width: 1100px){
	
	.texto_vertical{
	display:none;	
	}
	
	.grid_animaciones {
	margin-left: 0px;
	padding: 85px 31px;
	}
	
}

@media (max-width: 991px){
	.grid_animaciones {
	display: grid;
	grid-template-columns: 50% [col-start] 50% [col-start];
	}
	
	.grid_animaciones {
    padding: 85px 67px;
	}

}

@media (max-width: 768px){
	.grid_animaciones {
	padding: 85px 22px;
	}
}

@media (max-width: 568px){
	.grid_animaciones {
	padding: 85px 22px;
	}
	
	.grid_animaciones {
	display: block;
	}
	
	.grid_animaciones .animacion{
	margin-bottom:60px;	
	}
}


/* =======================================
POP UP ANIMACIONES
=======================================*/

.popup_animaciones{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
display: block;
overflow-x: hidden;
overflow-y: auto;
background-color: #000000ab;
padding-top: 20px;
opacity:1;
pointer-events: all;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

 .popup_animaciones >div{
 position: relative;
 width: auto;
 margin: 0.5rem;
 /*pointer-events: none;*/
 webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
 }

.popup_animaciones .caja{
max-width: 800px;
margin: 0 auto;
background-color: white;
padding: 30px 25px;
position: inherit;	
}

.popup_animaciones .caja .cerrar_x{
    padding: 12px 19px;
    z-index: 9;
    right: -9px;
    top: -11px;
    cursor: pointer;
    /* width: 58px; */
    position: absolute;
}

.popup_animaciones .caja .cerrar_x img {
width: 7px;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-left: 1px;
}


.popup_animaciones .caja .cerrar_x span{
font-weight: bold;
color: #3d3e46;
font-size: 13px;
letter-spacing: 1px;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.popup_animaciones .caja .cerrar_x:hover span{
color:#fe6363;	
}

.popup_animaciones .video_iframee {
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.popup_animaciones .texto{
padding: 20px 3px 0px 3px;
}

.popup_animaciones .texto h3{
color:#314760;
}

.popup_animaciones .texto p{
color: #848484;
font-size: 14px;
font-weight: 300;
text-align: justify;
line-height: 20px;
letter-spacing: 0.5px;
}

.popup_animaciones .texto  p a{
color: #314760;
text-decoration: underline;
}

.popup_animaciones .texto p a:hover{
color: #848484;	
}

.popup_animaciones .texto .anotaciones {
color: #374b64;
font-weight: 600;
font-style: italic;
font-size: 11px;
margin-bottom: 10px;
line-height: 18px;
margin-bottom: 8px;
margin-top: -7px;
}


.popup_animaciones.no_activa{
pointer-events: none;
opacity: 0;
}

.popup_animaciones.no_activa >div{
margin-top:0px;	
}

@media (max-width: 915px){
	
	.popup_animaciones {
    padding-top: 3px;
	}

	
	.popup_animaciones .caja .cerrar_x {
    right: -5px;
    top: -15px;
	}
	
	.popup_animaciones .caja {
     padding: 15px;
    padding-top: 24px;
	}
		
}

@media (max-width: 576px){
	.popup_animaciones .texto h3{
	    font-size: 22px;
	}
    
    .popup_animaciones .texto p{
        font-weight: 500;
    }
}

/* =======================================
TIENDA ONLINE
=======================================*/

#items_del_menu.menu_tienda div.item a{
background-color:#304660;	
}

.texto_vertical_tienda{
color: #6f7a88;
opacity: 0.2;	
}

.grid_tienda{
display: grid;
grid-template-columns: 33% [col-start] 33% [col-start] 33% [col-start];
margin-left: 77px;
padding: 114px 192px;
/* grid-template-columns: 100px 50px 100px; */
/*grid-template-rows: 400px auto 80px;*/
grid-gap: 132px 10px;	
width: auto;	
}

#tienda_online .producto{
text-align:center;
position:relative;	
}


#tienda_online .producto img{
max-width: 240px;	
}

#tienda_online .producto .titulo{
font-size: 14px;
color: #304660;
font-weight: bolder;
letter-spacing: 2px;
margin-top: 20px;
}

#tienda_online .producto .precio{
font-weight: lighter;
font-size: 13px;
letter-spacing: 3px;
color: #708195;
margin-bottom: 15px;
opacity:0;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#tienda_online .producto a{
border: none;
border-radius: 50px;
padding: 2px 15px;
padding-bottom: 4px;
font-size: 11px;
background-color: #304660;
color: white;
letter-spacing: 1px;
border: solid 1.5px #314560;
cursor:pointer;
opacity:0;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#tienda_online .producto .foto{
margin-left: -244px;
opacity:0;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#tienda_online .producto a:hover{
background-color: #f8f8f8;
color: #304660;
text-decoration:none !important;
}

#tienda_online .producto:hover{
text-decoration:none !important;	
}

#tienda_online .producto:hover img{
/*opacity:0;*/
}

#tienda_online .producto:hover .foto,
#tienda_online .producto:hover .precio,
#tienda_online .producto:hover a{
opacity:1;	
}

#tienda_online .producto.amarillo:hover .titulo{
color:#eed40c;	
}

#tienda_online .producto.amarillo a{
border-color:#eed40c;	
background-color:#eed40c;
}

#tienda_online .producto.amarillo a:hover{
background-color: #f8f8f8;
color:#eed40c;	
}

#tienda_online .producto.rojo:hover .titulo{
color:#cc3232;	
}

#tienda_online .producto.rojo a{
border-color:#cc3232;	
background-color:#cc3232;
}

#tienda_online .producto.rojo a:hover{
background-color: #f8f8f8;
color:#cc3232;	
}

#tienda_online .producto.azul:hover .titulo{
color:#41b7d3;	
}

#tienda_online .producto.azul a{
border-color:#41b7d3;	
background-color:#41b7d3;
}

#tienda_online .producto.azul a:hover{
background-color: #f8f8f8;
color:#41b7d3;	
}

#tienda_online .producto.azul2:hover .titulo{
color:#07b7dd;	
}

#tienda_online .producto.azul2 a{
border-color:#07b7dd;	
background-color:#07b7dd;
}

#tienda_online .producto.azul2 a:hover{
background-color: #f8f8f8;
color:#07b7dd;	
}

@media (max-width: 1600px){
	.grid_tienda{
	padding: 114px 65px;
	}
}

@media (max-width: 1300px){
	.grid_tienda{
	padding: 85px 9px;
	margin-left: 42px;
	}	

}

@media (max-width: 1100px){
	
	.grid_tienda {
	margin-left: 0px;
	padding: 85px 31px;
	}
	
}

@media (max-width: 991px){
	
	.grid_tienda {
	display: grid;
	grid-template-columns: 50% [col-start] 50% [col-start];
    padding: 85px 67px;
  }

}

@media (max-width: 768px){
	.grid_tienda {
	padding: 85px 22px;
	}
}

@media (max-width: 568px){
	.grid_tienda {
	padding: 85px 22px;
	display:block;
	}
	
	#tienda_online .producto{
	   margin-bottom: 30px;
	   margin-top: 30px;
	}
}

/* =======================================
PÁGINAS REDES
=======================================*/
.pagina_redes {
margin-top: 55px;
margin-left: 134px;
margin-right: 55px; 
padding-bottom: 50px;    
}

.pagina_redes  .card-columns{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}

.pagina_redes  .card{
padding: 8px;    
}

.pagina_redes .card a{
text-decoration: underline;
color: #b2b6b7;  
cursor: pointer;
}


.pagina_redes .card .card-title{
color: #314760;
font-weight: bold;
margin-bottom: 4px;  
}

.pagina_redes .card.rojo .card-title{
color: #d61828;
}

.pagina_redes .card.rojo a:hover{
color: #d61828;
}

.pagina_redes .card.azul .card-title{
color: #4aa8db;
}

.pagina_redes .card.azul a:hover{
color: #4aa8db;
}

.pagina_redes .card.rosa .card-title{
color: #dc1a76;
}

.pagina_redes .card.rosa a:hover{
color: #dc1a76;
}

.pagina_redes .card.negro .card-title{
color: #7d7e7f;
}

.pagina_redes .card.negro a:hover{
color: #7d7e7f;
}

.pagina_redes .card.marron .card-title{
color: #bb7b3e;
}

.pagina_redes .card.marron a:hover{
color: #bb7b3e;
}

.pagina_redes .card.cameo .card-title{
color: #1e1b50;
}

.pagina_redes .card.cameo a:hover{
color: #1e1b50;
}

.pagina_redes .card.peluche .card-title{
color: #586e80;
}

.pagina_redes .card.peluche a:hover{
color: #586e80;
}



.pagina_redes .card .card-text{
color: #314760;
}

.pagina_redes .card .item img{
height: 100%;
width: 100%;
object-fit: cover;    
}

.pagina_redes .card .item .contenido{
background-color: #00000080;
position: absolute;
height: 100%;
width: 100%;
top: 0;
opacity: 0;
text-align: center;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.pagina_redes .card .item .contenido span{
padding-top: 31%;
display: block;
font-size: 24px;
margin-left: -19px;
}

.pagina_redes .card .item a:hover{
color: white;    
}

.pagina_redes .card .item a:hover .contenido{
opacity: 1; 
}

.pagina_redes .card .owl-dots{
text-align: center;
margin-top: 5px;
margin-bottom: -10px;
}

.pagina_redes .card .owl-dot{
background-color: #e9e9e9;
height: 7px;
width: 7px;
border-radius: 9px;
margin-left: 3px;
margin-right: 3px;
}

.pagina_redes .card .owl-dot:focus{
 outline:none;   
}

.pagina_redes .card .owl-dot:hover{
background-color: #c3c3c3; 
}

.pagina_redes .card .owl-dot.active{
background-color: #dc1a76;    
}

.pagina_redes .card .owl-item,
.pagina_redes .card .owl-stage{
pointer-events: none;    
}

.pagina_redes .card .owl-item.active{
pointer-events: all;       
}

.imagen_peluche{
max-height: 553px;
object-fit: cover;
filter: contrast(1.1);
}

@media (max-width: 1700px){
    .imagen_peluche {
    max-height: 449px;
    }
}
    
@media (max-width: 1400px){
    
    .pagina_redes .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    }
    
}

@media (max-width: 1200px){
    .imagen_peluche {
    max-height: 405px;
    }
}

@media (max-width: 1100px){
    .pagina_redes {
    margin-top: 55px;
    margin-left: 50px;
    margin-right: 50px;
    }
}

@media (max-width: 991.98px){
    
    .pagina_redes .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
    
}

@media (max-width:768px){
    .pagina_redes {
    margin-top: 121px;
    margin-left: 20px;
    margin-right: 20px;
    }
}

@media (max-width: 575.98px){
 
    .pagina_redes .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    
    .pagina_redes {
    margin-top: 58px;
    margin-left: 10px;
    margin-right: 10px;
    }
    
}

/* =======================================
FOOTER
=======================================*/
footer{
background-color: whitesmoke;
z-index: 1;
position: relative;
}

footer ul{
text-align: center;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
padding-left: 10px;
padding-right: 10px;
}

footer ul li{
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}

footer ul li.point{
color: #c2c2c2;
margin-left: 0px;
margin-right: 0px;
pointer-events: none;
}

footer ul li a{
color: #c2c2c2;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
}

footer ul li a:hover{
text-decoration: none;
color: #0099dd;
}

footer .redes_sociales a{
padding: 1px;
}

footer .redes_sociales img{
height: 17px;
margin-top: -3px;
opacity: 0.5;    
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); 
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;    
}

footer .redes_sociales a:hover img{
 opacity: 1;    
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);    
}

footer.animaciones ul li a:hover{
color: #314760;
}

footer.tienda{
background-color: #304660;
}

footer.tienda a,footer.tienda li.point{
color: rgba(255, 255, 255, 0.18);
}

footer.tienda a:hover{
color: white;    
}

/* =======================================
CONTACTO SEPION
=======================================*/
.contacto_sepion{
height: 100%;
position: fixed;
width: 100%;
background-color: transparent;
z-index: 22229;
}

.contacto_sepion .caja{
background-color: white;
width: 800px;
height: 400px;
margin: 0 auto;
box-shadow: 2px 2px 4px 2px #00000036;
}

.contacto_sepion .caja .contenido{
text-align: center;
}