
/*Google font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none !important;
}
/*
.header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
    */
.header .navbar {
    padding: 0;
}

.header .navbar.navbar-light .navbar-brand {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header .navbar #collapsibleNavbar .nav-item .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 15px 20px;
    line-height: 22px;
    opacity: 0.7;
}

.header .navbar #collapsibleNavbar .nav-item .nav-link.active {
    opacity: 1;
}

.home-section {
    padding: 140px 0 200px; /*220px 0 200px;*/
    position: relative;
    z-index: 1;
}

.home-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 112px;
    background-image: url("/img/shape-bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-section .home-content h1 {
    font-size: 53px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.home-section .home-content p#linea {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
    margin-bottom: 8px;
}


.home-section .home-content p#codigo {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.mybtn1 {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px 36px;
    border: none;
    cursor: pointer;
}

.section-title .title{
    font-size: 16px;
    font-weight:500;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}


.section-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
    border-radius: 4px;
    opacity: 0.1;
}

.section-title .subtitle {
    font-size: 30px;
    line-height: 38px;
    color: #222222;
    font-weight: 600;
    margin: 0;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.home-section .home-img img {
    max-width: 250px;
    width: 90%;
    position: absolute;
    left: 150px;
    top: -50px;
    animation: product01 5s linear infinite;
}

@keyframes product01 {
    0%, 100% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(-15px);
    }
}

.home-section .bg-shapes div {
    position: absolute;
    opacity: 0.5;
}

.about-section {
    background-color: white;
    padding: 80px 0 60px;
}

.about-section .about-img{
    margin:auto;
}

.about-section .about-img img {
    max-width: 350px;
    width: 100%;
}

.about-section .section-title {
    text-align: left;
    margin-bottom: 30px;
}


.about-section .about-content p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin: 0;
    font-weight: 400;
}

.about-section .about-content ul{
    display: block;
    margin: 30px 0 0;
}

.about-section .about-content ul li{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
}

.about-section .about-content ul li i {
    height: 25px;
    width: 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-light{
    background-color: #f5f5ff;
}

.features-section {
    padding: 80px 0 80px;
}

.flipster-carousel {
    display: none;
    color: #333;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}

.flip-item {
    width: 420px;
}

.flip-item .item-inner{
    padding: 2rem;
    border: 1px solid #efefef;
    background: white;
}

.flip-item .source-profile {
    width: 80px;
    height: 120px;
    margin:auto;
}

.flip-item .source-info {
    font-size: 1rem;
    margin-left: 20px;
}

.oculta {
    display: none;
}

.visible {
    display: block;
}


@media(max-width: 1199px) {
    .home-section .home-img {
        text-align: center;
    }

    .home-section .home-img img {
        position: relative;
        left: auto;
        top: auto;
    }
}


@media(max-width: 991px) {
    .home-section .home-img {
        margin-bottom: 40px;
    }

    .home-section {
        padding: 100px 0 150px;
    }
}


@media(max-width: 767px) {
    .home-section .home-content h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .home-section .home-img img {
        max-width: 200px;
    }

    .about-section .about-img img {
        max-width: 250px;
    }
}

/*@media(max-width: 575px) {
    .container {
        padding-left
    }
}*/



.contenedor {
    width: 100%;
    max-width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.contenedor .card {
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    /*overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: scroll;
    margin: auto;/* 20px;*/
    text-align: center;
    transition: all 0.25s;
}

    .contenedor .card:hover {
        transform: translateY(-15px);
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    }

    .contenedor .card img {
        /*width: 330px;
        height: 220px;*/
        max-width: 100px;
    }

    .contenedor .card .imgPromo {
        max-width: 250px!important;
    }


    .contenedor .card h4 {
        font-weight: 600;
    }

    .contenedor .card p {
        padding: 0 1rem;
        font-size: 16px;
        font-weight: 300;
    }

    .contenedor .card a {
        font-weight: 500;
        text-decoration: none;
        color: #3498db;
    }

.testimonial-section {
    padding: 120px 0 80px;
    position: relative;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.85;
}

/*.testimonial-section .section-title .title,
.testimonial-section .section-title .subtitle {
    color: #FFFFFF;
}*/

/*.testimonial-section .section-title .title:before {
    background-color: #FFFFFF;
}*/

.testimonial {
    background: #089E9D;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
    /* margin-top: 25px; */
}

.testimonial:before,
.testimonial:after {
    content: '';
    border-top: 40px solid #089E9D;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.testimonial:after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon {
    display: inline-block;
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    /*opacity: 0.6;*/
}

.icon {
    color: #089E9D;
}

.testimonial .description {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.9;
    letter-spacing: -1px;
}

.testimonial .testimonial-content {
    width: 100%;
    position: absolute;
    left:0;
}

.testimonial .pic {
    display: inline-block;
    border: 6px solid white;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #089E9D;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.pic {
    margin-bottom: 16px;
    margin-top: 16px;
}

.testimonial .pic img {
    width: 100%;
   /* height: auto; */
}

.testimonial .title {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: grey;
}

.pic img {
    width: 110px !important;
    height: 110px;
}

::-webkit-scrollbar {
    height: 5px;
    width: 4px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #089E9D;
    -webkit-border-radius: 50px;
    /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

::-webkit-scrollbar-corner {
    background: #089E9D;
}

.imgProfile {
    border-radius: 50%;
}