/*
	ALQU3O by GoodBytes.io
	goodbytes.io | @goodbytes.io
*/


/* FUENTE */

@font-face {
    font-family: Museo Sans;
    src: url(../webfonts/MuseoSans-700.otf);
}
	/* body, input, select, textarea {
		color: #ffffff;
		font-family: "Museo Sans", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	} */



/* SUBRAYADO */
		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
      font-family: "Museo Sans", sans-serif;
			border-bottom: solid 1px #00ADE9;
      font-size: 1.1rem;
		}

/* PÁRRAFO MODAL */
    #about h3.subtitle {
      color: #00ADE9 !important;
    }


    #about p {
        text-transform: uppercase;
        font-size: 0.8rem;
    }

/* BOTÓN CONTACTO */

    #contact  .primary{
        background-color: #00ADE9 !important;
        font-weight: 400;
      }
      #contact  .primary:hover {
        background-color: #00ADE9BD !important;
      }
/* BG */

		#bg:after {
			background-image: url("../../images/bg11.png");
			/* background-color: ; */
			}

/* HEADER */


#header .logo img {
    width: 60%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20%;
}

#header .iso-logo img {
    width: 60%;
    height: auto;
}

#header .logo {
	  font-family: "Museo Sans", sans-serif;
    line-height: 4rem;
}


					#header nav ul li a:hover {
						background-color: rgba(0, 173, 233, 0.9);
					}

					#header nav ul li a:active {
						background-color: rgba((0, 173, 233, 0.075);
					}


/* MODAL */


		#main article {
			background-color: rgba(0, 0, 0, 0.85) !important;
			}
