@font-face {
    font-family: 'HeroBold';
    src: url("../fonts/Hero/Hero-Bold.otf");
}
@font-face {
    font-family: 'HeroLight';
    src: url("../fonts/Hero/Hero-Light.otf");
}
@font-face {
    font-family: 'HeroRegular';
    src: url("../fonts/Hero/Hero-Regular.otf");
}

/*blog banners typeform*/
.tf {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.tf-wrapper{
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 50%;
    right: 3vw;
    max-width: 55%;
    transform: translateY(-50%);
    text-align: center;
    color: #1f1f1f;
}
.tf .tf-wrapper .title{
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 5px;
}
.tf .tf-wrapper .subtitle{
    font-size: 27px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.tf .tf-wrapper .btn-outline{
    display: inline-block;
    width: auto;
    font-size: 19px;
    border: 2px solid #000;
    padding: 0.3vw 2vw;
    background: none;
    transition: all .25s ease-in-out;
}
.tf .tf-wrapper .btn-outline:hover{
    background: rgba(255, 255, 255, 0.25);
}
/*
.tf1{
    background-image: url(../images/typeform/banner-blog-01.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}

.tf2{
    background-image: url(../images/typeform/banner-typeform-inversion-b.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}
.tf3{
    background-image: url(../images/typeform/banner-typeform-deco.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}

.tf4{
    background-image: url(../images/typeform/banner-typeform-deco-b.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}
.tf5{
    background-image: url(../images/typeform/banner-typeform-coleccionismo.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}
.tf6{
    background-image: url(../images/typeform/banner-typeform-coleccionismo-b.jpg);
    background-position: center center, center top;
    background-repeat:no-repeat;
    background-size: contain;
}
*/

@media only screen and (max-width: 768px)  {
    
    .tf-wrapper{
        max-width: 55%;
        padding: 0 10px;
        right: 0;
    }
    .tf.tf1 .tf-wrapper{ max-width: 50%; }
    .tf.tf1 .tf-wrapper .title{ font-size: 4vw; }
    .tf.tf1 .tf-wrapper .subtitle{ font-size: 3.2vw; }
    .tf.tf1 .tf-wrapper .btn-outline{ font-size: 3vw; }
    .tf.tf2 .tf-wrapper{ max-width: 46%; }
    .tf.tf3 .tf-wrapper{ top: 2vw; transform: none; }
    .tf.tf5 .tf-wrapper{ max-width: 50%; }
    .tf.tf6 .tf-wrapper{ max-width: 50%; } 
    .tf.tf6 .tf-wrapper .title{ font-size: 4vw; }
    .tf.tf6 .tf-wrapper .subtitle{ font-size: 3.2vw; }
    .tf.tf6 .tf-wrapper .btn-outline{ font-size: 3vw; }


    .tf .tf-wrapper .title{
        font-size: 4.7vw;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .tf .tf-wrapper .subtitle{
        font-size: 3.4vw;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .tf .tf-wrapper .btn-outline{
        display: inline-block;
        width: auto;
        font-size: 3.5vw;
        border: 1px solid #000;
        padding: 0.2vw 1vw;
        background: none;
        transition: all .25s ease-in-out;
    }

    /*
    .tf1{
        background-image: url(../images/typeform/banner-blog-01-mobile.jpg);
        background-position: center center, center top;
      background-repeat:no-repeat;background-size: contain;}
      
    .tf2{
        background-image: url(../images/typeform/banner-typeform-inversion-b-mvl.jpg);
        background-position: center center, center top;
        background-repeat:no-repeat;
        background-size: contain;
    }
    .tf3{
        background-image: url(../images/typeform/banner-typeform-deco-mvl.jpg);
        background-position: center center, center top;
        background-repeat:no-repeat;
        background-size: contain;
    }
    .tf4{
        background-image: url(../images/typeform/banner-typeform-deco-b-mvl.jpg);
        background-position: center center, center top;
        background-repeat:no-repeat;
        background-size: contain;
    }
    .tf5{
        background-image: url(../images/typeform/banner-typeform-coleccionismo-mvl.jpg);
        background-position: center center, center top;
        background-repeat:no-repeat;
        background-size: contain;
    }
    .tf6{
        background-image: url(../images/typeform/banner-typeform-coleccionismo-b-mvl.jpg);
        background-position: center center, center top;
        background-repeat:no-repeat;
        background-size: contain;
    }
    */

}

@media (min-width: 768px) {  
    .card-columns {column-count: 2;}

    .tf.tf1 .tf-wrapper{
        right: 5vw;
    }

    .tf.tf2 .tf-wrapper{
        max-width: 50%;
        right: 5vw;
    }
    .tf.tf5 .tf-wrapper{
        right: 1vw;
    }

    .tf.tf1 .tf-wrapper .title, .tf.tf2 .tf-wrapper .title,  .tf.tf3 .tf-wrapper .title, .tf.tf5 .tf-wrapper .title{
        font-size: 30px;
    }

    .tf.tf1 .tf-wrapper .subtitle, .tf.tf2 .tf-wrapper .subtitle, .tf.tf3 .tf-wrapper .subtitle, .tf.tf5 .tf-wrapper .subtitle{
        font-size: 23px;
    }
    .tf.tf1 .tf-wrapper .btn-outline,.tf.tf2 .tf-wrapper .btn-outline, .tf.tf3 .tf-wrapper .btn-outline, .tf.tf5 .tf-wrapper .btn-outline{
        font-size: 20px;
    }

    .tf.tf6 .tf-wrapper .title{ font-size: 24px;}
    .tf.tf6 .tf-wrapper .subtitle{font-size: 20px;}
    .tf.tf6 .tf-wrapper .btn-outline{font-size: 16px;}


    .tf .tf-wrapper .title{
        font-size: 40px;
    }
    .tf .tf-wrapper .subtitle{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .tf .tf-wrapper .btn-outline{
        font-size: 22px;
    }
    .tf .tf-wrapper .btn-outline{
        font-size: 19px;
        border: 2px solid #000;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .card-columns {column-count: 2;}

    .tf.tf1 .tf-wrapper{
        right: 6vw;
    } 
    .tf.tf1 .tf-wrapper .title{
        font-size: 2.3rem;
    } 
    .tf.tf2 .tf-wrapper .title,  .tf.tf3 .tf-wrapper .title, .tf.tf5 .tf-wrapper .title{
        font-size: 40px;
    }
    .tf.tf2 .tf-wrapper .subtitle, .tf.tf3 .tf-wrapper .subtitle, .tf.tf5 .tf-wrapper .subtitle{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .tf.tf2 .tf-wrapper .btn-outline, .tf.tf3 .tf-wrapper .btn-outline, .tf.tf5 .tf-wrapper .btn-outline{
        font-size: 22px;
    }

    .tf.tf6 .tf-wrapper .title{ font-size: 30px;}
    .tf.tf6 .tf-wrapper .subtitle{font-size: 26px;}
    .tf.tf6 .tf-wrapper .btn-outline{font-size: 18px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .card-columns {column-count: 2;} 
}
