/* Custom CSS */

:root {
    --color-1: #ECECEC;
    --color-2: #1C72BE;
}

body {
    overflow-x: hidden;
}


/* Header */

header {
    width: 100%;
}

header .top-header {
    width: 100%;
    background-color: #ECECEC;
    padding: 5px 0;
}

header .top-header .d-flex {
    align-items: center;
}

header .top-header .d-flex .item.date {
    color: #1C72BE;
    font-weight: 400;
    font-size: 16px;
}

header .top-header .item.d-flex>.icon-links a {
    padding: 0 8px;
    font-size: 16px;
    color: #BBBBBB;
}

header .top-header .item.d-flex>.icon-links button.btn {
    padding: 0 6px;
    font-size: 16px;
    color: #000000;
    margin: 0;
    box-shadow: none;
    display: none;
}

header .top-header .item.d-flex>.top-links {
    list-style: none;
    display: flex;
    margin: 0 0 0px 10px;
    padding: 5px 10px;
    background-color: #ffffff;
}

header .top-header .item.d-flex>.top-links li a {
    border-right: 1px solid #848484;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
}

header .top-header .item.d-flex>.top-links li:last-child a {
    border-right: 0px;
}

header .header-nav .navbar {
    padding: 0.5rem 0;
    box-shadow: none;
}

header .header-nav .navbar .navbar-brand img {
    width: 200px;
}

header .header-nav .navbar .nav-item {
    text-transform: uppercase;
}

header .header-nav .navbar .nav-item a {
    color: #5D5D5D;
    border-right: 2px solid #BFBFBF;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    padding: 15px 22px;
}

header .header-nav .navbar .nav-item:nth-child(5) a {
    border-right: 0;
}

header .header-nav .navbar .nav-item .btn {
    margin: 0px;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 25px;
    color: #ffffff;
    background-color: #1C72BE;
}

header .header-nav .navbar .nav-item .btn:nth-child(2) {
    background-color: #444444;
}

header .header-nav .navbar .nav-item .btn:nth-child(3) {
    background-color: #9B9C9E;
}


/* Slider */

.slider .carousel-indicators li {
    border: 1px solid #ffffff;
    border-radius: 0;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.slider .carousel-indicators li.active {
    background-color: #1C72BE;
}

.slider .carousel-caption {
    width: 60%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding: 0 2px;
}

.slider .carousel-caption h1 {
    font-size: 4.3vw;
}

.slider .carousel-caption p {
    font-size: 1.5vw;
    font-weight: 400;
}

.slider .carousel-caption .btn {
    margin: 0;
    margin-top: 20px;
    background-color: #1C72BE;
    border: 2px solid #7FA2C2;
    box-shadow: none;
    border-radius: 0;
    text-transform: none;
    font-size: 16px;
    padding: 10px 30px;
    transition: 0.5s ease;
}

.slider .carousel-caption .btn:hover {
    background-color: #7FA2C2;
    color: #ffffff;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #7FA2C2;
    width: 50px;
    height: 50px;
    font-size: 24px;
    opacity: 1;
}

.slider .carousel-control-next:hover,
.slider .carousel-control-prev:hover {
    background-color: #1C72BE;
}

.slider .carousel-control-next {
    right: 20px;
}

.slider .carousel-control-prev {
    left: 20px;
}


/* banner */

.banner {
    width: 100%;
    background-color: #1C72BE;
    color: #ffffff;
    padding: 30px 0;
}

.banner p {
    font-size: 1em;
}

.banner .text {
    text-align: right;
}

.banner .btn {
    color: #1C72BE;
    background-color: #ffffff;
    box-shadow: none;
    font-weight: 700;
    font-size: 1em;
}


/* services */

.services {
    width: 100%;
    padding: 70px 0;
}

.services h4 {
    margin-bottom: 10px;
    color: #444444
}

.services h4 span {
    color: #000000;
}

.services img {
    width: 100%;
    object-fit: cover;
}

.services p {
    margin-top: 10px;
    font-weight: 500;
    color: #444444
}


/* details-point */

.details-point {
    width: 100%;
    padding: 90px 0;
    background-color: #EFEFEF;
    position: relative;
}

.details-point h1 {
    color: #000000;
}

.details-point .points {
    border-right: 7px solid #1e73be;
    text-align: right;
    padding: 0 15px;
    margin-top: 50px;
}

.details-point h4 {
    margin-bottom: 10px;
}

.details-point p {
    margin: 0;
    font-weight: 400;
    color: #444444
}

.details-point .btn {
    box-shadow: none;
    position: absolute;
    right: 120px;
    bottom: 30px;
    padding: 0;
    margin: 0;
    text-transform: none;
    color: #1e73be;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}


/* img-banner */

.img-banner {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}

.img-banner img {
    width: 100%;
    border: 5px solid white;
    border-top-width: 10px;
    border-bottom-width: 10px;
}

.img-banner .d-flex img {
    border-top-width: 0px;
}


/* Product Show */

.product-show {
    width: 100%;
    padding: 140px 0 100px;
    background: url(../img/product-bg.jpg);
    background-size: cover;
    color: #ffffff;
    position: relative;
}

.product-show .line {
    width: 150px;
    height: 10px;
    margin: auto;
    border: 1px solid #ffffff;
    background-color: #1e73be;
    margin-bottom: 40px;
}

.product-show .product {
    position: relative;
    height: 320px;
    cursor: pointer;
}

.product-show .product img {
    width: 85%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-show .product:nth-child(1) img {
    width: 70%;
}

.product-show .product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    padding-top: 120px;
    text-align: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    opacity: 0;
    transition: 0.5s ease;
}

.product-show .product:hover .overlay {
    opacity: 1;
}

.product-show .product .overlay h5 {
    text-align: left;
    font-weight: 400;
}

.product-show .product .overlay .btn {
    background-color: #1e73be;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #ffffff;
    text-transform: none;
    margin: 0;
    margin-top: 30px;
}

.product-show .btn.expander {
    box-shadow: none;
    position: absolute;
    right: 120px;
    bottom: 30px;
    padding: 0;
    margin: 0;
    text-transform: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}


/* feedback */

.feedback {
    width: 100%;
    height: 750px;
    overflow: hidden;
}

.feedback .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.feedback .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.5s;
}

@media only screen and (min-width:992px) {
    .container-fluid {
        padding-left: 90px!important;
        padding-right: 90px!important;
    }
    header .header-nav .navbar .navbar-brand img {
        width: 300px;
    }
    .feedback .swiper-slide-active {
        width: 60% !important;
        height: 100% !important;
    }
    .feedback .swiper-slide-prev,
    .feedback .swiper-slide-next {
        width: 50% !important;
        height: 100% !important;
    }
    .feedback .swiper-slide-prev {
        width: 52% !important;
    }
    .feedback .swiper-slide-prev .carousel-caption,
    .feedback .swiper-slide-next .carousel-caption {
        display: none;
    }
    .feedback .swiper-slide-active .carousel-caption {
        display: unset;
    }
}

.feedback .swiper-slide img {
    width: 100%;
    height: 100%;
}

.feedback .swiper-button-prev,
.feedback .swiper-button-next {
    border: 2px solid #7FA2C2;
    width: 50px;
    height: 50px;
    z-index: 99999;
}

.feedback .swiper-button-prev:hover,
.feedback .swiper-button-next:hover {
    background-color: #1C72BE;
}

.feedback .swiper-button-prev:after,
.feedback .swiper-button-next:after {
    color: white;
    font-size: 24px !important;
}

.feedback .swiper-pagination-bullet {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
    width: 15px;
    height: 15px;
    transform: translate(-20px, -10px);
}

.feedback .swiper-pagination-bullet-active {
    background-color: #1C72BE;
}

.feedback .carousel-caption {
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedback .carousel-caption nav .breadcrumb {
    justify-content: center;
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.feedback .carousel-caption nav .breadcrumb li {
    color: #1e73be;
}

.feedback .carousel-caption nav .breadcrumb li a {
    color: #ffffff;
}


/* partners */

.partners {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.partners .swiper-slide img {
    width: 80%;
    margin: 0 20px;
}


/* footer */

footer {
    width: 100%;
    background-color: #545454;
    padding: 20px 0;
    color: #ffffff;
    position: relative;
}

footer .top {
    width: 50px;
    height: 60px;
    line-height: 85px;
    color: #ffffff;
    font-size: 24px;
    padding-left: 10px;
    position: absolute;
    top: -60px;
    z-index: 1;
}

footer .top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 50px;
    border-color: transparent transparent transparent #545454;
    z-index: -1;
}

footer .social-link {
    width: 101%;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

footer .social-link .social-icon {
    justify-content: flex-end;
}

footer .social-link .social-icon a {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    transition: .5s ease;
}

footer .social-link .social-icon a:hover {
    background-color: #fff;
    color: #545454;
}

.social-icons-w {
    color: #ffffff;
}

.social-icons-w .item.d-flex i {
    font-size: 36px;
    margin-right: 10px;
}

.social-icons-w .item.d-flex {
    align-items: center;
    margin-right: 20px;
}

.social-icons-w .item.d-flex .item h6,
.social-icons-w .item.d-flex .item p {
    margin: 0;
}

footer .links h5 {
    color: #1e73be;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

footer .links ul {
    padding: 0;
    padding-left: 15px;
    list-style: square;
    font-size: 20px;
    color: #1e73be;
    /* margin: 0; */
}

footer .links ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 3px 0;
    display: block;
    font-weight: 400;
}

footer .links .d-flex {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

footer .links .d-flex .item img {
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

footer .links .d-flex .item {
    font-size: 13px;
}

footer .links .event .d-flex:nth-child(4) {
    border: 0;
}

footer .links .tweet {
    background-color: #1e73be;
    color: #ffffff;
    padding: 12px;
    hyphens: auto;
}

footer .links .tweet .title {
    border: 0;
}

footer .links .tweet .h6 {
    text-transform: uppercase;
}

footer .links .tweet .d-flex {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

footer .links .tweet .data {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 15px;
}

footer .links .tweet .data h4 {
    font-size: 18px;
}

footer .links .tweet .data p {
    font-size: 15px;
}

.news-letter input {
    background: transparent;
}

.news-letter .btn {
    margin: 0;
    padding: 10px 15px;
    box-shadow: none;
    background-color: #1e73be;
    margin-left: 5px;
}

.side {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%) rotate(-90deg);
}

.side .btn {
    margin: 0;
    font-size: 16px;
    border: 1px solid #ffffff;
    box-shadow: none;
}

.side .btn:hover {
    background-color: #ffffff;
    color: #444444;
}


/* bottom-footer */

.bottom-footer {
    width: 100%;
    padding: 5px 0;
    background-color: #2a2a2a;
    color: #ffffff;
}

.bottom-footer .d-flex {
    align-items: center;
}

.bottom-footer .d-flex .item p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}

.bottom-footer .secure {
    text-align: right;
}

.bottom-footer .secure .d-flex {
    justify-content: flex-end;
}

.bottom-footer .secure .d-flex .item img {
    width: 150px;
}

.bottom-footer .secure .d-flex .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 15px;
    margin-right: 5px;
}

.bottom-footer .secure .d-flex .item a {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}


/* Blog Page */

.blog .carousel-control-prev,
.blog .carousel-control-next {
    z-index: 99;
}

.blog .carousel-caption {
    width: 100%;
    left: 0;
    text-align: center;
}

.blog .carousel-caption .btn {
    color: #ffffff;
}


/* Company Page */

.company-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.company-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.company-detail {
    width: 100%;
    background-color: #efefef;
    padding: 50px 0;
}

.company-detail h3 {
    margin-bottom: 20px;
}

.company-detail h4 {
    color: #1e73be;
    margin-bottom: 20px;
}

.company-detail p {
    hyphens: auto;
    font-weight: 400;
    line-height: 22px;
}

.company-detail .quote {
    color: #1e73be;
    font-weight: 400;
}

.company-detail .quote p {
    margin: 0;
    margin-top: 10px;
}


/* Tienda Page */

.tienda-banner {
    width: 100%;
}

.tienda-banner .box {
    height: 500px;
    position: relative;
    border: 5px solid #ffffff;
    overflow: hidden;
}

.tienda-banner .box:nth-child(1) {
    border-left: 0;
}

.tienda-banner .box:nth-child(2) {
    border-right: 0;
}

.tienda-banner .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.tienda-banner .box:hover img {
    transform: scale(1.1);
}

.tienda-banner .box .over {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transition: 0.5s ease;
}

.tienda-banner .box:hover .over {
    background-color: rgba(0, 0, 0, 0.4);
}

.tienda-banner .box .content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.tienda-banner .box .content p {
    font-weight: 400;
}

.tienda-banner .box .content .btn {
    margin: 0;
    background-color: #1C72BE;
    border: 2px solid #7FA2C2;
    box-shadow: none;
    border-radius: 0;
    text-transform: none;
    font-size: 16px;
    padding: 10px 30px;
    transition: 0.5s ease;
}

.tienda-banner .box .content .btn:hover {
    background-color: #7FA2C2;
    color: #ffffff;
}


/* Contact Page */

.contact-section {
    width: 100%;
    padding: 50px 0;
}

.contact-section .d-flex {
    width: 100%;
    margin: 60px 0;
    text-align: right;
}

.contact-section .d-flex .item {
    width: 50%;
    overflow: hidden;
    padding-right: 20px;
    border-right: 10px solid #1e73be;
}

.contact-section p {
    font-weight: 500;
    line-height: 20px;
}

.contact-section .item p {
    /* width: 100%; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-section .form-control {
    padding: 22px 18px;
    border-radius: 0;
    border-width: 2px;
    margin-left: 10px;
    resize: none;
}

.contact-section .btn {
    padding: 10px 40px;
    margin-top: 20px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0;
    border-width: 2px;
    margin-left: 10px;
    background-color: #1e73be;
    resize: none;
}

.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/* Tienda-Detail */

.product-detail {
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid #2a2a2a;
}

.product-detail .image-box {
    width: 100%;
    height: 500px;
}

.product-detail .image-box img {
    width: 90%;
    height: 90%;
    margin: auto;
    object-fit: contain;
}

.product-detail .image-thumb {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.product-detail .image-thumb .item {
    width: 20%;
    height: 100px;
}

.product-detail .image-thumb .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail p {
    margin-bottom: 0;
}

.product-detail .btn {
    background-color: #1C72BE;
    padding: 15px 40px;
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0;
}

.product-detail .social-group {
    margin-bottom: 30px;
}

.product-detail .social-group a {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    background-color: #2a2a2a;
    color: #ffffff;
    margin-right: 5px;
}

.product-detail .nav-tabs .nav-item .nav-link {
    border: 0;
    font-size: 18px !important;
    font-weight: 600;
    padding: 12px 25px;
    color: #2a2a2a;
    border-radius: 0;
}

.product-detail .nav-tabs .nav-item .nav-link.active {
    border: 0;
    background-color: #2a2a2a;
    color: #EFEFEF;
    font-size: 18px !important;
    padding: 12px 25px;
}

.product-detail .tab-pane {
    padding: 40px 0;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 50px;
}


/* SSL Comodin */

.ssl-banner {
    width: 100%;
    background: url(../img/app-home-parallax.jpg);
    background-size: cover;
    padding: 100px 0;
}

.ssl-banner .cards-ssl {
    width: 100%;
    background-color: #1C72BE;
    padding: 40px 50px;
    text-align: center;
    color: #efefef;
    margin: 20px 0;
}

.ssl-banner .cards-ssl .btn {
    color: #1C72BE;
    font-size: 20px;
    padding: 10px 30px;
    background-color: #ffffff;
}

.ssl-banner .cards-ssl img {
    margin: 10px auto;
}

.timeline {
    width: 100%;
    padding: 50px 0;
    background-color: #DDDDDD;
}

.timeline .d-flex {
    justify-content: space-between;
}

.timeline .timeline-item {
    width: 18%;
    position: relative;
}

.timeline .timeline-item:before {
    content: '';
    position: absolute;
    top: 30%;
    right: -30px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #68A44D;
    border-bottom: 20px solid transparent;
}

.timeline .timeline-item:nth-last-child(1)::before {
    display: none;
}

.timeline .timeline-item p {
    width: 90%;
    font-weight: 500;
}

.timeline .timeline-item .image-box {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.timeline .timeline-item .image-box img {
    object-fit: cover;
    max-height: 160px;
}

.comparison-section {
    width: 100%;
    padding: 50px 0;
    /* height: 800px; */
}

.comparison-section .heading {
    text-align: center;
    position: relative;
}

.comparison-section .heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 180px;
    height: 8px;
    background-color: #1C72BE;
}

.http-section {
    width: 100%;
    padding: 50px 0;
    background-color: #DDDDDD;
}

.http-section .heading {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.http-section .heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 180px;
    height: 8px;
    background-color: #1C72BE;
}

.http-section p.text {
    width: 80%;
    font-weight: 400;
    margin: 40px 0;
    font-size: 18px;
}

.http-section p {
    line-height: 20px;
}

.http-section .content p {
    font-size: 18px;
    margin-top: 20px;
}

.comparison-section .card-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.comparison-section .card-section .card-body {
    background-color: #F3F3F3;
    padding: 0;
}

.comparison-section .card-section .card-descipt {
    width: 25%;
}

.comparison-section .card-section .card-descipt img {
    margin: 0 0 50.5px 30px;
}

.comparison-section .card-section .card-descipt.dv .card-header {
    width: 95%;
    margin: auto;
    background-color: #F8F8F8;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    border: 0;
    margin-top: 80px;
}

.comparison-section .card-section .card-descipt.dv .card-header .icon {
    width: 50px;
    height: 50px;
    margin: 10px auto 15px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    color: #F8F8F8;
    font-weight: 600;
    background-color: #1C72BE;
}

.comparison-section .card-section .card-descipt .item {
    width: 95%;
    margin: auto;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #F3F3F3;
    border-top: 0.5px solid #ECECEC;
    border-bottom: 0.5px solid #ECECEC;
    font-size: 14px;
}

.comparison-section .card-section .card-descipt.dv .item {
    font-size: 12px;
    text-align: center;
    background-color: #FFFFFF;
}

.comparison-section .card-section .card-descipt.dv .item span {
    display: none;
}

.comparison-section .card-section .card-descipt.dv .item-2 {
    background-color: #F8F8F8;
}

.comparison-section .card-section .card-descipt.dv .item i.fas {
    font-size: 18px;
    color: #1C72BE;
}

.comparison-section .card-section .card-descipt .item.dark {
    width: 100%;
    background-color: #42454A;
    color: #fff;
    font-size: 13px;
    border: 0;
}

.comparison-section .card-section .footer-card {
    width: 95%;
    margin: auto;
    background-color: #42454A;
    padding: 20px 40px;
    margin-top: 20px;
}

.comparison-section .card-section .footer-card button {
    width: 100%;
    background-color: #1C72BE;
    color: #F8F8F8;
    text-transform: capitalize;
    font-size: 16px;
}


/* Media Query */

@media only screen and (max-width:1030px) {
    .comparison-section .card-section .card-descipt.dv .card-header {
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    header .top-header .d-flex .d-flex {
        flex-direction: column;
        align-items: flex-end;
    }
    header .top-header .d-flex .date {
        align-self: flex-start;
        margin-top: 5px;
    }
    header .top-header .d-flex .d-flex .icon-links {
        margin-bottom: 5px;
        margin-right: 25px;
    }
    header .top-header .d-flex .d-flex .top-links {
        margin-bottom: 10px;
    }
    header .header-nav .navbar .nav-item a {
        border-right: 0;
        padding: 5px;
    }
    .product-show .product img {
        width: 60%;
        max-height: 250px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .side {
        position: absolute;
        top: 120px;
        right: -80px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .bottom-footer .secure .d-flex {
        justify-content: flex-start;
    }
    .tienda-banner .box {
        height: 400px;
    }
    .contact-section .form-control {
        margin-left: 0px;
    }
    .timeline .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .timeline .d-flex .timeline-item {
        width: 60%;
    }
    .timeline .timeline-item:before {
        border-left: 20px solid transparent;
        border-top: 30px solid #68A44D;
        border-right: 20px solid transparent;
    }
    .timeline .timeline-item:nth-child(2):before,
    .timeline .timeline-item:nth-child(4):before {
        left: -30px;
        right: auto;
    }
    .timeline .timeline-item p {
        width: 100%;
    }
    .http-section p.text {
        width: 100%;
    }
    .comparison-section .card-section .card-descipt {
        width: 33.33%;
    }
    .comparison-section .card-section .card-descipt .card-body .item span {
        display: unset;
    }
    .comparison-section .card-section .card-descipt.dv .footer-card {
        padding: 30px 10px;
    }
    .comparison-section .card-section .card-descipt.dv .footer-card button {
        width: 100%;
        margin: 0 auto !important;
    }
    .comparison-section .card-section .card-descipt:nth-child(1) {
        display: none;
        width: 33.33%;
    }
}

@media only screen and (max-width:767px) {
    header .top-header .d-flex {
        flex-direction: column;
    }
    header .top-header .d-flex .date {
        margin-left: 10px;
    }
    .details-point .btn,
    .product-show .btn.expander {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-section .d-flex {
        margin: 30px 0;
        flex-direction: column;
    }
    .contact-section .d-flex .item {
        width: 100%;
        margin: 10px 0;
    }
    .comparison-section .card-section {
        flex-direction: column;
    }
    .comparison-section .card-section .card-descipt {
        width: 100%;
    }
}

@media only screen and (max-width:519px) {
    header .top-header {
        height: 39px;
    }
    header .top-header .d-flex {
        flex-direction: row;
    }
    header .top-header .d-flex .d-flex .icon-links {
        margin-right: 10px;
    }
    header .top-header .item.d-flex>.icon-links button.btn {
        display: unset;
    }
    header .top-header .d-flex .d-flex .top-links {
        flex-direction: column;
        width: 100%;
        display: none;
        z-index: 999;
    }
    header .top-header .item.d-flex>.top-links li a {
        border-right: 0;
        display: block;
        padding: 5px 10px;
        margin-bottom: 2px;
        transition: 0.5s ease;
    }
    header .top-header .item.d-flex>.top-links li a:hover {
        background-color: #848484;
    }
    .slider,
    .slider #carousel-slider,
    .slider #carousel-slider .carousel-item img,
    .feedback,
    .slider #carousel-feedback,
    .slider #carousel-feedback .carousel-item img {
        height: 300px;
    }
    .slider .carousel-caption p {
        font-size: 2vw;
    }
    .slider .carousel-caption .btn {
        margin-top: 0px;
        font-size: 12px;
        padding: 5px 18px;
    }
    .slider .carousel-control-next,
    .slider .carousel-control-prev {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .slider .carousel-control-next {
        right: 0px;
    }
    .slider .carousel-control-prev {
        left: 0px;
    }
    .banner {
        width: 100%;
        background-color: #1C72BE;
        color: #ffffff;
        padding: 30px 0;
        text-align: center;
    }
    .banner p {
        font-size: 1em;
    }
    .banner .text {
        text-align: center;
    }
    .banner .btn {
        margin-top: 20px;
        color: #1C72BE;
        background-color: #ffffff;
        box-shadow: none;
        font-weight: 700;
        font-size: 0.8em;
    }
    .details-point .points {
        border-right: 4px solid #1e73be;
        margin-right: 20px;
    }
    .product-show .product {
        height: 250px
    }
    .product-show .product img {
        width: 70%;
    }
    .product-show .product .overlay {
        padding-top: 0px;
    }
    .product-show .product .overlay h5 {
        position: absolute;
        top: 20%;
    }
    .product-show .product .overlay .btn {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .feedback .carousel-caption {
        width: 90%;
    }
    .feedback .carousel-caption .breadcrumb {
        font-size: 13px;
        padding: 0;
    }
    .feedback .carousel-caption .btn {
        margin-top: 10px;
    }
    .partners {
        padding: 50px 0;
    }
    .partners .d-flex {
        flex-wrap: wrap;
    }
    .partners .d-flex img {
        width: 30%;
        margin: 0 10px 20px 0;
    }
    footer .social-link .social-icons-w {
        flex-direction: column;
    }
    footer .social-link .social-icons-w .item {
        margin-bottom: 10px;
    }
    footer .social-link .social-icon {
        justify-content: flex-start;
    }
    footer .side {
        position: absolute;
        top: 8%;
        right: -75px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .bottom-footer .data .d-flex {
        flex-wrap: wrap;
    }
    .bottom-footer .data .d-flex .item {
        margin: 10px 0;
    }
    .company-banner {
        height: 250px;
    }
    .tienda-banner .box {
        height: 300px;
        position: relative;
        border: 5px solid #ffffff;
        overflow: hidden;
    }
    .product-detail .image-box {
        width: 100%;
        height: 300px;
    }
    .timeline .d-flex .timeline-item {
        width: 90%;
        margin-bottom: 30px;
    }
    .timeline .d-flex .timeline-item .image-box {
        height: 100px;
    }
    .timeline .d-flex .timeline-item .image-box img {
        max-height: 100px;
    }
    .timeline .timeline-item:before,
    .timeline .timeline-item:nth-child(2):before,
    .timeline .timeline-item:nth-child(4):before {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -30px;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:340px) {
    header .top-header .d-flex {
        flex-direction: column;
        align-items: start;
    }
    header .top-header .d-flex .item {
        margin-bottom: 5px;
    }
    .product-show .product img {
        width: 80%;
    }
    .product-show .product .overlay {
        padding-top: 0px;
        padding: 0;
    }
    .product-show .product .overlay h5 {
        position: absolute;
        top: 15%;
        padding: 0 8px;
        text-align: center;
    }
    .product-show .product .overlay .btn {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
}