@font-face {
  font-family: 'UOCSans';
  src: url('fonts/UOCSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/UOCSans-Regular-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/UOCSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/UOCSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/UOCSans-Regular.svg#UOCSans-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'UOCSans-Regular';
  src: url('fonts/UOCSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/UOCSans-Regular-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/UOCSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/UOCSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/UOCSans-Regular.svg#UOCSans-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'UOCSans-Bold';
  src: url('fonts/UOCSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/UOCSans-Bold-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/UOCSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/UOCSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/UOCSans-Bold.svg#UOCSans-Bold') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'UOC_Serif-Regular_web';
  src: url('fonts/UOC_Serif-Regular_web.eot'); /* IE9 Compat Modes */
  src: url('fonts/UOC_Serif-Regular_web-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/UOC_Serif-Regular_web.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/UOC_Serif-Regular_web.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/UOC_Serif-Regular_web.svg#UOC_Serif-Regular_web') format('svg'); /* Legacy iOS */
}


html {
  min-height: 1000px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}


.container {
	width: 990px;
	margin: auto;
  font-family: UOCSans-Regular;

}

.text-center {
	text-align: center;
}

p {
  font-family: UOCSans-Regular;

}

h1 {
  color: #020b76;
  font-size: 26px;
  border-bottom: 3px solid #78edfe;
  padding-bottom: 10px;
  margin-top: 30px;
  font: 30px UOCSans-Bold ;
  margin-bottom: 0;
}

h3, h4 {
  font-family: UOCSans-Bold;
}

.headline {
  position: relative;
  margin-bottom: 20px;
}

.headline a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #73EDFF;
  color: #020b76;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}


.toggle-title {
 background-color: rgba(115,237,255, .3);
 border-top: 2px solid #020b76;
 border-bottom: 2px solid #020b76;
 color: #020b76;
 cursor: pointer;
 position: relative;
 height: 170px;
 margin-bottom: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 50px;
 transition-duration: 0.7s;
}
.icon-hover {
  display: none;
}
.toggle-title:hover {
  background: #73EDFF

}
.toggle-title:hover .icon-hover {
  display: block;
  transition-duration: 0.7s;
}
.toggle-title .icon, .toggle-title .icon-hover {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.toggle-title .icon img, .toggle-title .icon-hover img {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 70px
}

.toggle-title .more-icon {
  position: absolute;
}


a h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 999999999;
}
a:hover {
  text-decoration: none;
}

b {
	font-family: UOCSans-Bold;
}

#footer {
  border-top: 4px solid #73EDFF;
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #020b76;
  font-size: 12px;
}

#footer b {
  font-size:14px;
  color: #020b76;
  font-family: UOCSans-Bold;
}

#footer a {
  text-decoration: none;
  color: #020b76;
}
.right {
  text-align: right
}
.section-title {
  background: #73EDFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  border-top: 2px solid #020b76;
  border-bottom: 2px solid #020b76;
  position: relative;
}
.section-title h1 {
  font-size: 20px;
  color: #000078;
  margin: 0;
  padding: 0;
  text-align: center

}
.section-title img {
  position: absolute;
  left: 25px;
}

.section-title .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  margin-top: 0
}
.close-button img {
  left: 0
}
.section-description {
  font-size: 14px;
  color: #000078;
  background: rgba(115, 237, 255, .25);
  padding: 45px 80px;
  text-align: center;
  margin-bottom: 30px
}

h4 {
  font-size: 18px;
  text-align: center;
  color: #000078;
  margin: 0
}

p {
  text-align: center;
  font-size: 12px;
  color: #000078;
}

.close-button {
	    display: block;
    text-align: center;
    margin-top: 50px;
}


@media (max-width: 767px) { 
	.container {
		max-width: 100%;
	}	
}


#myTab{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}

.nav-item {
	width: 30%;
	text-align: center;
	border: none !important
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #000078;
}

.nav-tabs .nav-link {
	border: none;
	border-top: 2px solid #000078;
	
	border-radius: 0;
	color: #000078;
	background: #eee
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link:hover {
    color: #fff;
    background-color: #000078;
	border-top: 2px solid #000078;

}

.tab-content {
	background: #73EDFF33;
	border-bottom:  2px solid #000078;
	border-top:  2px solid #000078;
	padding: 20px;
	color: #000078;
}

.toggle-title.top{
	border: none;
	background-color: #64EAFE;
	cursor: default; 
	display: block;
	padding: 10px 0;
	height: auto;
}

.toggle-title.top p{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 18px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pre-footer-gris {
	background-color: #EDEDED;
	padding: 20px;
	text-align: center;
	margin-top: 25px;
	color: #000078;
}

span.close2 {
    position: absolute;
    top: 10px;
    right: 15px;
}

.prim {
    padding: 0 35px;
}