
 * {
    text-shadow: none !important;
	 
} 
body, html { overflow-x:hidden; }

body {
  text-decoration: none !important;
    font-size: 1em !important;
    line-height: 1.4 !important;
    font-family: 'Raleway', sans-serif !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100% !important;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Raleway', sans-serif !important; }

.blue { color: #6CF; }

.green { 
color: #CF0;
 }

h2 {
	padding: 10px 0;
}

p {
	padding: 10px 0;
	text-align: justify !important;
	 font-family: 'Raleway', sans-serif !important;
	  font-weight :	normal !important; 
}

a {
	color: #FF6!important;
}

a:hover {
	color: #F60!important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
font-family: 'Raleway', sans-serif !important; }

img {
    vertical-align: middle;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*general*/
#main-wrapper {
     overflow: hidden;
}

.templatemo-logo {
	z-index: 1;
}
.templatemo-site-title { 
    color: #fff !important; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1)!important;
}
.templatemo-site-title-verde { 
    color: #CF0 !important; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1)!important;
}
.templatemo-site-title-azul { 
    color: #6CF !important; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1)!important;
}

.templatemo-site-title a {
	color: #fff!important;
	text-decoration: none!important;
}

.templatemo-site-title a:hover {
	text-decoration: none!important;
}


img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    /* left: 703px; */
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden; 
    margin-top: 20%;
    padding-bottom: 6%;
}

.black-bg {
    background-color: rgba(0,0,0,0.4);
	border-radius: 20px !important;
}
.black-bg:before, .black-bg:after {
    content: "";
    display: table;
    line-height: 0!important;
	border-radius: 20px !important;
}
.black-bg:after {
    clear: both;
	border-radius: 20px !important;
}
    
.templatemo-content section {
    font-family: 'Raleway', sans-serif !important;
	
    position: relative; 
    overflow: hidden;
    top: 0; 
    padding-bottom: 20px;
}


.templatemo-content-wrapper {
    overflow:hidden;
}

.templatemo-content h2 {
    color:#fff !important;
    font-family: 'Raleway', sans-serif !important;
    
}

.templatemo-content p {
    font-family: 'Raleway', sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
}

#map-canvas {
	height: 260px;
}


.footer {
    overflow:hidden; 
    position:fixed;   
    bottom: 10px;
   
}

.footer-text {
    font-family: 'Raleway', sans-serif !important;
    color:#fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1) !important;
    margin-left: 30px;
    font-size: 14px !important;
		 
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.btn-menu {
    padding: 20px 0;
    text-align: center !important;
}

.btn-menu > .fa {
    font-size: 50px !important;
    margin: 20px 0;
}
.btn-menu > h2 {
    margin: 0;
    font-size: 18px !important;
}

.change-section {
    color: #fff !important;
     	 border-radius: 20px !important;
}

.change-section .black-bg {
    transition: all 0.4s ease !important;
		 border-radius: 20px !important;
}

.change-section .black-bg > h2 {
    transition: all 0.4s ease !important;
}

.change-section:hover {
    text-decoration: none !important;
    color: #246BB2 !important;
}

.change-section:hover .black-bg {
    background-color: rgba(255,255,255,0.52) !important;
}

.change-section:hover .black-bg > h2 {
    color: #3C2F8B !important;
}



.change-pg {
    color: #fff !important;
    text-decoration: none !important;
	    font-family: 'Raleway', sans-serif !important;
    font-style: normal !important;
		 border-radius: 20px !important;
}

.change-pg .black-bg {
    transition: all 0.4s ease !important;
		 border-radius: 20px !important;
}

.change-pg .black-bg > h2 {
    transition: all 0.4s ease !important;
}
.change-pg .black-bg >  p {
    transition: all 0.4s ease !important;
}

.change-pg:hover {
    text-decoration: none !important;
    color: #246BB2 !important;
}

.change-pg:hover .black-bg {
    background-color: rgba(0,90,250,0.65) !important;
	 border-radius: 20px !important;
	  box-shadow: 0px 0px 55px rgba(50,50,50,0.3) !important;
	 
}


.conborde:hover  {

	  	border: 3px solid;
}

 


/*
.change-pg:hover .black-bg > h2  {
    color: #246BB2;
}

.change-pg:hover .black-bg >  p {
    color: #000000;
}
*/
.fantasma{ 
 
display: none !important; 
}
.change-pg:hover .fantasma{
display : block !important; 
font-family: 'Raleway', sans-serif !important; 
 color: #fff !important; 
 font-weight :	normal !important; 
}
 
.bandera {
 
    position:fixed; 
    top: 20px;

	right: 20px;
	z-index: 99999 !important;
}

@media (max-width: 991px) {

    .footer {
        overflow:hidden !important;
        position:static !important;
        text-align: center !important;
    }
    
    .footer-text {
        margin-left: 0 !important;
    }
}
 