@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,500italic,400italic");

/*
 * Globals
 */
/* Links */
a,
a:focus {
    color: #e2b34b;
}

a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
		color: #d79a00!important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.ty{
	font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
/*
 * Base structure
 */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body {
    background-color: #fff;
	margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	padding: 0;
}

body {
    font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1rem;
	font-weight: normal;
    line-height: 1.5;
    padding-top: 3rem;
	padding-bottom: 0!important;
    color: #5a5a5a;
    text-align: left;
    background-color: #fff;
}

.h-100 {
    height: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
	margin-top: 0.2rem;
    line-height: 1.2;
}

h1,
.h1 {
    font-family: "Playfair Display", Times, Garamond, "serif";
    font-size: 2rem;
    font-weight: 500;
}

h2,
.h2 {
    font-size: 1.5rem;
    font-weight: 300;
	text-transform: uppercase; 
}

h3,
.h3 {
    font-size: 1.1rem;
    font-weight: normal;
	text-transform: uppercase; 
}

h4,
.h4 {
    font-size: 0.8rem;
	text-transform: uppercase;
}

h5,
.h5 {
    font-size: 0.75rem;
}

h6,
.h6 {
    font-size: 0.65rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

 /* Footer*/
 .footer {
	 color: #fff;
	 text-align: center;
	 font-weight: 100;
     width: 100%;
	 background-color: #5e5e5e!important;
     margin-top: 1rem;
    }

.footer p:last-child {
    margin-bottom: 0;
	font-size: small;
    }

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.5rem;
    vertical-align: center!important;
    border-top: 1px solid #dee2e6;
}
.table tr:last-child{
    border-bottom: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.cover-container {
max-width: none;
background-color: #333333;
background-attachment: scroll;
background-position-y: bottom;
text-align: center;
/*color: #ffffff;*/
margin-top: -45px;
	background-image: url("../../images/asodat_cover.png");
	padding-top: 4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

/* Custom default button */
.btn-primary {
    color: #fff;
    background-color: #d69900;
    border-color: #d69900;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/*
 * Header
 */
.navbar {
	box-shadow: 2px 2px 10px #b2b2b2;
}
.men-dark {
    background-color: #5e5e5;
    color: #ccc;
}

.masthead {
    margin-bottom: 2rem;
    background: #ffffff;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }
}

/*
 * Cover
 */
.cover {
  /*  background-image: url("../img/asodat_cover.png");
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;*/
	color: #ffffff;
	padding: 2rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.lead {
    font-weight: lighter;
    font-size: 2rem;
    line-height: 120%;
}

.border-bottom {
    border-bottom: 1px solid #d69900 !important;
}

.item-bg {
    background-color: #e2e2e2;
}

/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5);
    background: #5e5e5e;
    text-align: center;
}

.masthead-nav {
    float: right;
    display: flex;
    background-color: #d79a00;
}

.num {
	color: #AAA9A9;

}

@media screen {
    .cover-heading {
    }
}

.cover-heading {
    font-family: Playfair Display;
    font-weight: bold;
}

.navbar-blanco {
    background: #ffffff;
}


@media (min-width: 768px) {
   

    /* MARKETING CONTENT
-------------------------------------------------- */
    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .marketing h2 {
        font-weight: 400;
    }

    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }

    /* Featurettes
------------------------- */
    .featurette-divider {
        margin: 5rem 0; /* Space out the Bootstrap <hr> more */
    }

    /* Thin out the marketing headings */
    .featurette-heading {
        font-weight: 300;
        line-height: 1;
        letter-spacing: -.05rem;
    }

    /* RESPONSIVE CSS
-------------------------------------------------- */
    @media (min-width: 40em) {
        /* Bump up size of carousel content */
        /*.carousel-caption p {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            line-height: 1.4;
        }
*/
        .featurette-heading {
            font-size: 50px;
        }
    }

    @media (min-width: 62em) {
        .featurette-heading {
            margin-top: 7rem;
        }
    }
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #d69900;
    border-color: #d69900;
}

.btn-outline-success {
    color: #d69900;
    border-color: #d69900;
}

.btn-outline-success:hover, .btn-outline-success:active {
    color: #fff;
    background-color: #d69900;
    border-color: #d69900;
}