@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background-color: #eee;
}

img {
    max-width: 100%;
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 55, 112, 1);
    border-color: rgba(0, 55, 112, 1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 55, 112, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.container {
    max-width: 1250px;
    width: 95%;
}

.bg-degrade {
    background-color: #e33b3a;
    background: -moz-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 56, 55, 1)), color-stop(100%, rgba(173, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
}

.linea {
    max-width: 80px;
    width: 50px;
    height: 4px;
    background-color: #3ea3c5;
    display: inline-block;
    margin-bottom: 6px;
}

.text-red {
    color: #e33b3a;
}

.bg-red {
    background-color: #e33b3a;
}

.btn-red {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.btn-red:hover {
    border-color: #e33b3a;
    background-color: #ce3938;
    color: #ffffff !important;
}

.btn-outline-red {
    border-color: #e33b3a;
    background-color: #ffffff;
    color: #e33b3a !important;
}

.btn-outline-red:hover {
    border-color: #e33b3a;
    background-color: #e33b3a;
    color: #ffffff !important;
}

.text-blue {
    color: #003770;
}

.bg-blue {
    background-color: #003770;
}

.btn-blue {
    border-color: #003770;
    background-color: #003770;
    color: #ffffff !important;
}

.btn-blue:hover {
    border-color: #003770;
    background-color: #fff;
    color: #003770 !important;
}

.btn-outline-blue {
    border-color: #003770;
    background-color: #ffffff;
    color: #003770 !important;
}

.btn-outline-blue:hover {
    border-color: #003770;
    background-color: #003770;
    color: #ffffff !important;
}

.btn {
    border-radius: 30px;
    padding: .75rem 1rem;
}

header,
main,
footer {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

header {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background-color: #fff;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: .65rem 1rem;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

header .btn {
    font-size: 13px;
}

header .form-control {
    border-radius: 30px;
}

main {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background-color: #fff;
}

#header-top {
    background: #003770;
}

header #header-top .navbar {
    padding: 0 1rem;
}

#header-top .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

#header-top .navbar-light .navbar-nav .nav-link i {
    margin-right: 5px;
}

#header-movil .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
    border: 1px solid #fff;
}

#header-movil {
    background: #003770;
}

header #header-movil .navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #454545;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-dark .navbar-nav .nav-link i {
    font-size: 8px;
    margin-right: 5px;
}

.navbar-dark .navbar-nav .nav-item.nav-contacto {
    background: #003770;
    margin-left: 50px;
    border-radius: 50px;
}

.navbar-dark .navbar-nav .nav-item.nav-contacto .nav-link {
    color: #fff;
    padding: 15px 30px;
}

.navbar-dark .navbar-nav .nav-item.nav-contacto.active .nav-link {
    background: #003770;
}


.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #3ba3c5;
    background-color: #fff;
    font-weight: 600;
}

#header-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.carousel-caption.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: left;
    width: 80%;
}

#portada {
    position: relative;
    overflow: hidden;
}

#portada:after {
    content: '';
    background: url(../images/slider/shape.png);
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1;
    height: 100px;
}

#portada h2 {
    font-size: 42px;
    font-weight: bold;
    position: relative;
}

#portada h2:before {
    content: '';
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 0;
}

#portada .btn-slider {
    background: #fff;
    color: #003770;
    font-size: 18px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

#portada .btn-slider i {
    background: #003770;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.padding-top {
    padding-top: 70px;
}

.section .head {
    padding-bottom: 20px;
}

.section .head h2 {
    font-weight: bold;
}

footer {
    width: 100%;
    max-width: 2000px;
    padding: 50px 0;
    margin: 0 auto;
    background: #222222;
    color: #fff;
}

footer .bloque {
    margin-bottom: 30px;
}

footer .head {
    margin-bottom: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #3ba3c5;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer h4 {
    font-size: 18px;
    font-weight: 700;
}

footer .br {
    width: 100%;
    height: 4px;
}

footer .br span {
    width: 30%;
    height: 4px;
    background-color: #e33b3a;
    display: block;
}

footer p#copyright {
    width: 70%;
}

#gama {
    background: #f5f9ff;
}

#gama .body {
    position: relative;
    margin-top: 40px;
}

#gama .body .row {
    margin-top: -15px;
    margin-bottom: -15px;
}

#gama .item_categoria {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

#gama .img {
    display: block;
}

#gama .item_categoria a {
    text-decoration: none;
}

#gama .item_categoria .text {
    padding: 70px 30px 50px;
    min-height: 300px;
}

#gama .item_categoria .text h2 {
    font-weight: bold;
    color: #201f23;
    font-size: 24px;
}

#gama .item_categoria .text p {
    font-weight: 500;
    color: #5f7586;
    font-size: 15px;
    text-align: justify;
    line-height: normal;
    margin-bottom: 0;
}

.servicios #gama .item_categoria .text {
    padding: 45px 30px 45px;
    min-height: 250px;
}

.servicios #gama .item_categoria {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.servicios #gama .item_categoria .text h2 {
    font-weight: bold;
    color: #201f23;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.servicios .product-detail .head h1:after {
    background-color: #3ea3c5;
    border-radius: 0;
}


#gama .item_categoria .cnt-img {}

#gama .item_categoria .cnt-img .icono {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%);
}

#gama .btn {
    font-weight: 700;
    font-style: italic;
    text-align: left;
}

#gama .btn i {
    float: right;
    margin-top: 4px;
}

#destacados .body {
    padding: 15px 0;
    margin: -15px;
}

#destacados .item>div {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
}

#destacados .item h3 {
    font-weight: 700;
}

#destacados .item h3 a {
    color: #515151;
    text-decoration: none !important;
}

#destacados .item h3 a:hover {
    color: #e33b3a;
}

#destacados .owl-item {
    padding: 15px;
}

#destacados .item:hover>div {
    border: none;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e33b3a;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #454545;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 991px) {

    #header-top li {
        display: inline-block;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
        background-color: #e33b3a;
        border-radius: 30px;
    }
}

.breadcrumb-top {
    background: #e9ecef;
    margin-bottom: 100px;
}

.breadcrumb-top .breadcrumb {
    margin-bottom: 0px;
    padding: 25px 15px;
}

.breadcrumb-top .breadcrumb li {
    text-transform: uppercase;
    color: #343935;
    font-weight: 900;
    opacity: 0.5;
}

.breadcrumb-top .breadcrumb li.active {
    text-transform: uppercase;
    color: #343935;
    font-weight: 900;
    opacity: 1;
}

.breadcrumb-top .breadcrumb li a {
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
}

.nosotros section#history.padding-bottom .head {
    padding-bottom: 70px;
}

section#history .head h2 span:after {
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0);
}

section#history .head h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: #252021;
}

section#history .head h2 span {
    padding-bottom: 20px;
}

section#history .head p {
    max-width: 62%;
    margin: auto;
}

section#mision-vision {
    padding: 80px 80px;
    margin-bottom: 70px;
}

.nosotros section#history.padding-bottom .pilares h2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.nosotros section#history.padding-bottom .pilares p {}

.bg-vm {
    background-image: url(../images/bg_historia.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#map {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

#map_canvas {
    width: 100%;
    min-height: inherit;
}

section#mision-vision .mision,
section#mision-vision .vision {
    color: #fff;
}

section#mision-vision .mision {
    margin-bottom: 30px;
}

section#mision-vision .mision p,
section#mision-vision .vision p {
    max-width: 50%;
    margin: auto;
}

section#product .head {
    padding-bottom: 20px;
}

section#product .head h2 span:after {
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0);
}

section#product .head h2 {
    font-size: 35px;
    font-weight: 900;
    color: #252021;
}

section#product .head h2 span {}

section#product .head p {
    max-width: 70%;
    margin: auto;
}

section#product .category-name a {
    color: #e33b3a;
    border: 2px solid #e33b3a;
    border-radius: 15px;
    width: 80%;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}

section#product .category-name a:hover {
    text-decoration: none;
}

section#product .category-name a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    float: right;
}

section.category .head h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 900;
    color: #252021;
}

section.category .box-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
    margin-bottom: 20px;
}

section.category .box-product img {
    padding: 5px;
}

section.category .box-product a {
    color: #252021;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
}

section.category .box-product a:hover {
    text-decoration: none;
}

section.category .box-product a.col-name {
    padding: 15px 10px;
    border-top: 2px solid rgb(69 69 69 / 25%);
}

#login .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 15px;
    outline: 0;
    padding: 35px 15px;
}

#login .modal-content .modal-body button {
    display: block;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 50px;
    background: #e33b3a;
    border: 1px solid #e33b3a;
}

#login .modal-content .modal-body button:last-child {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    background: none;
    color: #000;
    border: 0;
    font-weight: 600;
    font-size: 16px;
}

#login .modal-content .modal-body button:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.sidebar .list-category {
    margin-bottom: 40px;
}

.sidebar .list-category .head h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #003770;
}

.sidebar .list-category .head h2 span {
    position: relative;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    color: #ffffff;
}

.sidebar .list-category ul.list {
    list-style: none;
    padding-inline-start: 0;
}

.sidebar .list-category ul.list li {
    margin-bottom: 10px;
}

.sidebar .list-category ul.list li a {
    color: #252021;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.7;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
}

.sidebar .list-category ul.list li.active {
    border: 1px solid #003770;
}

.sidebar .list-category ul.list li.active a {
    color: #003770;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
}

.sidebar .list-category ul.list li.active a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    float: right;
}

.sidebar .list-category ul.list li.more a {
    border: 1px solid #3fa5c6;
    color: #3fa5c6;
}

.product-detail {
    padding: 0 50px;
}

.product-detail .head h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    color: #003770;
}

.product-detail .head h1 span {
    font-size: 12px;
    margin-left: 0;
    color: #212529;
    display: block;
    width: 100%;
}

.product-detail .head h1:after {
    content: '';
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

.content-text h3.title-content {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.content-text .features ul {
    padding-inline-start: 20px;
    list-style: none;
}


.content-text .features ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    float: left;
    margin-right: 10px;
}

.content-text .foruse ul {
    padding-inline-start: 20px;
    list-style: none;
}

.content-text .foruse ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    float: left;
    margin-right: 10px;
    font-weight: 900;
    color: #0e0a0b;
    opacity: 0.7;
    font-size: 8px;
}

.content-image img {
    border: 2px solid #eaeaea;
}

.content-image a {
    display: block;
    padding: 5px 15px;
    border: 2px solid #001a4f;
    margin-top: 15px;
    color: #001a4f;
    font-weight: 600;
}


.content-image a:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    float: right;
}

.content-image a:hover {
    text-decoration: none;
}

.content-quote {
    margin-top: 45px;
    padding: 25px 25px;
    text-align: center;
}

.content-quote .head h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    text-align: center;
    padding: 15px 0;
}

.content-quote .head h2 span {
    font-size: 12px;
    margin-left: 15px;
    color: #e33b3a;
}

.content-quote .head h2:after {
    content: '';
    width: 100%;
    max-width: 60px;
    height: 5px;
    background-color: #003770;
    position: absolute;
    bottom: -3px;
    left: 50%;
    border-radius: 0;
    transform: translateX(-50%);
}

.content-quote form.quote-form label {
    font-size: 15px;
    color: black;
    font-weight: 600;
    opacity: 0.6;
}

.content-quote form.quote-form .form-control {
    font-size: 14px;
}

.content-quote form.quote-form .form-control:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem rgb(238, 238, 238);
}

.content-quote form.quote-form button.btn-quote {
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    background: #003770;
}

.content-quote form.quote-form button.btn-quote:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    float: right;
    font-weight: 600;
    margin-left: 50px;
}

.content-quote form.quote-form button.btn-quote:active {
    opacity: 0.9;
    background: #3ba3c5;
    border: 1px solid #3ba3c5;
    box-shadow: 0 0 0 0.2rem rgb(238, 238, 238);
}

.content-quote form.quote-form button.btn-quote:active:focus,
.content-quote form.quote-form button.btn-quote:focus {
    opacity: 0.9;
    background: #3ba3c5;
    border: 1px solid #3ba3c5;
    box-shadow: 0 0 0 0.2rem rgb(238, 238, 238);
}

.product-related {
    padding-top: 0px;
    padding-bottom: 70px;
}

.product-related .head {
    padding-bottom: 20px;
}

.product-related .head h2 {
    font-weight: bold;
}

.product-related .head h2 span {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}

.product-related .head h2 span:after {
    content: '';
    width: 100%;
    max-width: 80px;
    height: 6px;
    background-color: #003770;
    position: absolute;
    bottom: 5px;
    left: 50%;
    border-radius: 0;
    transform: translateX(-50%);
}

.product-related .head p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}


.product-related .box-related {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.product-related .box-related:hover {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 25px -5px rgba(158, 158, 158, 1);
}

.product-related .box-related h2 {
    color: #0e0a0b;
    font-weight: 600;
    word-wrap: break-word;
    font-size: 1rem;
    margin-top: 1rem;
}

.product-related .box-related p {
    color: #e33b3a;
    font-size: 14px;
    font-weight: 600;
}

.product-related .box-related a {
    display: block;
    background: #003770;
    max-width: 75%;
    margin: auto;
    border-radius: 15px;
    color: #fff;
    padding: 3px 0;
}

#destacados .item h3 {
    font-size: 1.2rem;
}

section#time-line {
    position: relative;
}

section#time-line .owl-theme .owl-item .item {
    display: flex;
    justify-content: center;
}

section#time-line .owl-theme .owl-item .history-text {
    width: 40%;
}

section#time-line .owl-theme .owl-item .history-image {
    width: 50%;
}

section#time-line .owl-theme .owl-item .history-text h4 {
    color: #cf1111;
    font-size: 60px;
    font-weight: 600;
}

section#time-line .owl-theme .owl-item .history-text p {
    color: #252021;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.6;
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 80%;
    text-align: justify;
}

section#time-line .owl-theme .owl-dots {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#time-line .owl-theme .owl-dots:before {
    background: #d8d8d8;
    content: ' ';
    display: block;
    height: 10px;
    margin-top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}

section#time-line .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

section#time-line .owl-theme .owl-dots .owl-dot.active span,
section#time-line .owl-theme .owl-dots .owl-dot:hover span {
    background: #cf1111;
}

section#time-line .owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
}

section#time-line .owl-theme .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}

section#time-line .owl-theme .owl-dots .owl-dot:last-child span {
    margin-right: 0;
}

section#time-line:before {
    content: "";
    background: url(../images/engranaje.png);
    position: absolute;
    bottom: 0;
    right: 200px;
    z-index: 1;
    width: 360px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

section.product-page {
    padding-bottom: 100px;
}

body.contacto .breadcrumb-top {
    background: #e9ecef;
    margin-bottom: 0;
}

#contacto .head.text-left h1 {
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 32px;
}

#contacto .silebar h5 {
    font-weight: bold;
    font-size: 16px;
}

body.contacto.gracias #contacto .head.text-center h1 {
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 32px;
}

body.contacto.gracias #contacto .head.text-center p {
    font-size: 24px;
}

section#support .head h2 span:after {
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0);
}

section#support .head h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: #252021;
}

section#support .head h2 span {
    padding-bottom: 20px;
}

section#support dl,
section#support ol,
section#support ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.rtitle {
    color: #e33b3a;
    font-weight: 600;
}

.btitle {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.rsubtitle {
    color: #e33b3a;
    font-weight: 500;
}

section#support ol p {
    margin-bottom: 5px;
}

.productos section#6 {
    display: none;
}

#clientes {
    background: #f4f9ff;
    padding: 30px 0;
}

#partners .owl-carousel .owl-item img {
    display: block;
    margin: auto;
}

#partners .owl-carousel .owl-item img {
    filter: grayscale(100%);
}

#partners .owl-carousel .owl-item img:hover {
    filter: grayscale(0);
}

section#support .head h2.sub {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

section#support .head h2.sub span:after {
    left: 0;
    bottom: 5px;
    transform: translate(0);
}

.categorias .category h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
    color: #252021;
    position: relative;
}

.categorias .category h4 span:after {
    content: '';
    width: 100%;
    max-width: 80px;
    height: 5px;
    background-color: #e33b3a;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 5px;
}

#busqueda .body {
    display: none;
    margin-top: 1px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 50px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    z-index: 999;
}

.loader,
.loader-wrapper {
    width: 100px;
    height: 100px;
}

#busqueda .bloq {
    color: #70777b;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

#busqueda .bloq.active,
#busqueda .bloq:hover {
    background-color: #eee;
}

.loader-wrapper {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.loader {
    display: block;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.whatsappDiv.right {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10;
}

.whatsappDiv a {
    float: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #65bc54;
    height: 60px;
    width: 60px;
    background: #65bc54;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.whatsappDiv a:before {
    -webkit-animation: sonar 1s ease-out infinite;
    -moz-animation: sonar 1s ease-out infinite;
    animation: sonar 1s ease-out infinite;
}

.whatsappDiv a:before {
    background: transparent;
    border: 5px solid #57c216;
    content: "";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
}

@-webkit-keyframes sonar {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes sonar {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sonar {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

.ctrans {
    color: transparent;
}

#nosotros {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
}

#nosotros span {
    padding: 15px 30px;
    background: #0855a3;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}

#nosotros:before {
    content: url(../images/r_half2.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#nosotros .head,
#nosotros .body {
    width: 85%;
}

#nosotros .head h2 {
    font-size: 45px;
    font-weight: bold;
    color: #202020;
}

#nosotros .body p {
    color: #5f7586;
    font-size: 16px;
}

#servicios .row-mantenimiento .bg_img:before {
    content: '';
    background: url(../images/servicios/bg_mantenimiento.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#servicios .row-soporte .bg_img:before {
    content: '';
    background: url(../images/servicios/bg_soporte.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#servicios .cnt-serv {
    position: relative;
    z-index: 1;
    padding: 90px 30px;
    width: 60%;
}

#servicios .cnt-serv span {
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    color: #0754a2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

#servicios .cnt-serv h2 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

#servicios .cnt-serv p {
    color: #fff;
    text-align: justify;
}

#servicios .row-soporte .cnt-serv {
    margin-left: auto;
}

#servicios .row-soporte .cnt-serv span {
    color: #5288be;
}

#partners {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
}

#partners:before {
    content: url(../images/half_bottom.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#partners .head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 30px;
}

#partners .head p {
    max-width: 60%;
    margin: auto;
    font-size: 16px;
    color: #5f7586;
    line-height: normal;
    margin-bottom: 30px;
}

#contacto.bg-img {
    background: url(../images/bg_contacto.jpg);
    background-size: cover;
}

#contacto .title h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 600;
}

#contacto p {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#contacto p>i {
    color: #fff;
    font-size: 22px;
    padding-right: 10px;
}

#contacto ul {
    list-style: none;
    padding-inline-start: 35px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#contacto ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#contacto .direccion ul {
    border-bottom: 0px solid #c0d9ff;
}

#contacto form .form-control {
    padding: 25px 15px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: -11px 7px 20px 0px rgba(168, 168, 168, 0.3);
    -moz-box-shadow: -11px 7px 20px 0px rgba(168, 168, 168, 0.3);
    box-shadow: -11px 7px 20px 0px rgba(168, 168, 168, 0.3);
}

#contacto form textarea.form-control {
    margin-bottom: 30px;
}

#contacto form .form-row .form-group {
    margin-bottom: 2rem;
}

#contacto form p {
    font-size: 17px;
    color: #fff;
    margin: 0 auto 30px;
    font-weight: 400;
    width: 85%;
    text-transform: unset;
}

#contacto form .btn-shaddai {
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

#contacto .btn-contacto {
    background: #fff;
    border: 1px solid #fff;
    padding: 20px 50px;
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.inicio #contacto p {
    color: #fff;
    font-size: 16px;
}

.col-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.category .col-more .box-product,
section.category .col-more .box-product a {
    width: 100%;
}

section.category .col-more .box-product a {
    padding: 20px 20px;
}

section.category .col-more:hover .box-product a {
    background: #003770;
    color: #fff;
}

.nolink a {
    cursor: auto;
}

@media (max-width: 1300px) {
    #servicios .cnt-serv {
        width: 100%;
        padding: 50px 30px;
    }
}

@media (max-width: 1250px) {
    #header-bottom>.container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .navbar-dark .navbar-nav .nav-item.nav-contacto {
        margin-left: 0px;
    }

    .navbar-dark .navbar-nav .nav-item.nav-contacto .nav-link {
        padding: 15px 15px;
    }
}

@media (max-width: 991px) {
    #header-bottom>.container {
        justify-content: space-between;
        padding: 0 3rem;
    }

    #header-top .navbar-collapse ul:first-child {
        justify-content: space-between;
        width: 100%;
    }

    #header-top .navbar-collapse ul:last-child {
        display: none;
    }

    #gama .item_categoria {
        padding-bottom: 30px;
    }

    #gama .item_categoria .text {
        padding: 70px 30px 50px;
        min-height: auto;
    }

    #partners .owl-carousel .owl-item img {
        width: auto;
    }

    #contacto .col-info .col-info-detail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}