/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.iconModal {
    border: none !important; /* Remove border */
    scale: 150% !important; /* Scale the icon */
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.home_blur {
   background-image: url(../img/home_bg_medium.jpg);
    position: fixed;
    width: 110vw;
    height: 110vh;
    background-position: center;
    background-size: cover;
}







body {
    position:relative
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.sign p span a {
	color: #7BA79C;
}


.home_log {
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    text-align: center;
}

.sign {
  box-sizing: border-box;
  height: 90vh;
  left: 50%;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10vh);
}
.sign img {
  display: block;
  margin: 20px auto 40px;
  max-width: 200px;
  width: 90%;
}
.sign label {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  max-width: 95%;
  text-align: right;
  width: 200px;
  font: 1rem;
}
.sign p {
  font: .85rem;
  color: #fff;
}

.sign input[type="text"], .sign input[type="password"], .sign input[type="email"], .sign select, .sign input[type="tel"] {
  border: 0px solid;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  width: 95%;
  max-width: 350px;
  padding: 5px 10px;
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   font: 1rem;
}

.sign .button {
  padding: 10px 20px;
}

.sign .button.disabled {
  filter: grayscale(100%);
  cursor: default;
  pointer-events: none;
}

.button.dischat {
  filter: grayscale(100%);
  cursor: default;
  pointer-events: none;
}

.home_logo {
    margin: 6vh auto 4vh;
    width: 10vw;
    background-color: #fff;
    height: 10vw;
    border-radius: 50%;
    background-image: url(../img/isologo.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.home_log input {
    display: block;
    margin: 2vh auto 0;
    background-color: rgba(255,255,255, .8);
    box-shadow: none;
    border: none;
    border-radius: 10px;
    padding: 4px;
    text-align: center;
}

.home_log a {
    display: block;
    text-align: center;
    font-size: .75rem;
    margin: 0 auto 8px;
    text-decoration: none;
    color: #7BA79C;
}

.button {
    margin: 2vh auto;
    background-color: #123E55;
    color: #7BA79C;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 4px 0;
    border: 1px solid #7BA79C;
}
.home_log .button {
    width: 30%;
}

header {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-height: 80px;
  padding: 8px 1rem;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.header_logo {
    border-radius: 3px;
    height: 50px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
header ul {
    display: flex;
    align-items: center;
}

header li {
    list-style: none;
    margin: 0 0 0 1rem;
    font-size: .85rem;
    line-height: 1.4rem;
    position: relative;
}

.header_icon {
    font-size: 1.4rem !important;
}

.alert_number {
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: .6rem;
    background-color: #D31900;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 800;
}

.menu {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: space-around;
    overflow: auto;
    padding: 90px 30px 0;
    position: relative;
    width: 100%;
    max-width: 800px;
    align-content: center;
    margin: 0 auto;
}

.menu_icon {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
}

.menu_box {
  margin: 1.5rem 2vw;
}

.menu_box h3 {
  color: #214a57;
  font-size: 0.9rem;
  margin: 15px 0 0;
  text-align: center;
  width: 100px;
}

/* footer {
    position: absolute;
    bottom: 0;
    right: 0;
} */

footer { /* Maximo */
    /* position: absolute; */
    bottom: 0;
    right: 0;
}

.new_col {
	display: none;
}

footer a {
    display: inline-block;
    margin-right: 1rem;
    font-size: .75rem;
    line-height: 20px;
    color: #214A57;
}

.section_header {
    padding: 98px 1rem 20px;
    background-image: url(../img/home_bg_medium.jpg);
    background-position: center center;
    background-size: cover;
    align-items: center;
}

.section_header h3 {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.section_header .icon {
    background-color: #123E55;
    border: 1px solid #7ba79c;
    color: #7BA79C;
    display: inline-block;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    margin-right: 1rem;
    border-radius: 5px;
}

.section_header .section_tag {
  margin: 1rem auto 0;
  background-color: #123e55;
  border: 1px solid #7ba79c;
  color: #7BA79C;
}

.section_header .section_tag.active {
	color: #123e55;
}
.mobile {
	display: none !important;
}


.section_col {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 3rem;
}

.col-2 {
    width: 100%;
    box-sizing: border-box;
}

.col-2:last-child {
    border: none;
}

.section_col h2 {
    margin: 0 0 2rem;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
}

article {
    width: calc(100% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 2px solid #cecece;
    margin: 10px 10px;
    padding-bottom: 10px;
}
.col-1 article{
    width: calc(50% - 20px);
    padding-right: 10px;
    margin: 10px 5px 0px;
} 

figure {
    width: 100%;
    margin: 0;
    position: relative;
}

figure img {
    width: 90%;
    margin: 10px auto;
    display: block;
}
.modal_close {
	display: none;
}
.modal.active .modal_close {
	color: #fff;
	position: absolute;
	right: 2%;
	top: 3%;
	display: block;
	cursor: pointer;
	font-size: 1.5rem;
}
.demo-modal.active .modal_close {
	color: #fff;
	position: absolute;
	right: 2%;
	top: 3%;
	display: block;
	cursor: pointer;
	font-size: 1.5rem;
}
.modal.active {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: block;
	background-color: rgba(0,0,0,.9);
}
.demo-modal.active {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: block;
	background-color: rgba(0,0,0,.9);
}


.slide_img {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40vw;
  margin: 10px auto;
  width: 90%;
}

.slide_img img {
	-webkit-touch-callout: default;
	-webkit-user-select: default;
	-khtml-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
}


.slick-dots button {
  background-color: #666;
  border: medium none;
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  padding: 0;
  width: 10px;
}
.slick-active button {
  background-color: #000;
}
.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 5px 5px 10px;
}

.edit_fotos .slide_img {
  height: 22vw;
}

figcaption {
    font-size: .75rem;
    text-align: center;
}

.edit_fotos figcaption {
    width: 90%;
}

.inm_info {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inm_info h3 {
  background-color: #cecece;
  margin: 0;
  padding: 9px;
  text-align: center;
  width: 100%;
}
.inm_info h4, .inm_info p {
  background-color: #cecece;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 25%;
}
.inm_info h4 i {
    font-size: 1.3rem;
    text-align: center;
    color: #123E55;
}
.inm_info p {
  background-color: #eee;
  font-size: 0.75rem;
}
.inm_info.info-card h4 {
  margin: 0;
  width: 10%;
  text-align: center;
}
.inm_info.info-card p {
  width: 40%;
}
.inm_disp {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.botonera {
    margin: 10px auto 0;
    border: 2px solid #123E55;
    border-radius: 3px;
    color: #123E55;
    padding: 5px 10px;
    font-size: 2rem;
}

.botonera input {
  display: inline-block;
  margin: 0 10px;
  transform: scale(1.3) translateY(-40%);
}

.botonera .icon {
    margin: 0 5px;
    display: inline-block;
}

.koala {
    width: 25%;
    background-color: #7BA79C;
    padding: 10px;
}

.col-1 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.home_log img {
    width: 50%;
    margin-bottom: 3vh;
}

.plogo  {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    border-radius: 5px;
}
.uface {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
#map {
  width: 100%;
  height: 40vw;
  z-index: -1;
}

.videocont {
  width: 100%;
  height: 30vw;
  z-index: -1;
  margin-top: 20px;
}


.extra_contai {
  width: 50%;
}

.info .inm_info {
    box-sizing: border-box;
    width: 50%
}
.li_client {
    color: #123E55;
}
.li_socio {
    color: #7BA79C;
}
.info label {
  font-weight: 600;
  margin-bottom: 1rem;
  width: 100%;
}
.info input, .info textarea, .info select, .edit_fotos button.button {
  border: 2px solid #123e55;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 10px;
  width: 70%;
}
.swich {
  border: 2px solid green;
  border-radius: 5px;
  font-size: 0;
  margin-bottom: 1rem;
  transition: all .3s ease;
}
.si, .no {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  font-size: 1rem;
  transition: all .3s ease;
}
.no.nosected {
  box-shadow: 10px 2px 15px 1px;
}
.si.nosected {
  box-shadow: -8px 2px 15px 1px;
}


.checkbox {
	position: relative;
}
.checkbox input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.checkbox-box {
  border: 2px solid red;
  border-radius: 5px;
  font-size: 0;
  margin-bottom: 1rem;
  transition: all .3s ease;
}
input:checked + .checkbox-box{
  border: 2px solid green;
}
.checkbox-box div {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  font-size: 1rem;
  transition: all .3s ease;
}
input + .checkbox-box div:first-child {
  box-shadow: -8px 2px 15px 1px;
}
input:checked + .checkbox-box div:first-child {
  box-shadow: 0 0 0 0;
}
input:checked + .checkbox-box div:last-child {
  box-shadow: 10px 2px 15px 1px;
}


.info ol {
    border: 2px solid #123e55;
    border-radius: 5px;
    padding: 10px 40px 0;
    width: 70%;
    box-sizing: border-box;
}
.info ol li {
    margin-bottom: 10px;
    position: relative;
}
.info ol li a {
	line-break: anywhere;
}
.info ol i {
    color: red;
    cursor: pointer;
    right: 0;
    position: absolute;
}
.info ol i.portada {
    color: #123e55;
    right: 20px;
}
.info ol i.port {
    color: green;
    right: 20px;
    cursor: inherit;
}

.red figure {
  margin: 0;
  width: 50%;
}
.inm_info p a {
  color: #7ba79c;
  cursor: pointer;
  line-break: anywhere;
}
.koala-list .inm_info {
  width: 60%;
}
.koala-list figure {
  width: 40%;
}
.msn {
  flex-wrap: wrap;
}
.mensaje {
  align-items: center;
  border: 2px solid #123e55;
  border-radius: 5px;
  box-sizing: border-box;
  color: #123e55;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.5vw;
  padding: 1rem;
  width: 20%;
}
.mensaje p {
  margin: 0 0 1rem;
  width: 100%;
}
.mensaje .uface {
  margin: 0 1rem 1rem 0;
}
.mensaje h3 {
  margin: 0 0 1rem;
  width: 100%;
}
.mensaje .from {
  width: calc(100% - 30px - 1rem);
}
.mensaje .botonera {
  margin: 0;
}
.open_msn .mensaje {
  width: 95%;
}
.info.new_msn .inm_info {
  width: 100%;
  justify-content: center;
}
.info.new_msn label {
  width: 70%;
}
.agen_dir {
  background-color: #123e55;
  box-sizing: border-box;
  color: #fff;
  padding: 1rem;
  width: 30%;
}
.agen_dir > a {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.agen_cantacts {
  box-sizing: border-box;
  padding: 2rem;
  width: 70%;
}
.agen_cantact {
  border: 2px solid #123e55;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
}
.agen_cantact h4, .agen_cantact p {
  color: #123e55;
  width: 50%;
  margin: 0 0 1rem;
}
.coming {
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: calc(50% - 1.1rem);
  left: 0;
  text-align: center;
}
.section_tags {
  background-color: #123e55;
  border-bottom: 1px solid #123e55;
  padding: 1rem 1rem 0;
}
.section_tag {
  background-color: #7ba79c;
  border-radius: 5px;
  box-shadow: 3px 3px 7px -2px rgb(0, 0, 0);
  color: #fff;
  display: block;
  margin: 0 auto 1rem;
  max-width: 500px;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 90%;
  text-transform: uppercase;
}
.section_tag.active {
  background-color: #fff;
  color: #7ba79c;
}
.inm_pic {
  background-position: center center;
  background-size: contain;
  background-image: url(../img/nofoto.png);
  background-color: #E2E2E2;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 30vw;
  position: relative;
}
.bg_trans {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}
.inm_pic .inm_info {
  border: 2px solid;
  border-radius: 5px;
  bottom: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  right: 1rem;
}
.inm_pic .inm_info h3 {
  margin: 1rem 0 0;
}
.inm_pic .inm_info h4 i {
  color: #fff;
}
.nocomp {
	color: red;
	opacity: 0;
	transition: all .3s ease;
}
.edit_fotos {
	width: 50%;
}
.button.tag-button {
  justify-self: flex-start;
  margin-right: calc(100% - 150px);
  text-align: center;
  width: 150px;
}
.tag-pa {
  border: 1px solid #123e55;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 2% 1vw 0;
  padding: 5px 10px;
}
.button.chat-button {
  display: inline-block;
  margin-right: 50%;
  text-align: center;
  vertical-align: middle;
  width: 130px;
}
.chat {
  background-color: #7ba79c;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 1rem;
  overflow-y: auto;
  height: 70vh;
}
.comment {
  background-color: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  margin-bottom: 2rem;
  margin-left: 30%;
  padding: 1rem;
  position: relative;
  width: 70%;
}
.comment::after {
  border-left: 10px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  height: 0;
  left: 30px;
  position: absolute;
  top: 100%;
  width: 0;
}
.comment.my-comment::after {
  border-top: 15px solid #123e55;
}
.comment.my-comment {
  background-color: #123e55;
  color: #fff;
  margin-left: 0;
  margin-right: 30%;
}
.comment p, .comment h4 {
  margin: 0;
}

.not_cont {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 5px 10px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  height: calc(90vh - 100px);
  max-width: 80%;
  padding: 1rem 0;
  position: absolute;
  right: 0;
  top: 95%;
  width: 400px;
}

.not_cont::before {
  border-bottom: 20px solid rgba(0, 0, 0, 0.8);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 11px;
  width: 0;
}

.not_box {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 0 1rem;
  width: 100%;
}

.not {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ccc;
  font-size: 0.9rem;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}

.not:last-child {
  margin: 0;
}

.not.new {
  border-bottom: 2px solid;
  color: #fff;
}

.not a {
  color: #79a29b;
  font-weight: bold;
}

.users {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 810px;
  padding: 100px 10px;
  width: 100%;
}

.user {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.user img, .user > i {
  border: 4px solid #123e55;
  border-radius: 50%;
  box-sizing: border-box;
  color: #123e55;
  font-size: 4rem;
  height: 100px;
  line-height: 100px;
  margin-right: 2rem;
  text-align: center;
  width: 100px;
}

.user p {
  color: #123e55;
  font-size: 1.2rem;
}

.user .botonera {
  margin-right: 0;
}

.slick-arrow {
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-size: 2.4rem;
  position: absolute;
  top: calc(50% - 2rem);
}

.slick-prev {
  left: 7%;
  z-index: 10;
}

.slick-next {
  right: 7%;
}

.stereno, .metro {
  display: none;
}

.modal {
  /* background-color: rgba(0, 0, 0, 0.85); */
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11000;
}

.demo-modal {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11000;
}

.modal-box {
  background-color: #fff;
  border: 4px solid #7ba79c;
  border-radius: 5px;
  left: 50%;
  padding: 40px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal h4 {
  font-size: 1.5rem;
  margin-top: 0;
}

.modal i.close-modal {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.2em;
}

.modal .button {
  border-width: 3px;
  cursor: pointer;
  margin: 10px 10px;
  padding: 10px 35px;
  display: inline-block;
}
.demo-modal h4 {
  font-size: 1.5rem;
  margin-top: 0;
}

.demo-modal i {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.2em;
}

.demo-modal .button {
  border-width: 3px;
  cursor: pointer;
  margin: 10px 10px;
  padding: 10px 35px;
  display: inline-block;
}
#form_search {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.modal.ajax img {
	position: absolute;
	width: 50%;
	height: 50%;
	object-fit: contain;
	left: 25%;
	top: 25%;
}

.demo-modal.ajax img {
	position: absolute;
	width: 50%;
	height: 50%;
	object-fit: contain;
	left: 25%;
	top: 25%;
}

.button.alt {
	display: block;
	margin: 20px auto;
	max-width: 90%;
	width: 400px;
}

.MarkupPagerNav {
        clear: both;
        margin: 1em 0;
        display:flex;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	color: #fff;
	background: #123E55;
	margin-right: 3px;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #7BA79C;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

.whatsapp {
	position: fixed;
	bottom: 30px;
	right: 20px;
	cursor: pointer;
	width: 50px;
}

.whatsapp img {
	width: 100%;
}

@media (max-width: 800px) { 
	
.slick-prev {
  left: 2px;
}

.slick-next {
  right: 2px;
}

header ul {
  padding: 0;
}
.plogo {
  border-radius: 0;
  left: 0;
  position: relative;
  top: 0;
  transform: translate(0px);
  height: 70px;
}
header li:nth-child(2) {
  display: none;
}
.section_header, .section_col {
  text-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.section_header h3 {
  font-size: 1.5rem;
  line-height: 1;
  width: 100%;
}

.inm_pic {
  height: 50vw;
}

.inm_pic .inm_info {
  border: medium none;
  bottom: 0;
  position: relative;
  right: 0;
  vertical-align: middle;
}
.section_header .icon {
  margin-top: 1rem;
}
.info .inm_info {
  width: 100%;
}
.inm_info.info-card h4 {
  margin: 0;
  width: 20%;
}
.inm_info.info-card p {
  width: 80%;
  font-size: 0.7rem;
}
.inm_info h4 {
  margin: 0;
  width: 50%;
}
.inm_info p {
  width: 50%;
}
.inm_info h4 i {
  font-size: 1rem;
}
#map {
  height: 100vw;
}

.videocont {
  height: 50vw;
}

.extra_contai {
  width: 100%;
}
.inm_pic .inm_info h4 {
  margin: 0 4%;
  width: 20%;
}
.inm_pic .inm_info p {
  width: 20%;
}
.edit_fotos {
	width: 100%;
}
.info ol {
  width: 100%;
}
.col-1 article {
  margin: 10px;
  padding-right: 0;
  width: 100%;
}
.mensaje {
  width: 100%;
}
.agen_dir, .agen_cantacts {
  width: 100%;
  padding: 1rem 0.5rem;
}
.agen_cantact h4, .agen_cantact p {
  width: 100%;
}
.header_logo {
  display: none;
}
.section_tag {
  font-size: 0.7rem;
}
.inm_info {
  padding: 1rem 0;
}
.section_tags {
  padding-bottom: 1rem;
}

footer {
    position: relative;
    padding: 1rem;
}

.koala-list .inm_info {
  width: 100%;
}
.koala-list figure {
  width: 100%;
}

.user img, .user > i {
  font-size: 2.5rem;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.user p {
  font-size: .85rem;
}

.user .botonera {
  font-size: 1.5rem;
  margin-right: auto;
}

#login + footer {
  position: absolute;
}
.desk {
	display: none !important;
}
.mobile {
	display: block !important;
}
.botonera .icon {
  font-size: 1.5rem;
}
.inm_info h4, .inm_info p {
  padding: 5px 8px;
  font-size: 0.7rem;
}
.slide_img {
  height: 50vw;
  width: 100%;
}
.edit_fotos .slide_img {
  height: 50vw;
}
footer a {
  display: block;
  margin: 0;
  width: 90vw;
}
.sign {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  transform: none;
  width: auto;
}
.sign label {
  margin: 0 0 1rem;
  text-align: left;
  width: 350px;
}

.modal-box {
  left: 5%;
  transform: translate(0%, -50%);
  width: 90%;
  box-sizing: border-box;
}
.info input, .info textarea, .info select, .edit_fotos button.button {
  width: 100%;
}

.invis{
  display: none !important;
}
}

