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-Semibold'
}
.medium{
    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;
    }
}

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

.container{
    max-width: 1230px;
    margin:auto;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media all and (max-width: 480px) {

    .blog_box:hover{
        transform: scale(0.8);
        animation: aa 0.8s ease forwards;
    }

    @keyframes aa {
        0% {
            transform: scale(0.95);
        }
        100% {
            transform: scale(1.0);
        } 
    }
    #main-page{
        padding-bottom: 100px !important
    }
    .blog_div{
        flex-direction:column;
        padding-top: 0 !important;
        text-align: center
    }

    .blog_col{
        width:80% !important;
        margin: 50px auto auto auto !important
    }
    .blue_line{
        margin: auto !important
    }
    .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;
    }
    
   
    .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;
}




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

.content_title{
    font-size: 32px;
    line-height: 32px;
    /* margin-bottom:10px; */
}


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

.content_text{
    font-size: 19px
}

/* .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;
}


.blog_box{
    transition: 0.8s;
}

.blog_box:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog_box:focus, .blog_box:active{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}


.content_animate{
    visibility:hidden;
}
.fadeDown{
    visibility: visible !important;
    animation-duration: 0.8s;
    transform: translateY(-50px);
    animation: showup 0.5s ease forwards;
}

@keyframes showup {
    to { transform: translateY(0) }
}
  .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }



  .round {
    position: relative;
    margin: 5px;
    display: none;
    /* 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;
}

.blog_box:hover .round {
    display: block;
}


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

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


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

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