@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Black.woff2') format('woff2'),
        url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Regular.woff2') format('woff2'),
        url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Bold.woff') format('woff'),
        url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extra Bold';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Extrabld.woff2') format('woff2'),
        url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Semi Bold';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Semibold.woff') format('woff'),
    url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNova-Semibold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Th';
    src: url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNovaT-Thin.woff2') format('woff2'),
        url('//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/css/font/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.proxima-nova-semi-bold{
    font-family: 'Proxima Nova Semi Bold';
}

.proxima-nova-regular{
    font-family: 'Proxima Nova Rg';
}

.proxima-nova-black{
    font-family: 'Proxima Nova Bl';
}

.proxima-nova-bold{
    font-family: 'Proxima Nova Bold';
}

.proxima-nova-thin{
    font-family: 'Proxima Nova Th';
}

.proxima-nova-extra-bold{
    font-family: 'Proxima Nova Extra Bold';
}

* {
    margin: 0px;
}
:root {
    --sub-title-bg-color: #001E61;
    --bg-color-green: #07b742;
}
#arrow-down {
  margin-top: 5rem;
}
.video-thumbnail img{
  width: 100%;
}
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-thumbnail:before {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}
/* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #6bc4e8;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #f5f5f5;
    color: #666;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #666;
    color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #6bc4e8;
    color: #fff;
}
#card-sub-container {
    margin-right: 2rem;
    border-color: white;
    margin: 0px;
    padding: 0px;
}

#card-title {
    font-size: large;
    font-weight: 300;
}

#card-title {
    font-size: large;
    font-weight: 300;
    color: #001e61;
}

#card-subtitle {
    color: #0a1e60;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#card-subtitle:hover {
    color: #8fd003;
}

#card-text {
    color: #0a1e60;
    font-size: medium;
    font-weight: 100;
}
.card--video-inf {
  max-width: 23rem;
}
.card--video-inf div {
    min-height: 11rem;
    height: min-content;
}
.container--padding {
  padding: 60px 60px;
}

@media (max-width: 1150px) {
  .container--padding {
    padding: 20px 20px;
  }
}

@media (max-width: 800px) {
  .container--padding {
    padding: 20px 20px;
  }
}

.btn-background:hover{
    background-color: #001e61;
    color: white;
    border-color: transparent;
}
.title-header-custom {
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 30vh;
    z-index: 3;
    position: relative;
    width: 100%;
    text-shadow: 0px 2px 20px rgb(0 0 0 / 40%) !important;
}

.subtitle-header-custom {
    font-size: 2rem;
    text-shadow: 0px 2px 20px rgb(0 0 0 / 40%) !important;
}

/*aprroach container*/
.hr-approach {
    text-align: start;
    position: relative;
    color: #001E61;
}

.hr-approach span {
    background: transparent;
    z-index: 100;
    position: relative;
}

.hr-approach::after {
    content: '';
    position: absolute;
    margin-left: 12%;
    width: 30%;
    height: 1px;
    left: 0px;
    top: 50%;
    background: rgb(207, 206, 206);
    z-index: 50;

}

.btn-outline {
    background: #FFF;
    background-color: #FFF;
    border: 1px solid #001e61;
    color: #001e61;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
    cursor: pointer;
}

.triangle {
    position: absolute;
    margin-left: 14%;
}

.background-triangle {
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/weiss-home-triangle.png");
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/our-funds-yellow-triangle.png");
    background-size: 23%;
    background-position-x: 90%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.triangle-home {
    width: 0;
    height: 0;
    position: absolute;
    right: 1%;
    bottom: 0%;
    margin: auto;
    border-right: 270px solid transparent;
    border-left: 270px solid transparent;
    border-bottom: 385px solid #4b4a4d;

}
.triangulo {
    width: 0;
    height: 0;
    position: absolute;
    right: 1%;
    bottom: 0%;
    margin: auto;
    border-right: 270px solid transparent;
    border-left: 270px solid transparent;
    border-bottom: 385px solid #4b4a4d;

}

#text-approach-autor {
    color: #59585a;
    font-size: large;
    font-weight: 300;
    margin-left: 1rem;
}


/*why weiss*/
.hr-why-weiss {
    text-align: start;
    position: relative;
    color: #001E61;
}

.hr-why-weiss::after {
    content: '';
    position: absolute;
    margin-left: 28%;
    width: 66%;
    height: 1px;
    left: 0px;
    top: 50%;
    background: rgb(207, 206, 206);
    z-index: 0;
}

#weiss-institutional {
    margin: 0px;
    margin-left: 1rem;
    padding: 0px;
}

.container--headline {
    background-color: #fff;
    color: var(--sub-title-bg-color);

    padding: 3rem;
    /*width: 50%;*/
}

.container--headline div {
    text-align: justify;
}

.container--headline h1 {
    font-size: x-large;
    font-weight: 200;
    margin-bottom: 2rem;
}

.container--insights {
    padding: 4rem 60px;
}
  
.hr-insights {
    text-align: start;
    position: relative;
    color: #001E61;
}

.hr-insights::after {
    content: '';
    position: absolute;
    margin-left: 23%;
    width: 77%;
    height: 1px;
    left: 0px;
    top: 50%;
    background: rgb(207, 206, 206);
    z-index: 50;
}

#card-title {
    font-size: large;
    font-weight: 300;
    text-transform: uppercase;
}

#card-subtitle a {
    text-decoration: none;
    color: #0a1e60;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    cursor: pointer;
}

#card-subtitle:hover a {
    color: #8fd003;
}

#card-text {
    color: #0a1e60;
    font-size: medium;
    font-weight: 100;
}

#card-sub-container {
    margin-right: 2rem;
    border-color: white;
    margin: 0px;
    padding: 0px;
}

/*view all insights*/
.btn-outline-insights {
    background: #FFF;
    background-color: #FFF;
    border: 1px solid #001e61;
    color: #001e61;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
    cursor: pointer;
}

#card-title {
    font-size: large;
    font-weight: 300;
    color: #001e61;
    text-transform: uppercase;
}

/*video*/
#video {
    position: fixed;
    left: 0;
    top: 0;
    height: auto;
    z-index: -10;
    visibility: visible;
}

.title-header {
    font-style: normal;
    line-height: 1.2;
    font-size: 5vw;
    letter-spacing: -2px;
}

.sub-title {
    text-transform: none;
    font-weight: normal;
    font-size: 2.5vw;
}

.secondary-btn {
    border: 1px solid #FFF;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 16px;
    margin: 15px;
    cursor: pointer;
}


.h2-with-line {
    color: var(--sub-title-bg-color);
    font-size: large;
    text-align: left;
}

.h2-with-line.linea {
    position: relative;
    z-index: 1;
}

.h2-with-line.linea:before {
    border-top: 1px solid #afafaf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 0;
    bottom: 0;
    width: 90%;
    z-index: -1;
}

.h2-with-line.linea span {
    padding-right: 15px;
    letter-spacing: 0.224em;
}

.h2-with-line.linea > span > div {
  all: unset;
}

.gray-container {
    padding: 4rem 60px;
    background-color: #4b4a4d;
    min-height: 400px;
    background-size: 23%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.gray-container header h2 span {
    background-color: #4b4a4d !important;
    color: #FFF;
}

.gray-container article h3 {
    color: #FFF;
    font-size: 2.3vw;
}

.gray-container article button {
    width: fit-content;
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 12px 25px;
}

.blue-container {
    background-color: #45c6ed;
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/weiss-home-triangle.png");
    background-size: 23%;
    background-repeat: no-repeat;
}

.green-container {
    background-color: #07b742;
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/weiss-home-triangle.png");
    background-size: 23%;
    background-repeat: no-repeat;
}

.blue-container article button {
    width: fit-content;
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 12px 25px;
}

.green-container article button {
    width: fit-content;
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 12px 25px;
}

.container--video-series nav {
    margin-right: 3rem;
}

.container--video-series nav figure img {
    width: 200px;
    height: 200px;
}

.ocontainer--video-series article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container--video-series article button {
    width: fit-content;
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 12px 25px;
}

.container--video-series article h1 {
    font-size: 2.5vw;
    font-weight: 100;
    color: #FFF;
}

.container--video-series article h1 span {
    font-size: 34px;
    font-weight: 500;
    color: #FFF;
    font-style: italic;
}

.triangulo-equilatero-bottom {

    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid transparent;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #f0ad4e;
}

.background-mask{
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/top-gradient.png");
background-repeat: repeat-x;
}

/*our funds-*/
.container--our-podcast {
    padding: 60px; 60px;
    background-color: var(--bg-color-green);
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/weiss-home-triangle.png") !important;
    display: flex;
    background-size: 23%;
    background-position-x: 90% !important;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.container--our-podcast article h3 {
    font-family: "Proxima Nova Th";
    font-size: 2.5vw;
    font-weight: 100;
    color: #FFF;
}
.container--our-podcast nav figure img {
    width: 250px;
    height: 250px;
}
.container--our-podcast nav {
    margin-right: 3rem;
}

.container--our-podcast nav figure {
    padding: 0px;
    margin: 0px;
}

.container--our-podcast nav figure img {
    width: 250px;
    height: 250px;
}

.container--our-podcast article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container--our-podcast article button {
    width: fit-content;
    color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 12px 25px;
    font-weight: 500;
}

.container--our-podcast article h3 {
    font-family: "Proxima Nova Th";
    font-size: 2.5vw;
    font-weight: 100;
    color: #FFF;
}

.container--our-podcast article h3 span {
    font-family: "Proxima Nova Bold";
    font-size: 2.5vw;
    font-weight: 500;
    color: #FFF;
    font-style: italic;
}

/*our funds-*/
.container--our-funds-institutional {
    padding: 4rem 60px;
    background-color: #dfe801;
    min-height: 400px;
    background-image: url("//20054213.fs1.hubspotusercontent-na1.net/hubfs/20054213/raw_assets/public/weiss-theme/images/home/our-funds-yellow-triangle.png");
    background-size: 23%;
    background-position-x: 90%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.container--our-funds-institutional header h2 span {
    background-color: #dfe801;
    color: var(--sub-title-bg-color);
}

.container--our-funds-institutional article h3 {
    color: var(--sub-title-bg-color);
    font-size: 2.3vw;
}

.container--our-funds-institutional article button {
    width: fit-content;
    color: var(--sub-title-bg-color);
    border-color: var(--sub-title-bg-color);
    border-radius: 0;
    padding: 12px 25px;
}

.container--our-funds-institutional article button:hover {
    background: #001E61;
    background-color: #001E61;
}
.container--our-funds-institutional article button:active {
    background: #001E61;
    background-color: #001E61;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    .gray-container {
        padding: 4rem 15px;
    }

    .title-header-custom {
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1.7rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }

    .hr-insights::after {
        content: '';
        position: absolute;
        margin-left: 23%;
        width: 0%;
        height: 1px;
        left: 0px;
        top: 50%;
        background: rgb(207, 206, 206);
        z-index: 50;
    }

    #card-sub-container {
        margin-right: 2rem;
        border-color: white;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    .title-header-custom {
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    .gray-container {
        padding: 4rem 15px;
    }

    .title-header-custom {
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        padding-top: 40vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }


}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
    .gray-container {
        padding: 4rem 15px;
    }
    .title-header-custom {
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }
}

/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .gray-container {
        padding: 4rem 15px;
    }

    .title-header-custom {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }


}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }


}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .title-header-custom {
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1.8rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .title-header-custom {
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 1.8rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
    .title-header-custom {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        padding-top: 30vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    .h2-with-line.linea:before {
        border-top: 1px solid #afafaf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 30%;
        right: 0;
        bottom: 0;
        width: 40%;
        z-index: -1;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .title-header-custom {
        font-size: 4em;
        color: #fff;
        text-align: center;
        padding-top: 45vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    #video {
        width: 100%;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width: 1000px) {
    /* Styles */
    .title-header-custom {
        font-size: 4em;
        color: #fff;
        text-align: center;
        padding-top: 40vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    #video {
        width: 100%;
        position: fixed;
    }

}

/* Large screens ----------- */
@media only screen  and (min-width: 1824px) {
    /* Styles */
    .title-header-custom {
        font-size: 4em;
        color: #fff;
        text-align: center;
        padding-top: 45vh;
        z-index: 3;
        position: relative;
        width: 100%;
    }

    .subtitle-header-custom {
        font-size: 2rem;
    }

    #video {
        width: 100%;
    }

}

@media only screen  and (max-width: 790px) {
    .container--our-funds-institutional{
        font-size: 20px;
        padding: 15px;
        min-height: 307px;
    }
    .gray-container {
        font-size: 20px;
        padding: 15px;
        min-height: 307px;
    }
    .container--our-podcast {
      flex-direction: column;
      justify-content: center;
    }
    .container--our-podcast article {
        margin-top: 25px;
        text-align: center;
    }

    .container--our-podcast article button {
        margin: 25px auto;
    }

    .container--our-podcast nav {
        width: 100%;
        text-align: center;
    }
    .container--our-funds-institutional article h3 {
    font-size: 20px;
    }
    .container--our-podcast nav figure img {
      width: 100%;
      height: 100%;
    }
    .container--our-podcast article h3{
        font-size: 20px;
        text-align: justify;
    }
    .container--our-podcast article h3 span{
        font-size: 20px;
    }
}

@media only screen  and (max-width: 650px) {
    /* Styles */
    .container--our-funds-institutional {
        padding: 15px;
    }
    .container--our-funds-institutional article h3 {
        font-size: 20px;
    }
    .primary-btn-home {
        width: auto;
    }
    .container--our-funds-institutional article button {
        width: 100%;
    }
    .container--our-podcast article h3{
        font-size: 20px;
        text-align: justify;
    }
    .container--our-podcast article h3 span{
        font-size: 20px;
    }
    .gray-container {
        padding: 15px;
        min-height: 347px;
    }
    .gray-container article h3 {
        font-size: 20px;
    }
}

.home-left-section .title-header-custom {
  padding-top:0px !important;
}