/* --------------------------------------------------------
/* ---- Fonts
-------------------------------------------------------- */

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham/Gotham-Black.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham/Gotham-Bold.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham/GothamMedium.ttf") format("truetype");
}


@font-face {
    font-family: "Gotham-Regular";
    src: url("../fonts/Gotham/Gotham-Regular.otf") format("truetype");
}



@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham/Gotham-Light.otf") format("truetype");
}




@font-face {
    font-family: "univers-condensed-bold";
    src: url("../fonts/univers-condense/univers-condensed-bold.ttf") format("truetype");
}

@font-face {
    font-family: "univers-condensed-medium";
    src: url("../fonts/univers-condense/UniversCondensed.ttf") format("truetype");
}


@font-face {
    font-family: "Universe-Bold";
    src: url("../fonts/univers-condense/univers-bold.ttf") format("truetype");
}

@font-face {
    font-family: "Universe-light";
    src: url("../fonts/univers-condense/Univers-CondensedLight.otf") format("truetype");
}


/* --------------------------------------------------------
/* ---- HTML
-------------------------------------------------------- */

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body{
    background: #f5f5f6;
}


a {
    text-decoration: none;
}

h1,h2,h3,h4,p,li,a {
    color: inherit !important;
}


img{
    width: 100%;
    height: auto;
}

.clear{
    clear: both !important;
}

.pointer {
    cursor: pointer !important;
}

.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/* --------------------------------------------------------
/* ---- COLORS
-------------------------------------------------------- */

.bg-red{
    background-color: #e30613 !important;
}

.bg-gray-1{
    background-color: #f5f5f6 !important;
}

.bg-gray-2{
    background-color: #c7c7c7 !important;
}

.text-red{
    color: #e30613 !important;
}

.text-gray-1{
    color: #f5f5f6 !important;
}

.text-gray-2{
    color: #c7c7c7 !important;
}




/* --------------------------------------------------------
/* ---- LAYOUT
-------------------------------------------------------- */

.msf___main_wrapper{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    background: #f5f5f6;
    
}


/* --------------------------------------------------------
/* ---- VISOR
-------------------------------------------------------- */
.msf__visor {
    width: 100px;
    height: 2px;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
}

.msf__visor .active {
    background: #e30613 !important;
}

.msf__visor .item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e30613;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -4px;
    right: -28px;
}
/* --------------------------------------------------------
/* ---- NEXT BTN
-------------------------------------------------------- */
.next-desktop{
    display: block;
}

.next-movil{
    display: none;
}
.msf__next_btn {
    width: 190px;
    height: auto;
    padding: 10px;
    font-family: "Gotham-Light";
    margin-top: 15px;
    margin-bottom: 15px;
    background: #e30613;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
}

.msf__next_btn_input {
    width: 190px;
    height: auto;
    padding: 10px;
    font-family: "Gotham-Light";
    margin-top: 15px;
    margin-bottom: 15px;
    background: #e30613;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}

.m_error_catcha{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    font-family: "Gotham-Light";
    font-size: 14px !important;
    color: #e30613;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}




