:root {
    --animate-delay: 0.2s;
    --primary: #ffa133;
    --secondary: #474382;
    --dark: #1c1c1c;
    --black: #161616;
    --soft: #FFECD6;
    --bs-navbar-toggler-border-color: #ffa133;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-top: 5em;
}
body.page {
    margin-bottom: 0;
}

section:before {
    content: "";
    display: block;
    height: 1rem;
}

@media(min-width: 720px) {
/*    section:before {
        height: 5rem;
    }*/
}

.logo-menu {
    width: 149px;
    height: 66px;
}

@media(min-width: 1250px) {
    .logo-menu {
        width: 215px;
    }
}

.navbar-expand-xxl .navbar-nav .nav-link,
.nav-link:hover {
    padding-left: 0rem;
    color: black;
}

@media(min-width: 1200px) {
    .navbar-expand-xxl .navbar-nav .nav-link,
    .nav-link:hover {
        padding-left: 2rem;
    }
}

.navbar-toggler{
    border-color: var(--primary);
}

.navbar-toggler:focus{
    box-shadow: var(--primary)
}

.bg-body-tertiary {
    background-color: white !important;
}

.hero {
    background-image: url(assets/iframe-background-o.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

@media(min-width: 720px) {
    .hero {
        min-height: 850px;
        padding-top: 0;
        padding-bottom: 0;
        animation: 5s shadow linear;
    }
}
@media(min-width: 992px) {
    .hero {
        min-height: 750px;
    }
}
.hero .lead{
    font-size: 1.1rem;
}

@media(min-width: 720px) {
    .hero .lead{
        font-size: 1.57rem;
    }
}

.hero h1 {
    text-shadow:
        190px 0px 50px rgba(0, 0, 0, .02),
        120px 0px 45px rgba(0, 0, 0, .14),
        66px 0px 40px rgba(0, 0, 0, .45),
        30px 0px 30px rgba(0, 0, 0, .8),
        7px 0px 16px rgba(0, 0, 0, .9);
}

@keyframes shadow{
    from{
        text-shadow:
            0px 0px 0px rgba(0, 0, 0, .02),
            0px 0px 0px rgba(0, 0, 0, .14),
            0px 0px 0px rgba(0, 0, 0, .45),
            0px 0px 0px rgba(0, 0, 0, .8),
            0px 0px 0px rgba(0, 0, 0, .9);
    }
    to{
        text-shadow:
            190px 0px 50px rgba(0, 0, 0, .02),
            120px 0px 45px rgba(0, 0, 0, .14),
            66px 0px 40px rgba(0, 0, 0, .45),
            30px 0px 30px rgba(0, 0, 0, .8),
            7px 0px 16px rgba(0, 0, 0, .9);
    }
}


.hero::after {
    content: '';
    border-radius: 100%;
    position: absolute;
    bottom: -6%;
    margin: 0 auto;
    left: -2%;
    right: 0;
    width: 104%;
    background: #fff;
    height: 15%;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-soft {
    background-color: var(--soft) !important;
}

.btn{
    border-radius: 7px;
    font-weight: bolder;
}

.btn-lg{
    padding: 1rem 2rem;
}

.nav-link::after{

    content: "";
    width: 0;
    height: 4px;
    background: var(--primary);
    display: block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: all .3s ease-in;
}

.nav-link.active::after {
    width: 100%;
    opacity: 1;
    background: var(--primary);
}

.nav-link:visited{
    color: var(--dark);
}

.h2 {
    text-align: center;
    margin: 64px auto;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
}

@media(min-width: 720px) {
    .h2 {
        font-size: 2.5rem;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
}

.h2:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url(assets/isologo.svg);
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
#carouselClientes .carousel-item img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
@media(min-width: 720px) {
    .h2:before {
        margin: 0 30px 0 0;
    }
}

.figure {
    overflow: hidden;
}

.figure-img {
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.4); */
}

.card-img-top {
    max-width: 90px;
    margin: 3em auto;
}

.card-text {
    color: var(--secondary);
    font-weight: 600;
}

/* productos */

/*.producto {
    cursor: pointer;
    overflow: hidden;
    background-image: url(assets/product-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40vh;
}

@media(min-width: 720px) and (max-width: 960px) {
    .producto {
        height: 50vh;
    }
}

.producto .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.producto .card-img-overlay .card-title {
    font-size: 1.8em;
    font-weight: 700;
}

.producto .card-img-overlay .card-text {
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    width: 90%;
}

.producto:hover .card-img-overlay {
    margin-bottom: 1%
}

.producto:hover:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    opacity: .85;
}

.producto:hover:before {
    opacity: 1;
}

.producto .card-img {
    transition: all .3s ease-in-out;
}

.producto:hover .card-img {
    transform: scale(1.1);
}

.producto:before {
     content: ""; 
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: white;
    background-image: url(assets/icon-cook.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 1em;
    left: 1em;
    opacity: .8;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.producto:after {
    content: "";
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    opacity: .8;
    position: absolute;
    z-index: 0;
    transition: all .3s ease-in-out;
}*/

.iframe-container {
    min-height: 30vh;
    background-image: url(assets/iframe-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
}

@media(min-width: 720px) {
    .iframe-container {
        min-height: 520px;
    }
}
@media(min-width: 992px) {
    .iframe-container {
        min-height: 700px;
    }
}
@media(min-width: 1200px) {
    .iframe-container {
        min-height: 830px;
    }
}
@media(min-width: 1500px) {
    .iframe-container {
        min-height: 1350px;
    }
}
.video{
    box-shadow:
        0 115px 64px rgba(0, 0, 0, .01),
        0 75px 59px rgba(0, 0, 0, .08),
        0 42px 50px rgba(0, 0, 0, .28),
        0 18px 37px rgba(0, 0, 0, .47),
        0 5px 20px rgba(0, 0, 0, .54);
}

.carousel{
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    transform: scale(2);
}

.certificaciones{
    background-image: url(assets/bg-shape-b.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

@media(min-width: 720px) {
    .certificaciones{
        background-size: contain;
    }
}

.mt-n5{
    margin-top: -5rem;
}

@media(min-width: 720px) {
    .mt-n25{
        margin-top: -25rem;
    } 
}

.mb-n5{
    margin-bottom: -5rem;
}

.blockquote{
    position: relative;
}

.blockquote:before,
.blockquote:after{
    content: "";
    background-image: url(assets/quote.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
}

@media(min-width: 720px) {

    .blockquote:before,
    .blockquote:after{
        width: 66px;
        height: 66px;
    }
}

.blockquote:before{
    top: 0;
    left: 0;
}

.blockquote:after{
    transform: rotate(180deg);
    right: 0;
    bottom: 0;
}

.blockquote p{
    margin: 20px auto;
}

.footer {
    background-color: var(--dark);
}

section#cifras{
    background-image: url(assets/bg-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width: 720px) {
    section#cifras{
        background-size: 100%;
        height: 100vh!important;
    }
}

section#cifras .icon{
    height: 96px;
}

.offcanvas{
    width: 90%;
}

@media(max-width: 720px) {
    .offcanvas .navbar-nav{
        margin: 0
    }
}
.single-cliente {
    max-width: 300px;
}

#cifras h3 {
    text-align: center;
}