@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

body{background-color: black;}

/*pop-up*/
.img-zoom {
    cursor: pointer;
    transition: all 450ms ease-in-out;
}
.img-zoom:hover {
    transform: scale(1.05) !important;
    box-shadow: 0px 0px 18px 5px rgba(195, 152, 57, 0.5);
}
#lightboxBg {
    position: fixed;
    z-index: 150;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    display: none;
}
#lightboxBg.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightboxImg {
    max-width: 80%;
    max-height: 80%;
    border: 4px solid white;
    box-shadow: 1px 3px 20px rgba(150,150,150, .6);
}
/*utilities*/
.title-h1 {
    text-align: center;
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 6rem;
    color: #c39839;
    font-weight: 800;
    text-align: center;
    padding: 5rem 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: .3rem;
    word-wrap: break-word;
}

.card-bg {
    background-color: #c39839;
    transition: all 450ms ease-in-out;
}
.card-title {
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus-visible {
    color: #c39839;
    outline: 1px solid #c39839;
}
.btn:focus-visible {
    outline: 1px solid #fff;
}
/*page navigation*/
.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff0;
    border-color: #c39839;
}   
.page-item.active .page-link {
    color: #fff;
    background-color: #c39839;
    border-color: #c39839;
}
.page-link {
    color: #000;
    background-color: #83682b;
    border: 1px solid #c39839;
}
.page-link:hover {
    color: #000;
    background-color: #c39839;
    border-color: #c39839;
}
/*main*/
main {
    box-shadow: 0px 20px 50px 0px #c39839;
    padding-bottom: 3rem;
}
/* Nav */
.navbar-light .navbar-nav .nav-link.active {
    color: #e4b243;
    border-bottom: 1px solid #e4b243;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(195, 152, 57)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") ;
}
.bg--black {
    background: black;
    box-shadow: 0px 20px 50px 0px #c39839;
    z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    color: #c39839;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: 'Cormorant Infant','Cinzel', serif;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #e4b243;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.img-logo {
    height: 4.375rem;
}
.img-social {
    height: 1.75rem;
}
nav .instagram path:nth-child(1n) {
    fill: #c39839;
}
nav .instagram:hover path:nth-child(1n) {
    fill: #e4b243;
}

nav .facebook path:nth-child(1n) {
    fill: #c39839;
}
nav .facebook:hover path:nth-child(1n) {
    fill: #e4b243;
}

nav .tiktok:hover path:nth-child(1n) {
    fill: #e4b243;
}
nav .linkedin:hover path:nth-child(1n) {
    fill: #e4b243;
}
nav .linkedin:hover path:nth-child(1n) {
    fill: #e4b243;
}

nav .youtube path:nth-child(1n+2) {
    fill: #c39839;
}
nav .youtube:hover path:nth-child(1n+2) {
    fill: #e4b243;
}
.social .nav-link {
    padding: 0 .5rem !important;
}
/*footer*/
footer {
    background: #c39839;
    padding: 3rem 0;
}
.footer-img:hover {
    filter: invert(100%);
}
.footer-link {
    padding: .5rem .5rem;
}
.footer-link:hover {
    text-decoration: none;
}
footer .instagram path:nth-child(1n) {
    fill: #fff;
}
footer .instagram:hover path:nth-child(1n) {
    fill: #000;
}

footer .facebook:hover path:nth-child(1n) {
    fill: #000;
}

footer .tiktok:hover path:nth-child(1n) {
    fill: #000;
}
footer .linkedin:hover path:nth-child(1n) {
    fill: #000;
}


footer .youtube path:nth-child(1n+2) {
    fill: white;
}
footer .youtube:hover path:nth-child(1n+2) {
    fill: #000;
}

/* portada */
@media only screen and (max-width: 601px) {
    #hero-portada {
        background-image: url('../images/javier-miranda-hero-m.png');
        min-height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        margin-bottom: 3rem;
        background-size: contain;
        height: 600px;
    }
}
body .portada-sec {
    height: 50vw;
    width: 100%;
    overflow: hidden;
    position: relative;
}
body .portada-sec .img-portada {
    width: 75%;
    float: right;
    position: relative;
    z-index: -100;
}
body .portada-titulo {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 9vw;
    color: #c39839;
    position: absolute;
    top: 27.5vw;
    left: 7.5vw;
    z-index: 100;
    overflow: hidden;
}
body .portada-titulo-2 {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 9vw;
    color: #c39839;
    position: absolute;
    top: 36vw;
    left: 4vw;
    z-index: 100;
    overflow: hidden;
}
body .portada-leon {
    position: absolute;
    width: 33vw;
    bottom: 11vw;
    z-index: 50;
}
body .portada-texto {
    position: absolute;
    width: 40vw;
    top: 38vw;
    left: 50vw;
    overflow: hidden;
}
body .portada-subt {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 2.3vw;
    position: relative;
    right: 0vw;
    z-index: 50;
    font-weight: 600;
    color: white;
    overflow: hidden;
}
body .portada-subtext {
    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    position: relative;
    z-index: 50;
    bottom: 1vw;
    color: white;
    font-weight: 100;
    line-height: 1.1;
    overflow: hidden;
}
body .portada-rect {
    position: absolute;
    width: 54.4vw;
    height: 6.5414vw;
    top: 37.6vw;
    right: 0;
    z-index: 0;
    overflow: hidden;
}



@media only screen and (min-width: 100px) and  (max-width: 600px) {
    body .portada-sec {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2vw;
        height: 200vw;
    }

    body .portada-sec .img-portada {
        width: 160%;
        float: right;
        position: relative;
        left: 10vw;
        bottom: 5vw;
        z-index: -500;        
    }
    .none-mobile {
        display: none !important;
    }
    body .portada-titulo {
        font-size: 18vw;
        position: absolute;
        top: 140vw;
        left: 12vw;
        z-index: 100;
    }
    body .portada-titulo-2 {
        font-size: 18vw;
        position: absolute;
        top: 157vw;
        left: 5vw;
        z-index: 100;
    }
    body .portada-leon {
        position: absolute;
        width: 100vw;
        bottom: 70vw;
        right: 45vw;
        z-index: 50;
    }
    body .portada-texto {
        background-color: #c39839;
        width: 100%;
        height: 43vw;
        position: absolute;
        top: 173vw;
        left: 0;
        text-align: center;
    }
    body .portada-subt {
        font-size: 10vw;
        position: unset;
        margin-top: 2vw;
        z-index: 50;
        font-weight: 600;
    }
    body .portada-subtext {
        font-size: 5vw;
        position: unset;
        z-index: 50;
        padding: 0 10vw;
        color: white;
        font-weight: 100;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 601px) {

    .none-desktop {
        display: none !important;
    }
 }

/*




.portada-sec {
    height: 40vw;
    width: 100%;
    background-color: black;
}
.portada-sec .img-portada {
    width: 75%;
    float: right;
    position: relative;
}
.portada-titulo {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 9vw;
    color: #c39839;
    position: absolute;
    top: 27.5vw;
    left: 7.5vw;
    z-index: 100;
    overflow: hidden;
}
.portada-titulo-2 {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 9vw;
    color: #c39839;
    position: absolute;
    top: 36vw;
    left: 4vw;
    z-index: 100;
    overflow: hidden;
}
.portada-leon {
    position: absolute;
    width: 33vw;
    top: 7vw;
}
.portada-texto {
    position: absolute;
    width: 50vw;
    top: 38vw;
    right: 0;
    overflow: hidden;
}
.portada-subt {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 2.3vw;
    position: relative;
    right: 0vw;
    z-index: 50;
    font-weight: 600;
    color: white;
    overflow: hidden;
}
.portada-subtext {
    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    position: relative;
    z-index: 50;
    bottom: 1vw;
    color: white;
    font-weight: 100;
    line-height: 1.1;
    overflow: hidden;
}
.portada-rect {
    position: absolute;
    width: 54.4vw;
    height: 6.5414vw;
    top: 37.6vw;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.none-desktop {
    display: none !important;
}
.portada-subtext {
    font-family: "Roboto", sans-serif;
    font-size: 1.5vw;
    position: relative;
    z-index: 50;
    bottom: 1vw;
    color: white;
    font-weight: 100;
    line-height: 1.1;
    overflow: hidden;
}*/
/****************************************************s*/
.sectionn {
    max-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
  }
  .containerr {
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .left {
    width: 50%;
    height: 600px;
    /* background: url(https://images.unsplash.com/photo-1542662565-7e4b66bae529?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=564&q=80)
      no-repeat center / cover; */
    border-radius: 8px;
  }
  .right {
    width: 55%;
    min-height: 400px;
    background-color: #c39839;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 8px;
    color: white;
    margin-left: -150px;
  }
  .right h1 {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Cormorant Infant','Cinzel', serif;
  }
  .right p {
    margin: 20px 0;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
  }
  .right a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    color: black;
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 2px;
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-weight: bold;
  }
  .prensa-img {
    width: 100%;
    height: auto;
    max-height: 700px;
}


.prensa-static-img {
    width: 50%;
    height: auto;
    max-height: 528px;
    margin-right: auto;
}

  @media only screen and (max-width: 768px) {
    .containerr {
      flex-direction: column;
      width: 100%;
      margin: 0 20px;
    }
    .left {
      width: 100%;
      height: auto;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .right {
      width: 100%;
      padding: 1rem;
      margin: 0;
      margin-top: 0px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .right a {
        padding: .5rem 1rem;
    }
    .prensa-static-img {
        width: 100%;
    }
  }
  
/*grid*/
/* .grid {
    display: grid;
grid-template-columns: repeat(12, 1fr);
}
.image {
    grid-column: 1 / 7;
}
.image, .body {
    grid-row: 1 / 2;
    align-self: center;
}
.body {
    grid-column: 8 / -1;
    background: white;
    padding: 5rem;
    box-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
.overlapping {
    background: #c39839;
    padding: 5rem;
    margin-left: -5rem;
    box-shadow: 5rem 0 #c39839;
    color: white;
} */

/* .container::after, .clear::after, .row::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
} */
.overlapping-col {
    margin-left: 0;
}

.nota-titulo {
    font-size: 2rem;
    font-family: 'Cormorant Infant','Cinzel', serif;

}
.nota-parrafo {
    font-size: 1.3rem;
    font-family: "Roboto", serif;

}
.nota-from {
    text-align: right;
    font-family: "Cinzel", serif !important;
    font-size: 1.5rem;
    font-weight: 700;
}
.btn-ver {
    background: white;
    font-size: 1rem;
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-weight: bold;
}

@media screen and (min-width: 1366px) {
    .overlapping-col {
        margin-left: -5rem;
    }
}
/* prensa videos */
.scroll-bar-2 {
    position: absolute;
    right: 9rem;
}
.prensa-video-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 5rem;
    box-shadow: 0px 20px 50px 0px #c39839;
    padding: 0;
}

.prensa-container {
    height: 1000px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 5rem;
}

.scroll {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.prensa-video-titulo {
    transform: rotate(-180deg);
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 7.375rem;
    letter-spacing: 1rem;
    font-weight: 700;
    color: white;
    writing-mode: vertical-lr;
    position: relative;
    margin-left: -2rem;
}
.prensa-video-titulo a {
    text-decoration: none;
    color: #c39839;
    transition: all 0.4s;
}
.prensa-video-titulo a :hover,
.prensa-video-titulo a :focus
{
    color: white;
}
/* .prensa-video-titulo2 {
    font-family: 'Cinzel', serif; 
    font-size:  9.375rem;
    letter-spacing: 1rem;
    font-weight: 700;
    color: white;
    writing-mode: vertical-rl;
    position: relative;
    right: 0;
    transform: rotate(-180deg);
    margin-right: -1.8rem;
} */
.prensa-video-titulo2 {
    font-family: 'Cinzel', serif;
    font-size: 7.375rem;
    letter-spacing: 1rem;
    font-weight: 700;
    color: white;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    margin-right: -2.5rem;
    overflow: hidden;
    top: 50%;
    transform: translate(-0%, -50%)  rotate(-180deg);;
}
.prensa-item {
    padding: 0 0 3rem 0;
    text-align: center;
}
.prensa-item iframe{
    aspect-ratio: 4/3;
}
.prensa-item a:hover {
    color: black;
}


.prensa-scroll {
    color: white;
    height: 1000px;
    width: 65%;
    margin-left: auto;
    overflow-y: scroll;
    scrollbar-width: none;
}
.prensa-scroll::-webkit-scrollbar-thumb {
    background: red !important;
}

.prensa-scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.videos-scroll.scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.videos-scroll.scroll::-webkit-scrollbar-thumb {
    background: red !important;
}

.prensa-container.scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.prensa-container.scroll::-webkit-scrollbar-thumb {
    background: red !important;
}

.prensa-subt {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 1rem;
}
.prensa-boton-nota-container {
    font-size: 1rem;
    font-family: 'Cormorant Infant','Cinzel', serif;
    background: #c39839;
    color: white;
    padding: .3rem .8rem;
    font-weight: bold;
}

.enlace-b {
    text-decoration: none;
    color: white;
    transition: all 0.4s;
}
.enlace-b:hover {
    color: white;
}
.enlace-c {
    text-decoration: none;
    color: white;
    transition: all 0.4s;
}
.enlace-c:hover {
    color: black;
    text-decoration: none;
}



.videos-container {
    /* height: 60vw;
    overflow-y: scroll; */
    background-color: #c39839;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    padding-top: 5rem;
}
.videos-container .prensa-video-item {
    margin: 1rem 0;
}

.videos-container .videos-scroll {
    height: 1000px;
    width: 70%;
    position: relative;
    margin-right: auto;
}


/**prensa**/
.prensa-date {
    color: black;
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: .9rem;
}
.btn-prensa {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 1rem;
    font-weight: 800;
    background: black;
    color: white;
    padding: .3rem 1.5rem;
    margin-bottom: 1.5rem;
}

/* Prensa articulo */
.prensa-article  {
    color: #e9f4ff;
}
.prensa-h1 {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 4rem;
    color: #c39839;
    font-weight: 800;
    text-align: center;
    padding: 2rem 0 1rem 0;
    text-transform: uppercase;
}
.prensa-p {
    font-size: 1.7rem !important;
}
@media screen and (max-width: 576px) {
    .prensa-h1 {
        font-size: 1.7rem;
    }
    .prensa-p {
        font-size: 1rem !important;
    }
    .scroll-bar {
        width: 1rem;
    }
    .scroll-bar-2 {
        right: 6rem;
        width: 1rem;
    }
}
/*Blog Home*/
#blog {
    padding: 2rem 0;
}
.blog-title {
    padding: 0  0  0 calc(5rem + 15px);
}
.blog-title h1 {
    font-size: 8rem;
    color: #c39839;
    font-family: 'Cormorant Infant','Cinzel', serif;
    letter-spacing: 1.6rem;
    font-weight: bold;
}
.col-p-0 {
    padding: 0;
    overflow: hidden;
}
.contenido {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 5rem;
}
.contenido h2 a {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-weight: bold;
    color: #c39839;
    font-size: 3rem;
}
.contenido p {
    font-size: 1.4rem;
    margin-top: 1rem;
    color: white;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-full {
    max-height: 580px;
    /* max-height: 400px; */
    object-fit: cover;
    width: 100%;
}

.contenido > div > a  {
    font-size: 1.5rem;
    font-family: 'Cormorant Infant','Cinzel', serif;
    background: #c39839;
    color: white;
    padding: .2rem 1rem;
}
.contenido > div > a:hover,
.contenido > div > a:focus  {
    color: initial;
}

.btn-ir  {
    font-size: 1.3rem;
    font-family: 'Cormorant Infant','Cinzel', serif;
    background: #c39839;
    color: white;
    padding: .2rem 3rem;
}
.btn-ir:hover,
.btn-ir:focus  {
    color: black !important;
}
@media screen and (max-width: 576px) {
    .contenido {
        padding: 2rem 0;
    }
    .contenido > div > a  {
        font-size: 1.1rem;
    }
    .blog-title {
        padding: 0 0.938rem;
    }
    .blog-title h1 {
        font-size: 4.5rem;
    }
    .prensa-container {
        height: 500px;
        overflow: hidden;
    }
    .prensa-video-titulo {
        font-size: 4rem;
        margin-left: -1rem;
    }
    .prensa-scroll {
        height: 400px;
        position: relative;
    }
    .videos-container .videos-scroll {
        height: 400px;
    }
    .prensa-video-titulo2 {
        font-size: 4rem;
        margin-right: 0px;
    }
    iframe {
        height: 200px;
    }
    .prensa-subt {
        font-size: 1.5rem;
    }
    .contenido p {
        font-size: 1.1rem;
    }
    footer svg {
        width: 32px;
    }
    footer .instagram {
        width: 29px;
    }
    .title-h1 {
        font-size: 4.5rem;
    }
}
/* @media screen and (max-width: 992px) { 
    .prensa-video-titulo2 {
        font-size: 2rem;
    }
} */


/*blog*/
.blog-date {
    color: #9c792d;
    font-size: .9rem;
}
.title-blog {
    font-family: 'Cormorant Infant','Cinzel', serif;
    font-size: 3rem;
    color: #c39839;
    font-weight: 800;
    text-align: center;
    padding: 5rem 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: .2rem;
    word-wrap: break-word;
}

.card-img-height {
    height: 320px;
    object-fit: cover;
}

.card.card-bg img {
    filter: grayscale(100%);
    transition: filter 450ms ease-in-out;
}
.card.card-bg:hover img {
    filter: grayscale(0%);
}

.title-prensa {
    color: black;
    font-size: 1rem;
}
.card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1.5rem;
    color: white;
}
.btn:hover {
    color: #c39839;
}
.article-blog > div > p {
    color: #e9f4ff;
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}
@media screen and (max-width: 576px) {
    .card.card-bg img {
        filter: grayscale(0%);
    }
}


/*videos*/
.container-small {
    max-width: 960px;
}
/*prensa*/
.card {
    border-radius: 1.25rem;
    overflow: hidden;
}
.card.card-bg:hover {
    box-shadow: 0px 0px 60px 30px rgba(195, 152, 57, 0.5);
}
/*ads*/
.preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: transparent;
    max-width: 400px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details{
    position: absolute;
    height: 36px;
    width: 36px;
    background: #fff;
    z-index: 9;
    right: -1rem;
    top: -1rem;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p{
    margin: 0 5px;
  }
  .details .title p.current-img{
    font-weight: 500;
  }
  .details .icon{
    color: #000;
    font-size: 20px;
    cursor: pointer;
  }
  .preview-box .image-box{
    display: flex;
    width: 100%;
    position: relative;
  }

  .preview-box .image-box img {
      width: 100%;
      border-radius: 0 0 3px 3px;
  }

  .image-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
  }
  .slide.prev{
    left: 0px;
  }
  .slide.next{
    right: 0px;
  }
  .slide.prev:hover,
  .slide.next:hover {
    background: #c4993647;
}
  .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  .shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
    background: rgba(0,0,0,0.65);
  }
  @media(max-width: 1000px){
    .preview-box {
        max-width: calc(100% - 3rem);
    }
}


/*frases*/

@media screen and (max-width: 576px) {
    .col-frases {
        padding: 0 5px 0 5px;
    }
}
