
/*
red : 801f1b
yellow : f5c532
blue : 0d3d8e
piel : f4efdd
*/
body {
	background-color: #f4efdd;
	margin:0;
	padding:0;
	font-family: "Roboto",sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
    color: #801f1b;
    text-decoration: none;
}
a:focus {outline:0;}
a:hover {
    color: #f5c532;
}


a.btn {
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}
a.btn-red {
    background-color: #801f1b;
}
a.btn-blue {
    background-color: #0d3d8e;
}
a.btn:hover {
    background-color: #f5c532;
}
.bg {

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;

    z-index: -1000;

    opacity: 0.4;

}

.map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

// info window

.iw {
    background-color: #ff0000;
}

.logo {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}
.logo img {
    width: 90%;
    max-width: 530px;
}

.baseline {
    position: fixed;
    top: 40%;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #f4efdd;
    font-weight: 400;
}
.baseline-1 {
    font-size: 2.4em;
    margin-bottom: 0px;
    color: #f4efdd;
}
.baseline-1-2 {
    font-size: 0.82em;
    color: #f4efdd;
    font-style: italic;
}
.baseline-2 {
    font-size: 1em;
    color: #0d3d8e;
}
.baseline-2s {
    font-size: 0.8em;  
    color: #0d3d8e; 
}
.baseline-2l {
    font-size: 1em;  
    color: #0d3d8e; 
}
.baseline-2 img {
    margin-top: 5px;
}

.header-right {
    position: fixed;
    top: 10px;
    right: 10px;
}
.footer-left {
    position: fixed;
    bottom: 40px;
    left: 66px;
}
.footer-left a, .footer-right a {
    font-weight: 600;
}

.footer-right {
    position: fixed;
    bottom: 40px;
    right: 66px;
}


.footer-center {
    position: fixed;
    bottom: 33px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bubble {
    position: fixed;

    top: 100%;
    left: 100%;
    display: none;
    border: 2px solid #801f1b;
    background-color: #f4efdd;
    color: #801f1b;
    z-index: 5000;
    width: 100vw;
    max-width: 380px;
    min-height: 50px;
    padding: 10px;

    -webkit-box-shadow: 4px -5px 60px -8px rgba(0,0,0,0.46);
    -moz-box-shadow: 4px -5px 60px -8px rgba(0,0,0,0.46);
    box-shadow: 4px -5px 60px -8px rgba(0,0,0,0.46);
}

/*.bubble:after {
    content: '';
    position: absolute;
    left: 43%;
    top: 30%;
    margin-top: -18px;
    border-style: solid;
    border-width: 40px;
    border-color: transparent transparent transparent **rgba(7, 17, 241, 1);**
}*/
.bubble img {
    float: left;
    padding-right: 10px;
}
.bubble .bubble-name {
    font-size: 0.84rem;
    font-weight: 700;
    color: #801f1b;
}
.bubble .bubble-place {
    font-size: 0.66rem;
    font-style: italic;
    color: #801f1b;
}
.bubble .bubble-desc {
    font-size: 0.70em;
    color: #801f1b;
}
.bubble .bubble-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000000;
}
.bubble .bubble-arrow {
    display: block;
    position: absolute;
    left: 190px;
    bottom: -12px;
    color: #000000;
}
a.bubble-link {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5)
}



/*
.iw {
    background-color: #801f1b;
    font-size: 1rem;
}
.gm-style-iw {
   width: 350px !important;
   top: 0 !important;
   left: 0 !important;
   border-radius: 0 0 0 0;
   font-size: 0!important;
}
*/
.popup {
    position: relative;
    background-color: #801f1b;
    padding: 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;

    color: white;
    text-align: center;
}
.popup img {
    max-width: 100%;
}
.popup a {
    color: #0d3d8e;
}
.popup a:hover {
    color: #f5c532;
}


.home-popup {
}
.home-popup h1 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 2.4em;
    font-weight: 600;
}
.home-popup h2 {
    margin-top: 0px;
    margin-bottom: 100px;
    font-size: 1.2em;
    font-weight: 400;
}
.home-popup a {
    color: white;
    display: block;
    margin-bottom: 100px;
}
.home-popup a:hover {
    color: #f5c532;
}
.home-popup img {
    margin-bottom: 30px;
}


/*
#about-popup input {
    border: none;
    color: #fff;
    background-color: #0d3d8e;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 1em;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
}
#about-popup input:hover {
    background-color: #f5c532;
    
}
*/

.mfp-close-btn-in .mfp-close {
    color: white;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





