/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.training-title {
    font-family: "futura-pt", serif;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-style: normal;
}
.training-wrapper {
    padding: 2rem 5rem 0 5rem;
    margin-bottom: 40px;
    border-radius: 10px;
}
.training-wrapper-single {
    margin-bottom: 40px;
    border-radius: 10px;
}
.training-wrapper .card {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
}
/*.training-wrapper img:hover {*/
/*    transition: all .2s ease;*/
/*    vertical-align: middle;*/
/*    transform:scale(1.2);*/
/*    -ms-transform:scale(1.2); !* IE 9 *!*/
/*    -moz-transform:scale(1.2); !* Firefox *!*/
/*    -webkit-transform:scale(1.2); !* Safari and Chrome *!*/
/*    -o-transform:scale(1.2); !* Opera *!*/
/*}*/
.tvcmsmain-title-wrapper {
    margin-bottom: 0!important;
}
.training-header {
    font-family: Neris-Light,sans-serif;
    font-size: 42px;
    z-index: 10;
    position: relative;
    margin: 2rem 0 2rem 20%;
}
.training-title-background {
    background-color: #f1edf3;
    width: 27%;
    margin-left: 17%;
    top: -3.2rem;
    height: 2rem;
    position: relative;
}
.background {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
}
.background img {
    transition: all .2s ease;
    vertical-align: middle;
}
.background > img:hover {
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}
.training-time {
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.training-time p {
    margin-left: 10px;
}

.training-content-single {
    position: absolute;
    left: 25px;
    right: 20px;
    bottom: 20px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*.training-content {*/
/*    padding-top: 1rem;*/
/*}*/
.training-item {
    margin: 2rem 0 2rem 0;
}
.training-title {
  /*  word-break: break-all;*/
    font-weight: bolder;
    font-size: 21px;
    line-height: 1.2;
}
.training-catalog-empty {
    border: 1px solid #f1edf3;
    padding: 10px;
    background-color: #f1edf3;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.training-btn {
    background-color: #222;
    color: white;
    margin-right: 2rem;
}
.training-register-form  button{
    width: 100%;
    margin-top: 2rem;
}
.training-wrapper form {
    max-width: 500px;
    margin: auto;
}
.error {
    border: 1px solid red;
}
.success {
    border: 1px solid green;
}
.hidden {
    display: none;
}

.training-tab-menu {
    display: flex;
    justify-content: flex-end;
}

.training-tab-menu li{
    padding-right: 5px;
}

.training-tab-menu-item {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 25px;
    line-height: 60px;
    font-family: Roboto;
    padding: 10px 5px 10px 5px;
    /*color: var(--main-color);*/
    color: black;
    border: 1px solid;
}

.training-active {
    color: var(--main-color) !important;
}

@media only screen and (max-width: 720px) {
    .training-wrapper {
        padding: 2rem 0 0 0;
        margin-bottom: 40px;
    }
}
