@font-face {
	font-family: 'Spinwerad';
	src:url('../fonts/spinwerad.ttf') format('truetype');
}
@font-face {
	font-family: 'Morningtype';
	src:url('../fonts/Morningtype.ttf') format('truetype');
}

.font-banner {
  font-family: 'Spinwerad';
}
.main_title{
    color: white;
    font-size: 78px;
}
.main_title span{
    font-size: 52px;
    font-family: 'Morningtype';
    font-weight: bold;
    display: block;
}
.Aligner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-sub{
    font-family: 'Spinwerad';
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    text-transform: capitalize;
    color: #51abd3;
}
.text-sub span, .tab_column_color span{
    display: block;
}
.fecha{
    font-family: 'Morningtype';
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    color: #51abd3;
}
.gris{
    background-color: #e9e9e9;

}
.tab_column_color{
    font-size: 32px;
    line-height: 30px;
    font-family: 'Spinwerad';
    text-align: center;
    border-right: solid 1px #c4c4c4;
}
.box-video a i{
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 86px;
    left: 0;
    color: white;
    width: 100%;
}
.renito{
    position: absolute;
    right: -10%;
    width: 15%;
    top: 0;
    z-index: 9;
}
.flex-eqh{
    display: flex;
    justify-content: space-between;
}
.flex-number{
    flex: 1;
}
.hp-this{
    min-height: 760px;
    background-color: #ffffff57 !important;
}
.opacity::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color:rgba(0, 0, 0, 0.25);
  }
.max-350{
    max-width:350px;
}
.mt-5percent{
    padding-top: 5%;
}

@media screen and (max-width: 992px){
    .mt-5percent{
        padding-top: 15%;
    }
    .flex-eqh{
        display: inline-block;
        justify-content: initial;
    }
    .d-sm-none{
        display: none;
    }
    .pt-10{
        padding-top: 10%;
    }
    
    .py-1em{
        padding: 1em 0;
    }
}
@media screen and (max-width: 680px){
    .pt-10{
        padding-top: 10%;
    }
}
@media screen and (max-width: 492px){
    .Aligner{
        display: initial;
    }
    .max-350{
        max-width: 40%;
    }
    .tab_column_color{
        font-size: 2.2em;
        padding: 10px;
    }
    .text-sub{
        font-size: 2.5em;
    }
}
@media screen and (max-width: 390px){
    .max-350{
        max-width: 60%;
    }
}
.fit-image{
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    min-height: 275px;
}
.mb-15{
    margin-bottom: 15px;
}