@charset "utf-8";
/* Estilos studio-krea.com Refugio de Ario 2020 */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,500,600&display=swap');

/* font-family: 'Montserrat', sans-serif; */
/* "Raleway",sans-serif; */
/* "Roboto Slab",sans-serif */

/* Root */

:root {
  --k-gris-oscuro: #666;
  --k-gris-oscuro-2: #2e2e2e;
  --k-gris-claro: #f2f2f2;
  --k-marron: #855e34;
  --k-azul: #5cc7d9;
  
	}
	
/* Globales */

html body {
	font-family:'Open Sans', sans-serif;
	background:#fafafa;
	color:#888;
	word-break: break-word;
	}
body a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color:#15a9d7;
	}
body a * {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	}
.row-krea {
	margin-left:0;
	margin-right:0;
	}
.content-krea ul li {
	list-style: none;
    position: relative;
	}
.content-krea ul li,
.content-krea ol li {
	margin-bottom:10px;
	}
.content-krea ul li::before {
    content:"";
    display: block;
    font-family: FontAwesome;
    font-size: 0.7rem;
    left: -17px;
    line-height: 2;
    margin: 0;
    padding: 0;
    position: absolute;
	}
/* Comunes */

body .bg-gris-oscuro {
	background-color:var(--k-gris-oscuro);
	color:#fff;
	}
body .bg-gris-oscuro-2 {
	background-color:var(--k-gris-oscuro-2);
	color:#ddd;
	}
body .bg-gris-oscuro-2 h2,
body .bg-gris-oscuro-2 h3{
	color:#efefef;
	}
body .bg-gris-claro {
	background-color:var(--k-gris-claro);
	color:#888;
	}
body .bg-gris-claro h2,
body .bg-gris-claro h3 {
	color:#555	;
	}
body .bg-gris-claro .well-krea {
	background-color:var(--k-azul);
	color:var(--k-gris-claro);
	}
body .bg-azul {
	background-color:var(--k-azul);
	}
body .text-azul {
	color:var(--k-azul);
	}

body .bg-verde {
	background-color:#eaf6ee;
	color:#435e4c;
	}
body .bg-blue {
    background-color: #1195e0;
    color: #e7ffff;
	}
.bg-foto {
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.sombra {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 100%;
    width: 100%;
	}	

body .text-mini,
body p.text-mini {
	font-size: 0.7rem;
	display:inline-block;
	}

.smile {
	line-height:inherit;
	display:block;
	}

/* Botones */
body .btn {
	padding: 10px 20px;
	line-height: -moz-block-height;
	border: none;
	border-radius: 2px;
	font-size: 0.7rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1rem;
	}
body .btn:not(.disabled):hover {
	border:none;
	}
body .btn i {
	vertical-align:middle;
	}

body .btn-primary {
	background: #3ba1da;
	}
body .btn-primary:hover {
	background: #555;
	}

body .btn-krea {
	display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 0.813rem;
    font-weight: 600;
    padding: 7px 30px;
    text-transform: uppercase;
	border-radius:2px;
	transition: all 0.2s;
	}
body .btn-krea:hover {
	text-decoration:none;
	}
body a.btn-krea-mini {
    font-size: 0.75rem;
    padding: 5px 10px;
    text-transform: none;
	}
body .btn-krea-dark {
	background-color:#1c1c1c;
	color:#ddd;
	border:1px solid #4d4d4d
	}
body .btn-krea-dark:hover {
	background-color: #303030;
	border-color:#4d4d4d;
	}
body .btn-krea-primary {
	background-color:#3ba1da;
	color:rgba(255, 255, 255, 0.8);
	border:none;
	}
body .btn-krea-primary:hover {
	background-color:#1b81ba;
	color:rgba(255, 255, 255, 1);
	border:none;
	}
body .btn-krea-light {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ddd;
	border:1px solid rgba(255, 255, 255, 0.2);
	}
body span.btn-krea-light {
	margin:0 auto;
	}
body .btn-krea-light:hover,
.grid-refugio-box a:hover .btn-krea-light	 {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	border-color:rgba(255, 255, 255, 0.3);
	}
/* Header */

.navbar-krea {
	background: rgba(0,0,0,0.7);
	color: #fff;
	border: none;
	font-size: 0.7rem;
	text-transform: uppercase;
	font-weight: 600;
	}
.navbar-krea a {
	color: #ddd;
	}
.navbar-krea a:hover {
	color: #fff;
	}	
.navbar-krea .navbar-nav {
	margin-right: inherit !important;
	margin-left: auto !important;
	}
.navbar-krea .navbar-toggler {
	color: #fff;
	font-size: 1.3rem;
	}
.navbar-krea .navbar-collapse {
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	padding-bottom:10px;
	}
.navbar-krea .current_page_item a {
	color: #fff;
	position:relative;
	}
.navbar-krea .current_page_item a::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #fff;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	}
.navbar-krea .menu-top-especial {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
    border: 2px solid #f08800;
    border-radius: 24px;
    color: #f08800;
    font-weight: 700;
    padding: 5px 10px;
	}
.navbar-krea a:hover .menu-top-especial {
	color:#fff;
	border-color:#fff;
	}

/* Iconos Sociales en Navbar */
	.navbar-krea .navbar-krea-ico a {
		padding:0;
		}
	.navbar-krea .navbar-krea-ico a .fa {
		font-size: 1rem;
		color: #ffffff;
		display: inline-block;
		font-size: 1rem;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		vertical-align:bottom;
		}
	.navbar-krea a .fa-facebook {
		background: #4b6ece;
		color: #ffffff;
		}
	.navbar-krea a:hover .fa-facebook {
		background: #6b8eee;
		}
	.navbar-krea a .fa-instagram {
		background-color:#b73fcd;
		}
	.navbar-krea a .fa-whatsapp {
		background-color:#3fcd4e;
		}
	.wikiloc {
		position:relative;
		min-width:35px;
		}
	a .wikiloc:before {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='17.767914px' height='15.965027px' viewBox='0 0 17.767914 15.965027' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Grupo'%3E%3Cpath d='M9.39196 0.164192C9.39196 0.164192 10.6027 2.77149 5.93307 4.19167C1.03199 6.39867 1.15937 11.8668 2.07933 13.1153C0.682898 11.8372 -1.95491 6.48143 2.38839 2.20668C5.28741 -0.329365 8.10392 -0.121649 9.39196 0.164192' id='Vector' fill='%234C8C2B' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M8.92509 15.5776C8.92509 15.5776 4.6294 11.6413 9.18289 7.41186C11.9738 5.69287 12.7281 4.0809 12.3616 1.48736C13.6284 2.48322 17.3051 6.06451 14.877 11.371C12.963 14.7086 10.2463 15.4401 8.93664 15.5892' id='Vector-2' fill='%234C8C2B' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M10.1087 0.189509C10.1087 0.189509 10.7519 0.389637 11.4354 0.726506C12.0577 1.69514 12.2531 4.86089 9.41436 6.47759C6.43301 8.03315 5.19992 12.8287 8.16588 15.7832C4.67158 15.7832 2.27003 14.6695 2.21169 10.424C2.15335 6.17861 6.86684 4.51045 6.86684 4.51045C6.86684 4.51045 10.6052 3.60428 10.1087 0.189509' id='Vector-3' fill='%23FFA300' fill-rule='evenodd' stroke='none' /%3E%3C/g%3E%3C/svg%3E");
	    background-size: cover;
		background-repeat: no-repeat;
		background-position: initial;
		content: "";
		height: 35px;
		width: 35px;
		position: absolute;
		bottom: 0;
		left: 0;
		}




.navbar-krea .navbar-brand:hover img {
	opacity:0.85;
	}
/* Contacto */

body .formulario-krea .wpforms-form input[type="text"],
body .formulario-krea .wpforms-form input[type="email"],
body .formulario-krea .wpforms-form input[type="phone"] {
	font-size: 1.2rem;
	height: auto;
	padding: 10px 20px;
	border-radius: 3px;
	}
.formulario-krea .wpforms-form .wpforms-field-label {
	font-family: "Raleway",sans-serif;
	font-weight: 400 !important;
	font-size: 1rem !important;
	color: #6d6d6d;
	margin: 2px 0 5px 0 !important;
	}
body .formulario-krea .wpforms-form textarea {
	font-size: 1.2rem;
	padding: 10px 20px;
	border-radius: 3px;
	}
body .formulario-krea .wpforms-form .wpforms-submit {
	background: var(--k-gris-oscuro) !important;
	display: block !important;
	padding: 15px 40px !important;
	font-size: 0.9rem !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	margin: 0 auto;
	border-radius: 2px;
	border: none !important;
	color: #fff !important;
	}
body .formulario-krea .wpforms-form .wpforms-submit:hover {
	opacity:0.8;
	}
body .formulario-krea .wpforms-form ul li:before {
	content:none;
	}

/* HOME */

.full-home {
	background-size: cover;
	background-repeat:no-repeat;
	background-position: right center;
	min-height: 100vh;
	margin:0 auto;
	padding-top:75px;
	position:relative;
	}
.full-home-content {
	height:100%;
    width: 100%;
	}
.full-home-content-logo {
	background-repeat:no-repeat;
	background-position:0 0;
	padding:160px 0 0 0;
	position:relative;
	z-index:99;
	}

.full-home-content h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 7.7rem;
    font-weight: 600;
    letter-spacing: -0.6rem;
    line-height: 7.5rem;
    text-align: right;
    text-transform: uppercase;
	text-shadow: 0 0 3px #ffffff;
	}
.full-home-content span {
    color: #ffffff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7rem;
    text-align: right;
    text-transform: uppercase;
	text-shadow: 0 0 3px #ffffff;
	}

section.home-aviso {}
section.home-aviso h2:after {
	content:none;
	}
section.home-aviso h2 {
    font-family: "Montserrat",sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    line-height: 2.6rem;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
	}
section.home-aviso h3 {
	font-family: "Montserrat",sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    line-height: 1.7rem;
    margin: 20px 0;
    text-align: left;
	padding:0;
	}
section.home-aviso p,
section.home-aviso ul li,
section.home-aviso ol li {
    font-size: 0.813rem;
	}
section.home-aviso .well-krea {
	font-family:'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 40px 0;
    padding: 35px 30px;
    text-align: center;
    text-transform: uppercase;
	}
section.home-aviso .smile span {
    font-size: 3.3rem;
	}


section.home-refugio {}
section.home-refugio h3 {
	font-family: "Montserrat",sans-serif;
	font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    line-height: 1.9rem;
    text-transform: uppercase;
	margin:0 0 30px 0;
	}
section.home-refugio p {
	color:#fff;
	}
section.home-refugio a:hover {
	text-decoration:none;
	}

section.home-refugio p,
section.home-refugio ul li,
section.home-refugio ol li {
    font-size: 0.813rem;
	margin-bottom:25px;
	}
.grid-refugio .grid-refugio-box {
    border: 5px solid #ffffff;
    min-height: 275px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	overflow: hidden;
	cursor:pointer;
	text-align:center;
	}
	
.grid-refugio .grid-refugio-box img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
	left:0;
	transition:all 0.12s;
	}
.grid-refugio .grid-refugio-box:hover img {
    filter: blur(4px);
	transition:all 0.12s;
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel {
    background: rgba(73, 114, 174, 0.85);
    height: 100%;
	width:100%;
    /*left: -300px;*/
	left:0;
    top: 0;
    position: absolute;
	transition:all 0.2s;

	padding:20px;
	text-align:center;
	
	align-content: space-between;
	}
.grid-refugio .grid-refugio-box.colorA .home-refugio-cartel {
	background:rgba(73, 174, 174, 0.85);
	}
.grid-refugio .grid-refugio-box.colorB .home-refugio-cartel {
	background:rgba(143, 104, 195, 0.85);
	}
.grid-refugio .grid-refugio-box.colorC .home-refugio-cartel {
	background:rgba(123, 154, 75, 0.85);
	}

.grid-refugio .grid-refugio-box:hover .home-refugio-cartel {

	left:0;
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel .home-refugio-cartel-tit {
    color: #ffffff;
    display: block;
    font-family:  "Montserrat",sans-serif;
    font-size: 1.13rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
	width:100%;
	margin:20px auto -20px auto;
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel .home-refugio-cartel-tit::after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
    height: 1px;
    margin: 13px auto 10px;
    width: 26%;
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel .home-refugio-cartel-desc {
    color: #ffffff;
    display: block;
    font-size: 0.8rem;
    font-style: oblique;
    font-weight: 600;
    line-height: 1.3;
	width:100%;
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel a {
    margin:0 auto;

	}
.grid-refugio .grid-refugio-box:hover .home-refugio-cartel a {
	transform:scale(1);
	}
.grid-refugio .grid-refugio-box .home-refugio-cartel a:hover {
	background: rgba(255, 255, 255, 0.38);
	text-decoration: none;
	}
	
section.home-post-destacado {}
section.home-post-destacado .wp-show-posts-entry-title {
	display: flex;
	}
section.home-post-destacado .wp-show-posts-entry-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -0.08rem;
    text-transform: uppercase;
	color:#15a9d7;
	line-height: 1.7rem;
	display: inline-flex;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #dddddd;
	}	
section.home-post-destacado .wp-show-posts-entry-title a::before {
    color: #ff6347;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2.1rem;
    margin: 0 15px 0 0;
    text-align: center;
	align-self: center;
	}
section.home-post-destacado .wp-show-posts-entry-date {
    color: #afafaf;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: capitalize;
	}
section.home-post-destacado .wp-show-posts-entry-content h3 {
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    margin: 20px 0 10px;
	letter-spacing:-0.07rem;
	}
section.home-post-destacado .wp-show-posts-entry-content {
    font-size: 0.8rem;
    line-height: 1.7;
	}
section.home-post-destacado .wp-show-posts-entry-content ul,
section.home-post-destacado .wp-show-posts-entry-content ol {
	margin:12px;
	}
section.home-post-destacado .wp-show-posts-entry-content strong {
    color: #555;
	}


section.home-post h2 {
    font-family: "Roboto Slab",sans-serif;
	color: #737373;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 auto 50px;
    padding: 0;
    position: relative;
    text-align: center;
	}
section.home-post h2:after {
    background: #bfc6ce;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 100px;
	}
	
section.home-post h3 {
	font-family: "Roboto Slab",sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
	padding: 0 0 10px;
	}
section.home-post .wp-show-posts-single {
    padding: 5px;
	}
section.home-post .wp-show-posts-inner {
	background:#fff;
    padding:0 0 30px 0;
	max-width:100%;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-image {
    overflow: hidden;
	margin: 0 0 30px;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-image img {
    max-width: none;
    min-width: 100%;
    object-fit: cover !important;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-image a {
	transition:all 0.1s ease-out 0s;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-image a:hover img {
	opacity:0.8;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-entry-header {
    padding: 0 30px 20px;
	margin:20px;
    text-align: center;
	position:relative;
	border-bottom: 1px solid #dddddd;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-entry-summary {
	padding:0 30px;
	}
section.home-post .wp-show-posts-inner .wp-show-posts-entry-summary p {
    font-size: 0.913rem;
    line-height: 1.6rem;
    text-align: center;
	}
section.home-post .wp-show-posts-inner .wpsp-read-more {
    display: block;
    text-align: center;
	}
	
/* Titulo pagina con Imagen */

.page-titulo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	color:#fff;
	margin:0 auto;
	}
.page-titulo .sombra {
    padding: 150px 0 110px 0;
}

.page-titulo h1 {
	font-family: "Raleway",sans-serif;
	font-size: 1.9rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	text-align:center;
	position:relative;
	}
.page-titulo h1::after {
	content: "";
	height: 1px;
	width: 160px;
	background: rgba(255, 255, 255, 0.3);
	margin: 30px auto 0px auto;
	display: block;
	}


/* Otros templates */

.template-simple-krea .container-krea {
	padding-top:40px;
	padding-bottom:40px;
	}
.template-full-krea .container-krea {
	padding-top:0;
	padding-bottom:40px;
	}
	
#page-content {
	top: 60px;
	position: relative;
	margin-bottom:60px;
	}	

/* Widgets krea */

.widget-area-krea {
	padding:0;
	}
.widget-area-krea .navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
	}
.widget-area-krea .widget {
	/*background: #ffffff;
    border: 1px solid #d0d0d0;
    box-shadow: 0 3px 8px -7px rgba(0, 0, 0, 0.59);
    margin: 0 0 20px;
	*/
	border-left:1px solid #d0d0d0;
    padding: 20px 30px;
    word-wrap: break-word;
	margin:0;
	}
.widget-area-krea .widgettitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	font-size: 0.9rem;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
	margin:0 0 20px 0;
	}

.widget-area-krea .widget_recent_entries ul {
	font-size: 0.8rem;
	font-family: "Raleway",sans-serif;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	font-weight: 500;
	border-bottom: ;
	}
.widget-area-krea .widget_recent_entries ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 5px 0;
	color: #15a9d7;
	line-height: 1.3;
	}

.widget-area-krea .textwidget {
	padding: 0;
	}
.widget-area-krea .textwidget p {
	font-size: 0.8rem;
	color: #5d5d5d;
	margin: 0 0 9px 0;
	}
.widget-area-krea .textwidget i {
	display: inline-block;
	margin: 0 10px 0px 0;
	font-size: 0.9rem;
	color: #606060;
	}
.widget-area-krea .textwidget a.enlace-krea {
    font-family: courier new;
    font-size: 0.7rem;
    font-weight: bold;
	}

/* Contenido PAGES */
.content-krea {}
body:not(.home) .content-krea h2 {
    color: #1f262e;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
	letter-spacing: -0.1rem;
	text-transform: uppercase;
    margin: 0 auto 50px;
    padding: 0;
    position: relative;
    text-align: center;
	}
body:not(.home) .content-krea h2::after {
    background: #bfc6ce;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 100px;
	}

body:not(.home) .content-krea h3 {
	font-size:1.7rem;
    color: #333333;
    font-family: "Roboto Slab",sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
	}

.panel-servicios .card {
	min-height:290px;
	margin:0 0 30px;
	}
.panel-servicios .card-header {
    background-color: #333 ;
	}
.panel-servicios .card-title {
    color: #ffffff;
	display: flex;
	font-family: "Roboto Slab",sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: center;
	align-items: center;
	}
.panel-servicios .card-title i.fa {
    background: #9d9d9d none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    display: block;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    text-align: center;
    width: 40px;
	}
.panel-servicios p.card-text {
    font-size: 0.9rem;
    padding: 0 20px;
	}
/* Page-como-llegar */

body .content-krea .page-como-llegar {}
body .content-krea .page-como-llegar h2 {
	font-size:1.7rem;
	}
body .content-krea .page-como-llegar h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
	}
/* Sections */

section.bg-oscuro {
	background-color:#1f262e;
	}
section.bg-oscuro h2 {
    color: #dfdfdf !important;
	}
section.bg-oscuro h2::after {
    background: #5f5f5f none repeat scroll 0 0;
	}
section.bg-oscuro h3 {
	color:rgba(255,255,255,0.75);
	}
section.bg-oscuro h3 strong {
	color:#fff;
	}
.bg-gris {
    background-color: #f7f7f7;
	}
section.bg-foto h2 {
	color:#fff !important;
	}


/* Tabla de precios */

.table-krea {
    margin: 0 auto 30px;
	box-shadow: 0 0 90px 20px #000000;
	}

.table-krea .table-header {
    background: #33444e none repeat scroll 0 0;
    border: 1px solid #44555f;
    color: #efefef;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1.075rem;
    font-weight: 600;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	}
.table-krea .table-header i {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
	}
.table-krea .table-header i.fa-federado {
    color: #6eca8c;
	}
.table-krea .table-header i.fa-no-federado {
    color: rgba(255, 255, 255, 0.12);
	}
.table-krea .table-body {
    background: #dfeaf0;
	color: #495a64;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
	}
.table-krea .table-body div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 10px;;
	}
.table-krea .table-body div.row-odd {
	background-color:rgba(0, 0, 0, 0.035);
	}
.table-krea .table-body .table-title {
    color: #798a94;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1rem;
    font-weight: 600;
	text-align:left;
	padding-right:0;
	
	}
.table-krea .table-body b {
    display: inline-block;
    font-family: raleway;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 0 0 1px;
    vertical-align: text-top;
	}

.table-krea .table-body .table-title i {
    display: inline-block;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: top;
    width: 44px;
	}

.table-precios {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    margin: 0 auto 30px;
    max-width: 830px;
	}
.table-precios .fa-federado, 
.table-precios .fa-no-federado {
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 5px 0 0;
    vertical-align: sub;
	}
.table-precios .fa-federado {
	color:#5eba7c;
	}
.table-precios .fa-no-federado {
	color:#767676;
	}
.table-precios td,
.table-precios th {
	padding:0.95rem 1.9rem;
	}
.table-precios td {
	text-align:center;
	}
.table-precios td b {
    font-family: "Raleway",sans-serif;
    font-weight: 400;
	}
.table-precios td span i {
    font-size: 0.9rem;
	}
.table-precios thead th {
	text-align:center;
	}
.table-precios th i {
    color: #8d8d8d;
    display: inline-block;
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    width: 26px;
	}

/* BLOG .content-blog */

.content-blog {
	padding:40px 0;
	}
.content-blog .widget-area-krea .widget {
	border:none;
	}
.content-blog .block,
.content-blog #comments {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 20px -20px #000000;
    margin: 0 auto;
    padding: 1.5rem 2.6rem;
	}
.content-blog .article-header {	
	margin: 0 0 20px;
    padding: 0 0 10px;
	border-bottom:1px solid #eee;
	}
.content-blog .article-header h1,
.content-blog .article-header h2 {
    color: #5b6771;
    font-family: roboto slab;
    font-size: 1.7rem;
	}
.content-blog .archive_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	}
.content-blog .featured-image {
    border-radius: 5px;
    margin: 0 auto 20px;
    max-height: 260px;
    overflow: hidden;
	}
.content-blog .featured-image img {
    object-fit: fill !important;
    width: 100%;
	}
.content-blog .meta-krea {
	font-size:0.8rem;
	}
.content-blog .cat-krea a {
    color: #15a9d7 !important;
    text-transform: capitalize;
	}
.content-blog .cat-krea a:hover {
	text-decoration:underline;
	}
	
.content-blog h2,
.content-blog h3 {
	color:#333;
	}

	
	
/* Footer */

footer.footer {
	background:#222;	
	}
footer.footer a:hover {
    color: #ffffff;
    text-decoration: none;
	}
footer.footer #inner-footer {
	background:none;
    margin: 0;
    padding: 50px 0 0 0;
	color:#888;
	}
footer.footer #inner-footer .widget  {
	background:none;
	flex:auto;
	max-width: 25%;
	}

footer.footer .refugiovda {
    display: inline-block;
    text-align: center;
	}
footer.footer .refugiovda img {
    margin: 0 0 10px;
	max-width:60%;
	}
footer.footer .refugiovda h4 {
    color: #afafaf;
    font-family:"Roboto Slab",sans-serif;
    font-size: 0.9rem;
	}
footer.footer .refugiovda p {
    font-size: 0.7rem;
    margin: 0;
	}
footer.footer .elanillo-footer {
	padding: 10px;
	display: inline-block;
	background: none;
	text-align: center;
	margin: 0 auto;
	}
footer.footer .elanillo-footer {
	max-width: 168px;
	}

footer.footer .elanillo-footer a {
	display: block;
	padding: 5px 0;
	font-size: 0.8rem;
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	}


footer.footer .menu-footer-krea .widget {
    margin: 0;
	}
footer.footer .menu-footer-krea .widget ul {
    text-align: center;
	margin:0;
	padding:0;
	}
footer.footer .menu-footer-krea .widget ul li {
    padding: 5px 0;
	border:none;
	display: inline-block;
	}
footer.footer .menu-footer-krea .widget ul li a {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
	color:#bbb;
	}
footer.footer .menu-footer-krea .widget ul li.navbar-krea-ico a i.fa{
    color: #ffffff;
    font-size: 1rem;
    padding: 7px 10px;
	}
footer.footer .menu-footer-krea .widget ul li a i.fa-facebook {
    background: #4b6ece;
	}
footer.footer .menu-footer-krea .widget ul li a i.fa-instagram {
    background: #b73fcd;
	}
footer.footer .menu-footer-krea .widget ul li a i.fa-whatsapp {
    background: #3fcd4e;
	}
footer.footer .menu-footer-krea .widget ul li a i.wikiloc:before {
	bottom:-10px;
	}


footer.footer .menu-footer-krea .widget ul li a:hover i {
	opacity:0.8;
	}
.footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
	}
footer.footer .sub-footer-krea {}
footer.footer .sub-footer-krea p {
    font-family: "Raleway",sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0;
	}
footer.footer .sub-footer-krea a {
    color: #bbb;
	}
footer.footer .sub-footer-krea p.footer-krea-web {
    color: #9d9d9d;
    font-family: open sans;
    font-size: 0.6rem;
    text-align: right;
	}
footer.footer .sub-footer-krea p.footer-krea-web a {
    color: orange;
    font-weight: 600;
	background: url("images/sk-logo.png") no-repeat right center;
	padding:4px 30px 4px 0;
	}
footer.footer .menu-footer-krea a:hover,
footer.footer .menu-footer-krea .widget ul li a:hover,
footer.footer .elanillo-footer a:hover,
footer.footer .sub-footer-krea a:hover {
	color:#fff;
	text-decoration:none;
	}	

/* Cookies box */
body #cookie-notice {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-top: 1px solid #000000;
    font-family: "Raleway",sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
	}
body .cn-button.wp-default {
    background: var(--k-rosa);
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 5px 20px;
    text-shadow: none;
    text-transform: uppercase;
	}

/* Carouse Shortode Ultimate */

body .su-image-carousel {
	margin-bottom:60px;
	}
body .su-image-carousel > ol.flickity-page-dots {
	bottom: -50px;
    position: absolute;
    top: auto;
    width: 100%;
	opacity: 1;
	}
body .su-image-carousel > ol.flickity-page-dots > li.dot {
	width:15px;
	height:15px;
	}
.su-image-carousel > ol.flickity-page-dots > li.dot:hover {
	opacity:1;
	}
body .su-image-carousel > ol.flickity-page-dots > li.dot::before {
	height:100%;
	width:100%;
	left:0;
	top:0;
	transform:none;
	background:#aaa;
	}

/* Gallery plugin */
body .su-lightbox {
    color: #15a9d7;
    text-decoration: underline;
	}
body .su-lightbox-gallery {
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
	}

body .su-custom-gallery-slide {
	float:none;
	margin:0;
	overflow:auto;
	flex: 0 0 auto;
	}

/*  Site map pugin */
.wsp-posts-list ul {
	padding: 10px 0 0 20px !important;
	display: block;
	}
.wsp-posts-title,
.wsp-pages-title {
	font-size: 1.8rem !important;
	text-align: left !important;
	margin: 0 0 20px 0 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	}
.wsp-posts-title:after,
.wsp-pages-title:after {
	margin: 10px 0 0 0 !important;
}


/* Plugin Instagram Feed */
body button.LoadMoreButton {
    padding: 8px 18px;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 600 !important;
    font-family: "open sans";
}
body .FeedGridLayout__grid {
    margin-top: 10px;
    margin-bottom: 10px;
}
body a.FeedProfilePic__fallback.FeedProfilePic__root {
    width: 40px !important;
    height: 40px !important;
    padding: 3px !important;
    border: 1px solid #f00;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
	.page-titulo .sombra {padding: 180px 0 110px;}
	}
@media (max-width: 1200px) {
	.navbar .container-krea {max-width:none;padding:0 10px;}
	.navbar-krea .navbar-krea-ico a {padding: 0 3px !important;}
	
	.full-home-content-logo {background-size: 15rem auto;padding:120px 0 0;}
	}
@media (max-width: 1040px) and (min-width: 991px) {

	.navbar-krea .navbar-brand {max-width:78px;}
	.navbar-krea .menu-top-especial {padding:3px 8px;}
	}

@media (max-width: 991px) {
	.container-krea {max-width: 100%;}
	.widget-area-krea .textwidget {padding: 0;}
	.navbar-krea {background: rgba(0, 0, 0, 0.95);}
	.navbar-krea .navbar-krea-ico {margin: 0 0 10px 0;}
	.navbar-krea .current_page_item a {font-weight:700;}
	.navbar-krea .current_page_item a::before {content:none;}
	.navbar-krea a[href="https://reservarefugios.com/"] {display: block;text-align: center;}
	.navbar-krea .menu-top-especial {padding:5px 20px;}
	.navbar-krea a.navbar-brand {display: block;margin: 0;text-align: center;width: 80%;}
	.navbar-krea a.navbar-brand img {margin-left: 8%;width: 80px;}
	.navbar-krea a.navbar-brand::after {content: "refugio Vega de Ario";display: block;font-family: 'Montserrat', sans-serif;font-size: 0.6rem;font-weight: 600;text-transform: uppercase;margin-left:8%;}
	footer.footer .sub-footer-krea p.footer-krea-web {padding:10px 0;text-align:center;}
	footer.footer #inner-footer .widget {max-width:none;}
	.page-titulo .sombra {padding: 160px 0 70px;}
	.full-home {padding-top:110px;}
	.full-home-content h1 {font-size: 6.3rem;line-height: 5.4rem;}
	.full-home-content span {font-size: 1.3rem;line-height: 1.5rem;}
	.full-home-content-logo {background-size: 13rem auto;padding:110px 0 0 0;}
	

	}	

@media (max-width: 768px) {
	.widget-area-krea {margin: 30px 0 0 0;padding: 0 20px;background:#fff;}
	.container-krea {max-width:100%;}
	.content-krea h3 {font-size:1.4rem;}
	.page-titulo .sombra {padding:130px 0 40px;}
	.page-titulo h1 {font-size: 1.4rem;}
	.page-titulo h1::after {margin-top:20px;}
	.panel-servicios .card {min-height:auto;padding-bottom:20px;}
	.full-home-content h1 {font-size: 4.6rem;line-height:4.1rem;letter-spacing: -0.3rem;}
	.full-home-content span {font-size: 1rem;line-height:1.2rem;}
	.full-home-content-logo {background-size: 11rem auto;padding:85px 0 0 0;}
	section.home-aviso h2 {line-height: 2.2rem;font-size: 2.3rem;}
	section.home-aviso h3 {font-size: 1.3rem;}
	section.home-refugio h3 {font-size: 1.4rem;line-height: 1.6rem;}
	section.home-post-destacado .wp-show-posts-entry-title a {font-size: 1.3rem;line-height: 1.4rem;}
	.grid-refugio .grid-refugio-box {min-height: 245px;}
	.content-blog {padding-top:0;}
	
	}


@media (max-width: 575px) {
	.template-simple-krea .container-krea {padding-left:0;padding-right:0;}
	.widget-area-krea .widget {background: #fff ;border-bottom: 1px solid #ddd;padding: 30px;width: 100%;display:block;margin:0 auto;}
	footer.footer .refugiovda {display:block;}
	.page-titulo .sombra {padding: 120px 0 30px;}
	.page-titulo h1 {font-size: 1.1rem;letter-spacing: 0.4rem;}
	.page-titulo h1::after {margin-top: 15px;}
	.full-home-content h1 {text-align:center;font-size: 3.7rem;line-height:3.5rem;letter-spacing: -0.25rem;}
	.full-home-content span {text-align:center;font-size: 1rem;line-height:1.2rem;}
	.full-home-content-logo {background-position: center top;padding: 140px 0 0;}
	.full-home-content {top:50px;}
	.table-krea .table-body {font-size: 0.9rem;}
	.table-krea .table-body .table-title {font-size: 0.8rem;}
	.table-krea .table-body .table-title i {font-size: 0.9rem;vertical-align: baseline;}
	.table-krea .table-body div {padding: 10px 0;}
	.table-krea .table-body b {font-size:0.8rem;}
	.table-krea .table-body div span.text-warning {display: block;font-size: 0.9rem;}
	.table-krea .table-header {font-size: 0.8rem;padding:10px 0;}
	.table-krea .table-header div {padding: 0;}
	.table-krea .table-header i {display: block; font-size: 1.2rem;}
	body .text-mini,
	body p.text-mini {font-size:0.6rem;}
	.section-tarjeta img {max-width: 200px;}
	.content-krea h3 {font-size: 1.1rem;}
	.content-krea h2 {font-size: 2rem;}
	section.home-aviso h2 {line-height: 1.8rem;font-size: 1.8rem;}
	section.home-aviso .well-krea {font-size: 1rem;}
	section.home-aviso .smile span {font-size: 2.2rem;}
	section.home-aviso .well-krea {padding:20px 30px;}
	.grid-refugio .grid-refugio-box {min-height: 230px;border-width:1px;}
	.grid-refugio .grid-refugio-box .home-refugio-cartel a {padding:10px;}
	}
@media (max-width: 380px) {
	.full-home-content h1 {font-size: 3rem;line-height: 2.8rem;}
	section.home-refugio h3 {font-size: 1.2rem;line-height: 1.4rem;}
	section.home-post-destacado .wp-show-posts-entry-content h3 {font-size: 1.1rem;}
	.table-krea .table-body .table-title i {text-align: left;display: block;}
	.table-krea .table-body .table-title {padding-left:10px;}
	.content-krea h2 {font-size:2.1rem;}
	.content-krea h3 {font-size: 0.9rem;}
	body:not(.home) .content-krea h2 {font-size: 1.8rem;}
	body:not(.home) .content-krea h3 {font-size: 1.2rem;}
	section.home-aviso h2 {line-height: 1.4rem;font-size: 1.5rem;}
	section.home-post .wp-show-posts-inner {padding:0;}
	section.home-post .wp-show-posts-inner .wp-show-posts-entry-summary {padding:0;}
	section.home-post .wp-show-posts-inner .wp-show-posts-entry-header {margin: 20px 0;padding: 0 0 10px;}
	body .su-custom-gallery-slide {flex: 0 0 25%;}
	}


@media (min-width: 1019px) {
	body .max1018 {max-width:1018px;}
	
	}
	
@media (min-width: 776px) {
	body .max775 {max-width:775px;}
	}




/* PAJAROS : obtenido de https://codepen.io/matchboxhero/pen/RLebOY?editors=1100 */

@import url('https://fonts.googleapis.com/css?family=Arima+Madurai:300');

.container-pajaros {
	height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	}

.bird {
    animation-iteration-count: infinite;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg");
	/* background-image:url("\images/bird-cells-new.svg"); */
    background-size: auto 100%;
    height: 125px;
    width: 88px;
    will-change: background-position;
}
.bird--one {
    animation-delay: -0.5s;
    animation-duration: 1s;
}
.bird--two {
    animation-delay: -0.75s;
    animation-duration: 0.9s;
}
.bird--three {
    animation-delay: -0.25s;
    animation-duration: 1.25s;
}
.bird--four {
    animation-delay: -0.5s;
    animation-duration: 1.1s;
	transform: scale(0.5);
}
.bird-container {
    animation-iteration-count: infinite;
    animation-name: fly-right-one;
    animation-timing-function: linear;
    left: -10%;
    position: absolute;
    top: 10%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
}
.bird-container--one {
    animation-delay: 35s;
	animation-duration: 15s;
	z-index:88;
	filter:blur(2px);
}
.bird-container--two {
    animation-delay: 32s;
    animation-duration: 16s;
	z-index:88;
	filter:blur(3px);
	
}
.bird-container--three {
    animation-delay: 30s;
    animation-duration: 14.6s;
	z-index:111;
	filter:blur(1px);
}
.bird-container--four {
    animation-delay: 2s;
    animation-duration: 28s;
	z-index:88;
	filter:blur(2px);
	opacity: 0.7;
}

.bird-container {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.3) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.5);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.6);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(0.6);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.45);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.45);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
}
