
/*
	Theme Name: Medialogic Blank
	Theme URI: http://www.medialogic.cl
	Description: HTML5 + CSS3 + Bootstrap4
	Version: 1.0
	Author: Jose Luis Fernandez
	Author URI: http://www.medialogic.cl
	Tags:  HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Lora", serif;
	color:#555555;
	font-size: 16px;
	overflow-x: hidden;
	background-color: #f5f5f5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width: 100%;
	vertical-align:bottom;
	height: auto;
}

p {
	font-weight: 100;
	font-size: 1em;
}

a {
	color: #007eff;
	text-decoration:none;
}
a:hover {
	color: #007eff;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.header .nav ul li.current-menu-item a {
	font-weight: 600;
	/* text-decoration: underline; */
}

.bold {
	font-weight: bold;
}

.btn {
	font-size: 1em;
}

.btn-primary {
    color: #fff;
    background-color: #11016a;
    border-color: #11016a;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.lead {
	font-size: 2rem;
}

.flickity-button:hover {
	background-color: rgba(255,255,255,.3);
}

.separador {
	width: 70px;
	height: 3px;
	background-color: #11016a;
	margin: 1em auto;
}
ul {
	list-style: none;
}

.hidden {
	display: none !important;
}

.rounded-10px {
	border-radius: 10px;
	overflow: hidden;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dedede;
}

/*------------------------------------*\
    TITULOS
\*------------------------------------*/

h1, .h1 {
	font-weight: 600 !important;
	text-transform: none;
	font-size: 2em;
	color: #343434;
}

.color-rojo {
	color: #FF0000;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* top */

#top {
	background: #11016A;
background: linear-gradient(90deg,rgba(17, 1, 106, 1) 0%, rgba(0, 47, 122, 1) 50%, rgba(17, 1, 106, 1) 100%);
	padding: 4px 0;
	/* border-bottom: 1px solid #fede59; */
}

#top a {
	font-size: .9em;
	color: #fff;
}

#top a:not(:first-child) {
    margin-left: 15px;
}

#top .iconos {
	
}

/* wrapper */
.wrapper {
	/* max-width:1280px; */
	width: 100%;
	/* margin:0 auto; */
	position:relative;
}
/* header */
.header {
	/* padding: .5em 0; */
	background-color: #ffffff !important;
	/* border-top: 10px solid #11016a; */
}


#nav-btn {
    	display: none;
    }

.header .nav ul {
	margin: 0;
	align-items: center;
	display: flex;
	list-style: none;
	justify-content: flex-end;
	width: 100%;
	overflow: visible;
	padding: 0;
}

.header .nav ul li {
	height: 100%;
	display: flex;
	align-content: center;
	position: relative;
}

.header .nav ul li a {
	color: #343434;
	padding: 2.5em 1.5em;
	/* text-transform: uppercase; */
	/* font-weight: 100; */
	/* font-size: 1em; */
	letter-spacing: 1px;
	display: flex;
	position: relative;
	align-items: center;
	transition: all .3s ease;
}

.header .nav ul li:not(:first-child) a {
	border-left: 1px solid #ddd;
}

.header .nav ul li a:hover {
	background: #11016A;
    background: linear-gradient(90deg, rgba(17, 1, 106, 1) 0%, rgba(2, 20, 120, 1) 50%, rgba(17, 1, 106, 1) 100%);
	color: #ffffff;
}

.header .nav li ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	background-color: #11016a;
	padding: 0;
	z-index: 9;
}

.header ul li:hover ul.sub-menu {
	display: block;
	
}

.header .nav ul li ul.sub-menu li {
	width: 100%;
	border: none;
    padding: 0;		
}

.header .nav ul li ul.sub-menu li a {
	border: none;
	padding: 1em 2em;
	border-top: 1px solid #11016a;
	width: 100%;
}

.home section h1, .home section h2 {
	margin: 0em 0 0;
	font-size: 2.5em;
	font-weight: 600;
	color: #343434;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
}

.bg-overlay {
	background-blend-mode: overlay;
}

section#slider .carousel-cell {
		padding: 2em 0;
		min-height: 50vh;
		align-content: center;
		background-blend-mode: multiply;
		background-color: #737373;
	}

section#slider .carousel-cell h2{
	color: #ffffff;
	/* font-weight: bold; */
	text-shadow: 0 0 7px rgba(0,0,0,.8);
	font-size: 2.5em;
}

section#slider .carousel-cell p {
	color: #ffffff;
	font-weight: 400;
	font-size: 1.2em;
}

section#formulario {
	background-image: url('img/bg1.jpg');
	padding: 5em 4em;
	/* background-color: #fdde59; */
}

section#formulario h1 {
    color: #343434;
    text-align: center;
    margin-bottom: 15px;
    /* font-weight: 600; */
}

div#home_form {
	background-color: #fff;
}

div.opciones-container {
	background-color: rgba(255,255,255,.9);
	padding: 25px 40px;
	border-radius: 8px;
	width: 70%;
	padding: 0;
	margin: 0 auto;
}

.row.opciones {
	margin-bottom: 25px;
	padding: 0;
	margin: 0;
}

div.opciones-container label {
		color: #444;
		/* text-shadow: 0px 0px 3px rgba(0,0,0,.9); */
	}

div.opcion {
	padding: 0;
}
div.opcion a {
	border: 1px solid #ccc;
	background-color: #ffff;
	text-align: center;
	color: #666;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	transition: all .5s ease;
	max-height: 100px;
}

div.opcion:hover {
	background-color: #efeef0;
	/* color: #fff; */
	cursor: pointer;
	/* font-weight: bold; */
}

div.opcion a.selected {
	background-color: #11016a;
	color: #fff;
	border: 1px solid #11016a;
}
div.opcion a.selected b {
	color: #fff;
}

div.opcion:hover b {
	/* color: #fff; */
}

div.opcion b {
	color: #11016a;
}


div.opcion:first-child {
	border-radius: 6px 0 0 6px;
}
div.opcion:last-child {
	border-radius: 0 6px 6px 0;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5rem;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 5rem;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7.5rem;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 10rem;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 12.5rem;
}

h3.line-clamp-2 {
	height: 6rem;
}

/* - Card socio - */
.object-fit-cover {
	object-fit: cover;
}

.object-fit-contain {
	object-fit: contain;
}

.card-socio {
	border-radius: 10px;
	overflow: hidden;
}

.card-socio .header-image {
	height: 160px;
}

.card-socio .socio-logo {
	width: 120px;
    height: 120px;
    margin-top: -60px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}

.card-socio-min {
	transition: all .3s ease;
}

.card-socio-min:hover {
	transform: translateY(-6px);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4) !important;
}

.card-socio-min .logo {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

/* - Single socio - */
.single-socio .header-socio {
	min-height: 275px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 100px;
}

.single-socio .container_float_profile {
	position: absolute;
	bottom: -80px;
	left: 10px;
}

.single-socio .logo-socio {
	width: 150px;
	height: 150px;
	object-fit: contain;
	background-color: #fff;
	padding: .5em;
	border-radius: .5em;
	border: 1px solid #cecece;
}

.single-socio .info-contacto i {
	font-size: 2em;
}
.single-socio #map_container iframe {
	width: 100% !important;
	height: 275px;
}

/* - BLOG ARCHIVE - */
section#blog-archive {/* background-color: #fff; */padding-top: 2em;}

section#blog-archive h1 {
	margin: 0 0 .5em 0;
}

section#blog-archive article.post {
	padding: 2em 1em;
	border-top: 1px dashed #ccc;
}

section#blog-archive article.post img {
	width: 100%;
}

section#blog-archive article.post h2 {
	font-weight: 600;
	font-size: 1.5em;
	margin-top: 1em;
}

section#blog-archive article.post h2 a:hover {
	text-decoration: underline;
	color: #000;
}

section#blog-archive article.post span  {
	font-size: .9em;
}
section#blog-archive article.post a.view-article {display: none;}

section#blog-archive article.post a.btn {
	padding: .3em 2em;
	font-size: .9em;
}

section#blog-archive article.post p  {
	margin-top: 1em;
	text-align: justify;
}

section#blog-archive article.post span.comments {
	display: none;
}


/* - SINGLE BLOG */
section.single-blog {
	
}

section.single-blog p {
    	text-align: justify;
    	margin-bottom: 2em;
    	line-height: 1.5em;
    }
section.single-blog p a {
	color: #0069d9;
	text-decoration: underline;
}

section.single-blog h1 {
	margin: 0;
}

section.single-blog .wp-block-image {
	width: 100%;
	margin: 1em 0;
}
section.single-blog .wp-block-image img{
	width: 100%;
	height: auto;
}

section.single-blog article.post {
	margin: 1em 0;
	padding: 1.5em 4em;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

section h3 {
	margin: 0 0;
	font-weight: bold !important;
	font-size: 1.2em;
	line-height: 1.75em;
	/* text-transform: uppercase; */
	/* letter-spacing: .25px; */
}


h3 {
	font-size: 1.25em;
	line-height: 1.3em;
	color: #343434;
}


div.wpcf7 {
	width: 100%;
}

div.wpcf7 form {
	background-color: #fff;
	/* border: 8px solid rgba(255,255,255,.5); */
	padding: 2em;
	/* border-radius: 4px 4px 0 0; */
	/* box-shadow: 0 0 9px rgba(0,0,0,.2); */
	/* margin-top: 3em; */
	/* border-bottom: none; */
	border: 1px solid #ccc;
	/* border-bottom: none !important; */
	/* padding: 2em 3em 3em 3em; */
	background-color: #fff;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
}

section#contacto div.wpcf7 form {
	padding: 2em;
	border: none !important;
	/*box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);*/
	box-shadow: none;
	border-radius: 10px;
	background-color: rgba(255,255,255,.85);
}

div.wpcf7#wpcf7-f57-o1 form p {
	width: 100%;
}

div.wpcf7 form p {
	width: 100%;
	display: inline-block;
	/* margin: 0 0 20px 0; */
	padding: 0 0em;
	/* font-size: 1.25em; */
	/* font-weight: 100; */
}

 div.wpcf7 form p label {
	font-size: 1em;
	color: #343434;
	font-weight: 600;
	/* font-family: 'Roboto', sans-serif; */
}

div.wpcf7 form p label, 
div.wpcf7 form p textarea,
div.wpcf7 form p input,
div.wpcf7 form p select
 {
	width: 100% !important;
}

div.wpcf7 form p textarea,
div.wpcf7 form p input,
div.wpcf7 form p select {
	/* font-size: 1em; */
	/* border-radius: 3px; */
	/* border: 1px solid #ccc; */
	/* margin: 3px 0 15px 0; */
	/* padding: .6em; */
	max-height: 130px;
	/* background-color: #ffff; */
}

aside input, aside textarea {
	line-height: 2.5em;
}

div.wpcf7 form p input[type="submit"] {
	background-color: #11016a;
	color: #fff;
	border: none;
}

section#contacto {
	background-image: url('img/bg_contacto.jpg');
	border-bottom: none;
	/* padding: 50px 0 0px; */
	/* background-color: #f5f5f5; */
	/* z-index: -1; */
}

section#contacto h1 {
	/* color: #fff; */
	/* margin-bottom: 25px; */
	padding: 0;
}

section.single-page-header {
	background-image: url('img/bg_single_page.jpg');
	padding: 65px 0;
	background-color: #11016a;
}

section.single-page-header h1 {
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-size: 2.75em;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}


section#slider .flickity-button {
    color: #fff;
    opacity: .5;
}

section#socios .flickity-enabled {
    /*pointer-events: none !important;*/
}

.flickity-button {
    position: absolute;
    background: none;
    /* border: none; */
    /* color: #fff; */
}

.flickity-page-dots {
	bottom: 20px;
}
.flickity-page-dots .dot {
	border: 1px solid #fff;
}
/* logo */
.logo {align-self: center;}
.logo-img {
	width: 80px;
	margin: .5em 0;
}

/* nav */
.nav {

}
/* sidebar */
.sidebar {
    /* margin-top: 1.25em; */
    padding: 0 1em;
}

.sidebar h3 {
    margin-bottom: 1em !important;
    line-height: 1em;
    /* color: #fff; */
    /* font-size: 1em; */
    /* font-weight: 500; */
    text-align: center;
}

.sidebar ul {
    margin: 0 0 1.5em 0;
    padding: 0;
}

.sidebar ul li {
    border-bottom: 1px dashed #ccc;
    padding: .5em 1em;
}

.sidebar ul li a {
    width: 100%;
    display: block;
}
.sidebar ul li a:hover {
    text-decoration: underline;
}

.sidebar-widget .wp-block-heading {
	
}

/* footer */
.footer {
	padding: 0em 0 6em;
	background: #11016A;
background: linear-gradient(90deg,rgba(17, 1, 106, 1) 0%, rgba(0, 47, 122, 1) 50%, rgba(17, 1, 106, 1) 100%);
	/* border-top: 1px solid #ccc; */
	color: #fff;
}

.footer #but_top {
	background: #11016A;
background: linear-gradient(90deg,rgba(17, 1, 106, 1) 0%, rgba(0, 47, 122, 1) 50%, rgba(17, 1, 106, 1) 100%);
	padding: 1em 0em;
	margin-bottom: 3em;
	/* border-bottom: 1px solid #bc202f; */
}

.footer #but_top a {
	color: #fff; 
}

.footer .columna {padding: 0 1.5em;border-right: 1px solid rgb(255 255 255 / 15%);/* display: flex; */}

.footer img.logo {
	width: 150px !important;
	mix-blend-mode: lighten;
}

.footer .col {
	padding: 0 2em;
}

.footer a, .footer p, .footer h2 {
    color: #fff;
    width: 100%;
    display: inline-block;
}

.footer a, .footer p {
    font-weight: 100;
    font-size: 1em;
    color: #fff;
    margin: 0;
    line-height: 1.75em;
}

.footer a:hover {
	text-decoration: none;
	/* color: #fff; */
	cursor: pointer;
}

.footer a.button {
	/* background-color: #fff; */
	color: #fff;
	padding: 0 1em !important;
	width: auto;
	text-shadow: none;
	margin: 0;
	display: inline-block;
}

.footer p {
	text-align: left;
}
.footer a:hover strong {
	text-decoration: underline;
}
.footer strong {
	color: #fff;
	font-weight: 600;
}

.footer h2 {
	font-weight: 300;
	font-size: 1.5em;
	/* border-bottom: 1px solid #11016a; */
	padding-bottom: 0;
} 

.footer .separador {
	margin: 1em 0;
	display: inline-block;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
    padding: 5px 0;
    /* border-bottom: 1px dashed #fff; */
}

.footer .btn-facebook,
.footer .btn-instagram,
.footer .btn-whatsapp  {
	color: #fff;
}

.footer .btn-facebook:hover {/* background-color: #4b6eb9; */}

.footer .btn-facebook span,
.footer .btn-instagram span {
	line-height: unset !important;
}






.footer .btn i {
	font-size: 1.5em;
	margin: 0;
	color:#fff;
}
.footer .btn span {
	padding: 0;
	line-height: 1em;
	align-items: center;
	display: inline;
	/* color:#fff; */
	font-weight: 500;
	text-align: left;
	/* vertical-align: middle; */
}

div#bottom {
	background-color: #11016a;
	color: #fff;
	font-weight: 300;
	padding: 1em;
	font-size: .75em;
}

div#bottom a {
	color: #fddd58;
	font-weight: 300;
}

div#bottom p {
	margin: 0;
	padding: 0;
}


div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #41b12c;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 8px;
}

a#but_toggle_menu {
		display: none;
	}

#opciones_top {
	background-color: transparent;
	border-radius: 8px 8px 0 0;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 0px;
	transition: all 1s ease;
}
#opciones_top.show {
	max-height: 500px;
}

#opciones_top div.row {
	padding: 0;
	margin: 0;
}

#opciones_top div.paso {
	background-color: #f1f1f1;
	color: #aaa;
	padding: .75em 0;
	font-weight: 600;
	/* align-items: center; */
}

#opciones_top div.paso i {
	display: none;
}
#opciones_top div.active i {
	display: inline-block;
	margin-left: .5em;
	color: #18ff18;
}

#opciones_top div.paso span {
	border: 1px solid #fff;
	padding: .4em;
	border-radius: 50%;
	line-height: 1em;
	width: 33px;
	height: 33px;
	display: inline-block;
	margin-right: .5em;
}

#opciones_top div.current {
	background-color: transparent;
	color: #333;
}

#opciones_top div.active {
	background-color: #11016a;
	color: #fff;
}

.label_operacion {
	position: absolute;
	right: -10px;
	top: 10px;
	padding: .5em 1.5em;
	border-radius: 5px;
	color: #fff;
	font-size: .7em;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.label_operacion.venta {
	background-color: #a7c14b;
}

.label_operacion.arriendo {
	background-color: #5eaae4;
}

.overlay_finalizada {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 46%;
	left: 0;
	text-align: center;
	color: #fff;
	padding: .75em;
}

.overlay_finalizada.venta {
	background-color: #a7c14b;
}
.overlay_finalizada.arriendo {
	background-color: #5eaae4;
}

#form_solicitud a.btn {
	width: 50%;
	margin: 0%;
	padding: .6em;
}

.valores_top {
	font-size: 13px;
	/* font-weight: 100; */
}
.agente h3 {
	color: #444444;
	font-weight: 400;
}
.agente h4 {
	color: #bc202f;
	font-weight: 100;
}
.agente img {
	width: 66%;
}
.agente p {
    font-size: 16px;	
}

#franja_llamado_2 {
	background: #11016A;
background: linear-gradient(90deg,rgba(17, 1, 106, 1) 0%, rgba(0, 47, 122, 1) 50%, rgba(17, 1, 106, 1) 100%);
	color: #fff;
}

.card-blog img {
	height: 200px;
	object-fit: cover;
}

.pagination {

}

.pagination span {
	background-color: #fff;
	padding: .5em 1em;
	border: 1px solid #eee;
	margin: 0 .3em;
}

.pagination a {
	background-color: #fff;
	padding: .5em 1em;
	border: 1px solid #eee;
	margin: 0 .3em;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

/*------------------------------------*\
    COLORES
\*------------------------------------*/



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


@media only screen and (max-width: 768px) {
    
    .valores_top {
    	width: 100%;
    	text-align: center;
    	display: inline-block;
    	font-weight: 100;
    } 

    .header .nav li ul.sub-menu {
    	display: none !important;
    }

	p {
		font-size: 1em;
		margin bottom: 2em;
	}

    .sidebar {
    	padding: 0;
        margin-top: 1em;
    }

	a#but_toggle_menu {
		display: block;
		color: #fff;
		position: absolute;
		top: 35px;
		right: 22px;
		padding: .5em 1em;
		background-color: #11016a;
		border-radius: 5px;
	}

	header .nav.show {
		max-height: 600px;
	}
    
	section#formulario {
		padding: 0em;
	}
	div.opciones-container {
		width: 100%;
		/* background-color: transparent; */
	}

	div.opciones-container label {
		
	}
    
    #opciones_top div.paso {
    	font-size: .75em;
    }
    #opciones_top div.paso span {
    	width: 26px;
    	height: 26px;
    	margin: 0 3em .5em;
    }

    section#formulario h1 {
    	color: #444;
    	/* text-shadow: 1px 1px 3px rgba(0,0,0,.4); */
    	/* font-weight: 400; */
    }

	div.opcion {
		border-radius: 0 !important;
		border: none;
		/* border-bottom: 1px solid #ddd; */
		padding: 0;
		margin: 0;
		display: contents;
	}

	div.opcion a.notselected {
		max-height: 0px;
		padding: 0;
		border: none;
		margin: 0;
		overflow: hidden;
		line-height: 0;
	}

    #top ul {
    	width: 100%;
    	padding: 0;
    	text-align: right;
    }
    #top a {
    	display: none;
    } 
    #top section#polylang-2 ul li a img {
    	/* width: 20px; */
    	/* height: 16.5px; */
    }
    #top section#polylang-2 {
    	width: 100%;
    }

    .logo-img {
    	width: 80px;
    	margin: 1em .5em;
    }

    #nav-btn {
    	display: inline-block;
    	color: #666;
    	vertical-align: middle;
    	line-height: 67px;
    	font-size: 1.5em;
    	position: absolute;
    	right: 25px;
    }
    
    .header {
    	z-index: 9;
        position:relative;
    }

    .header .nav {
    	max-height: 0px;
    	position: absolute;
    	top: 100%;
    	padding: 0;
    	overflow: hidden;
    	transition: max-height 0.5s ease-out;
    }
    .header .nav.active {
    	max-height: 450px;
    	transition: max-height 0.5s ease-out;
    }


    .header .nav ul {
        width: 100%;
        /* margin: 0; */
        padding: 0;
        flex-direction: column;
    }

    .header .nav ul li {
    	width: 100%;
    	display: block;
    	position: relative;
    	/* background-color: #f5f5f5; */
    }

    .header .nav ul li a {
    	border-left: none !important;
    	border-top: 1px dashed #dddddd;
    	width: 100%;
    	text-align: center !important;
    	display: block;
    	padding: 1.5em 1em;
    	background-color: #fff;
    }
    
	section#slider .carousel-cell h2 {
		font-size: 2em;
		/* padding: 0 2em; */
	}

	section h3 {
		font-size: 1em;
	}

	.single-socio .container_float_profile {
	    position: absolute;
	    bottom: -170px;
	    left: 0px;
		margin-bottom: 1em;
	}

	.single-socio .container_float_profile h1 {
		margin-top: 1rem !important;
	}

	.single-socio .header-socio {
		margin-bottom: 170px;
	}
	
	.single-socio .container_float_profile h1,
	.single-socio .container_float_profile h2{
		width: 100%;
		text-align: center;
		margin-bottom: 1rem !important;
	}

	section.single-blog article.post {
		padding: 0;
		border: none;
		box-shadow: none;
	}
    section.single-blog h1 {
    	font-size: 1.75em;
    	/* margin: 1em 0 0; */
    }
	div.wpcf7 form {
		padding: 2em 2em;
	}

    
    footer {
    	/* padding: 2em 1.5em !important; */
    	text-align: center;
    }

    footer h2 {
    	margin-top: 3em;
    }

	footer .text-left, footer p {
		text-align: center !important;
	}

	footer .btn p {
		text-align: left !important;
	}

	footer .btn {
		margin: .5em 0;
		width: 100%;
	}

	.footer a, .footer p {
		padding: .5em 0;
		margin: .5em 0;
	}

	div#bottom p {
		text-align: center;
	}

	.footer .columna {
		border-right: none;
		/* border-bottom: 1px dashed #730d0a; */
		margin-top: 2em;
		padding-bottom: 2em;
	}
	.footer .columna h2 {
		margin-top: 0em;
		margin-bottom: 1em !important;
	}

	.footer ul li {
	    padding: 0;
	    border-bottom: 1px dashed rgb(255 255 255 / 15%);
	}

	section#contacto div.wpcf7 form {
		padding: 1.5em;
	}

	section#contacto h1 {
		margin-top: 0;
	}

}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
body.archive {
	background-color: #f2f2f2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, input,textarea {
    color: #666;
    line-height: 50px;
    padding-left: 1em;
    outline: none !important;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
input {
	padding-top: 0em;
	padding-bottom: 0em;
}

.select2-search--dropdown .select2-search__field {
	line-height: 1.5em;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 0 !important;
    border: none;
    /* color: #fff; */
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
    right: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #11016a;
}

aside .col-sm-3 {
	flex: 0 0 100%;
    max-width: 100%;
    padding: 0  0 1em 0 !important;
}

figcaption {
	text-align: center;
	font-style: italic;
	font-weight: 100;
}

article.page ul {
	list-style: circle;
}

article.page li {
	margin-bottom: .5em;
	font-weight: 100;
	font-size: 1.25em;
}

span.precio {
	padding: .5em .75em;
	background-color: #f9f6f0;
	border-radius: 5px;
	border: 1px dashed #e3d1b5;
	color: #c7a066;
	/* font-size: .9em; */
	display: inline-block;
	/* font-weight: 500; */
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
