:root {
    --primary-color-one: #1e457f;
    --primary-color-two: #282f3b;
    --menu-active-color: #ff6300;
    --menu-header-hover: #f08a11;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.flex-center{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.logo{
    width: 330px;
    margin-top: 12px;
}
.form-check{
    display: flex;
}
.product-name {
    margin-left: 3px;
    margin-top: 2px;
}
.form-check label{
    margin-left: 20px;
}
.icon-style-fifteen .promo-block-wrapper {
    min-height: 300px;
}
/* ----- MÓVILES ----- */
@media only screen and (max-width: 767px) {
    .logo{
        width: 275px;
        margin-top: 5px;
    }
    .inscripions_container {
        padding-bottom: 25px;
    }
    .product-name {
        font-size: 18px;
    }
    .footerEighteen .copyright-section{
        bottom: 0;
        position: absolute;
        width:100%;
    }
    .product-name {
        font-size: 18px!important;
        margin-left: 3px;
        margin-top: 2px;
    }
}
/* ----- TABLETS ----- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* iPad Air, Samsung Galaxy Tab A */
}
/* ----- ESCRITORIO / DESKTOP ----- */
@media only screen and (min-width: 1024px) {
}