@charset "utf-8";
/* CSS Document */

.cabecera {
	position: relative;
	background-color: black;
	margin-top: 100px;
	align-content: center;
	text-align: center;
	padding: 5px;	
}

.cabecera h4 {
	padding-top: 20px;
}

/* VIDEO*/
.container-max-width {
    position: relative;
    height: 80vh;
    margin-top: 0px;
}

.video-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.video-container video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

/* FIN VIDEO*/

.container-respaldo {
	margin-top: 100px;
}

.header-reconocimiento {
    background-image: url("../img/header/clacpter-reconocimiento.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
    flex-direction: column;
	margin-top: 20px;
   }

.header-examen {
    background-image: url("../img/header/clacpter-examen.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
    flex-direction: column;
	margin-top: 0px;
   }

.header-certificado {
    background-image: url("../img/header/clacpter-certificacion.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
    flex-direction: column;
	margin-top: 0px;
   }

.header-contacto {
    background-image: url("../img/header/clacpter-contactenos.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    flex-direction: column;
	margin-top: 20px;
   }

.container-consejo{
	background-color: #99cc33;
	background-position: center;
	align-content: center;
	margin: auto;
}


.footer {
    background-image: url("../img/header/clacpter-latinoamerica.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
   }

/*GALERIA*/
#galeria .col-lg-3 {
    margin: 0 !important;
    padding: 15px;
}

#galeria img {
    width: 100%;
    height: 100%;
}

#galeria img:hover {
    border: 5px solid #fff;

}

/*BOTONES*/

.botones-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.botones-container ul li {
    display: inline-block;
    margin: 0 3px;
    width: 100px;
    height: 35px;
    text-align: center;
}

.botones-container ul li a {
    display: block;
    padding: 0 0px;
    background: #47a519;
    border-radius: 6px;
    color: #fff;
    line-height: 100px;
    font-size: 24pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.botones-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

/*FIN BOTONES*/