/*
Theme Name:Funeraria Petra
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#fff;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.open-pop{
	overflow:hidden;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0 !important;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:6px;
    padding-left:6px;
}
.row.gutter{
	margin-left:-6px;
	margin-right:-6px;
}
.gutt > [class*='col-']{
    padding-right:20px;
    padding-left:20px;
}
.row.gutt{
	margin-left:-20px;
	margin-right:-20px;
}
.modal-header, .modal-footer{
	border:none;
	padding:20px 15px 0 15px;
}
.modal{
  overflow-y:auto;
}
.modal-content{
	border-color:#fff;
	background:#fff;
	border-radius:8px !important;
}
.modal .close{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:10px !important;
	opacity:1 !important;
	position:absolute;
	right:25px;
	top:25px;
	margin:0;
	padding:0;
	z-index:5;
	color:#0f0f0f !important;
	text-shadow:none !important;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.modal .close .ico{
	width:18px;
}
.modal-backdrop{
	background-color:#0f0f0f;
	z-index:997;
}
.modal-backdrop.show{
    opacity:.5;
}
.modal-lg{
	max-width:900px;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.desktop{
	display:block;
}
.tablet{
	display:block;
}
.hid{
	display:none;
}
.swiper-container1,.swiper-container2,
.swiper-container3,.swiper-container4,
.swiper-container5,.swiper-container6,
.swiper-container7,.swiper-container8{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.fancybox__counter, .fancybox__counter span{
	font-size:11px !important;
	color:#fff;
}
.fancybox__caption{
	font-size:normal;
	font-size:14px;
	color:#fff;
}
.fancybox__image{
	border-radius:6px;
}
.pop{
	background:#f4f4f2;
	position:fixed;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	top:0;
	right:0;
	transform:translateY(100%);
  	transform-origin:bottom;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
}
.pop.activo{
	transform:translateY(0%);
}
.pop .inn{
	padding:35px 0 50px 0;
	background:#f4f4f2;
	position:relative;
}
.pop .cerrar-pop{
	position:absolute;
	top:45px;
	right:75px;
	z-index:9;
}
.pop .cerrar-pop .ico{
	width:35px;
}
.overlay{
	background:#1c1c1c;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:96;
	visibility:hidden;
	transition:all 0.25s ease;
}
body.open-pop .overlay{
	opacity:.75;
	visibility:visible;
}
#bgvid{
	position:absolute;
	right:0;
	bottom:0;
	height:100vh;
	width:100vw;
	object-fit:cover;
	z-index:1;
}
.bgsvg{
	position:absolute;
	right:0;
	left:0;
	top:-20%;
	height:100vh;
	width:100vw;
	z-index:-1;
}
.grecaptcha-badge{
	visibility:hidden;
}
/***************************/

/* CABECERA ****************/
header{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:18px 0 15px 0;
	z-index:95 !important;
	display:block;
	transition:all .25s ease;
	background:#fff;
	border-bottom:1px solid #0f0f0f;
}
header .logo .img-fluid{
	width:75px;
	position:relative;
}
header .logo .v2{
	display:none;
}
header .boton{
	top:3px;
	padding:0 15px 0 25px;
}
header .boton .icon{
	position:absolute;
	left:30px;
	top:50%;
	transform:translateY(-50%);
	width:15px;
	transition:all .25s ease;
}
header .boton .icon.v2{
	opacity:0;
	visibility:hidden;
}
header .boton:hover .icon.v1{
	opacity:0;
	visibility:hidden;
}
header .boton:hover .icon.v2{
	opacity:1;
	visibility:visible;
}
.menu{
	margin:0;
	position:relative;
	top:5px;
	text-align:center;
}
.menu li{
	padding:0 15px;
	position:relative;
	display:inline-block;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding-right:0;
}
.menu a{	
	font-family:'pp_neue_montreal_ttmedium';
	font-size:14px;
	font-weight:normal;
	color:#A9B9BD;
	text-decoration:none !important;
}
.menu a:hover{
	color:#0f0f0f;
}
.menu a:focus{
	color:#A9B9BD;
}
.menu li.current-menu-item a{
	color:#0f0f0f;
}
body.home .menu a{
	color:#0f0f0f;
}
body.home .menu a:hover{
	color:#A9B9BD;
}
.menu ul{
	position:absolute;
	z-index:10;
	left:15px;
	top:100%;
	width:220px;
	z-index:15;
	padding:5px 0;
	display:none;
	text-align:left;
	animation:myfadeInAnimation .9s;
	opacity:0;
}
.menu li.hover ul{
	display:block !important; 
	opacity:1;
}
.menu ul li{
	padding:5px 0;
	display:block;
	line-height:16px;
	float:none;
}
.menu ul a{
	color:#0f0f0f;
}
.menu ul a:hover, .menu ul li.current-menu-item a{
	color:#A9B9BD;
}
.menu-trigger{
	position:relative;
	cursor:pointer;
	float:right;
	z-index:2;
	top:9px;
	display:none;
}
.menu-trigger .icon{
	display:inline-block;
	width:22px;
	height:1px;
	position:relative;
	top:-8px;
	background:#0f0f0f;
	border-radius:5px;
	transition:all 0.35s;
}
body.home .menu-trigger .icon{
	background:#fff;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:1px;
	background:#0f0f0f;
	position:absolute;
	top:-8px;
	border-radius:5px;
	transition:all 0.35s;
}
body.home .menu-trigger .icon:before{
	background:#fff;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:1px;
	background:#0f0f0f;
	position:absolute;
	top:8px;
	border-radius:5px;
	transition:all 0.35s;
}
body.home .menu-trigger .icon:after{
	background:#fff;
}
.menu-trigger.close-menu span{
	background:none !important;
	color:#0f0f0f;
	transition:all 0.35s;
}
body.home .menu-trigger.close-menu span{
	background:none !important;
	color:#fff;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#0f0f0f !important;
	transform:rotate(-45deg);
	width:100%;
}
body.home .menu-trigger.close-menu span:before{
	background-color:#fff !important;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#0f0f0f !important;
	transform:rotate(45deg);
}
body.home .menu-trigger.close-menu span:after{
	background-color:#fff !important;
}
.contenedor-submenu{
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:95;
	opacity:1;
	visibility:hidden;
	transition:all 0.8s ease;
 	transform:translateX(100%);
	display:none;
}
body.home .contenedor-submenu{
	background:#0f0f0f;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:50%;
    transform:translateY(-50%);
}
.contenedor-submenu .boton{
	padding:0 15px 0 25px;
}
.contenedor-submenu .boton .icon{
	position:absolute;
	left:32%;
	top:50%;
	transform:translateY(-50%);
	width:12px;
	transition:all .25s ease;
}
.contenedor-submenu .boton .icon.v2{
	opacity:0;
	visibility:hidden;
}
body.home .contenedor-submenu .boton{
	background:transparent;
	border:1px solid #fff;
}
body.home .contenedor-submenu .boton .icon.v1{
	opacity:0;
	visibility:hidden;
}
body.home .contenedor-submenu .boton .icon.v2{
	opacity:1;
	visibility:visible;
}
body.home .contenedor-submenu .boton span{
	color:#fff;
}
/***************************/

/* CUERPO ******************/
#mmain{
	min-height:600px;
	padding-top:68px;
}
section{
	padding:65px 0;
	position:relative;
}
.paginas{
	padding:0 65px;
}
.tabla{
	display:table;
	width:100%;
}
.celda{
	display:table-cell;
	vertical-align:middle;
}
.titulo{
	margin-bottom:38px;
}
.carrusel{
	position:relative;
}
.banner{
	position:relative;
	text-align:center;
}
.banner .leyenda{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	width:100%;
	z-index:5;
	transform:translateY(-50%);
}
.banner p{
	font-family:'pp_neue_montreal_ttlight';
	font-size:2.16vw;
	line-height:2.71vw;
	letter-spacing:0.02em;
	color:#fff;
	margin:0;
}
.banner p em{
	 font-family:'pp_neue_montreal_ttitalic';
	 font-size:14px;
	 line-height:18px;
	 font-style:normal;
	 display:block;
	 margin-top:40px;
}
.banner .modulo{
	position:relative;
}
.flechas{
	left:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    z-index:5;
}
.flechas .atras{
	float:left;
	margin-left:15px;
}
.flechas .adelante{
	float:right;
	margin-right:15px;
}
.flechas .ico{
	width:30px;
}
.inicio{
	background:#0f0f0f;
	text-align:center;
}
.inicio h1{
	color:#fff;
	margin-bottom:35px;
}
.inicio h2{
	color:#fff;
	margin-bottom:25px;
}
.inicio .imagen{
	margin-bottom:45px;
}
.inicio p{
	font-size:1.35vw;
	line-height:1.75vw;
	color:#fff;
	margin:0;
}
.inicio .txt{
	color:#fff;
	display:block;
}
.interno{
	text-align:center;
	padding:40px 0;
}
.interno h2{
	font-family:'pp_neue_montreal_ttlight';
	letter-spacing:0.02em;
	margin-bottom:45px;
}
.interno .boton{
	margin:0 4px;
}
.nservicios{
	padding:0;
}
.nservicios h2{
	margin-bottom:20px;
}
.nservicios .modulo{
	position:relative;
	padding:80px 0 45px 0;
}
.nservicios .modulo .descripcion{
	margin-bottom:30vw;
	padding-right:45px;
}
.nservicios .modulo .descripcion p{
	font-size:1.32vw;
	line-height:1.72vw;
}
.nservicios .modulo .imagen{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:49%;
	background-image:url(img/temp/servicios1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.nservicios .modulo.par .imagen{
	background-image:url(img/temp/servicios2.jpg);
}
.nservicios .modulo .img{
	height:250px;
	background-image:url(img/temp/servicios1.jpg);
	background-repeat:no-repeat;
	background-position:20% center;
	background-size:cover;
	border-radius:10px;
	margin-bottom:25px;
}
.nservicios .grupo{
	border:1px solid #0f0f0f;
	border-radius:6px;
	padding:15px 20px;
	margin-bottom:15px;
}
.nservicios .grupo p{
	font-size:1.25vw;
	line-height:1.85vw;
	margin:0;
}
.submenu{
	margin-bottom:60px;
}
.submenu li{
	display:inline-block;
	padding:0 12px;
}
.submenu li::before{
	display:none;
}
.submenu a{
	font-size:14px;
	text-decoration:underline;
	color:#D9D9D9;
}
.submenu a:hover,.submenu a:focus{
	color:#D9D9D9;
}
.objetos .descripcion{
	text-align:center;
}
.objetos .txt{
	display:block;
	margin-bottom:8px;
}
.objetos h2{
	margin-bottom:25px;
}
.objetos .descripcion{
	margin-bottom:60px;
}
.objetos .modulo{
	display:block;
	text-decoration:none !important;
	pointer-events:none;
}
.objetos .modulo .imagen{
	margin-bottom:15px;
}
.objetos .modulo .img{
	border-radius:10px;
}
.objetos .botones{
	margin-top:60px;
}
.mirada{
	background-image:url(img/bg/avisohome.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:95px 0;
	text-align:center;
}
.mirada .txt{
	color:#fff;
	display:block;
	margin-bottom:12px;
}
.mirada h2{
	font-family:'mandrelcond_light';
	font-weight:normal;
	font-size:2.42vw;
	line-height:2.88vw;
	color:#fff;
	margin-bottom:20px;
}
.mirada p{
	color:#fff;
	margin-bottom:38px;
}
.planificacion h1{
	text-align:center;
	margin-bottom:45px;
}
.planificacion .descripcion{
	text-align:center;
	margin-bottom:90px;
}
.planificacion .descripcion p{
	font-family:'pp_neue_montreal_ttlight';
	font-size:2.16vw;
	line-height:2.71vw;
	letter-spacing:0.02em;
}
.planificacion .descripcion p em{
	font-family:'mandrelcond_book_italic';
	font-style:normal;
	letter-spacing:normal;
}
.planificacion .grupo{
	position:relative;
	text-align:center;
	height:100%;
}
.planificacion .grupo .inn{
	padding:0 65px 50px 65px;
}
.planificacion .grupo h3{
	font-size:2.16vw;
	line-height:2.71vw;
	letter-spacing:normal;
	margin-bottom:30px;
	padding:0 15px;
}
.planificacion .grupo span{
	font-family:'mandrelcond_book';
	font-size:1.52vw;
	line-height:1.88vw;
	text-transform:uppercase;
	display:block;
	margin-bottom:12px;
}
.planificacion .grupo p{
	font-size:1.25vw;
	line-height:1.85vw;
	margin-bottom:12px;
}
.planificacion .grupo .icon.v2{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.planificacion .botones{
	margin-top:45px;
}
.planes .inn{
	border-bottom:1px solid #0f0f0f;
	padding-bottom:25px;
	margin-bottom:20px;
}
.planes .descripcion{
	margin-top:4px;
}
.planes .descripcion p{
	font-size:1.25vw;
	line-height:1.85vw;
}
.planes .botones .boton.primero{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.planes .botones .boton.ultimo{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:-2px;
}
.planes .filtros{
	margin:80px 0 0 0;
}
.planes .filtros.ultimo{
	margin:20px 0 20px 0;
}
.planes .grupo{
	position:relative;
	opacity:0;
	display:none;
	animation:myfadeInAnimation .9s;
}
.planes .grupo.activo{
	opacity:1;
	display:block;
}
.planes .grupo .imagen{
	position:relative;
}
.planes .grupo .imagen .img{
	border-radius:6px;
}
.planes .grupo .gal{
	width:35px;
	position:absolute;
	left:15px;
	top:20px;
	z-index:2;
}
.planes .grupo .mimg{
	width:35px;
	display:block;
	text-decoration:none !important;
	margin-bottom:8px;
}
.planes .grupo .mod{
	padding-bottom:40px;
}
.planes .grupo .mod p{
	margin-bottom:5px;
}
.planes .grupo .mod ul{
	margin-bottom:10px;
}
.planes .grupo .grp{
	border-bottom:1px solid #0f0f0f;
	padding:15px 0;
}
.planes .grupo .grp.primero{
	border-top:1px solid #0f0f0f;
}
.planes .grupo .botones{
	margin-top:12px;
}
.planes .grupo .botones.centro{
	text-align:left;
}
.planes .grupo .botones.centro .boton{
	display:inline-block;
	margin-bottom:8px;
}
.planes .grupo .botonera{
	margin-top:15px;
}
.planes .grupo button{
	width:100%;
	background:transparent;
	border:none;cursor:pointer; 
	display:block; 
	padding:0;
}
.planes .custom-radio-wrapper input[type="radio"]{
    position:absolute;
    opacity:0;
    width:0;
    height:0;
    margin:0;
    padding:0;
    pointer-events:none;
}
.planes .btn-radio-label{
    display:block;
    width:100%;
    cursor:pointer;
    margin:0 0 8px 0;
}
.planes .botones.centro .btn-radio-label{
	display:inline-block;
	width:inherit;
}
.planes .btn-radio-label .boton{
    display:block;
    width:100%;
    text-align:center;
}
.planes .custom-radio-wrapper input[type="radio"]:checked + .boton{
    background-color:#0f0f0f !important;
    border-color:#0f0f0f !important;
}
.planes .custom-radio-wrapper input[type="radio"]:checked + .boton span{
    color:#ffffff !important;
}
.planes .btn-radio-label:hover input[type="radio"]:not(:checked) + .boton{
    background-color:#0f0f0f;
    border-color:#0f0f0f;
}
.planes .grupo .precio{
	font-family:'pp_neue_montreal_ttbold';
	display:block;
}
.planes .grupo .modulo{
	position:relative;
	opacity:0;
	display:none;
	animation:myfadeInAnimation .9s;
}
.planes .grupo .modulo.activo{
	opacity:1;
	display:block;
}
.servicios{
	padding-top:0;
}
.servicios .descripcion{
	margin-top:4px;
}
.servicios .descripcion p{
	font-size:1.25vw;
	line-height:1.85vw;
}
.servicios .modulo{
	border-bottom:1px solid #0f0f0f;
	padding:15px 0;
}
.servicios .modulo.primero{
	border-top:1px solid #0f0f0f;
	margin-top:15px;
}
.servicios .modulo.ultimo{
	border-bottom:none;
}
.servicios .modulo .precio{
	font-family:'pp_neue_montreal_ttbold';
	display:block;
}
.servicios .modulo p{
	margin:0;
}
.servicios .modulo .grp{
	position:absolute;
	left:15px;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:90%;
}
.servicios .botones{
	margin-top:30px;
}
.caracteristicas{
	background:#bebd90;
	position:relative;
	padding:0;
	text-align:center;
	height:130vh;
}
.caracteristicas .modulo{
	position:absolute;
	left:50px;
	top:65%;
	transform:translateY(-50%);
	width:45%;
}
.caracteristicas .modulo p{
	font-family:'mandrelcond_book_italic';
	font-size:2.16vw;
	line-height:2.71vw;
	letter-spacing:normal;
	font-style:normal;
}
.caracteristicas .modulo span{
	font-family:'pp_neue_montreal_ttmedium';
	font-size:0.85vw;
	line-height:1.38vw;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-top:15vw;
	display:block;
}
.caracteristicas .imagen{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:49%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.homenajes .descripcion{
	margin-bottom:60px;
}
.homenajes .grupo{
	padding:18px 0 20px 0;
	border-top:1px solid #0f0f0f;
}
.homenajes .grupo.primero{
	padding:18px 0 100px 0;
}
.proceso h3{
	font-family:'pp_neue_montreal_ttmedium';
	font-weight:normal;
	font-size:.87vw;
	letter-spacing:0.05em;
	text-transform:uppercase;
	margin-bottom:30px;
}
.proceso .modulo{
	text-align:center;
	padding:0 10px;
}
.proceso .modulo .num{
	font-family:'mandrelcond_book';
	font-size:1.25vw;
	line-height:28px;
	border:1px solid #0f0f0f;
	display:inline-block;
	width:40px;
	height:30px;
	border-radius:100%;
	text-align:center;
	margin-bottom:15px;
}
.proceso .modulo h4{
	font-family:'pp_neue_montreal_ttbold';
	font-size:1.01vw;
	line-height:1.21vw;
	font-weight:normal;
	letter-spacing:0.02em;
	margin-bottom:4px;
}
.proceso .modulo p{
	font-size:1.01vw;
	line-height:1.21vw;
}
.informacion{
	padding:20px 0 0 0;
}
.informacion .grupo{
	padding:40px 0 25px 0;
}
.informacion .grupo.par{
	background:#d9d9d9;
}
.informacion p{
	font-size:0.98vw;
	line-height:1.38vw;
	margin-bottom:15px;
}
.informacion p a{
	font-size:0.98vw;
}
.informacion .modulo{
	border-bottom:1px solid #0f0f0f;
	padding-bottom:15px;
	margin-bottom:35px;
	margin-top:10px;
}
.informacion .modulo.ultimo{
	border:none;
}
.informacion .modulo h3{
	font-family:'pp_neue_montreal_ttbold';
	font-size:0.85vw;
	line-height:1.38vw;
	letter-spacing:0.04em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.tiempo .linea{
	text-align:center;
	padding:0 10px;
}
.tiempo .linea h4{
	font-size:0.85vw;
	line-height:1.38vw;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.tiempo .linea .imagen{
	margin-bottom:10px;
}
.somos h2{
	font-family:'mandrelcond_light';
	font-weight:normal;
	font-size:3.42vw;
	line-height:4.08vw;
}
.somos p{
	font-size:1.25vw;
	line-height:1.85vw;
	margin-bottom:12px;
}
.somos .modulo{
	position:absolute;
	bottom:-12px;
	left:15px;
	width:85%;
}
.somos .descripcion{
	padding-right:75px;
}
.hacemos{
	background:#d9d9d9;
	text-align:center;
}
.hacemos h2{
	font-family:'mandrelcond_light';
	font-weight:normal;
	font-size:3.42vw;
	line-height:4.08vw;
	margin-bottom:40px;
}
.hacemos .txt{
	font-size:1.25vw;
	line-height:1.85vw;
	display:block;
	margin-bottom:40px;
}
.hacemos p{
	font-size:1.25vw;
	line-height:1.85vw;
	margin-bottom:12px;
}
.contacto{
	padding:35px 0 30px 0;
}
.contacto .descripcion{
	margin-bottom:35px;
}
.contacto .descripcion p{
	margin-bottom:12px;
}
.contacto .botones .boton.primero{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.contacto .botones .boton.ultimo{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:-2px;
}
.contacto .grupo{
	padding:18px 0 20px 20px;
	border-top:1px solid #0f0f0f;
}
.contacto .formulario p{
	margin:0;
}
.contacto .formulario br{
	display:none;
}
.aviso{
	background-image:url(img/bg/avisoobituario.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:100px 0;
	text-align:center;
}
.aviso .txt{
	color:#fff;
	display:block;
	margin-bottom:12px;
}
.aviso h2{
	font-family:'mandrelcond_light';
	font-weight:normal;
	font-size:2.42vw;
	line-height:2.88vw;
	color:#fff;
	margin-bottom:55px;
}
.aviso p{
	color:#fff;
	margin-bottom:38px;
}
body.page-template-template-homenajes .aviso{
	background-image:url(img/bg/avisohomenajes.jpg);
}
body.page-template-template-informacion .aviso{
	background-image:url(img/bg/avisoinformacion.jpg);
}
body.page-template-template-somos .aviso{
	background-image:url(img/bg/avisocontacto.jpg);
}
body.page-template-template-contacto .aviso{
	background-image:url(img/bg/avisocontacto.jpg);
}
.filtros{
	margin:80px 0 25px 0;
	display:flex;
}
.filtros li{
	flex:1;
	text-align:left;
	padding:0;
}
.filtros li::before{
	display:none;
}
.filtros a{
	font-family:'pp_neue_montreal_ttmedium';
	font-size:14px;
	font-weight:normal;
	color:#A9B9BD;
	text-decoration:none !important;
	display:block;
	border-bottom:1px solid #A9B9BD;
	padding:0 0 0 5px;
}
.filtros a:hover, .filtros li.seleccionado a{
	color:#0f0f0f;
	border-bottom:1px solid #0f0f0f;
}
.filtros.especial li.seleccionado a{
	font-family:'pp_neue_montreal_ttbold';
}
.productos h2{
	padding-right:10px;
}
.productos .descripcion{
	margin-top:8px;
}
.productos .modulo{
	position:relative;
	margin-bottom:40px;
}
.productos .modulo .img{
	border-radius:6px;
}
.productos .modulo h3{
	font-family:'pp_neue_montreal_ttmedium';
	font-size:0.91vw;
	line-height:1.38vw;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-top:12px;
	cursor:default;
}
.productos .modulo p{
	font-size:0.82vw;
	line-height:1.38vw;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:0;
	cursor:default;
}
.productos .modulo .contenido{
	position:relative;
	padding-right:18px;
}
.productos .modulo .agregar{
	position:absolute;
	right:0;
	top:0;
	width:15px;
}
.productos .modulo .agregar .icon{
	position:absolute;
	right:0;
	top:0;
	width:15px;
	transition:all 0.25s ease;
}
.productos .modulo .agregar .icon.v2{
	opacity:0;
	visibility:hidden;
}
.productos .modulo .agregar:hover .icon.v1{
	opacity:0;
	visibility:hidden;
}
.productos .modulo .agregar:hover .icon.v2{
	opacity:1;
	visibility:visible;
}
/***************************/
/* WOOCOMMERCE *************/
.woocommerce div.product form.cart div.quantity{
	margin-right:15px !important;
	border:1px solid #2E2E2D;
	border-radius:30px;
	min-width:120px;
	min-height:35px;
}
.woocommerce-info{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:14px;
	color:#0f0f0f !important;
	background:none !important;
	border:none !important;
	padding:0 !important;
	width:100% !important;
}
.woocommerce-info a{
	color:#A9B9BD;
	text-decoration:underline !important;
}
.woocommerce-message{
	ffont-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:14px;
	color:#0f0f0f;
	background:#f7f7f7 !important;
	border:none !important;
	border-radius:8px;
}
.woocommerce-message a{
	font-size:14px;
}
.woocommerce-message::before{
	color:#0f0f0f !important;
}
.woocommerce-info{
	background:none !important;
	border:none !important;
	padding:0 !important;
}
.woocommerce-error{
	border:none !important;
}
.woocommerce-info::before,.woocommerce-error::before{
	color:#0f0f0f !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
	padding:0;
	background:none;
	font-size:14px;
}
.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before{
	display:none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float:none !important;
	width:100% !important;
}
.woocommerce .cart thead{
	display:none;
}
.woocommerce .cart-collaterals{
	padding:20px 15px 5px 15px;
	border:1px solid #0f0f0f;
	border-radius:8px;
}
.woocommerce .cart-collaterals h2{
	font-family:'pp_neue_montreal_ttbold';
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
	margin-bottom:20px;
}
.woocommerce table{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
}
.woocommerce table.shop_table{
	border:none !important;
}
.woocommerce table.shop_table th{
	font-size:14px;
	font-weight:normal !important;
	text-transform:none;
	padding:10px 0 !important;
}
.woocommerce table.shop_table td{
	padding:15px 12px !important;
	border-bottom:1px solid #0f0f0f !important;
	border-top:none !important;
}
.woocommerce table.shop_table td.actions{
	border:none !important;
	padding:10px 0 !important;
}
.woocommerce table.shop_table .product-name a{
	font-family:'pp_neue_montreal_ttbold';
	color:#0f0f0f;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	letter-spacing:0.02em;
	display:block;
	pointer-events:none;
}
.woocommerce table.shop_table .is-service-row .product-name a{
	font-family:'pp_neue_montreal_ttregular';
	letter-spacing:normal;
}
.woocommerce table.shop_table .is-service-row .service-placeholder span{
	font-family:'pp_neue_montreal_ttbold';
	color:#0f0f0f;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	letter-spacing:0.02em;
	display:block;
}
.woocommerce table.shop_table .product-name .subtitulo-carrito{
	font-family:'pp_neue_montreal_ttbold';
	color:#0f0f0f;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.02em;
	font-weight:normal;
	display:block;
	margin-bottom:12px;
}
.woocommerce table.shop_table small{
	color:#0f0f0f;
	font-size:14px;
	line-height:18px;
	font-weight:normal !important;
	display:block;
}
.woocommerce-cart table.cart img{
	width:200px !important;
	min-width:200px !important;
	border-radius:6px;
	filter:grayscale(100%);
}
.woocommerce-cart table.cart .product-thumbnail{
	width:1% !important; 
    padding-left:0 !important;
    padding-right:0 !important;
}
.woocommerce-cart table.cart .product-thumbnail a{
	pointer-events:none;
}
.woocommerce-cart .woocommerce-Price-amount,.woocommerce-cart .woocommerce-Price-amount span{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.woocommerce-cart .cart-collaterals .woocommerce-Price-amount,.woocommerce-cart cart-collaterals .woocommerce-Price-amount span{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.woocommerce-cart ins{
	text-decoration:none !important;
}
.woocommerce table.shop_table td del{
	display:block;
	color:#0f0f0f;
}
.woocommerce-cart del .woocommerce-Price-amount,.woocommerce-cart del .woocommerce-Price-amount span{
	color:#0f0f0f;
	font-size:12px;
}
.woocommerce-cart table.cart input{
	font-family:'Work Sans',sans-serif;
	font-weight:400 !important;
	font-size:15px;
	color:#0f0f0f;
}
.woocommerce a.quitar{
	font-size:14px !important;
	font-weight:normal !important;
	border-radius:0 !important;
	background:none !important;
	text-decoration:underline !important;
	color:#0f0f0f !important;
	margin-top:8px;
}
.woocommerce a.quitar:hover{
	color:#A9B9BD !important;
}
.woocommerce table.shop_table .product-name a.remove{
	color:#0f0f0f !important;
	pointer-events:auto;
}
.woocommerce .cart_totals table.shop_table th{
	border:none !important;
	font-size:14px;
	text-transform:none;
	padding:10px 0;
}
.woocommerce .cart_totals table.shop_table td{
	padding:10px 0 !important;
	text-align:right;
	border:none !important;
}
.woocommerce .cart_totals table.shop_table tr.order-total{
	border-top:1px solid #0f0f0f;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
	padding:0 !important;
}
.woocommerce .coupon .input-text{
	font-size:14px;
	font-family:'Work Sans',sans-serif;
	font-weight:400 !important;
	color:#0231BA;
	border:1px solid #0231BA !important;
	border-radius:0;
	padding:7px 15px 5px !important;
	width:210px !important;
}
.woocommerce .coupon .button,.woocommerce .coupon .button:focus,.woocommerce .coupon .button:hover{
	background:#fff !important;
	border:1px solid #0231BA !important;
	color:#0231BA !important;
}
.woocommerce-checkout .woocommerce h3{
	font-family:'pp_neue_montreal_ttbold';
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}
.woocommerce-checkout .woocommerce h2{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:1.62vw;
	line-height:2.22vw;
	color:#0F0F0F;
	margin-bottom:18px;
}
.woocommerce-billing-fields h3{
	display:none;
}
.woocommerce .woocommerce-checkout input.input-text{
	width:100%;
	font-family:'pp_neue_montreal_ttmedium' !important;
	font-weight:normal !important;
	font-size:14px;
	letter-spacing:0.02em;
	background:#fff;
	border:1px solid #0f0f0f !important;
	box-shadow:none;
	color:#0f0f0f;
	height:35px !important;
	padding:8px !important;
	border-radius:6px;
}
.woocommerce .woocommerce-checkout input.input-text::placeholder{
	color:#666;
}
.woocommerce .woocommerce-input-wrapper{
	display:block;
	width:100%;
}
.woocommerce form .form-row{
	margin-bottom:10px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width:49.5% !important;
}
.payment_methods li{
	padding:0;
	background:none;
}
.payment_methods li::before{
	display:none !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	border-bottom:3px solid #fff !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:#f7f7f7 !important;
	border-radius:8px !important;
	padding:0 15px;
	margin-top:25px;
}
.woocommerce-checkout ul.payment_methods label{
	font-weight:normal;
}
.woocommerce-checkout p{
	font-family:'pp_neue_montreal_ttmedium';
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
form.woocommerce-checkout p{
	font-size:16px;
	line-height:20px;
}
.woocommerce-checkout #payment p, .woocommerce-checkout #payment p a{
	font-size:14px;
	line-height:17px;
}
.woocommerce-checkout #payment p a{
	text-decoration:underline;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color:#eee !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	border-bottom-color:#eee !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .grupo h3{
	display:none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .grupo .grupo h3{
	display:block;
}
.woocommerce-checkout .woocommerce-checkout-review-order .grupo .grupo{
	padding:20px 15px 5px 15px;
  	border:1px solid #0f0f0f;
  	border-radius:8px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table{
	margin-bottom:0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td{
	padding:10px 0 !important;
	border-bottom:1px solid #fff !important;
	border-top:none !important;
}
.woocommerce .woocommerce-checkout-review-order .product-name{
	font-family:'pp_neue_montreal_ttbold';
	font-size:14px;
	font-weight:normal;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th{
	border:none !important;
}
.woocommerce-checkout-review-order .cart_item{
	background:#fff;
}
.woocommerce-checkout-review-order .cart_item .product-name strong{
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	font-family:'pp_neue_montreal_ttbold';
}
.woocommerce-checkout-review-order .cart_item .product-name small{
	font-family:'pp_neue_montreal_ttregular';
}
.woocommerce-checkout-review-order .cart_item .product-name small strong{
	font-family:'pp_neue_montreal_ttregular';
	display:inline-block;
}
.woocommerce-checkout-review-order .product-total, .woocommerce-checkout-review-order .cart-subtotal td, .woocommerce-checkout-review-order .order-total td{
	text-align:right;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead{
	display:none;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th{
	color:#0f0f0f !important;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .order-total th{
	font-size:14px;
	font-weight:normal !important;
	border-top:1px solid #0f0f0f !important
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-subtotal{
	border-bottom:1px solid #0f0f0f !important
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-subtotal td{
	border-bottom:1px solid #0f0f0f !important
}
.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount, .woocommerce-checkout-review-order .order-total .woocommerce-Price-amount span{
	font-size:14px;
}
.woocommerce-checkout-review-order .product-total ins{
	text-decoration:none !important;
}
.woocommerce-checkout-review-order .product-total del{
	display:none !important;
}
.woocommerce-checkout-review-order .woocommerce-Price-amount,.woocommerce-checkout-review-order .woocommerce-Price-amount span{
	font-size:14px;
	font-weight:normal;
}
.woocommerce table.shop_table{
	border-collapse:collapse !important;
}
.woocommerce-info::before{
	display:none;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before{
	display:none;
}
.woocommerce form.checkout_coupon{
	border:none !important;
	padding:0 !important;
}
.woocommerce form.checkout_coupon .button,.woocommerce form.checkout_coupon .button:focus,.woocommerce form.checkout_coupon .button:hover{
	background:#fff !important;
	border:1px solid #0231BA !important;
	color:#0231BA !important;
}
.woocommerce form.checkout_coupon .input-text{
	font-family:'pp_neue_montreal_ttmedium' !important;
	font-weight:normal !important;
	font-size:14px;
	background:#fff;
	border:1px solid #0f0f0f;
	box-shadow:none;
	color:#0f0f0f;
	height:35px;
	padding:5px 0;
	border-radius:6px;
}
.woocommerce ul#shipping_method li{
	background:none;
	padding:0 !important;
	text-align:right;
}
.woocommerce ul#shipping_method li label{
	font-size:14px;
	font-weight:normal;
	color:#0f0f0f;
}
.woocommerce ul#shipping_method li label span{
	font-weight:normal !important;
}
#billing_state_field label{
	display:none;
}
#ship-to-different-address,.woocommerce-shipping-fields{
	display:none !important;
}
.select2-container--default .select2-selection--single{
	border:1px solid #0f0f0f !important;
	border-radius:6px !important;
}
.select2-container .select2-selection--single{
	height:35px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	font-family:'pp_neue_montreal_ttmedium';
	line-height:35px !important;
	color:#0f0f0f !important;
	font-weight:normal !important;
	padding:0 8px !important;
	font-size:14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#fff !important;
	font-weight:normal;
	opacity:0.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:3px !important;
	right:9px !important;
}
.select2-container--open .select2-dropdown--below{
	border:1px solid #2E2E2D !important;
}
.select2-results__option{
	padding:6px 8px !important;
	background:none;
	font-size:14px;
	font-weight:normal;
	color:#0f0f0f;
}
.select2-results__option::before{
	display:none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color:#f7f7f7 !important;
	color:#0f0f0f !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color:#0f0f0f !important;
}
.woocommerce-NoticeGroup-checkout ul li{
	font-size:12px;
	line-height:20px;
}
.woocommerce-order p{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.woocommerce-order .woocommerce-customer-details{
	display:none;
}
.woocommerce .woocommerce-order table.shop_table tbody th, .woocommerce .woocommerce-order table.shop_table tfoot td, .woocommerce .woocommerce-order table.shop_table tfoot th{
	border-top:1px solid #80899C !important;
}
.woocommerce .woocommerce-order table.shop_table th{
	font-weight:500;
	font-size:16px;
}
.woocommerce .woocommerce-order table.shop_table td span{
	font-weight:400;
	font-size:14px;
}
.woocommerce .woocommerce-thankyou-order-details tfoot th, .woocommerce-order-pay .woocommerce tfoot th{
	font-weight:500 !important;
	color:#2E2E2D;
	font-size:15px !important;
}
.woocommerce .woocommerce-thankyou-order-details tfoot td, .woocommerce-order-pay .woocommerce tfoot td,.woocommerce-order-pay .woocommerce tfoot td span{
	font-weight:500;
	text-align:right;
}
.woocommerce ul.order_details{
	margin:12px 0 25px 0 !important;
}
.woocommerce ul.order_details li{
	text-transform:none !important;
	background:none;
	font-size:14px !important;
	margin-right:0 !important;
	padding-right:0 !important;
	display:block;
	float:none !important;
	font-weight:normal;
	border:none !important;
}
.woocommerce ul.order_details li::before{
	display:none;
}
.woocommerce ul.order_details li strong{
	font-size:14px !important;
	font-weight:normal;
	display:inline-block !important;
}
.woocommerce ul.order_details li span{
	font-size:14px !important;
	font-weight:normal;
}
.woocommerce-order-details{
	padding-top:0 !important;
	padding-bottom:0;
}
.woocommerce-order-details .int, .woocommerce-order-received .woocommerce-order .int{
	border:1px solid #0f0f0f0;
	padding:25px;
	border-radius:30px;
}
.woocommerce-order-received .woocommerce-order .int.especial{
	padding:0 25px;
}
.woocommerce-order-received .woocommerce .int.especial table.shop_table.order_details tr:first-child th,.woocommerce-order-received .woocommerce .int.especial table.shop_table.order_details tr:first-child td{
	border-top:none !important;
}
.woocommerce-order-received .woocommerce table.shop_table.order_details th{
	font-weight:400 !important;
	font-size:14px !important;
	color:#0f0f0f;
	border-bottom:1px solid #0f0f0f;
}
.woocommerce-order-details .woocommerce-table__product-name strong{
	display:block;
	font-weight:400;
	font-size:14px;
}
.woocommerce-order-details .woocommerce-table__product-total{
	text-align:right;
}
.woocommerce-order-details .woocommerce-table__product-total span, .woocommerce-order-details tfoot td span{
	font-size:14px !important;
	font-weight:400 !important;
}
.woocommerce-order-details tfoot td,.woocommerce-order-pay tfoot td{
	text-align:right;
	font-weight:400 !important;
} 
.woocommerce .woocommerce-order-details tfoot th{
	font-weight:400 !important;
	font-size:14px !important;
	color:#0f0f0f;
}
.woocommerce-order-details tfoot tr:last-child th, .woocommerce-order-details tfoot tr:last-child td span,.woocommerce-order-pay tfoot tr:last-child th, .woocommerce-order-pay tfoot tr:last-child td span{
	font-size:14px !important;
}
.woocommerce-order-received .woocommerce table.shop_table td{
	padding:15px 0 !important;
}
.woocommerce-order-pay .woocommerce table.shop_table td{
	padding:15px 0 !important;
}
.woocommerce-order-pay table thead .product-total,.woocommerce-order-pay table tbody .product-subtotal{
	text-align:right;
}
.woocommerce-order-pay table tbody .product-quantity strong{
	font-weight:normal;
}
.woocommerce-order-pay table tbody .product-subtotal span{
	font-weight:normal;
}
.woocommerce-order-pay table tfoot th{
	border-top:1px solid #0f0f0f !important;
}
.woocommerce-order-details .wc-item-meta li{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:0;
}
.woocommerce-order-details .wc-item-meta li::before{
	display:none;
}
.woocommerce-order-details .wc-item-meta p{
	font-family:'pp_neue_montreal_ttregular';
	font-size:14px;
	line-height:18px;
	letter-spacing:normal;
	text-transform:none;
}
.button{
	background:#fff !important;
	border:1px solid #0f0f0f !important;
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal !important;
	font-size:14px !important;
	letter-spacing:0.02em;
	color:#0f0f0f !important;
	text-align:center;
	padding:0 25px !important;
	height:38px !important;
	line-height:38px !important;
	cursor:pointer;
	border-radius:6px !important;
	box-shadow:none !important;
	text-decoration:none !important;
	transition:all 0.25s ease;
}
.button:hover, .button:focus{
	background:#0f0f0f !important;
	color:#fff !important;
	outline:none;
	border:1px solid #0f0f0f !important;
	box-shadow:none !important;
}
.shipped_via{
	display:none !important;
}
.woocommerce-shipping-destination{
	font-size:12px;
	line-height:normal;
}
.woocommerce-shipping-destination strong{
	font-weight:300 !important;
}
.woocommerce-billing-fields__field-wrapper label, #billing_country_field,.woocommerce-additional-fields{
	display:none !important;
}
.woocommerce-billing-fields__field-wrapper label.radio{
	display:inline-block !important;
	font-weight:400;
	font-size:14px;
	color:#0f0f0f;
	margin-left:8px;
	margin-bottom:0;
}
.woocommerce-table--custom-fields{
	display:none !important;
}
.return-to-shop .button{
	border:none !important;
	background:none !important;
	padding:0 !important;
	border-radius:0 !important;
	text-decoration:underline !important;
	font-size:12px !important;
}
.return-to-shop .button:hover, .return-to-shop .button:focus{
	color:#0f0f0f !important;
}
.cart-empty.woocommerce-info{
	font-size:14px;
	text-align:left;
}
.cart-empty.woocommerce-info::before{
	display:none !important;
}
.woocommerce-order-received .woocommerce .woocommerce-table__product-table.product-total{
	text-align:right;
}
.general h1{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:1.62vw;
	line-height:2.22vw;
	color:#0F0F0F;
	margin-bottom:15px;
}
.general .mensaje-checkout p{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.general .volver-a-planes a{
	font-size:12px;
	color:#0f0f0f;
	text-decoration:underline;	
}
.general .volver-a-planes a:hover{
	color:#A9B9BD;
}
span.xoo-wsch-text{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:18px !important;
	color:#0F0F0F;
}
.xoo-wsc-basket{
	border:1px solid #0f0f0f;
}
.xoo-wsc-footer{
	box-shadow:none !important;
	border-top:1px solid #0f0f0f;
}
.xoo-wsc-product{
	box-shadow:none !important;
	border-bottom:1px solid #0f0f0f !important;
	border-radius:0 !important;
}
.xoo-wsc-modal .xoo-wsc-product span{
	font-size:14px;
	line-height:18px;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a{
	font-family:'pp_neue_montreal_ttbold';
	font-weight:normal !important;
	letter-spacing:0.02em;
}
.xoo-wsc-modal .xoo-wsc-product .subtitulo-carrito{
	font-family:'pp_neue_montreal_ttbold';
	display:block;
	letter-spacing:0.02em;
	margin-bottom:5px;
}
span.xoo-wsc-pname small{
	font-family:'pp_neue_montreal_ttregular';
	font-size:14px;
	display:block;
}
.xoo-wsc-ft-amt-subtotal{
	display:block !important;
	margin:0 !important;
	text-align:right;
}
span.xoo-wsc-ft-amt-label{
	font-weight:normal !important;
	font-size:14px;
}
.xoo-wsc-qty-price{
	margin-top:4px;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
	font-size:14px !important;
}
.xoo-wsc-sum-col{
	padding-left:0 !important;
}
.xoo-wsc-emp-txt{
	font-size:14px !important;
}
/***************************/
/* PIE *********************/
footer{
	background:#0f0f0f;
	position:relative;
	z-index:2;
	padding:50px 0;
}
footer .logo{
	position:relative;
}
footer .logo .img-fluid{
	width:95px;
}
footer h3{
	font-family:'pp_neue_montreal_ttmedium';
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	color:#D9D9D9;
	letter-spacing:0.02em;
	margin-bottom:25px;
}
footer p{
	font-family:'pp_neue_montreal_ttbook';
	font-weight:normal;
	font-size:16px;
	color:#D9D9D9;
	letter-spacing:0.05em;
	line-height:22px;
	margin:0 0 10px 0;
}
footer p a{
	font-family:'pp_neue_montreal_ttbook';
	font-weight:normal;
	font-size:16px;
	color:#D9D9D9;
}
footer p a:hover{
	color:#D9D9D9;
}
footer p a:focus{
	color:#D9D9D9;
}
.menu-footer{
	margin-bottom:0;
}
.menu-footer a{	
	font-family:'pp_neue_montreal_ttbook';
	font-weight:normal;
	font-size:16px;
	color:#D9D9D9;
	text-decoration:none;
	letter-spacing:0.05em;
}
.menu-footer a:focus{
	color:#D9D9D9;
}
.menu-footer a:hover{
	color:#D9D9D9;
	text-decoration:underline;
}
.menu-footer li{
	padding:0 0 4px 0;
	display:block;
	position:relative;
}
.menu-footer li::before{
	display:none;
}
.menu-footer li.ultimo{
	padding:0;
}
footer .redes{
	margin-top:60px;
}
footer .redes a{
	font-family:'pp_neue_montreal_ttregular';
	font-size:15px;
	font-weight:normal;
	color:#D9D9D9;
	display:inline-block;
	text-decoration:underline;
	margin-right:18px;
}
footer .redes a:focus{
	color:#D9D9D9;
}
footer .redes a:hover{
	color:#D9D9D9;
}
footer .creditos{
	font-family:'pp_neue_montreal_ttregular';
	font-size:14px;
	font-weight:normal;
	color:#D9D9D9;
	display:block;
	letter-spacing:0.03em;
	margin-top:10px;
}
/***************************/

/* TEXTOS ******************/
@font-face{
    font-family:'pp_neue_montreal_ttregular';
    src:url('fonts/ppneuemontreal-regular-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-regular-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'pp_neue_montreal_ttitalic';
    src:url('fonts/ppneuemontreal-italic-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-italic-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'pp_neue_montreal_ttlight';
    src:url('fonts/ppneuemontreal-light-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-light-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'pp_neue_montreal_ttbook';
    src:url('fonts/ppneuemontreal-book-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-book-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'pp_neue_montreal_ttmedium';
    src:url('fonts/ppneuemontreal-medium-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-medium-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'pp_neue_montreal_ttbold';
    src:url('fonts/ppneuemontreal-bold-webfont.woff2') format('woff2'),
        url('fonts/ppneuemontreal-bold-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'mandrelcond_book';
    src:url('fonts/mandrel-cond-book-webfont.woff2') format('woff2'),
        url('fonts/mandrel-cond-book-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'mandrelcond_book_italic';
    src:url('fonts/mandrel-cond-book-italic-webfont.woff2') format('woff2'),
        url('fonts/mandrel-cond-book-italic-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'mandrelcond_light';
    src:url('fonts/mandrel-cond-light-webfont.woff2') format('woff2'),
        url('fonts/mandrel-cond-light-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
h1,h2,h3,h4,h5{
	margin:0;
	transition:all 0.25s ease;
	cursor:default;
}
h1{
	font-family:'mandrelcond_light';
	font-weight:normal;
	font-size:3.33vw;
	line-height:3.81vw;
	color:#0F0F0F;
}
h2{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:2.16vw;
	line-height:2.71vw;
	color:#0F0F0F;
}
h3{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:1.62vw;
	line-height:2.22vw;
	color:#0F0F0F;
}
h4{
	font-family:'pp_neue_montreal_ttbold';
	font-weight:normal;
	font-size:1.05vw;
	line-height:1.18vw;
	color:#0F0F0F;
	letter-spacing:0.02em;
}
p, a, span{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:1.11vw;
	letter-spacing:0.02em;
}
p, span{
	color:#0F0F0F;
	line-height:1.58vw;
}
p{
	margin-bottom:25px;
}
p em{
	font-family:'pp_neue_montreal_ttitalic';
	font-style:normal;
}
ul, ol{
	margin-bottom:25px;
}
a{
	color:#A9B9BD;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#A9B9BD;
}
ul{
	padding:0;
}
ul li{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:1.11vw;
	letter-spacing:0.02em;
	padding-left:15px;
	padding-bottom:2px;
	color:#0F0F0F;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	background:url('img/iconos/flecha.svg');
	background-size:100% 100%;
	height:8px;
	width:10px;
	position:absolute;
	left:0px;
	top:7px;
	display:block;
}
ol{
	padding:0;
	padding-left:15px;
}
ol li{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:1.11vw;
	letter-spacing:0.02em;
	color:#0F0F0F;
	padding-bottom:2px;
}
strong, b{
	font-weight:500;
}
blockquote{
	border:none;
	padding:0;
}
blockquote p{
	font-family:'mandrelcond_book';
	font-weight:normal;
	font-size:1.68vw;
	line-height:2.12vw !important;
	letter-spacing:normal;
	color:#0F0F0F !important;
	text-align:left;
}
blockquote strong{
	font-weight:normal;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:normal;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-size:16px;
	font-weight:700;
	color:#1a1a1a;
}
.form-group,.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:10px;
}
.form-control{
	font-family:'pp_neue_montreal_ttmedium';
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.05em;
	border:none;
	background:#fff;
	border:1px solid #0f0f0f;
	box-shadow:none;
	color:#0f0f0f;
	height:35px;
	padding:8px 8px;
	border-radius:6px;
}
textarea.form-control{
	background:#fff;
	height:220px;
	position:relative;
	padding:10px 8px;
	color:#0f0f0f;
	border:1px solid #0f0f0f;
}
.form-control:focus{
	box-shadow:none;
	color:#0f0f0f;
	background:#fff;
	border:1px solid #0f0f0f;
}
.form-control::placeholder{
	color:#A9B9BD;
	letter-spacing:0.1em;
}
.boton{
	background:#fff;
	border:1px solid #0f0f0f;
	text-decoration:none !important;
	line-height:28px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 15px;
	border-radius:6px;
	transition:all 0.25s ease;
}
.boton.especial{
	padding:0 50px;
}
.boton:hover{
	background:#0f0f0f;
	border:1px solid #0f0f0f;
}
.boton span{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:14px;
	color:#0f0f0f;
	line-height:28px;
	letter-spacing:0.02em;
	transition:all 0.25s ease;
	position:relative;
	z-index:1;
}
.boton:hover span{
	color:#fff;
}
.boton.inverso{
	background:transparent;
	border:1px solid #fff;
}
.boton.inverso span{
	color:#fff;
}
.boton.inverso:hover{
	background:#0f0f0f;
	border:1px solid #0f0f0f;
}
.boton.reverso{
	background:transparent;
	border:1px solid #fff;
}
.boton.reverso span{
	color:#fff;
}
.boton.reverso:hover{
	background:transparent;
	border:1px solid #fff;
}
.wpcf7-submit{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:14px;
	color:#0f0f0f;
	background:#fff;
	letter-spacing:0.02em;
	text-align:center;
	padding:0 45px;
	height:32px;
	cursor:pointer;
	border-radius:6px;
	border:1px solid #0f0f0f;
	box-shadow:none;
	transition:all 0.25s ease;
	width:100%;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#0f0f0f !important;
	border:1px solid #0f0f0f !important;
	outline:none;
	color:#fff;
	box-shadow:none !important;
}
.wpcf7-not-valid-tip{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:12px !important;
	line-height:16px !important;
	color:#c00 !important;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	color:#0f0f0f;
	font-size:15px;
	line-height:20px;
	margin-top:0 !important;
}
.wpcf7-spinner{
	margin:10px 0 0 0 !important;
}
.centrar{
	text-align:center;
}
.centrar .wpcf7-submit{
	float:none;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
/***************************/
.swiper-pagination-bullet{
	width:8px !important;
	height:8px !important;
	opacity:1 !important;
	background:#FF5E31 !important;
	border:1px solid #FF5E31;
	margin:0 2px !important;
	transition:all 0.25s ease;
}
.swiper-pagination-bullet-active{
	opacity:1 !important;
	width:40px !important;
	border-radius:15px !important;
}
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
@keyframes e{
0%{background-position:-120px 0;}
to{background-position:120px 0;}
}
@keyframes apuntar{
from{transform:translate(0,0);}
65%{transform:translate(5px,0);}
to{transform:translate(0,0);}    
}
@keyframes slide-left{
from{transform:translateX(0%);}
to{transform:translateX(-50%);}
}
/***************************/
@media (min-width:992px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
.paginas{
	padding:0 15px;
}
header .boton .icon{
	left:22px;
	top:47%;
}
.menu li{
	padding:0 10px 0 0;
}
}
@media (min-width:1600px){
.container-fluid{
	max-width:1440px;
}
.modal-lg{
	max-width:900px;
}
.banner p{
	font-size:32px;
	line-height:40px;
}
.banner p em{
	font-size:14px;
	line-height:18px;
}
.inicio p{
	font-size:18px;
	line-height:24px;
}
.nservicios .modulo .descripcion{
	padding-right:120px;
}
.nservicios .modulo .descripcion p{
	font-size:18px;
	line-height:24px;
}
.nservicios .grupo p{
	font-size:18px;
	line-height:24px;
}
.planificacion .descripcion p{
	font-size:32px;
	line-height:45px;
}
.planificacion .grupo span{
	font-size:24px;
	line-height:32px;
}
.planificacion .grupo h3{
	font-size:32px;
	line-height:40px;
}
.planificacion .grupo p{
	font-size:18px;
	line-height:24px;
}
.caracteristicas .modulo{
	left:160px;
	width:35%;
}
.caracteristicas .modulo p{
	font-size:32px;
	line-height:40px;
}
.caracteristicas .modulo span{
	font-size:12px;
	line-height:16px;
}
.somos .descripcion{
	padding-right:120px;
}
.somos .modulo{
	width:80%;
}
.somos h2{
	font-size:48px;
	line-height:58px;
}
.somos p{
	font-size:18px;
	line-height:24px;
}
.hacemos h2{
	font-size:48px;
	line-height:58px;
}
.hacemos .txt{
	font-size:18px;
	line-height:24px;
}
.hacemos p{
	font-size:18px;
	line-height:24px;
}
.proceso h3{
	font-size:12px;
	line-height:16px;
}
.proceso .modulo .num{
	font-size:18px;
}
.proceso .modulo h4{
	font-size:14px;
	line-height:20px;
}
.proceso .modulo p{
	font-size:14px;
	line-height:20px;
}
.tiempo .linea h4{
	font-size:12px;
	line-height:16px;
}
.informacion .modulo h3{
	font-size:12px;
	line-height:16px;
}
.informacion p{
	font-size:14px;
	line-height:20px;
}
.planes .descripcion p{
	font-size:18px;
	line-height:24px;
}
.servicios .descripcion p{
	font-size:18px;
	line-height:24px;
}
.aviso h2{
	font-size:32px;
	line-height:40px;
}
.mirada h2{
	font-size:32px;
	line-height:40px;
}
.productos .modulo h3{
	font-size:12px;
	line-height:16px;
}
.productos .modulo p{
	font-size:11px;
	line-height:14px;
}
.general h1{
	font-size:24px;
	line-height:30px;
}
.woocommerce-checkout .woocommerce h2{
	font-size:24px;
	line-height:30px;
}
h1{
	font-size:48px;
	line-height:55px;
}
h2{
	font-size:32px;
	line-height:40px;
}
h3{
	font-size:24px;
	line-height:30px;
}
h4{
	font-size:16px;
	line-height:20px;
}
p, a, span{
	font-size:16px;
}
p, span{
	line-height:22px;
}
ul li{
	font-size:16px;
	line-height:22px;
}
ul li::before{
	top:6px;
}
blockquote p{
	font-size:24px !important;
	line-height:32px !important;
}
.boton{
	line-height:35px;
}
.boton span{
	font-size:16px;
	line-height:35px;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.mobile{
	display:none;
}
.desktop{
	display:none;
}
.tablet{
	display:block;
}
.hid{
	display:block;
}
.paginas{
	padding:0 15px;
}
header .menu{
	display:none;
}
header .boton{
	display:none;
}
body.home header{
	background:#0f0f0f;
}
body.home header .logo .v1{
	display:none;
}
body.home header .logo .v2{
	display:block;
}
.menu-trigger{
	display:block;
}
.contenedor-submenu{
	display:block;
}
.mmenu{
	margin:0 0 15px 0;
	position:relative;
	text-align:center;
}
.mmenu li{
	padding:0 0 8px 0;
	position:relative;
}
.mmenu li::before{
	display:none;
}
.mmenu a{	
	font-family:'pp_neue_montreal_ttregular';
	font-size:16px;
	font-weight:normal;
	color:#0f0f0f;
	text-decoration:none !important;
}
.mmenu a:hover,
.mmenu a:focus{
	color:#0f0f0f;
}
body.home .mmenu a{
	color:#fff;
}
.mmenu li.current-menu-item a{
	color:#0f0f0f;
}
.mmenu ul{
	display:none;
	position:relative;
	top:5px;
	padding-top:4px;
}
.mmenu.activo a{
	color:#A9B9BD;
}
.mmenu li.menu-item-has-children.activo a{
	color:#0f0f0f;
}
body.home .mmenu.activo a{
	color:#575757;
}
body.home .mmenu li.menu-item-has-children.activo a{
	color:#fff;
}
#mmain{
	padding-top:70px;
}
section{
	padding:45px 0;
}
.banner p{
	font-size:24px;
	line-height:32px;
}
.banner p em{
	margin-top:15px;
}
.banner p br{
	display:none;
}
.interno{
	padding:20px 0;
}
.interno h2{
	margin-bottom:30px;
}
.interno .boton{
	margin:0 0 15px 0;
	display:block;
}
.nservicios .modulo .descripcion p{
	font-size:16px;
	line-height:22px;
}
.nservicios .grupo p{
	font-size:14px;
	line-height:20px;
}
.somos h2{
	font-size:28px;
	line-height:35px;
}
.somos p{
	font-size:16px;
	line-height:22px;
}
.somos .descripcion{
	padding-right:0;
}
.hacemos h2{
	font-size:24px;
	line-height:32px;
}
.hacemos .txt{
	font-size:16px;
	line-height:22px;
}
.hacemos p{
	font-size:16px;
	line-height:22px;
}
.planificacion h1{
	margin-bottom:25px;
}
.planificacion .descripcion p{
	font-family:'pp_neue_montreal_ttregular';
	font-weight:normal;
	font-size:16px;
	line-height:22px;
}
.planificacion .grupo .inn{
	padding:0 12px 30px 12px;
}
.planificacion .grupo h3{
	font-size:24px;
	line-height:32px;
}
.planificacion .grupo span{
	font-size:18px;
	line-height:24px;
}
.planificacion .grupo p{
	font-size:16px;
	line-height:22px;
}
.informacion{
	padding-top:10px;
}
.informacion p{
	font-size:14px;
	line-height:20px;
}
.tiempo .linea{
	padding:0 20px;
	margin-bottom:25px;
}
.tiempo .linea h4{
	font-size:11px;
	line-height:18px;
}
.informacion .modulo h3{
	font-size:11px;
	line-height:18px;
}
.homenajes .grupo{
	padding:20px 0 40px 0;
}
.homenajes .grupo.primero{
	padding:20px 0 40px 0;
}
.homenajes .grupo h3{
	margin-bottom:20px;
}
.proceso{
	text-align:center;
}
.proceso h3{
	font-family:'pp_neue_montreal_ttbold';
	font-size:11px;
	line-height:18px;
	margin-bottom:40px;
}
.proceso .modulo .num{
	font-size:14px;
}
.proceso .modulo h4{
	font-size:14px;
	line-height:20px;
}
.proceso .modulo p{
	font-size:14px;
	line-height:20px;
}
.planes .mod h4{
	margin-bottom:12px;
}
.planes .grupo .mod{
	padding-bottom:20px;
}
.planes .grupo .botones .boton{
	margin-bottom:8px;
}
.planes .filtros.ultimo{
	margin:5px 0 20px 0;
}
.planes .tabla{
	margin-bottom:1px;
}
.mirada{
	padding:60px 0;
}
.mirada h2{
	font-size:24px;
	line-height:32px;
}
.productos h2{
	padding-right:10px;
}
.productos .modulo h3{
	font-size:11px;
	line-height:16px;
}
.productos .modulo h3{
	font-size:11px;
	line-height:16px;
}
.productos .modulo p{
	font-size:10px;
	line-height:15px;
}
.filtros{
	display:block;
}
.filtros.especial{
	display:flex;
}
.filtros.especial a{
	line-height:16px;
	border-bottom:1px solid #A9B9BD;
}
.filtros a{
	font-family:'pp_neue_montreal_ttbold';
	font-size:11px;
	letter-spacing:0.10em;
	text-transform:uppercase;
	padding:0;
	border:none;
}
.filtros a:hover{
	border:none;
}
.filtros .celda{
	height:40px;
	border-bottom:1px solid #A9B9BD;
	transition:all 0.25s ease;
}
.filtros .celda:hover{
	border-bottom:1px solid #0f0f0f;
}
.filtros .seleccionado a{
	color:#0f0f0f;
}
.filtros .seleccionado .celda{
	border-bottom:1px solid #0f0f0f;
}
.filtros .celda.seleccionado{
	border-bottom:1px solid #0f0f0f;
}
.filtros.ultimo a{
	font-family:'pp_neue_montreal_ttmedium';
}
.planes .descripcion p{
	font-size:16px;
	line-height:22px;
}
.servicios .descripcion p{
	font-size:16px;
	line-height:22px;
}
.aviso{
	padding:60px 0;
}
.aviso h2{
	font-size:32px;
	line-height:40px;
}
.contacto .boton{
	line-height:35px;
}
.contacto .boton span{
	font-size:14px;
	line-height:35px;
}
.general h1{
	font-size:20px;
	line-height:30px;
}
.woocommerce-checkout .woocommerce h2{
	font-size:20px;
	line-height:30px;
}
footer h3{
	font-size:17px;
}
h1{
	font-size:32px;
	line-height:40px;
}
h2{
	font-size:24px;
	line-height:32px;
}
h3{
	font-size:24px;
	line-height:32px;
}
h4{
	font-size:16px;
	line-height:20px;
}
p, a, span{
	font-size:16px;
}
p, span{
	line-height:22px;
}
ul li{
	font-size:16px;
	line-height:22px;
}
ul li::before{
	top:5px;
}
ol li{
	font-size:16px;
	line-height:22px;
}
blockquote p{
	font-size:30px;
	line-height:35px !important;
	margin-bottom:20px;
}
.boton{
	line-height:35px;
}
.boton span{
	font-size:16px;
	line-height:35px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
.paginas{
	padding:0 10px;
}
.banner{
	height:420px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.banner .img{
	display:none;
}
.banner p{
	font-size:30px;
	line-height:38px;
}
.inicio .txt{
	font-family:'pp_neue_montreal_ttmedium';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.10em;
	margin-bottom:10px;
}
.inicio .imagen{
	margin-bottom:35px;
}
.inicio .boton{
	margin-bottom:12px;
}
.nservicios{
	padding:0 0 40px 0;
}
.nservicios .imagen{
	display:none;
}
.nservicios h2{
	display:none;
}
.nservicios .txt{
	font-family:'pp_neue_montreal_ttmedium';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.10em;
	display:block;
	margin-bottom:18px;
}
.nservicios .modulo{
	padding:45px 0;
}
.nservicios .modulo .descripcion{
	padding:0;
	margin-bottom:30px;
	text-align:center;
}
.nservicios .grupo{
	position:relative;
	padding:10px 20px;
}
.nservicios .grp{
	position:absolute;
	left:0;
	top:55%;
	transform:translateY(-50%);
	width:100%;
	text-align:right;
}
.objetos{
	border-top:1px solid #0f0f0f;
	padding:25px 0 45px 0;
}
.objetos .txt{
	font-family:'pp_neue_montreal_ttmedium';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.10em;
}
.objetos .descripcion{
	margin-bottom:30px;
}
.objetos .modulo{
	text-align:center;
	padding-bottom:30px;
	border-bottom:1px solid #0f0f0f;
	margin-bottom:20px;
}
.objetos .botones{
	margin:0;
}
.objetos .botones .boton{
	display:block;
}
body.page-template-template-somos .banner{
	background-repeat:no-repeat;
	background-position:20% center;
	background-size:cover;
	height:480px;
}
body.page-template-template-somos .banner .img{
	display:none;
}
.somos h2{
	font-size:32px;
	line-height:40px;
	margin-bottom:40px;
}
.somos .descripcion{
	padding-right:10px;
}
.somos .modulo{
	position:relative;
	left:0;
	bottom:0;
	width:100%;
}
.somos p{
	font-size:18px;
	line-height:24px;
}
.somos .imagen{
	margin-bottom:40px;
}
.planificacion .descripcion{
	margin-bottom:60px;
}
.planificacion .grupo{
	height:inherit;
	margin-bottom:25px;
}
.planificacion .grupo h3{
	margin-bottom:12px;
}
.planificacion .grupo span{
	font-size:24px;
	line-height:32px;
	margin-bottom:5px;
}
.planificacion .grupo h3{
	padding:0;
}
.planificacion .botones{
	margin-top:10px;
}
.informacion h3{
	margin-bottom:30px;
}
.informacion .grupo{
	text-align:center;
	padding:40px 0 45px 0;
}
.informacion .grupo.ultimo{
	text-align:left;
	padding-bottom:0;
}
.informacion .grupo.medio .boton{
	margin-top:40px;
}
.informacion .modulo{
	text-align:left;
}
.tiempo .linea{
	padding:10px 15px;
}
body.template-homenajes .banner{
	background-repeat:no-repeat;
	background-position:5% center;
	background-size:cover;
	height:300px;
}
body.template-homenajes .banner .img{
	display:none;
}
.homenajes h1{
	text-align:center;
	margin-bottom:10px;
}
.homenajes .grupo h3{
	font-size:23px;
}
.homenajes .descripcion{
	text-align:center;
}
.homenajes .boton span{
	font-size:14px;
}
.homenajes .grp{
	margin-top:30px;
}
.proceso .modulo{
	margin-bottom:40px;
}
.productos h2{
	padding-right:0;
}
.productos .descripcion p{
	font-size:14px;
	line-height:18px;
}
.filtros{
	margin:60px 0 25px 0;
}
.planes h1{
	margin-bottom:20px;
}
.planes .inn{
	padding-bottom:35px;
}
.planes .descripcion .botones{
	margin-top:30px;
}
.planes .descripcion.especial{
	margin-top:40px;
}
.planes .filtros.especial{
	margin:30px 0 0 0;
}
.planes .modulo .imagen{
	margin:10px 0 25px 0;
}
.planes .grupo .precio{
	text-align:right;
}
.planes .botonera .boton.primero{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.planes .botonera .boton.ultimo{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:-2px;
}
.planes .botonera .row.gutter{
	margin-right:0;
  	margin-left:0;
}
.planes .botonera .gutter > [class*="col-"]{
	padding-right:0;
	padding-left:0;
}
.servicios h3{
	margin-bottom:15px;
}
.servicios .descripcion p{
	font-size:14px;
	line-height:18px;
}
.servicios .modulo.primero{
	margin:0;
}
.servicios .modulo{
	padding:20px 0;
}
.servicios .modulo h4{
	margin-bottom:15px;
}
.servicios .modulo .grp{
	display:none;
}
.servicios .modulo .precio{
	font-size:14px;
	line-height:18px;
}
.servicios .modulo p{
	font-size:14px;
	line-height:18px;
}
.mirada{
	background-position:left center;
}
.mirada h2{
	margin-bottom:60px;
}
.mirada .txt{
	font-family:'pp_neue_montreal_ttmedium';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.10em;
}
.mirada .centrar .boton{
	display:block;
}
.aviso{
	background-position:20% center;
}
.aviso .txt{
	font-family:'pp_neue_montreal_ttmedium';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.10em;
	margin-bottom:40px;
}
.aviso .boton{
	margin-bottom:12px;
}
.contacto h1{
	margin-bottom:20px;
}
.contacto .grupo{
	padding:20px 0 0 0;
}
.contacto .descripcion{
	margin-bottom:20px;
}
.contacto .botones{
	margin-top:18px;
}
.contacto h3{
	font-family:'pp_neue_montreal_ttbold';
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.10em;
	text-transform:uppercase;
	margin-bottom:12px;
}
.contacto .grupo.ultimo{
	margin-top:20px;
}
footer{
	padding:80px 0;
}
footer .logo{
	display:block;
	text-align:center;
	margin:auto;
	width:175px;
}
footer .logo .img-fluid{
	width:100%;
}
footer .creditos{
	display:none;
}
footer h3{
	margin-bottom:18px;
}
footer .modulo{
	margin-top:45px;
}
footer .modulo.ultimo{
	margin-top:30px;
}
footer .redes a{
	margin-right:40px;
}
}