@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway|Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
/*
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

body,
html {
    height: 100%;
    width: 100% !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 3em;
}

.main {
    min-height: 60vh;
}

.bg-head {
    padding-top: .5rem;
    height: 55vh;
    content: '';
    display: block;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../../images/logo-apec-nova-2.png');
    background-size: cover;
}

.tokenrepeat {
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Indie Flower', cursive;
    /*text-decoration: line-through;*/
    font-size: 38px;
    font-weight: 900;
    color: #E64135 !important;
}

.titulo {
    color: #E64135 !important;
    font-weight: bold;
    border-bottom: solid #E64135 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

.title_underline {
    border-bottom: solid #E64135 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

/*Data Ribbon*/

.date {
    width: 70px;
    height: 60px;
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.date p {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #9e9e9e;
}

.date p span {
    background: #E64135;
    background: linear-gradient(top, #E64135 0%, #ac1920 100%);
    background: -moz-linear-gradient(top, #E64135 0%, #ac1920 100%);
    background: -webkit-linear-gradient(top, #E64135 0%, #ac1920 100%);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-top: 3px solid #E64135;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 6px 0 6px 0;
}

.footer {
    /* display: block; */
    /* background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../../images/ui/background_footer.png');
    background-size: cover !important; */
    height: 5vh;
    width: 100% !important;
    /* content: ''; */
}

footer a,
footer a:link {
    color: #E64135 !important;
    text-decoration: underline;
}

.bg-apec {
    background: #E64135;
    box-shadow: 1px #9e9e9e;
}

.nav-link {
    color: #9b191d !important
}

.img-white {
    filter: brightness(0) invert(1);
}

.text-black {
    color: #000 !important
}

.sombra {
    -webkit-filter: drop-shadow(1px 1px 1px #ffff);
    filter: drop-shadow(1px 1px 1px #ffff);
}

.main-footer {
    color: black
}

.main-footer a {
    color: white
}

.main-footer a:link {
    color: white
}

.main-footer a:hover {
    color: white
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #9b191d;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 1px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;
}

.scroll-top-wrapper:hover {
    background-color: #9b191d;
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.required {
    border-left: solid 3px #9b191d !important
}

/* .carousel-item{height:45vh !important} */
#CarouselApec.carousel-item>img {
    opacity: .45;
    z-index: -333;
    align-items: center;
}

.text-apec {
    color: #9b191d;
    font-weight: bolder;
}

.bg-apec {
    background-color: #9b191d !important
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.75);
}

.bg-white-opacity-45 {
    background-color: rgba(255, 255, 255, 0.45);
}

/* Style the container-member with a rounded border, grey background and some padding and margin */
.container-member {
    border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

/* Clear floats after container-members */
.container-member::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container-member to the left. Add a right margin, and style the image as a circle */
.container-member i {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

/* Increase the font-size of a span element */
.container-member span {
    font-size: 20px;
    margin-right: 15px;
}


.dropdown-menu {
    min-width: 15em !important;
    width: auto !important;
}

#CarouselBancoImg.carousel-item {
    height: 60vh !important
}



.container-main {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
}



.bg-grey {
    background-color: #c3c5c6 !important;
}

.text-grey {
    color: #c3c5c6 !important;
}

.border-bottom-apec {
    border-bottom: #9b191d solid 2px !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #c3c5c6;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #9b191d;
    font-weight: bolder;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #9b191d;
    font-weight: bolder;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    /* transition: background .3s; */
    display: inline-end;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #9b191d !important;
}

.cursor-move {
    cursor: move;
  }

.rotate:hover {
    transform: rotate(180deg);
}

.rotate {
    transition: transform 0.5s ease 0s;
}
