html,
body {
  background-color: var(--Gris-bg);
}

* {
	font-family: 'eurostile';
	font-size: 11pt;
}

body {
  padding-top: 38px;
}

html {
  font-size: 14px;
}

.epigrafe {
	font-size: 10pt;
}
.titFoto {
	font-size: 10pt;
}

.conTextAudio {
	height: 80px;
}
.contAudios {
	height: 30px;
}
.contAudio {
	position: absolute;
	top: 0px;
	left: 0px;
}
.barraTexto {
	position: relative;
	background-color: var(--Cc);
	color: #fff;
	height: 170px;
	transition: .5s all;
	top: 0px;
	padding: 0 10px;
}
.barraTexto:hover {
	top: -140px;
}
.cardAudio {
	width: 232px;
	height: 290px;
	overflow: hidden;
}
audio {
	width: 100% !important;
	background-color: transparent !important;
	color: #fff !important;
	border-radius: 0px;
}
audio:focus{
  outline:none;
}
audio::-webkit-media-controls {
	background-color: var(--Cc);
    border: none;
    border-radius: 0px;
    color: #fff !important;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
audio::-webkit-media-controls-enclosure {
	border: none;
	border-radius: 0px;
	color: #fff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
audio::-webkit-media-controls-panel {
    width: 100%;
    background-color: var(--Cc);
    border: none;
    border-radius: 0px;
    color: #fff !important;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
audio::-webkit-media-controls-overlay-play-button {
    display: none;
}

audio::-webkit-media-controls-play-button {
    -webkit-appearance: media-play-button;
    display: -webkit-flex;
    width: 16px;
    height: 16px;
    background-color: initial;
    border: initial;
    color: #fff !important;
}
audio::-webkit-media-controls-timeline {
    display: none;
}
audio::-webkit-media-controls-current-time-display {
    font-size: 12px;
    color: #fff;
}
audio::-webkit-media-controls-time-remaining-display {
    font-size: 12px;
    color: #fff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.logoHeader {
	padding: 0;
	height: 38px;
}

.contVideoH {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	z-index: 1;
	
	background-image: url('../images/Site/cc/banner_sup.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contVideoF {
	width: 100%;
	height: 300px;
	overflow: hidden;
	z-index: 1;
	
	background-image: url('../images/Site/cc/banner_inf.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.videoH {
	position: relative;
	padding: 0px;
	margin: 0px;
	left:50%;
	top: 0;
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Safari prior 9.0 */
	transform: translateX(-50%); /* Standard syntax */
}
.videoF {
	position: relative;
	padding: 0px;
	margin: 0px;
	left:50%;
	top: 0;
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Safari prior 9.0 */
	transform: translateX(-50%); /* Standard syntax */
}
.frame {
	height:400px;
	overflow-y:auto;
}
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: var(--Cc);
}

.nav-item {
	padding-left: 10px;
	padding-right: 10px;
}
.nav-link {
	color: var(--Cc) !important;
}
a {
	border:0px;
	outline:0px;
}
a:hover, .nav-link:hover {
	background-color: var(--Cc) !important;
	color: #fff !important;
}

.logo_hover, .logo_hover:hover {
	background-color: transparent !important;
}

.container {
	max-width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.nav-scroller {
    z-index: 1001 !important;
    background-color: var(--Gris-cont) !important;
}
.navbar {
	padding: 0 50px;
	background-color:var(--Gris-cont) !important;
	font-family: 'PrestigeEliteStd';
	font-size: 12pt;
}
.navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.nav-link {
	font-family: 'PrestigeEliteStd';
	font-size: 11pt;
}
.navbar-toggler {
	border-color: var(--Cc);
}

.navbar-collapse.show {
    height: 100vh;
    background-color: rgba(184, 184, 179, 0.9);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
}
.navbar-collapse.show a.nav-link, a.dropdown-item {
    color: #fff !important;
}

.menu-principal {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 10001;
    background-color: transparent !important;
    pointer-events: none;
}
.second-menu {
	position: fixed;
    top: 38px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 40px;
	z-index: 10000;
	overflow-y: auto;
}
.more-sign {
	position: absolute;
	top: 11px;
	right: 0px;
}
.menu-principal.collapse {
	height: 100%;
	width: 100%;
}
.navbar-nav {
	pointer-events: all;
}
.nav-scroller {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}


.tooltip-inner {
	background-color: var(--Cc);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: var(--Cc);
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(184, 184, 179, 0.83);
}

.dropdown-item {
	color: white;
	font-family: 'PrestigeEliteStd';
	font-size: 10pt;
}

.btn-agenda:hover {
	color: var(--Cc);
	cursor: pointer;
}

.btn_more {
	font-family: 'PrestigeEliteStd';
	font-size: 18pt;
	color: var(--Cc);
	cursor: pointer;
}
/*
.navbar-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.navbar-nav {
	height: 100%;
}
.navbar-collapse.show {
    height: 100vh;
}

.text600 {
	max-width: 768px;
	padding: 0 15px;
}

.text700 {
	max-width: 900px;
	padding: 0;
}

.text620 {
	max-width: 620px;
	padding: 0;
}

.cvs {
	font-family: 'PrestigeEliteStd';
	color: var(--Cc);
	font-size: 18px;
	cursor: pointer;
}
.cvs:hover {
	font-family: 'PrestigeEliteStd';
	background-color: var(--Cc);
	color: #fff;
}

.box-asa {
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0 15px;
	background-image: url('../images/Colaborativas/asa.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.box-asa:hover {
	opacity: 0.8;
}
.box-titulo-asa {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color: #7f7f7f;
	color: #f2f2eb;
	line-height: 50px;
	font-family: 'PrestigeEliteStd';
	font-size: 16px;
}

.box-te {
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0;
	background-image: url('../images/Colaborativas/te.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.box-te:hover {
	opacity: 0.8;
}
.box-titulo-te {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color: #222f38;
	color: #f2f2eb;
	line-height: 50px;
	font-family: 'PrestigeEliteStd';
	font-size: 16px;
}

.box-cda {
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0;
	background-image: url('../images/Colaborativas/cda.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.box-cda:hover {
	opacity: 0.8;
}
.box-titulo-cda {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color: #222f38;
	color: #f2f2eb;
	line-height: 50px;
	font-family: 'PrestigeEliteStd';
	font-size: 16px;
}

.imgAngie {
	max-height: 150px;
}
.barra60 {
	height: 40px;
}

.beer-reveal > img:first-child {
    height: 100% !important;
}

#carousel-wyc .carousel-caption,
#carousel-pdc .carousel-caption,
#carousel-lcs .carousel-caption,
#carousel-wyb .carousel-caption,
#carousel-pdb .carousel-caption,
#carousel-lcm .carousel-caption,
#carousel-wy .carousel-caption,
#carousel-pd .carousel-caption,
#carousel-lch .carousel-caption,
#carousel-em .carousel-caption,
#carousel-aguiar .carousel-caption,
#carousel-archivo .carousel-caption,
#carousel-espacio .carousel-caption,
#carousel-hilos .carousel-caption,
#carousel-video .carousel-caption,
#carousel-nego .carousel-caption,
#carousel-test1 .carousel-caption {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background-color: var(--Cc);
    color: #fff;
    height: 40px;
    transition: .5s all;
}
/*
#carousel-test1 .carousel-caption:hover {
	height: 220px;
}
*/

#carousel-wyc .carousel-indicators,
#carousel-pdc .carousel-indicators,
#carousel-lcs .carousel-indicators,
#carousel-wyb .carousel-indicators,
#carousel-pdb .carousel-indicators,
#carousel-lcm .carousel-indicators,
#carousel-wy .carousel-indicators,
#carousel-pd .carousel-indicators,
#carousel-lch .carousel-indicators,
#carousel-em .carousel-indicators,
#carousel-aguiar .carousel-indicators,
#carousel-archivo .carousel-indicators,
#carousel-espacio .carousel-indicators,
#carousel-hilos .carousel-indicators,
#carousel-video .carousel-indicators,
#carousel-nego .carousel-indicators,
#carousel-test1 .carousel-indicators,
#carousel-asa .carousel-indicators,
#carousel-patentes .carousel-indicators,
#carousel-monumentos .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-wyc .carousel-indicators li,
#carousel-pdc .carousel-indicators li,
#carousel-lcs .carousel-indicators li,
#carousel-wyb .carousel-indicators li,
#carousel-pdb .carousel-indicators li,
#carousel-lcm .carousel-indicators li,
#carousel-wy .carousel-indicators li,
#carousel-pd .carousel-indicators li,
#carousel-lch .carousel-indicators li,
#carousel-em .carousel-indicators li,
#carousel-aguiar .carousel-indicators li,
#carousel-archivo .carousel-indicators li,
#carousel-espacio .carousel-indicators li,
#carousel-hilos .carousel-indicators li,
#carousel-video .carousel-indicators li,
#carousel-nego .carousel-indicators li,
#carousel-test1 .carousel-indicators li,
#carousel-asa .carousel-indicators li,
#carousel-patentes .carousel-indicators li,
#carousel-monumentos .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-wyc .carousel-indicators li img,
#carousel-pdc .carousel-indicators li img,
#carousel-lcs .carousel-indicators li img,
#carousel-wyb .carousel-indicators li img,
#carousel-pdb .carousel-indicators li img,
#carousel-lcm .carousel-indicators li img,
#carousel-wy .carousel-indicators li img,
#carousel-pd .carousel-indicators li img,
#carousel-lch .carousel-indicators li img,
#carousel-em .carousel-indicators li img,
#carousel-aguiar .carousel-indicators li img,
#carousel-archivo .carousel-indicators li img,
#carousel-espacio .carousel-indicators li img,
#carousel-hilos .carousel-indicators li img,
#carousel-video .carousel-indicators li img,
#carousel-nego .carousel-indicators li img,
#carousel-test1 .carousel-indicators li img,
#carousel-asa .carousel-indicators li img,
#carousel-patentes .carousel-indicators li img,
#carousel-monumentos .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-wyc .carousel-indicators li.active img,
#carousel-pdc .carousel-indicators li.active img,
#carousel-lcs .carousel-indicators li.active img,
#carousel-wyb .carousel-indicators li.active img,
#carousel-pdb .carousel-indicators li.active img,
#carousel-lcm .carousel-indicators li.active img,
#carousel-wy .carousel-indicators li.active img,
#carousel-pd .carousel-indicators li.active img,
#carousel-lch .carousel-indicators li.active img,
#carousel-em .carousel-indicators li.active img,
#carousel-aguiar .carousel-indicators li.active img,
#carousel-archivo .carousel-indicators li.active img,
#carousel-espacio .carousel-indicators li.active img,
#carousel-hilos .carousel-indicators li.active img,
#carousel-video .carousel-indicators li.active img,
#carousel-nego .carousel-indicators li.active img,
#carousel-test1 .carousel-indicators li.active img,
#carousel-asa .carousel-indicators li.active img,
#carousel-patentes .carousel-indicators li.active img,
#carousel-monumentos .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-wyc .carousel-indicators li:hover img,
#carousel-pdc .carousel-indicators li:hover img,
#carousel-lcs .carousel-indicators li:hover img,
#carousel-wyb .carousel-indicators li:hover img,
#carousel-pdb .carousel-indicators li:hover img,
#carousel-lcm .carousel-indicators li:hover img,
#carousel-wy .carousel-indicators li:hover img,
#carousel-pd .carousel-indicators li:hover img,
#carousel-lch .carousel-indicators li:hover img,
#carousel-em .carousel-indicators li:hover img,
#carousel-aguiar .carousel-indicators li:hover img,
#carousel-archivo .carousel-indicators li:hover img,
#carousel-espacio .carousel-indicators li:hover img,
#carousel-hilos .carousel-indicators li:hover img,
#carousel-video .carousel-indicators li:hover img,
#carousel-nego .carousel-indicators li:hover img,
#carousel-test1 .carousel-indicators li:hover img,
#carousel-asa .carousel-indicators li:hover img,
#carousel-patentes .carousel-indicators li:hover img,
#carousel-monumentos .carousel-indicators li:hover img {
    opacity: 0.75;
}

.beer-handle {
	background-color: var(--Cc) !important;
	color: #fff !important;
}

.card {
	border: 0px;
	background-color: transparent !important;
}
.card-body {
	padding: 0px;
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (max-width: 2560px) {
	.text600 {
		max-width: 650px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-nav {
		width: 100%;
		top: 50%;
	    left: 50%;
	    position: absolute;
	    transform: translate(-50%, -50%);
	}
	a {
		text-decoration: none;
	}
	a:hover, .nav-link:hover {
	    background-color: transparent !important;
	    text-decoration: underline;
		color: #fff !important;
	}
	.second-link:hover {
		background-color: var(--Cc) !important;
	    text-decoration: underline;
		color: #fff !important;
	}
	.frame {
		height:300px;
		overflow-y:hidden;
	}
	.box-asa, .box-te, .box-cda {
		height: 200px;
	}
	.box-titulo-asa, .box-titulo-te, .box-titulo-cda {
		font-size: 14px;
	}
	#carousel-test1 .carousel-caption:hover {
		height: 250px;
	}
	.imgAngie {
		max-height: 200px;
	}
	.cardAudio {
		height: 290px;
	}
}
.content {
	background-color:var(--Gris-cont) !important;
}

.titulo {
	font-family: 'PrestigeEliteStd';
	color: var(--Cc);
	font-size: 28px;
}

.subTitulo {
	font-family: 'PrestigeEliteStd';
	color: var(--Cc);
	font-size: 19px;
}
.subTituloDos {
	font-family: 'PrestigeEliteStd';
	color: var(--Cc);
	font-size: 16px;
}
.flecha-up {
	position: relative;
	top: -5px;
	width: 30px;
	height: 30px;
}
.nameCard {
	font-family: 'PrestigeEliteStd';
	color: var(--Cc);
	font-size: 17px;
}
.footer {
	height: 100px;
	background-color: var(--Cc);
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}