@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikThin.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikThinItalic.otf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikExtralight.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikExtralightItalic.otf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikLight.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikLightItalic.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikRegular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikRegularItalic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikMedium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikMediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikSemibold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikSemiboldItalic.otf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikBold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikBoldItalic.otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikBlack.otf');
    font-weight: 800;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikBlackItalic.otf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikSuper.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/graphik/GraphikSuperItalic.otf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Black.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-BlackItalic.ttf');
    font-weight: 800;
    font-style: italic;
}


body {
    font-family: 'Graphik';
    font-weight: 400;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table-cell {
    display: table-cell;
}

.align-middle {
    vertical-align: middle;
}

.row.custom-gutter-7 {
    margin-right: -7px;
    margin-left: -7px;
}

.row.custom-gutter-7 [class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
}

.row.custom-gutter-4 {
    margin-right: -4px;
    margin-left: -4px;
}

.row.custom-gutter-4 [class^="col"] {
    padding-left: 4px;
    padding-right: 4px;
}

/* footer */
footer {
    height: 395px;
    /*background-color: #F4F8FC;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-image: url('../images/f4g/footer_background.png');
    text-align: center;
    position: relative;
}

footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 395px;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .table {
    height: 395px;
}

footer .links {
    list-style-type: none;
    margin-bottom: 0; /*3px;*/
    padding-left: 0;
}

footer .links .link {
    display: inline-block;
    margin-right: 20px;
}

footer .links .link:last-child {
    margin-right: 0;
}

footer .links .link a {
    color: #FFF;
    font-weight: 500; /*400;*/
    font-size: 15px; /*14px;*/
    line-height: 19px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

footer .links .link a:hover {
    text-decoration: none;
    color: #FFF;
}

footer .links .link:not(:last-child) a:after {
    content: '';
    background-color: #FFF;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    left: 13px;
    bottom: 2px;
}

footer .copyright {
    font-weight: 500; /*400;*/
    font-size: 12px; /*14px;*/
    line-height: 19px;
    color: #bab9b9;
    font-family: 'Roboto', sans-serif;
}

footer img.logo {
    position: absolute;
    right: 60px;
    top: 50%;
    height: 300px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
}
/* fin footer*/

/* header */
header .navbar.fixed-top {
    /*left: 60px;
    right: 60px;*/
    padding-left: 60px;
    padding-right: 60px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
}

header .navbar-expand-lg .navbar-nav .nav-item.profile-item .nav-link {
    padding-right: 15px;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

header .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

header .navbar-nav .nav-link:hover {
    color: #FFF;
}

header .navbar-expand-lg .navbar-nav .nav-item.avatar-item .center-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header .navbar-expand-lg .navbar-nav .nav-item .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #D2D2D2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    /*background-image: url('../images/popup-background.svg'); /*url('../images/background-dropdown.png');*/
    background-color: #F8F8F8;
    border: 3px solid #43F6E1; /*#00F0BE; /*5px solid #00F0BE;*/
}

header .dropdown-item:focus, header .dropdown-item:hover {
    background-color: transparent; /*#00F0BE;*/
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    /*text-align: center;*/
    font-weight: 700; /*900;*/
    font-size: 14px; /*25px;*/
    color: #4c4e4e;
    padding-left: 30px; /*50px;*/
    padding-right: 30px; /*50px;*/
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #00F0BE;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item .ico {
    margin-right: 10px;
    width: 30px;
}

header .navbar-toggler-icon {
    background-image: url("../images/burger.png");
}

header #profile-dropdown {
    /*left: -15px;*/
}

header .navbar-brand img {
    height: 80px;
    width: 100%;
}
/* fin header */

/* popups */
.popup {
    position: fixed;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    z-index: 500000005;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.popup-content {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

.popup-content {
    padding: 10px 30px;
}

.popup-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    /*background-image: url('../images/popup-background.svg');*/
    background-color: #F8F8F8;
    box-shadow: 0 2px 5px #666666;
    color: #5c5c5c;
    margin: 0 auto;
    max-width: 500px;
    min-height: 120px;
    padding: 10px 30px;
    position: relative;
    /*width: 80%;*/
}

.popUpSizeSmall {
    max-width: 500px;
}

.popUpSizeMedio {
    /*max-width: 60%;*/
    max-width: 1142px;
}

.popUpSizeMedio2 {
    max-width: 1135px;
}

.popup .close {
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    width: auto;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.popup .close span {
    font-size: 68px;
    color: #43F6E1; /*#1cd8b1;*/
}

.popup-content > div {
    margin-top: 20px;
}

.popup-content {
    color: #5c5c5c;
}

.popup label, .popup .gray, .popup .gray a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 0;
}

.avatar_50 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: cover;
    background-position: center center;
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 0;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    cursor: pointer;
}

.btn {
    padding: 0 60px;
    border-radius: 0px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    -ms-touch-action: manipulation;
    background-image: none;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bt-violet-transparent {
    border: 2px solid #43F6E1; /*#1cd8b1;*/
    color: #43F6E1; /*#1cd8b1;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #FFF;
}

.bt-violet-transparent.little {
    font-weight: 600;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0;
}

.popup .main-title {
    font-size: 62px;
    font-weight: 900;
    color: #43F6E1; /*#1cd8b1;*/
    line-height: 65px;
}

#miPerfil-in.popup-content {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 30px;
}

#popupRegister.popup .register-warning {
    margin-left: 40px;
    margin-right: 40px;
    border: 2px solid #002855;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    display: none;
}

#popupRegister.popup .basic-information-wrapper {
    display: none;
}

#popupRegister.popup .register-warning img {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -22px;
}

#popupRegister.popup .register-warning .text {
    color: #002855;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

#popupRegister.popup .register-warning .text .highlight {
    color: #43F6E1; /*#00d4a8;*/
    font-style: italic;
}

#popupRegister.popup .col-md-6.left, #popupRegister.popup .col-md-6.right {
    padding-left: 70px;
    padding-right: 70px;
}

#popupRegister.popup .col-md-6.left, #popupRegister.popup .col-md-6.right {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 40px;
}

.title-violet-with-line {
    padding-top: 20px;
    min-height: 50px;
    border-bottom: /*#1cd8b1*/ #43F6E1 3px solid;
    color: #43F6E1; /*#1cd8b1;*/
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.title-violet-with-line.color2 {
    border-bottom: #0a2f5c 3px solid;
    color: #0a2f5c;
}

.title-violet-with-line.little {
    font-size: 18px;
}

#popupRegister.popup .picture-options, #popupRegister.popup .legal-terms-text, #proposeTeamDialog.popup .picture-options, #popupRegister.popup .closeup-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #002855;
    text-decoration: none;
    line-height: 22px;
}

#popupRegister.popup input {
    background-color: #FFF;
    border: 0;
    border-radius: 0;
}

#popupRegister.popup a {
    color: #43F6E1; /*#00d4a8;*/
}

#fotoAvatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-image: url('../images/forms/avatar2.png');
}

#popupRegister.popup .col-lg-12.center label {
    padding-top: 15px;
    margin-bottom: 10px;
    color: #43F6E1; /*#00d4a8;*/
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#popupRegister.popup #basic-information {
    height: 195px;
    overflow-y: auto;
    background-color: #FFF;
    padding: 10px 15px 10px 15px;
    margin-bottom: 25px;
}

.modal-header {
    padding: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
    border-top: 0;
}

#popupRegister.popup .main-title {
    margin-bottom: 15px;
    padding-left: 40px;
}

#legal-checkbox {
    margin-right: 10px;
}

#popupRegister .btn.bt-blue-transparent {
    margin-left: auto;
    display: table;
}

.bt-blue-transparent {
    border: 4px solid #43F6E1; /*#1cd8b1;*/
    color: #43F6E1; /*#1cd8b1;*/
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    background-color: transparent;
}

.bt-blue-transparent:hover {
    background-color: transparent;
}

#popupRegister.popup .col-lg-12.center {
    padding-left: 60px;
    padding-right: 60px;
}

.col-centered {
    /*display: inline-block;
    float: none;
    text-align: left;*/
    margin-left: auto;
    margin-right: auto
}

.popup .login-title {
    position: relative;
    left: 39px;
}

.txt-violet, .txt-violet a {
    font-weight: 500;
    font-size: 20px;
    color: #43F6E1; /*#1cd8b1;*/
}

#login2 .form-group.remember-login {
    margin-bottom: 35px;
}

.form-control {
    padding: 6px 12px;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    line-height: 1.4285;
    font-size: 14px;
    display: block;
    background-image: none;
    background-color: rgb(255, 255, 255);
}

.popup input {
    font-size: 18px;
    background-color: #e7effd;
}

#login2 input {
    background-color :#e8f0ff;
}

#center-selector-block {
    display: none;
}

.popup-overlay {
    background-color: #777777;
    cursor: pointer;
    display: none;
    left: 0;
    margin: 0;
    opacity: 0.7;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500000001;
}

#popupRegister.popup .col-lg-6.left, #popupRegister.popup .col-lg-6.right {
    padding-left: 60px;
    padding-right: 60px;
}

#popupRegister.popup .legal-terms-wrapper {
    margin-bottom: 20px;
}
/* fin popups */

/* TÍTULO PRINCIPAL */
.main-title-section {
    font-size: 34px;
    line-height: 37.5px;
    font-weight: 900;
    margin-bottom: 20px;
}

.main-title-section.grey {
    color: #ABB5BF;
}

.main-title-section.red {
    color: #FF6161;
}

.main-title-section.turquoise {
    color: #7FC8DD;
}

.main-title-section.pink {
    color: #F499CA;
}

.main-title-section.green {
    color: #00f1bf;
}


.main-title-section.magenta {
    color: #b250e6;
}

.main-title-section.green-f4g {
    color: #43F6E1;
}

/* FIN TÍTULO PRINCIPAL */

/* TÍTULO DE SECCIÓN */
.section-title {
    font-weight: 900;
    font-size: 22px;
    color: #002855;
    margin-bottom: 7px;
}
/* FIN TÍTULO DE SECCIÓN */

/* SUBTITULO DE SECCIÓN */
.section-subtitle {
    color: #002855;
    font-weight: 900; /*500;*/
    font-size: 22px; /*24px;*/
    line-height: 24px;
    margin-bottom: 7px;
}
/* FIN SUBTITULO DE SECCIÓN */

/* MYM BUTTON */
.mym-button {
    background-color: transparent;
    color: #002855;
    border: 2px solid #002855;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.mym-button a {
    color: #002855;
}

.mym-button a:hover {
    text-decoration: none;
}
/* FIN MYM BUTTON */

/* VOLVER */
.back-wrapper {
    margin-bottom: 20px;
}

.back-wrapper a {
    color: #002855;
    cursor: pointer;
}

.back-wrapper a:hover {
    text-decoration: none;
}

.back-wrapper img {
    margin-right: 10px;
}

.back-wrapper span {
    color: #002855;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
}
/* FIN VOLVER */

/* CONTACT US */
#contact {
    background-color: #002855;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact .main-title {
    font-weight: 900;
    font-size: 39px;
    line-height: 33px;
    color: #FFF;
    /*letter-spacing: -0.02em;*/
}

#contact .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    color: #FFF;
    margin-bottom: 10px;
}

#contact .action {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    color: #FFF;
}

#contact .action a {
    color: #00F0BE;
    display: block;
    margin-bottom: 20px;
}

#contact .action button {
    font-weight: 500;
    font-size: 16px;
    /*line-height: 1.25;*/
    text-align: center;
    width: 234px;
    height: 65px;
    line-height: 65px;
    color: #00F0BE;
    background-color: transparent;
    outline: 0;
    border: 1px solid #00F0BE;
    border-radius: 0 0 20px 0;
    cursor: pointer;
    padding: 0;
}

#contact .action button a {
    margin-bottom: 0;
    color: #00F0BE;
}

#contact .action button a:hover {
    text-decoration: none;
    color: #002855;
}

#contact .action button.filled {
    background-color: #00F0BE;
    color: #002855;
}

#contact .action button:hover {
    background-color: #95EDDB;
    color: #002855;
    border: 1px solid #95EDDB;
}
/* FIN CONTACT US */

/* PREFOOTER */
#prefooter img {
    width: 100%;
    height: auto;
}

#prefooter img.mobile {
    display: none;
}
/* FIN PREFOOTER */

/* BANNER F4G */
#banner_f4g {
    padding-bottom: 75px;
}

#banner_f4g .banner img {
    width: 100%;
    height: auto;
}
/* FIN BANNER F4G */

@media (max-width: 991px) {
    /* header */
    header .navbar.fixed-top {
        /*left: 0;
        right: 0;*/
        padding-left: 15px;
        padding-right: 15px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-expand-lg .navbar-nav .nav-item.avatar-item .center-vertically {
        display: block;
    }

    header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-expand-lg .navbar-nav .nav-item.avatar-item {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }

    header .navbar-nav {
        margin-top: 10px;
    }

    header .navbar-expand-lg .navbar-nav .nav-item.profile-item .nav-link {
        padding-right: 0;
    }

    header .navbar-toggler {
        padding-right: 0;
        outline: 0;
    }

    header #profile-dropdown {
        left: auto;
    }

    header .navbar-brand img {
        height: 40px;
    }
    /* fin header */

    /* footer */
    footer img.logo {
        left: 0;
        right: 0;
        top: calc(50% - 20px);
    }
    /* fin footer */

    /* popups */
    #miPerfil .profile-data-wrapper {
        margin-bottom: 25px;
    }

    #popupRegister.popup .register-warning {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    #popupRegister.popup .register-warning img {
        position: static;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #popupRegister button.btn.bt-blue-transparent {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #popupRegister.popup .closeup-text {
        margin-bottom: 30px;
    }

    #popupRegister.popup .col-lg-6.left, #popupRegister.popup .col-lg-6.right {
        padding-left: 15px;
        padding-right: 15px;
    }

    #popupRegister.popup .col-lg-12.center {
        padding-left: 15px;
        padding-right: 15px;
    }

    #popupRegister.popup .main-title {
        padding-left: 0;
    }

    #popupRegister.popup .register-warning-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    /* fin popups */

    /* CONTACT US */
    #contact .main-title {
        margin-bottom: 30px;
    }
    /* FIN CONTACT US */
}

@media (min-width: 700px) {
    .popup-content {
        padding: 10px 30px !important;
    }
}

@media (max-width: 767px) {
    /* popups */
    .popup .main-title {
        font-size: 55px;
        line-height: 55px;
    }

    .popup .main-title {
        text-align: center;
    }

    .popup .login-title, #synchronizeDialog.popup .main-title {
        left: 0;
    }

    .popup .close span {
        font-size: 45px;
    }

    .popup {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }

    .popup-content {
        padding: 10px 15px!important;
    }
    /* fin popups */

     /* CONTACT US */
    #contact .main-title {
        font-size: 32px;
    }

    #contact .right .right-left {
        margin-bottom: 30px;
    }
    /* FIN CONTACT US */

    /* PREFOOTER */
    #prefooter img.desktop {
        display: none;
    }

    #prefooter img.mobile {
        display: block;
    }
    /* FIN PREFOOTER */
}

@media (max-width: 576px) {
    footer {
        background-position: calc(50% - 100px) center;
    }
}




