body {
    font-family: 'NeueHaasDisplay-Regular';
    color: #000
}

.extra_bold {
    font-family: 'ProximaNova-Extrabld';
}
.bold {
    font-family: 'NeueHaasDisplay-Bold';
}
.light{
    font-family: 'NeueHaasDisplay-Light';
}
.semi_bold{
    font-family: 'NeueHaasDisplay-Medium'
}

.footer_menu{
    padding-bottom: 20px
}

.center_text{
    text-align: center;
}
.input-lg{
    border-radius: 0px;
    font-size:14px;
    height: 60px;
    border: 1px solid #333333;
}
@media all and (min-width: 480px) and (max-width: 1023px) {
    .header_content{
        padding:80px 50px !important;
        min-height: 50vh !important
    }
    .title{
        font-size: 54px !important;
        line-height: 1.3 !important
    }
    .header_text{
        width: 100% !important
    }

    .float_div{
        padding:20px 5px !important;
        width: 90% !important;
        top:-50px !important;
    }

    .logo_container{
        margin: 10px 0 0 0;
        width: 50% !important;
        padding:0px 25px !important;
        height: 130px !important;

    }
    .plan_section{
        padding:50px !important
    }
    .plan_content{
        flex-direction: column;
    }
    .plan_box{
        width: 50% !important;
        margin: auto auto 10px auto !important;
    }
    .testimonial_section{
        flex-direction: column;
        padding-top:70px !important
    }
    .testimonial_section_pad{
        padding:0 0 40px 0 !important

    }
    .testimonial_text{
        width: 100% !important;
        padding-bottom: 10px;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }

    .social_icons{
        padding-top: 50px;
    }
}

.btn-custom{
    border-radius: 0px;
    font-weight: 600; 
    padding: 10px 20px;
    margin-top:40px;
    width: 250px;
}

.btn-custom:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
    background-size: cover;
    background-image : url(../img/RightArrow_white.png);
}

.italic-font{
    font-family: LibreBaskerville;
    /* font-style: italic; */
}

.border-white{
    border: 1px solid #ffffff !important;
}
.btn-transparent {
    background-color:transparent;
    color: #A01E64;
    border: 1px solid #A01E64;
    border-radius: 0px;
    font-size: 12px
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open>.dropdown-toggle.btn-transparent {
    background-color: #A01E64;
    border-color: #A01E64;
    color: white;
    border: 1px solid #A01E64;
}

.btn-default {
    background-color: #A01E64;
    color: white;
    border: 1px solid #A01E64;
    border-radius: 0px !important;
    font-size: 12px;
    /*    color: cornsilk;*/
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #A01E64;
    border-color: #A01E64;
    color: white;
    border: 1px solid #A01E64;
}

.btn-lg,
.btn-default {
    border-radius: 5px;
}
.btn-lg{
    padding: 10px 20px;
    font-size: 14px
}
.container{
    max-width: 1230px;
    margin:auto;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media all and (max-width: 480px) {
    .double_arrow{
        justify-content:center;
        margin: auto !important
    }
    .howitworks{
        flex-direction:column
    }
    .howitworks_div{
        padding-bottom: 0 !important
    }
    .howitworks_container{
        font-size: 16px;
        margin:auto auto 220px auto !important;
        width: 80% !important;
        font-size: 14px !important;
        padding: 0 0 30px 0 !important
    }
    .approve{
        margin-bottom: 80px !important
    }

    .howitworks_header{
        padding-bottom: 20px;
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .howitworks_logo{
        height: 90px;
    }
    .container{
        padding:0 !important
    }
    .header_content{
        padding:50px 30px 100px 30px !important;
    }
    .title{
        font-size: 32px !important;
        line-height: 1 !important;
    }
    .header_text{
        width: 100% !important;
        font-size: 20px !important;
    }

    .content_title{
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .float_div{
        padding:20px 5px !important;
        width: 90% !important;
        top:-50px !important;
    }

    .logo_container{
        margin: 10px 0 0 0;
        width: 50% !important;
        padding:0px 25px !important;
        height: 130px !important;

    }
    .plan_header{
        width: 100% !important;
    }
    .plan_section{
        padding:50px 20px !important
    }
    .plan_header_text{
        font-size: 26px !important;
        padding:0 42px !important;
    }
    .plan_content{
        flex-direction: column;
    }
    .plan_box{
        width: 100% !important;
        margin: auto auto 10px auto !important;
    }
    .plan_content_text{
        padding:20px 20px !important;
        font-size: 18px !important;
        min-height: 170px !important;
    }
    .testimonial_section{
        flex-direction: column;
        padding-top:70px !important
    }
    .testimonial_section_pad{
        padding:0 0 40px 0 !important

    }
    .testimonial_text{
        width: 100% !important;
        padding-bottom: 10px;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }
    .social_icons{
        margin: auto !important;
        padding-top: 50px;
    }
    .footer_pad_right{
        margin-right: 35px !important
    }
}


a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
#main-page{
    overflow-x: hidden;
}


.ui-loader{
    display: none !important;
}

a{
    cursor: pointer;
}


.modal-header {
    border-bottom: 0px
}
body.modal-open .modal .modal-dialog {
    margin: auto;
}

.color-a01e64{
    color:#a01e64
}

.white, .white a {
    color: #fff;
    -webkit-text-stroke:1px #000;
}


.modal-backdrop.in {
    opacity: .9
}


.title{
    font-size: 50px;
    line-height: 56px;
    word-spacing: .5px;
    margin:0;
}

.content_title{
    font-size: 50px;
    line-height: 54px;
    margin:0;
}
.float_div{
    padding:40px 30px;
    position: absolute;
    width: 750px;
    margin:auto;
    top:-85px;
    left:0;
    right:0;
}

.logo_container{
    display: flex;
    margin: 10px 0 0 0;
    background-color: #fff;
    width: 33%;
    padding:50px;
    height: 250px;
}
.logo_container_2{
    display: flex;
    margin: 0;
    width: 25%;
}
.plan_box{
    width: 400px;
    margin: 0 5px;
}
.blue_box{
    border:1.2px solid #3e67ea;
}
.red_box{
    border:1.2px solid #d13750;
}
.black_box{
    border:1.2px solid #000;
}


.btn-red{
    background-color:#d13750;
    color:#fff;
}
.btn-red:hover{
    background-color:#a00a23;
    color:#fff;
}

.btn-blue{
    background-color: #3e67ea;
    color:#fff;
}

.btn-blue:hover{
    background-color: #003c7c;
    color:#fff;
}

.btn-black{
    background-color: #000;
    color:#ffffff;
}

.btn-black:hover{
    background-color:#393939;
    color:#fff;
}
.btn-white{
    background-color: #fff;
    color:#3e67ea;
    border: 1px solid #3e67ea;
}

.btn-white:hover{
    background-color:#fff;
    color:#000;
}


.link, .link:hover{
    color:#333333;
    text-decoration: underline;
}

.content_text{
    margin-bottom: 16px;
    line-height: 1.5;
}

.menu_link{
    text-decoration:none;
    padding: 8px 5px;
    border-bottom: solid 1px #999999;
    color:#333;
    display: block;
    width: 100%;
}

.menu_link:hover{
    background-color: #f7f7f7;
    color:#333;
}
.menu_link.active{
    color:#A01E64;
}


.form-control.form-control-solid {
    background-color: #F3F6F9;
    border: 2px solid #b0d2f5;
    color: #3F4254;
    box-shadow:none;
    height:50px;
    border-radius: 8px;
    font-size: 12px

 }
    .form-control.form-control-solid::-moz-placeholder {
      color: #B5B5C3;
      opacity: 1; }
    .form-control.form-control-solid:-ms-input-placeholder {
      color: #B5B5C3; }
    .form-control.form-control-solid::-webkit-input-placeholder {
      color: #B5B5C3; }

  .form-control:focus{
      box-shadow: none !important;
      border: 2px solid #b0d2f5 !important;
  }

.howitworks_container{
    text-align: center;
    border-top:none !important;
    position: relative;
    padding:0 50px 40px 50px;
    font-size: 16px;
    margin:0 25px;
    width: 30%;
    color: #686868;
}
.howitworks_logo{
    height: 150px;
    margin:auto;
    position: absolute;
    top:-170px;
    left:0;
    right:0;
}

.howitworks_header{
    padding-top:0px;
    font-size: 36px;
    line-height: 36px;
    color: #000
}


.smoothscroll {
    -webkit-overflow-scrolling: touch;
}

.carousel-indicators .active{
    background-color: #3e67ea
}


.carousel-indicators li{
    background-color: #fff
}



.button {
    transition: all 0.5s;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\203A';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  .button:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
  
  .button:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }

.ctrl-standard{
    transition: all 0.5s;
}
.ctrl-standard:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}
.ctrl-standard.fx-sliderIn {
    color: #3e67ea;
    border-color: #3e67ea;
    
}
.ctrl-standard.fx-sliderIn::after {
    background: #3e67ea;
}
[class*="ctrl-"] {
    padding: 5ox 10px;
    border-radius: 2px;
    border: 1px solid #3e67ea;
}
[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
    color: #fff;
}
  
    [class*="fx-"],
  [class*="fx-"]:hover {
      -webkit-transition: color 0.5s  ease-in-out;
      transition: color 0.5s  ease-in-out;
    }
    [class*="fx-"]:not(.fx-dyna) {
      position: relative;
      z-index: 1;
      -webkit-transition-delay: 0.2s !important;
              transition-delay: 0.2s !important;
      overflow: hidden;
    }
    [class*="fx-"]:not(.fx-dyna)::after,
  [class*="fx-"]:not(.fx-dyna)::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
    }
    [class*="fx-bubble"]::after {
      -webkit-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      width: 100%;
    }
    [class*="fx-bubble"]:hover::after,
  [class*="fx-bubble"].active::after {
      -webkit-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      height: 300%;
    }
    [class*="fx-bubble"]:disabled:hover::after {
      height: 0;
    }
    .fx-sliderIn::after {
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 0;
    }
    .fx-sliderIn:hover::after,
  .fx-sliderIn.active::after {
      -webkit-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
      width: 100%;
    }
    :checked + .fx-sliderIn::after,
  .fx-sliderIn.active::after {
      width: 300%;
    }
  




    .round {
        position: relative;
        margin: 6px;
        /* border: 2px solid #fff; */
        /* width: 40px; */
        /* height: 40px; */
        /* border-radius: 100%; */
        
    }
    
    #cta{
        width:100%; cursor: pointer; 
        /* position: absolute; */
    }
    
    #cta .arrow{
        /* left: 30%; */
    }
    .arrow {position: absolute; 
        bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:0px;
        background-repeat:no-repeat
    }
    .segunda{margin-left: 8px;}
    .next {
        background-image: url('../img/Icon_Arrow.png')
        
    }
    
    @keyframes bounceAlpha {
      0% {opacity: 1; transform: translateX(0px) scale(1);}
      25%{opacity: 0; transform:translateX(10px) scale(0.9);}
      26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
      55% {opacity: 1; transform: translateX(0px) scale(1);}
    }
    
    .bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    
    .arrow.primera.bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    
    .round:hover .arrow{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    .round:hover .arrow.primera{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    

.double_arrow{
    display: flex;
    margin: 0;
    transition: all 0.5s;
}

.double_arrow:active {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
.double_arrow:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.double_arrow:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.work_box{
    transition: 0.5s;
}

.work_box:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.work_box:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.work_box:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.work_image{
    transition: 0.5s;
}

.work_image:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.work_image:active{
    transform: scale(0.7);
}

   

.carousel-fade .carousel-inner .item {
    /* opacity: 0; */
    /* transition-duration: .6s; */
    /* -webkit-transition-property: opacity;
    transition-property: opacity; */
    transition: opacity ease-out .7s;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;

  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  } 
  

.carousel-fade .carousel-control {
    z-index: 2;
  }


.item:nth-child(1) {
    background: transparent;
  }
  .item:nth-child(2) {
    background: transparent;
  }
  .item:nth-child(3) {
    background: transparent;
  }
  

.pricing{
    transition: 0.5s;
}
.pricing:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.business{
    transition: 0.5s;
}
.business:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}