@font-face {
    font-family:Syne-Regular;
    src: url('../fonts/Syne-Regular.woff');
  
  }

  @font-face {
    font-family:Syne-Bold;
    src: url('../fonts/Syne-Bold.woff');
  }
:root
{
    --white: #F0F5FA;
    --black: #18080F;
    --blue: #1751FF;
    --sage-green: #A2C0BB;
}

.black
{
    color: var(--black);   
}
body, .white
{
    color: var(--white);
}
.blue
{
    color: var(--blue);
}
.btn_black, .btn_black:hover, .btn_black:active, .btn_black:focus
{
    color: var(--white) !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    background: var(--black);
    padding: 9px 20px;
}
a {
    color: var(--black) !important;
    text-decoration: none;
}
a:hover {
    color: var(--blue) !important;
}
.btn_black:hover, .btn_black:active, .btn_black:focus{
    background: var(--blue) !important;
}
.paddB40
{
    padding-bottom: 40px;
}
.paddT24
{
    padding-top: 8px !important;
}
h1
{
    font-size: 50px !important;
    line-height: 55px !important;
    font-family: Syne-Bold  !important;
}

p
{
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0;
    font-family: Syne-Regular  !important;
}
.pp16
{
    padding-top: 16px;
}
p {
    font-family: Syne-Regular !important;
}
.fw-bold, .btn_black 
{
    font-family: Syne-Bold !important;
}
.p16
{
    font-size: 16px !important;
    line-height: 20px !important;
}

.icono_1{
    background: url('../icon1.png');
    width: 48px;
    height: 48px;
    display: inline-block;
}

.hero_banner
{
    /*min-height: 489px;*/
    padding: 50px 0 15px 0;
}

.hero_banner h1 {
    color: var(--blue);
}

.hero_banner p {
    color: var(--black);
}

.paddT
{
    padding-top: 80px;
}
.flecha
{   
    background: url('../flecha.png') no-repeat;
    background-position: 89% 40%;

}
.px-2
{
    padding-left: .8rem;
    padding-right:  .8rem;;
}
.pb5 {
    padding-bottom: 3rem;
}
@media (max-width: 769px) {
    h1
    {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    p
    {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .btn_black, .btn_black:hover
    {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .btn_black
    {
        padding: 4px 10px !important;
        margin: 5px 0;
    }
    
    .p16
    {
        font-size: 12px;
        line-height: 16px;
    }
    .hero_banner
    {
        padding: 40px 12px;
    }
    img {
        padding-top: 40px;
    }
    .pl40
    {
        padding-left: 16px;
    }
    .paddT
    {
        padding-top: 40px;
    }

    .paddT24
    {
        padding-top: 1px !important;
    }
    .icono_1{
        background: url('../icon1_mobile.png');
        width: 27px;
        height: 27px;
    }
    
    .paddB40
    {
        padding-bottom: 24px;
    }
    .flecha
    {   
        background: url('../flecha_mobile.png') no-repeat;
        background-position: 89% 40%;
        padding-top: 20px;
    }
    .logo
    {
        height: 50px;
    }
}


@media (max-width: 450px) {
    .hero_banner
    {
        min-height: 85vh;
    }
    
    .flecha
    {   
        background-position: 77% 34%;
    }
}