@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
    
    line-height: 100% !important;
}

.cid-t1wDGhrCH7 .navbar {
    background: #221f1f !important;
}
.cid-t1wDGhrCH7 button.navbar-toggler .hamburger span {
	background-color: rgba(212,212,212,1.00) !important;
}
html {
	box-sizing: border-box;
	font-family: Gotham, "sans-serif";
	scroll-behavior: smooth !important;
}
.gm-svpc, .gm-control-active, .gmnoprint, .gm-style-cc {
	display: none !important;
	opacity: 0 !important;
	z-index:-10 !important; 
}
.map {
	height: 100%;
	width: 100%;
	min-height: 100vh;

	
}
small {
    color: solid #ffffff !important;
}
#map {
	height: 100vh !important;
	width: 100vw !important;
	min-height: 100vh;
	
}
.welcome {
	width: 100%;
	height:1px;
	color: white;
	font-weight: 900;
	background-attachment: fixed;
	background: url('/img/fabrica-sanpedro001.png');
	background-size: cover;
	background-position: center center;
}
.info {
	padding-top: 25px;
	overflow: hidden !important;
	
}
.info p {
	font-size: 10pt;
	line-height: 100%;
	word-break:normal;
	padding: 5%;
}
.info-img {
	height: 200px;	
	max-height:100% !important;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom center;
	padding-bottom:300px !important;
/*	margin-top: 20px !important ; */
	margin-left: 0px auto !important;
	margin-right: 0px auto !important;
	vertical-align: bottom;
	transition: ease-out 1s;	
}
.info:hover .info-img {
	background-position: center center;

}
.info:hover div h1 {
	text-decoration:underline;
	transform:translateX(45px);
	transition-duration: 1.5s;
	
}
.info h1 .inicial {
	font-family: 'Pinyon Script', cursive;
	font-size: 50pt !important;
	color: inherit !important;
}
.verde {
	background:#8cb336;
}
.rojo {
	background: rgba(255,0,4,1.00)
}
.amarillo {
	background: #e5c420;
}
.black {
	background: rgba(0,0,0,1.00);
}
.aquamarine {
	background: #74b3b5;
}
.btn-primary-outline, .btn-primary-outline:active {
    border-color: #ffffff !important;
    color: #ffffff !important;
    font-size: 1.75rem !important;
	}
.cid-t1wDGhrCH7 .nav-link:hover {
    color: #d7ff42 !important;
}
.navbar-nav {
    margin: 0px !important;
}
@media screen and (max-width:500px) {
	.hidden-sm-down {
		display:none !important;
		opacity: 0 !important;
	}
	.nav-dropdown .link {
        font-size: 3vh !important;
	}
	.btn-primary-outline, .btn-primary-outline:active {
    border-color: #ffffff;
    color: #ffffff;
    font-size: 1.75rem !important;
	}
}

/*PORUP*/

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.blur-in {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
}

.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

.content {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}


.pop-up {
    position: fixed;
    margin: 5% auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.box {
    background-color:rgba(244,144,0,1.00);
	color: white;
	top: 25%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    position: absolute;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.button {
    margin: 0 auto;
  background-color: #FF8566;
    margin-bottom: 33px;
}

.button:hover {
    background-color: #7CCF29;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color:#A1D500;
    padding: 1.5px 7px;
    left: 50%;
	bottom: -10px;
    margin-left: -10px;
    margin-top:100px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.close-button:hover {
    background-color:rgba(47,88,0,1.00);
    color: #fff;
}

