.btn-video {
  background-color: transparent;
  background-image: none;
  border: none;
}

/** Courses section **/
.box_my {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.box_my figure {
    margin: 0;
    position: relative;
}
.box_my .overlay p {
    color: #fff;
    line-height: normal;
    margin-top: 8px;
    height: 200;
    overflow: hidden;
    opacity: 0;
    margin: 10;
    transition: all .4s ease-in;
}
.box_my:hover .overlay p {
    height: 55px;
    opacity: 1;
    transition: ease all 0.5s;
}
.overlay {
    position: absolute;
    bottom: 0;
    background: transparent;
}
.box_my:hover .overlay {background: #003a72bd;}

/** make **/
.make {background: #003a72; margin-top: 90px; padding: 50px 0px;}
.make .titlepage {text-align: left; padding-bottom: 30px;}
.white_colo {color: #F4B328;}
.make_text p {color: #fff;}

.make_text a {
    font-size: 16px;
border: #fff solid 1px;
background-color: #fff;
color: #003a72;
padding: 9px 0px;
max-width: 171px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 30px;
float: left;
margin-top: 20px;
}
 .make_text a:hover {
     background-color: #f4b328;
     border: #f4b328 solid 1px;
     color: #fff;
}


.make_img figure {margin: 0px;}

/** end make **/

.tabla
{
  font-family: RobotoCondensed-Regular;
  font-size: 16px;
}

.tabla tr, th, td
{
  border: 1px solid black;
  padding: 8px;
}

.tabla-thead
{
  text-align: center;
  background-color: #771504;
  color: white;
}

.tabla-categorias
{
  text-align: center;
  background-color: rgba(119,21,4,0.6);
  color: black;
}

.tabla-thead-null
{
  text-align: center;
  background-color: rgb(0, 58, 114);
  color: white;
}

.tabla-categorias-null
{
  text-align: center;
  background-color: rgba(0, 58, 114, 0.6);
  color: black;
}

.tabla-thead-admonFC
{
  text-align: center;
  background-color: black;
  color: white;
}

.tabla-categorias-admon1
{
  text-align: center;
  background-color: rgba(0, 58, 114, 0.6);
  color: black;
}

.tabla-thead-AN
{
  text-align: center;
  background-color: rgb(255,61,0);
  color: white;
}

.tabla-categorias-AN
{
  text-align: center;
  background-color: rgba(255,61,0,0.6);
  color: black;
}

.tabla-thead-AG
{
  text-align: center;
  background-color: rgb(97,97,97);
  color: white;
}

.tabla-categorias-AG
{
  text-align: center;
  background-color: rgba(97,97,97,0.6);
  color: black;
}

.tabla-thead-AA
{
  text-align: center;
  background-color: rgb(255,234,0);
  color: black;
}

.tabla-categorias-AA
{
  text-align: center;
  background-color: rgba(255,234,0,0.6);
  color: black;
}

.tabla-thead-T
{
  text-align: center;
  background-color: rgb(39, 113, 184);
  color: white;
}

.tabla-categorias-T
{
  text-align: center;
  background-color: rgba(39, 113, 184,0.6);
  color: black;
}

.nombre
{
  font-family: LexendTera-Regular;
  background-color: rgb(0, 58, 114);
}

.menu
{
  background-color: rgba(0, 58, 114, 0.4);
  font-family: Spartan-VariableFont_wght;
}

.titulo
{
  font-family: JosefinSans-VariableFont_wght;
  font-size: 26px;
  color: rgb(8,62,158);
}

body
{
  font-family: Roboto-Regular;
}

@font-face
{
  font-family: RobotoCondensed-Regular;
  src: url(../fuentes/RobotoCondensed-Regular.ttf);
}

@font-face
{
  font-family: LexendTera-Regular;
  src: url(../fuentes/LexendTera-Regular.ttf);
}

@font-face
{
  font-family: Spartan-VariableFont_wght;
  src: url(../fuentes/Spartan-VariableFont_wght.ttf);
}

@font-face
{
  font-family: JosefinSans-VariableFont_wght;
  src: url(../fuentes/JosefinSans-VariableFont_wght.ttf);
}

@font-face
{
  font-family: Roboto-Regular;
  src: url(../fuentes/Roboto-Regular.ttf);
}

.vtl{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.formulario input[type="radio"], .formularioA input[type="radio"]
{
  display: none;
}

.formulario .radio label, .formularioA .radio label
{
  padding: 5px 15px 5px 36px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formulario .radio label:hover, .formularioA .radio label:hover
{
  background: rgba(0, 58, 114, 0.7); 
}

.formulario .radio label:before, .formularioA .radio label:before
{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: none;
  border:3px solid black;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 12px;
}


.formulario input[type="radio"]:checked + label, .formularioA input[type="radio"]:checked + label
{
  padding: 5px 15px;
  background: rgba(0, 58, 114, 0.7);
  border-radius: 2px;
  color:#fff;
}

.formulario input[type="radio"]:checked + label:before, .formularioA input[type="radio"]:checked + label:before
{
  display: none;
}

.container-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;
  
}

.carruseles {
    width: 500%;
    height: 100%;
    display: flex;

}

.slider-section {
    width: calc(100% / 5);
    height: 100%;
}

.slider-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #333333d4;
    color: #fff;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}