/**
 * Content
 */
html {
  scroll-behavior: smooth;
}

 body {
	background-color: #ffffff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.4);
}

.page a.active.image-link img {
	outline: 1px solid #06f;
    outline-offset: -1px;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1rem;
}

ol >li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.16);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.8em;
    margin-bottom: 3.0rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.5;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
	padding-bottom: 0em;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.9rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.7);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0.03em;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] small a:hover {
	color: #0ca900;
}


/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    border-bottom: 0px solid rgba(0, 0, 0, 0.17);
    margin-top: .6rem;
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.5;
    text-align: left;
    padding: 0;
}

.thumbnails .tags a {
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: -1.4rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.6);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: .25rem /*!site_menu_button*/;
	right: 1rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 28px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.6);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	right: 2rem /*!shop_button*/;
	bottom: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.3rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -10px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.6);
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.1rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    background: rgba(0, 0, 0, 0.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Neue Haas Grotesk", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 57.5%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

[data-css-preset] body {
    background-color: #fffbf5;
}

h1,h2,h3 {
	font-family: moret, serif !important;
    font-weight: 700;
    font-style: normal;
}

[grid-col]{
	padding-top:0px !important;
}

[data-id="19543697"], [data-id="19374381"], [data-id="19547470"]{
    background-color: #fffbf5 !important;
}

[data-id="19543697"] .content img, [data-id="19374381"] .content img, [data-id="19547470"] .content img {
    border: 1px solid #dcdcdc;
}

   

[data-id="19543697"] a.active.image-link img {
    outline: 1px solid #098a81 !important;
}

[data-id="19374381"] a.active.image-link img {
    outline: 1px solid #816d7f !important;
}

[data-id="19547470"] a.active.image-link img {
    outline: 1px solid #e3a139 !important;
}

#outer-div {
    max-width:100vw; /* No wider than 100% of the viewport width */
    overflow-X:scroll; /* show scroll bar for horizontal scrolling */  
}

#outer-div img {
    width: 1500px !important;
    height: auto !important;
}

.slide img{
	width: 1500px !important;
    height: auto !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #138a81;
  min-width: max-content;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content a {
    color: #fff !important;
    padding: 7px 10px;
    text-decoration: none;
    padding-bottom: 7px !important;
    display: block;
}

.dropdown-content a:hover {
    background-color: #21948b
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #0f8a81;
}

.dropdown-lobby {
  position: relative;
  display: inline-block;
}

.dropdown-content-lobby {
  display: none;
     position: absolute;
    background-color: #816d7f;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    text-align: left;
}

.dropdown-content-lobby a {
    color: #fff !important;
    padding: 7px 10px;
    text-decoration: none;
    padding-bottom: 7px !important;
    display: block;
}

.dropdown-content-lobby a:hover {
    background-color: #988696;
}

.dropdown-lobby:hover .dropdown-content-lobby {
  display: block;
}

.dropdown-lobby:hover .dropbtn-lobby {
  color: #816d7f;
}

.timeline{
	background-image: url('https://freight.cargo.site/t/thumbnail/w/140/q/75/i/26034809526b651544570e4e3d49cb95569a700b1615a93efc597878bfb4644b/TimelineActual-2.jpg');
    background-size: 8%;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat-y: repeat;
    width: 83%;
    margin: 0 auto;
}

.timeline2{
	background-image: url('https://freight.cargo.site/t/thumbnail/w/140/q/75/i/aca08ba402cf8ab9604eeb0bbaced070f966a04a76a0ee73da8403e9f62f8e74/Lineapiece.jpg');
    background-size: 8%;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat-y: repeat;
    width: 83%;
    margin: 0 auto;
}

.timeline img{
	margin-bottom: 0px;
    width: 100% !important;
	height: auto !important;
}

.timeline2 img{
	margin-bottom: 0px;
    width: 100% !important;
	height: auto !important;
}

.azul{
	position: relative;
    background-color: #7bbac7;
    margin-right: -67px;
    padding: 7px 25px;
}
    
.azul::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 25px;
    border-top-right-radius: 20px;
    box-shadow: 0 -25px 0 0 #7bbac7;
    right: 0px;
}

.verde{
	position: relative;
    background-color: #84c72e;
    margin-left: -96px;
    padding: 7px 25px;
    text-align: right;
    border-bottom-right-radius: 20px;
}
    
.verde::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 25px;
    border-top-left-radius: 20px;
    box-shadow: 0 -25px 0 0 #85c72e;
    left: 0px;
}

.verde::after{
	content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    height: 50px;
    width: 25px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 25px 0 0 #85c72e;
    left: 0px;
}

[local-style="19331377"] .content_padding {
    padding-top: 4rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

.linea-tiempo{
    z-index: -1;
    position: absolute;
    border-bottom: 1px dashed #8c8c8c;
    text-align: right;
    width: 95.5%;
}

[data-id="19465558"] .bodycopy{
	padding-top: 0em;
}

/*TIMELINE*/
.txt p {
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding: 10px 15px 22px 15px !important;
    text-align: center !important;
}

#puertorico .linea-derecha {
	position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-left: -21%;
}

#neil .linea-izquierda {
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-right: -16%;
}

#nyt .linea-derecha {
	position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-left: -53%;
}

#nyt p{
    padding-top: 22px !important;
}

#real-great .linea-izquierda{
	position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-right: -23%;
}

#Lafayette .linea-derecha{
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -29%;
}

#vietnam .linea-izquierda{
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-right: -16%;
}

#vietnam p{
    padding-top: 22px !important;
    padding-bottom: 10px !important;
}

#wars2 .linea-derecha{
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -29%;
}

#city .linea-izquierda{
    position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-right: -23%;
}

#nuclear .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -56%;
}

#continental .linea-izquierda{
    position: relative;
    background-color: #7cb9c7;
    height: 22px;
    margin-right: -82%;
}

#charting .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -30%;
}

#charas1 .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -30%;
}

#street p{
    width: 100%;
}

#street .linea-izquierda{
    position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-right: -176%;
}

#windpower .linea-derecha{
    position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-left: -47%;
}

.green-right p {
	background-color: #85c62e;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
}

.green-left p {
	background-color: #85c62e;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
}

.green-right-top p {
	background-color: #85c62e;
    margin: 0px;
    padding: 10px;
    border-top-right-radius: 2em;
}

.green-right-bottom p{
	background-color: #85c62e;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
}

.blue-right p {
    float: right;
	background-color: #7bbac7;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

.blue-left p {
	background-color: #7bbac7;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
}

.blue-right-top p{
    background-color: #7bbac7;
    margin: 0px;
    padding: 10px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    width: 100%;
}

.orange-left p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
}

.orange-left-top p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-top-left-radius: 2em;
    width: 100%;
}

#Lafayette{
	text-align: right;
}

#nyt{
	width: 40%;
}

#nyt img{
	width: 100% !important;
    height: auto !important;
    margin-top: 70%;
}

#box{
	width: 50%;
    margin-left: 50%;
    margin-top: 30px;
}

#box img{
	width: 100% !important;
    height: auto !important;
}

#box p{
    background-color: #85c62e;
    margin: 0px;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
}

#box .linea-derecha{
    position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-left: -145%;
}

#real-great{
	margin-bottom: 15%;
}

#vietnam{
	margin-bottom: 15%;
}

#charas1{
	margin-bottom: 30%;
}

#wars1{
	width: 70%;
    margin-top: 15%;
}

#wars1 img{
	width: 100% !important;
    height: auto !important;
}

#wars1 p{
    background-color: #7bbac7;
    margin: 0px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#wars1 .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -45%;
}

#wars2 p{
    text-align: right;
    background-color: #7cb9c7;
    margin: 0px;
    padding: 10px;
    border-top-right-radius: 2em;
}

#wars2 img{
	width: 70% !important;
    height: auto !important;
    float: right;
}

#nuclear{
	width: 50%;
}

#nuclear img{
	width: 100% !important;
    height: auto !important;
}

#continental{
    width: 50%;
    margin: 0 auto;
}

#continental img{
    width: 100% !important;
    height: auto !important;
    margin-top:20%;
}

#street{
    width: 45%;
}

#street img{
    width: 100% !important;
    height: auto !important;
}

#windpower{
    width: 45%;
}

#windpower img{
    width: 100% !important;
    height: auto !important;
}

#windpower p{
    background-color: #85c62e;
    padding-top: 22px !important;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    width: 100% !important;
}

#losaida {
    width: 45%;
    float: right;
    margin-top: -16%;
}

#losaida img{
    width: 100% !important;
    height: auto !important;
}

#losaida .linea-derecha{
    position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-left: -177%;
}

#losaida p{
    background-color: #85c62e;
    margin: 0px;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
    border-top-right-radius: 2em;
    width: 100%;
    float: right;
    margin-top: -20%;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: 2em;
}

#war{
    width: 60%;
    margin-top: 15%;
    position: relative;
    display: inline-block;
}

#war img{
    width: 100% !important;
    height: auto !important;
}

#war .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -46%;
}

#city{
	margin-bottom:15%;
}

#vacantlots{ 
    width: 45%;
    margin-left: 55%;
    margin-top: -23%;
}

#vacantlots .linea-izquierda{
    position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-right: -45%;
}

#vacantlots img{
    width: 100% !important;
    height: auto !important;
}

#vacantlots p{
    background-color: #85c62e;
    margin: 0px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: 2em;
    width: 100%;
    padding-top: 3% !important;
    padding-bottom: 10px !important;
}

#charas{
    width: 60%;
    margin-top: 15%;
}

#charas img{
    width: 100% !important;
    height: auto !important;
}

#charas .linea-izquierda{
    position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-right: -102%;
}

#museums{
    width: 45%;
    margin-top: 15%;
}

#museums img{
    width: 100% !important;
    height: auto !important;
}

#museums .linea-izquierda{
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -190%;
}

#rio{
    width: 45%;
    margin-left: 55%;
    margin-top: -145px;
}

#rio img{
    width: 100% !important;
    height: auto !important;
}

#rio .linea-izquierda{
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -64%;
}

#rio p {
    background-color: #fbaa2f;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    width: 100%;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

#brochure{
    width: 70%;
    margin-top: 15%;
    margin-bottom: 30%;
}

#brochure img{
    width: 100% !important;
    height: auto !important;
}

#brochure .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -43%;
}

#grand .linea-derecha{
	position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-left: -15%;
}

#grand p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
    text-align: right;
    float: right;
}

#octopus{
    width: 40%;
    margin-top: -20%;
     float: left;
}

#octopus img{
    width: 100% !important;
    height: auto !important;
}

#octopus .linea-izquierda{
	position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -120%;
}

#pad{
    width: 40%;
    margin-top: -22%;
    float: right;
}

#pad img{
    width: 100% !important;
    height: auto !important;
}

#pad .linea-izquierda{
	position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -78%;
}

#pad p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    width: 100%;
}

#evicted {
    width: 50%;
    margin-top: 12%;
}

#evicted img {
    width: 100% !important;
    height: auto !important;
}

#evicted .linea-derecha {
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-left: -32%;
}

#evicted p{
	    float: right;
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#kochacting{
    width: 80%;
    float: right;
}

#kochacting img{
    width: 100% !important;
    height: auto !important;
}

#kochacting .linea-izquierda{
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -38%;
}

#guggenheim{
    width: 60%;
    float: left;
}

#guggenheim img{
    width: 100% !important;
    height: auto !important;
}

#guggenheim .linea-izquierda{
	position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -118%;
}

#salon{
	width: 65%;
    float: right;
    margin-top: 10%;
}

#salon img {
    width: 100% !important;
    height: auto !important;
}

#salon .linea-izquierda{
	position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -48%;
}

#salon p {
	background-color: #fbaa2f;
    margin: 0px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    width: 100%;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
}

#presidents p {
	float: right;
    background-color: #7bbac7;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#presidents .linea-derecha{
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -30%;
}

#lucha {
    width: 55%;
    margin-left: 45%;
}

#lucha img {
    width: 100% !important;
    height: auto !important;
}

#lucha .linea-derecha {
    position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-left: -125%;
}

#lucha p{
	    float: right;
    background-color: #84c72e;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#lower img{
    width: 40% !important;
    height: auto !important;
}

#guggenheim2{
	width:60%;
}

#guggenheim2 img {
    width: 100% !important;
    height: auto !important;
}

#guggenheim2 .linea-izquierda {
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -120%;
}

#guggenheim2 p{
	background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
}

#recycling{
    width: 60%;
    margin-top: 10%;
	float: right;
}

#recycling img {
    width: 100% !important;
    height: auto !important;
}

#recycling p{
	background-color: #85c62e;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
}

#recycling .linea-izquierda{
	position: relative;
    background-color: #85c62e;
    height: 22px;
    margin-right: -40%;
}

#dollar{
    width: 60%;
    margin-top: 5%;
}

#dollar img {
    width: 100% !important;
    height: auto !important;
}

#dollar p{
	background-color: #7bbac7;
    margin: 0px;
    padding: 10px;
    border-bottom-left-radius: 2em;
    width: 100%;
    text-align: right;
}

#dollar .linea-izquierda{
	position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-right: -94%;
}

#classwar {
    width: 70%;

}

#classwar img {
    width: 100% !important;
    height: auto !important;
}

#classwar .linea-derecha {
    position: relative;
    background-color: #84c72e;
    height: 22px;
    margin-left: -37%;
}

#classwar p{
    background-color: #84c72e;
    margin: 0px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: 2em;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
}

#resisters {
    width: 70%;
    margin-top: 10%;
}

#resisters img {
    width: 100% !important;
    height: auto !important;
}

#resisters .linea-izquierda {
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -85%;
}

#resisters p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#mayors {
    width: 70%;
    margin-left: 30%;
    margin-top: 20%;
}

#mayors img {
    width: 100% !important;
    height: auto !important;
}

#mayors .linea-derecha {
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-left: -65%;
}

#mayors p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#gulf2{
    width: 45%;
    margin-left: 55%;
}

#gulf2 img{
    width: 100% !important;
    height: auto !important;
}

#gulf2 p{
    background-color: #7bbac7;
    margin: 0px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#gulf2 .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -190%;
}

#gulf1{
    width: 45%;
    margin-top: -119px;
}

#gulf1 img{
    width: 100% !important;
    height: auto !important;
}

#gulf1 p{
    background-color: #7bbac7;
    margin: 0px;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
    border-top-right-radius: 2em;
    width: 100%;
    float: right;
    margin-top: -41px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-left-radius: 2em;
}

#troops p{
    background-color: #7bbac7;
    margin: 0px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

#troops .linea-derecha{
    position: relative;
    background-color: #7bbac7;
    height: 22px;
    margin-left: -31%;
}

#acerno {
    width: 50%;
    float: right;
    margin-top: 20%;
}

#acerno img {
    width: 100% !important;
    height: auto !important;
}

#acerno .linea-izquierda {
    position: relative;
    background-color: #fbaa2f;
    height: 22px;
    margin-right: -66%;
}

#acerno p{
    background-color: #fbaa2f;
    margin: 0px;
    padding: 10px;
    border-bottom-right-radius: 2em;
    width: 100%;
}

.titulo-verde{
	color:#84c72e !important;
}

.titulo-azul{
	color:#7bbac7 !important;
}

.titulo-naranja{
    color: #fbaa2f !important;
}

/* MENU DROPDOWN */
#menu-hover{
	    position: fixed;
    width: 80.5%;
    margin-top: -11px;
}

.columna-menu{
	background-color: #fefbf5;
    padding-top: 32px !important;
}

#home_fondo * {
	color:#000000 !important;
}

#linea-back{
	font-size:32px;
}

[data-id="22191993"] img{
	margin-bottom: 0rem;
}

[data-id="22191993"] a{
	font-size: 14px;
}

[data-id="22191993"] bodycopy{
	padding: 2.5rem 3rem 2rem 3rem !important;
    background-color: #816d7f !important;
	margin-bottom: 35px !important;
}

.btn-cover{
	border: 1px solid black;
    padding: 1.8em 2em;
    display: inline-block;
    margin-top: 2%;
}

.btn-cover:hover{
    background-color: #826c7fa3;
}

/**
 * Map bullets
 */
.bull-blue{
    position: absolute;
    margin-top: 10px;
    margin-left: 2px;
	width: 10px;
    height: 10px;
    background-color: #7bbac6;
    display: inline-block;
    border-radius: 50%;
}

.bull-verde{
    position: absolute;
    margin-top: 10px;
    margin-left: 2px;
	width: 10px;
    height: 10px;
    background-color: #84c72e;
    display: inline-block;
    border-radius: 50%;
}

.bull-naranja{
    position: absolute;
    margin-top: 10px;
    margin-left: 2px;
	width: 10px;
    height: 10px;
    background-color: #fbaa2f;
    display: inline-block;
    border-radius: 50%;
}

.bullet-bohio{
        width: 15px;
        height: 15px;
        background: #85c72e;
        border-radius: 100%;
        box-shadow: inset 0px 0px 0px 3px #ffffff;
        border: 1px solid #85c72e;
        display: inline-block;
        position: absolute;
	    margin-top: 8px;
}

.bullet-pentagon{
        width: 15px;
        height: 15px;
        background: #7cb9c6;
        border-radius: 100%;
        box-shadow: inset 0px 0px 0px 3px #ffffff;
        border: 1px solid #7cb9c6;
        display: inline-block;
        position: absolute;
	    margin-top: 8px;
}

.bullet-abc{
        width: 15px;
        height: 15px;
        background: #fbaa2f;
        border-radius: 100%;
        box-shadow: inset 0px 0px 0px 3px #ffffff;
        border: 1px solid #fbaa2f;
        display: inline-block;
        position: absolute;
	    margin-top: 8px;
}

.tit-map{
	font-size: 3.4rem !important;
    line-height: 1 !important;
}

.contenedor-maplist small{
	font-size: 1.2rem;
    margin: 6px 0px 10px 22px;
}


.titulo-azul{
	color:#7ABBC6;
}

.titulo-naranja{
	color: #FAAC30;
}

.titulo-verde{
	color: #83C62E;
}

.titulo-view{
	font-size: 2.8rem !important;
    text-transform: uppercase;	
}

[data-id="22995949"]{
	background-color: #F0EBE2 !important;
}

.menu-navbar a{
	font-weight: bold !important;
}

.icono a{
    font-family: "Neue Haas Grotesk", Icons !important;
	font-size: 17px;
}

.link-map{
	 cursor: pointer !important;
}

.link-mapa{
	background-color: #7ABBC6;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 25px;
	 cursor: pointer !important;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.columna-maplist{
	width:50%;
    display: inline-block;    
}

.map1{
	float: left;
}

.columna-migration-1{
	width:72%;
    display: inline-block; 
    float: left;
}

.columna-migration-2{
	width:28%;
    display: inline-block;    
}

.columna-housing-1{
	width:59%;
    display: inline-block; 
    float: left;
}

.columna-housing-2{
	width:40%;
    display: inline-block;    
}

#footer-aeles{
	font-size: 14px;
}

[data-id="22995949"] .bodycopy{
	padding-top: 2rem;
    padding-bottom: 2rem;
}

.img-mapa{
	display:none;
    position: absolute;
    width: 21%;
}

.img-mapa img{
	width: 100% !important;
    height: auto !important;
}

#stchurch-img{
    top: -5%;
    right: 28.6%;
}

#theaternewcity-img{
    top: 4%;
    right: 27.2%;
}

#performance122-img {
    top: 5%;
    right: 26.1%;
}

#boysclub-img{
    top: 6%;
    right: 24.1%;
}

#goles-img{
    top: 8.5%;
    right: 20.8%;
}

#christadorahouse-img{
    top: 10%;
    right: 21.6%;
}

#bohio-img{
    top: 10.5%;
    right: 20.7%;
}

#pentagon-img{
    top: 15.5%;
    right: 35.3%;
}

#morus-img{
    top: 11.5%;
    right: 19.4%;
}

#streets-img{
   top: 11.7%;
   right: 25.1%;
}

#bridgs-img{
    top: 12.7%;
    right: 22.1%;
}

#losaida-img{
    top: 14%;
    right: 19.1%;
}

#cooper-img{
    top: 12.5%;
    right: 32.1%;
}

#mama-img{
    top: 12.3%;
    right: 31.4%;
}

#girls-img{
    top: 17.6%;
    right: 17.8%;
}

#catholic-img{
    top: 14%;
    right: 30.2%;
}

#th-img{
    top: 18%;
    right: 21.4%;
}

#anthology-img{
    top: 18.4%;
    right: 31.1%;
}

#worker-img{
    top: 18.2%;
    right: 30.8%;
}

#townhouse-img{
    top: 23.1%;
    right: 21.4%;
}

#poets-img{
    top: 24.5%;
    right: 22.8%;
}

#bullet-img{
    top: 26.4%;
    right: 20.6%;
}

#bowery-img{
    top: 26%;
    right: 33.1%;
}

#set-img{
    top: 30%;
    right: 30.6%;
}

#clemente-img{
    top: 32.5%;
    right: 26.5%;
}

#abc-img{
    top: 32.8%;
    right: 25.5%;
}

#caaav-img{
    top: 45.4%;
    right: 29.6%;
}

#alliance-img{
    top: 47.5%;
    right: 27.9%;
}

#henry-img{
    top: 47.5%;
    right: 24.1%;
}

#playhouse-img{
    top: 45.5%;
    right: 22.8%;
}

[data-view="pinned_bottom"]{
	position: initial !important;
}

.btn-buy{
	display: inline-block;
    background-color: #826C7F;
    color: white !important;
    padding: 5px 35px !important;
    border-radius: 10px;
}

.img-above{
	display:none;
}

[data-predefined-style="true"] [local-style="22191993"] bodycopy a {
    font-weight: 700;
}

.btn-top{
	border: 1px solid white !important;
    padding: 0px 9px;
    border-radius: 10px;
    font-size: 13px !important;
}

.img-arrow-above{
	position: fixed;
    display: block;
    bottom: 0%;
    right: -3%;
    z-index: 5;
    display:none;
}

.img-arrow-above img{
	width:35%;
}

.img-arrow-within{
	position: fixed;
    display: block;
    bottom: 0%;
    right: -3%;
    z-index: 5;
    display:none;
}

.img-arrow-within img{
	width:35%;
}

.pinned_bottom .pointer-events-none{
	    z-index: 1 !important;
}
.gallery_image_caption{
	font-size: 16px;
    text-align: left !important;
}

.centro-y{
	display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.container-f{
	display: flex;
}

.item-f{
	flex-basis: 100%;
  	text-align: center;
}

section.pad{
	 padding: 0px 8.4%;
}

.mayus{
    text-transform: uppercase;
}

.back-street{
	position: absolute;
    top: 3%;
    right: 2%;
}

.street-in{
	min-height: 100vh;
}

.contenedor-street{
	display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 0rem !important;
}

.contenedor-street img{
	width:100% !important;
	height:auto !important;
    margin-bottom: 0 !important;
}

.elemento-azul{
	background-color: #7bbac6;
}

.elemento-verde{
	background-color: #84c62e;
}

.elemento-naranja{
	background-color: #fbaa2f;
}

.contenedor-street .elemento-uno{
    min-height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 2%;
}

.contenedor-street .elemento-dos{
	display: flex;
    align-items: center;
    padding: 2%;
    min-height: 100vh;
}

.img-full img{
	width: 100% !important;
    height: auto !important;
}

.caption-about{
	background-color: #816d7f;
    color: white;
    padding: 30px 0px 25px 0px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -2%;
}

.hidden-xs{
	display: block;
}

.visible-xs{
	display: none;
}

.img-100 img{
	width:100% !important;
    height: auto !important;
    margin-bottom:0px !important;
}

.bottom-azul{
	background-color: #7bbac6;
    color: black;
    padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    font-size: small;
}

.bottom-verde{
	background-color: #84c62e;
    color: black;
   padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    font-size: small;
}

.bottom-naranja{
	background-color: #fbab2f;
    color: black;
    padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    font-size: small;
}

.top-verde{
    background-color: #84c62e;
    color: black;
    padding: 10px 12px 20px 12px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    font-size: small;
}

.gallery-naranja .gallery_image_caption{
	background-color: #fbab2f;
    color: black;
    padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center !important;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 0px;
}

.gallery-azul .gallery_image_caption{
	background-color: #7bbac6;
    color: black;
    padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center !important;
    font-size: small;
    margin-top: 0px;
}

.gallery-verde .gallery_image_caption{
	background-color: #84c62e;
    color: black;
    padding: 10px 12px 20px 12px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center !important;
    font-size: small;
    margin-top: 0px;
}

.view-column [grid-col="4"]{
    width: 36% !important;
}

.view-column [grid-col="6"] {
    width:46% !important;
}

.titulo-timeline{
	    text-transform: uppercase;
}

@media only screen and (max-width:768px){
	.mapa-lobby{
		display:none;
	}
    
    section.pad{
	    padding: 0px;
	}
    
    .contenedor-street{
	display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 0rem !important;
}

.contenedor-street img{
	width:100% !important;
	height:auto !important;
    margin-bottom: 0 !important;
    margin-top: 15%;
}

.contenedor-street .elemento-uno{
    background-color: rgb(122 187 198 / 30%);
    min-height: 55vh;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5%;
}

 .contenedor-street .elemento-dos{
		display: flex;
    	align-items: center;
    	padding: 5%;
    	min-height: 45vh;
	}
    
    #home_fondo{
		height: auto !important;
	}
    
    [data-id="24192017"]{
		padding-top: 10% !important;
    }
    
    .columna-maplist {
    	width: 100%;
    }
    
    .row-mapa{
	    display: flex;
    	flex-direction: column-reverse;
	}
    
    .txt-footer{
	text-align: center;
     margin-bottom: 20px;
	}
    
    .img-footer img{
		width: 30% !important;
        height: auto !important;
	}
    
    .hidden-xs{
		display: none;
	}
    
    .visible-xs{
		display: block;
	}
    
   .columna-migration-1,  .columna-migration-2, 
.columna-housing-1, .columna-housing-2{
	width:100%;   
}
    
    .view-column [grid-col="4"]{
    width: 100% !important;
}

.view-column [grid-col="6"] {
    width:100% !important;
}
    
}
