@charset "utf-8";
/* CSS Genral */
#nota {
	margin-bottom: 30px;
}
.tema a:hover {
	color: darkblue;
}
h1 {
	font-size: 35px;
	font-weight: bold;
}
#logo img {
    width: 180px;
}
header {
	height: 450px
}
header .first {
	position: relative;
	width: 100%;
	height: 450px;
	z-index: 1;
	display: flex;
}
header img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: -475px;
}

#exampleModal0 .modal-dialog {
    width: 60%;
}

#exampleModal0 .modal-content {
    background-color: transparent;
    border: none;
}

#bienve {
    background-color: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
a:hover {
    color: #00b2b4;
}
.caja_title {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px;
    color: #ffffff !important;
}
#compe {
	padding: 20px;
}

#compe p {
	font-size: 22px;
}

.tema header {
	height: 275px;
	background-image: linear-gradient(rgba(3,72,53,1),rgba(0,0,0,1),rgba(3,72,53,1));
}
.tema header img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 275px;
    position: relative;
    margin-top:0px;
	opacity: 0.4;	
}
#temas_c li {
	font-size: 15px;
	color: #3c3c3b;
}
#temas_c h6 {
	font-size: 17px;
}
#navegacion a{
	color:#fff;
	font-size: 1.5rem;
}
#ig {
	width: 100%;
    padding: 10px 50px 10px 49px;
}
#ig .mar {
	margin-top: 8px;
}
#bienvenida {
	padding: 20px;
}
#bienvenida p {
	font-size: 20px;
	color: #3c3c3b;
}
#contenido {
	padding: 20px 0px 50px 0px;
}
.tarjeta {
	display: flex; 
	flex-flow: row; 
	align-items: center; 
	justify-content: center; 
	height: 350px;
	position: relative; 
	width:100%; 
	margin: auto;
	margin-bottom: 10px;
}
.card2 {
	flex: initial; 
	position: relative; 
	height: 100%; 
	width: 100%; 
	perspective: 200rem;
}
.card_content {
	height: 100%; 
	transition: all 0.8s ease; 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden; 
	border-radius: 3px; 
	overflow: hidden;
}
.card_details {
	text-align: center; 
	font-size: 120%; 
	padding: 10%; 
	font-weight: 700; 
	height: 100%; 
	display: table-cell;
    vertical-align: middle;
}
.card_details p {
	cursor:pointer;
	border-radius: 5px;
}
#crede .card_details p {
    font-size: 15px;
	margin-bottom: 10px !important;
}
#certi .card_details p {
    font-size: 15px;
    margin: 0px !important;
    margin-bottom: 10px !important;
	border-radius: 5px;
	padding: 5px !important;
}
#certi .card_details { 
	padding: 2%; 	
}
.card_details .arrow {
	font-size: 22px;
    font-weight: bold;
    line-height: 0;
}

.card_details p:hover {
    background-color: #012e43 !important;
}
.card_back {
	transform: rotateY(180deg); 
	display: table;
}
.card2:hover .card_back {
	transform: rotateY(0);
}
.card2:hover .card_front {
	transform: rotateY(-180deg);
}
.card_front {
	background-image:linear-gradient(rgba(3,72,53,1),rgba(0,0,0,1),rgba(3,72,53,1));
}
.card_front h3 {
	text-align: center;
	margin: 0px; 
	padding: 4%;
}
.card_content .first {
    position: relative;
    width: 100%;
    height: 350px;
    z-index: 1;
    display: flex;
}
.card_content.card_front img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: -500px;
	opacity: 0.4
}
#micro .card_details {
    padding: 2%;
}
#micro .micro1 {
    background: url(../imagenes/certificado/m1.jpg);    
}
#micro .micro2 {
    background: url(../imagenes/certificado/m2.jpg);    
}
#micro .micro3 {
    background: url(../imagenes/certificado/m3.jpg);    
}
#micro .micro4 {
    background: url(../imagenes/certificado/m4.jpg);    
}
#micro .micro5 {
    background: url(../imagenes/certificado/m5.jpg);    
}
#micro .micro6 {
    background: url(../imagenes/certificado/m6.jpg);    
}
#micro .micro7 {
    background: url(../imagenes/certificado/m7.jpg);    
}
#micro .micro8 {
    background: url(../imagenes/certificado/m8.jpg);    
}
#micro .micro9 {
    background: url(../imagenes/certificado/m9.jpg);    
}
#micro .card_back {
    transform: rotateY(0);
	background-position: center;
    background-size: cover;
}
#micro .tarjeta {
	margin-bottom: auto;
}
#micro .card_details {
    background-image: linear-gradient(rgba(3,72,53,0.7),rgba(0,0,0,0.7),rgba(3,72,53,0.7));
}
#micro .card_details p {
    font-size: 15px;
	margin-bottom: 10px !important;
}
#micro .card_details p {
    font-size: 15px;
    margin: 0px !important;
    margin-bottom: 10px !important;
	border-radius: 5px;
	padding: 5px !important;
}
#micro .card_details { 
	padding: 2%; 	
}

#act_inte {
	box-shadow: 0px 0px 5px grey;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}
#footer {
	width:100%;
	padding: 10px;
}

#footer p {
	margin: 0px;
	color: #fff;
	line-height: 2;
}
.social {
    width: 170px;
    height: 36px;
    display: block;
    padding: 0;
    margin-left: auto;	
}
.social a {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
	margin-right: 10px;
	border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px;
}
.social a.linkedin {
	margin-right:0px;
}
.social a:hover {
    border-radius:50%;
    -webkit-border-radius:50%;
    box-shadow: 0px 0px 15px 5px #03a678;
    -webkit-box-shadow: 0px 0px 15px 5px #03a678;
}
.facebook {
    background: url("../imagenes/face.png");
    right: 74px;
}
.twitter {
    background: url("../imagenes/twitter.png");
    right: 46px;
}
.instagram {
    background: url("../imagenes/instagram.png");
    right: 18px;
}
.linkedin {
    background: url("../imagenes/linkedin.png");
}
.tema nav {
	margin-left: 4%;
    margin-right: 4%;
	padding: 5px 0px 5px 0px;
}
.tema #nav {
    margin-top: 9px;
}

#menu_center {
	align-items: center;
}
#nav {
	margin-top: 12px;
	text-align: right;
}
nav a {
	font-size: 20px;
    color: #000;
    text-decoration: none;
	font-weight: 600;
}
.separation {
	border-right: 2px solid #03a678;
	margin: 0px 10px 0px 10px;
}
#navegacion {
    padding: 5px 5% 5px;	
}
#myTab li {
	margin-left: 25px;
	width: 40%;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link {
	background-color: #03a678;
	font-size: 1.5rem;
	flex: 0 0 auto;
    width: 100%;
	border: 0px;
	--bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.nav-tabs .nav-link.active {
	background-color: #03a678;
    flex: 0 0 auto;
    width: 100%;
    border: 1px solid cyan;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;	
}
.tab-content > .active {
    padding: 20px 0px 20px;
}
.dropdown-toggle {
    white-space: normal;
	text-align: left;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #00b2b4;
}

#temas_c {
	margin-top: 50px;
	margin-bottom: 50px;
}
#temas_c p {
	font-size: 15px;
	color: #3c3c3b;
}
#seccion_t {
	margin: 15px;
	box-shadow: 0px 2px 4px darkgray;
	margin-bottom: 35px;
}
#seccion_t h5 {
	color: #fff;
	background-color: #03a678;
	padding: 10px;
	width: fit-content;
}
#seccion_t hr {
    color: #03a678;
    width: 100%;
    opacity: 1;
    position: relative;
    top: -31px;
    z-index: -1;
    height: 5px !important;
}
.t2 #secciones_t {
	border-bottom: 5px solid #03a678;
}
#secciones_t{	
	padding: 10px;
}
.link_c {
	width: 100%;
	display: flex;
	align-items: center;
}
.link_1 {
	width: 100%;
	border-left: 5px solid #00b2b4;
	padding-left: 5px;
}
.link_1 p {
	margin: 0px;
    line-height: 2;
}
a {
	color: #00b2b4;
}

.offcanvas-top {
    height: 100%;
}
#offcanvasTopLabel {
	font-size: 30px;
	color: #fff;
}
.offcanvas-header .btn-close {
    opacity: 10;
}
.offcanvas-body {
    padding: 3rem 3rem;
}
.bg-color-1 {
	background-color:#012e43;
}
.text-1 {
	color:#012e43;
}
.bg-color-2 {
	background-color:#03a678;
}
.text-2 {
	color:#04a579;
}
.text-3 {
	color:#f15a24;
}
.bg-color-3 {
	background-color:#f9f9f9;
}
.width-100 {
	width:100%;
}
.height-100 {
	height:100%;
}
.radius-15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.radius-50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.pointer {
	cursor: pointer;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    width: 50%;
    text-align: center;
    height: 3px !important;
    margin: auto;
}
a,
li{
	word-break: break-word;
}
@media (max-width: 768px) {
	#exampleModal0 .modal-dialog {
		width: 90%;
	}	
	#footer p {
		text-align: center;
	}
	.social {
		margin: auto;
	}
}
@media (min-width: 768px) {
	.tema header img {
		object-position: center -100px;	
	}
}
