@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #FAFAFA;
    font-family: "Montserrat", sans-serif;
}

#header {
    color: #ffffff;
    padding: 36px 0;
    background-image: url('https://cdn.shopify.com/s/files/1/0273/2061/5012/files/banner.jpg?v=1762455406');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
#header a,
#header a:hover, 
#header a:visited, 
#header a:active{
    color: #ffffff;
    text-decoration: none;
}
#header .logo-header {
    position: absolute;
    top: 0;
    left: 0;
}
#header .row-header {
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    padding: 42px 0;
}
#header .row-header h1 {
    font-weight: 700;
    line-height: 110%;
}
#header .row-header h1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#header .row-header h1 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background-color: #007bff;
    transform: skew(-20deg);
    z-index: -1;
}
#header .row-header p {
    font-size: 20px;
}
/*#header ul li {
    display: inline-table;
    height: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    position: relative;
    vertical-align: middle;
}
#header form{
    display: inline-block;
}
#header ul {
    padding: 0;
    margin: 0;
}
#header ul li input[type="text"].search-field {
    height: auto;
    min-height: inherit;
    color: #fff;
    font: 500 17.5px/1.25em Montserrat,sans-serif;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 8px;
}
#header ul li.account:before {
    border-left: 1px solid;
    content: '\00a0';
    left: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
}*/

#c-linea{
    position: relative;
}

#c-linea.desc::before{
    content: ' ';
    display: block;
    height: 2px;
    background: #FF2D50;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
}
.text-green{
    color: green;
}
/*.bandera{
    width: 40px;
    height: auto;
    margin: 0;
}

#header  ul li.search a {
    padding-left: 6px;
    padding-right: 6px;
}*/

.border-blue {
    border: 2px solid #0071FF;
}

.img-responsive {
    width: 100%;
}

.tit-subrayado,
.txt-subrayado {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.tit-subrayado:before,
.txt-subrayado:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #007bff;
    transform: skew(-20deg);
    z-index: -1;
}
.tit-subrayado:before {
    height: 12px;
}

.txt-subrayado:before {
    height: 8px;
}

.container-1400 {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.row {
    display: flex;
    margin: 0;
}
.wrapper-fm {
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    background: #FFF;
}
.wrapper-fm > div {
    padding: 45px 5%;
}
.steps,
.steps li {
    position: relative;
}
.steps:before,
.steps li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-radius: 10px;
}
.steps:before {
    background: #ACACAC;
}
.steps li.active:before {
    background: #0071FF;
}
.header-fm p {
    font-size: 20px;
}
label{
    font-size: 18px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ACACAC;
    border-radius: 20px;
}
select.form-control {
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6' stroke='%23000000' stroke-width='2' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.2rem;
}
textarea.form-control {
    height: 130px;
}
.fm-product {
    margin-bottom: 25px;
    border-radius: 20px;
    /*border: 1px solid #ACACAC;*/
}
.d-inline-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.text-blue{
    color: #1B62B5;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.flex-center{
    align-items: center;
}
.fs40{
    font-size: 40px;
}
.fs30{
    font-size: 30px;
}
.fs20{
    font-size: 20px;
}
.pl-1 {
    padding-left: 1em;
}

.pr-1{
    padding-right: 1em;
}
.pb-1{
    padding-bottom: 1em;
}
.pl-2{
    padding-left: 2em;
}
.m0{
    margin:0;
}
.mt-2{
    margin-top: 1.5em!important;
}
.mt-4{
    margin-top: 2em!important;
}
.mt-5{
    margin-top: 70px;
}
.mb-0{
    margin-bottom: 0!important;
}
.bold{
    font-weight: 800;
}
.bg-gray{
    background: #F2F2F2;
    padding: 20px;
    height: 100%;
}
.bg-white{
    background: #ffffff;
    /*margin-bottom: 10px;*/
}
.w-50{
    display: none;
    max-width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}
.w-25{
    display: none;
    max-width: 40%;
    margin: 0 auto;
    padding: 10px 0;
}
.w-90{
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}
.border{
    border: 2px solid #CCC;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label,
.help-block {
    color: red;
}
.has-error .help-block {
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}
.help{
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.success{
    border: 2px solid green;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;

}
.success h2{
    margin: 0;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: inherit;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary, .btn-primary:hover, .btn-primary:active{
    color: #fff;
    padding: 12px 22px;
    font-size: 16px;
    border-radius: 23px;
    background: #0071FF;
    border: 0;
    /*max-width: 215px;
    min-width: 188px;*/
    width: auto;
    line-height: 130%;
}

.btn-back,.btn-back:hover{
    display: inline-block;
    margin: 15px 30px 0 0;
    text-align: center;
    font-style: normal!important;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.step-2{
    display: none;
}
.step-2 .btn-primary:active,
.step-2 .btn-primary:active:focus,
.step-2 .btn-primary:hover,
.step-2 .btn-primary {
    min-width: 300px;
    margin-bottom: 15px;
    border: 2px solid #FF2D50;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.btn-white, .btn-white:hover,  .btn-white:active, .btn-white:active:focus{
    color: #0071FF!important;
    border-color: #0071FF!important;
    background: #ffffff!important;
}
.c-products{
    padding: 40px 0;
}
.title{
    position: relative;
    padding: 0 10px 20px;
    font-size: 25px;
}
.logo{
    max-width: 250px;
    width: 100%;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
    background: rgba(0,0,0,0.7);
}
.loading .middle {
    position: absolute;
    top: 50%;
    width: 100%;
}
.step-2 p{
    margin: 0 0 10px 0
}
footer{
    background: #122438;
    color: #ffffff;
    font-size: 20px;
}
footer a, footer a:active, footer a:visited, footer a:hover{
    color: #ffffff;
    text-decoration: none;
}

footer * {
    font-size: 16px;
}

.payment-icons li {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
    cursor: default;
}
.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding: 0;
}
.p-rel a:hover,
.p-rel a:active,
.p-rel a:visited,
.p-rel a{
    font-weight: 600!important;
    color: #000!important;
    text-decoration: none!important;
}
footer h4{
    margin: 0 0 20px;
}
footer p, footer ul{
    padding:0;
    margin: 0;
}
.footer-copyright {
    padding: 15px;
    background-color: #292929;
}
.footer-copyright ul {
    display: flex;
    justify-content: center;
    padding: 0;
    color: #fff;
    list-style: none;
}
.footer-copyright ul li {
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.footer-copyright ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

@media  (max-width: 789px) {
    body, footer {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
    }

    #header .col-md-9{
        display: none;
    }
    .success {
        border: 2px solid green;
        padding: 10px 0;
        text-align: center;
        margin-top: 15px;
    }
    .fs40 {
        font-size: 26px;
    }
    .fs30 {
        font-size: 22px;
    }
    .fs20 {
        font-size: 18px;
    }
    /*.step-1 .col-md-6:first-child{
        margin-bottom: 50px;
    }*/
    .pl-2 {
        padding-left: 0;
        margin-top: 15px;
    }
    .row{
        display: block;
    }
    .loading {
        position: fixed;
    }
    .title {
        position: relative;
        background: #001F34;
        color: #ffffff;
        padding: 10px 10px;
        top: -50px;
        font-size: 18px;
        margin-bottom: -30px;
    }
    .col-md-6{
        padding: 0;
    }
    .step-2 .btn-primary:active, .step-2 .btn-primary:active:focus, .step-2 .btn-primary:hover, .step-2 .btn-primary{
        max-width: 95%;
        font-size: 16px;
    }
}

@media  (max-width: 767px) {
    #header .logo-header {
        position: relative;
        top: 0;
        left: 0;
    }
    
    #header .row-header {
        margin: auto;
        padding: 30px 0 0;
    }
    
    .header-fm p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .footer-copyright ul {
        display: block;
    }
    .footer-copyright ul li {
        display: block;
        margin: 0 0 5px;
        text-align: center;
    }
    .footer-copyright ul li span {
        display: none;
    }
}