@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 100%;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    height: 100%;
    background-color: #FFFFFF;
}
/* About Section */
.text_column {
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 50px;
    padding-left: auto;
    padding-right: auto;
    color: #020202;
    /* [disabled]font-size: 24px; */
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding-bottom: inherit;
    padding-top: 1%;
    display: block;
}
.about {
    padding-left: inherit;
    padding-right: inherit;
    display: inherit;
    /* [disabled]background-color: #FFFFFF; */
    background-image: url(../images/fondo.png);
    padding-bottom: 1%;
    padding-top: inherit;
}
.cards {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-right: inherit;
    padding-left: inherit;
    padding-bottom: inherit;
    margin-bottom: auto;
}
.button {
    width: auto;
    margin-top: auto;
    margin-right: 10%;
    margin-bottom: auto;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
    display: block;
    font-size: auto;
    padding-left: 15px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    border-radius: 50px;
    margin-left: 10%;
    padding-top: 15px;
}
.buttonheader {
    width: auto;
    /* [disabled]margin-top: auto; */
    /* [disabled]margin-right: 10%; */
    /* [disabled]margin-bottom: auto; */
    padding-right: 0.7%;
    padding-bottom: 0.3%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1px;
    border: 3px solid #D9AD48;
    color: #000000;
    /* [disabled]transition: all 0.3s linear; */
    display: inherit;
    font-size: auto;
    padding-left: 0.5%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    border-radius: 20px 15px 20px 20px;
    /* [disabled]margin-left: 10%; */
    padding-top: 0.3%;
    position: absolute;
    top: 16vw;
    left: 35.5vw;
    bottom: auto;
}
.button:hover {
    background-color: #FEFEFE;
    color: #D9AD48;
    cursor: pointer;
}
.buttonheader:hover {
    background-color: #000000;
    color: #FCFCFC;
    cursor: pointer;
}
.copyright {
    text-align: center;
    background-color: #D9AD48;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    /* [disabled]border-top: 2px solid #FFFFFF; */
    padding-bottom: 2%;
    margin-top: 10%;
    padding-top: 3%;
    margin-bottom: auto;
}
.footer_bannerL {
    background-color: #D9AD48;
    padding-bottom: 5%;
    /* [disabled]margin-bottom: 0px; */
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: auto;
    float: left;
    padding-top: 4%;
}
.dedo {
    display: inherit;
    position: absolute;
    top: 19vw;
    left: 41.5vw;
}

/* Mobile */
@media (max-width: 320px) {
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
.footer_bannerR {
    background-color: #D9AD48;
    padding-top: 4%;
    padding-bottom: 5%;
    /* [disabled]margin-bottom: 0px; */
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: auto;
    float: right;
}
