/**
* Template Name: Moderna - v2.0.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    background-color: rgb(230, 230, 230);
    background-image: url(../img/fondo-1.png);
}

a {
    color: #4fa6d5;
}

a:hover {
    color: #45beff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Roboto", sans-serif;
}

.clearfix {
    clear: both;
    float: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #68A4C4;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #85b6cf;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 996;
    transition: all 0.5s;
    padding: 20px 0;
    background: #001f4d;
}

#header.header-transparent {
    background: none;
}

#header.header-scrolled {
    background: rgba(1, 10, 41, 0.68);
    height: 60px;
    padding: 10px 0;
}

#header .logo-nav h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo-nav h1 a,
#header .logo-nav h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo-nav img {
    padding: 0;
    margin: 0;
    max-height: 40px;
    transition: all .7s;
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    #header .logo-nav img {
        display: none;
    }
}

#main {
    margin-top: 30px;
    margin-bottom: 20px;
}

#nosotros {
    background-image: url(../img/fondo-tornillo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    #nosotros {
        background-image: url(../img/fondo-tornillo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-attachment: fixed;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ddecf5;
    padding: 10px 8px;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #a2cce3;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #1c3745;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #68A4C4;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1e4356;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #ddecf5;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #a2cce3;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(30, 67, 86, 0.9);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Hero Section slider
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    height: calc(100vh - 114px);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0.24);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {
    #hero,
    #hero .carousel-item {
        height: calc(100vh - 70px);
    }
    #hero .carousel-content .container {
        padding: 0 50px;
    }
}

#hero .carousel-content .azul,
#hero .carousel-content .rojo {
    color: #000542;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 55px;
    animation-name: rotate-gear;
    animation-duration: 1s;
    animation-timing-function: linear;
}

#hero .carousel-content .rojo {
    color: #ff1b1a;
    position: relative;
}

@keyframes rotate-gear {
    from {
        transform: translateY(-300%);
    }
    to {
        transform: translateY(0%);
    }
}

#hero .carousel-content .barra-1,
#hero .carousel-content .barra-2 {
    width: 450px;
    height: 4px;
    background-color: #000542;
    margin: 0;
    margin-left: 7px;
    padding: 0;
    animation-name: barra-log;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@media (max-width: 525px) {
    #hero .carousel-content .azul,
    #hero .carousel-content .rojo {
        font-size: 38px;
    }
    #hero .carousel-content .barra-1,
    #hero .carousel-content .barra-2 {
        width: 300px;
    }
}

#hero .carousel-content .barra-1 {
    margin-top: -35px;
}

#hero .carousel-content .barra-2 {
    background-color: #ff1b1a;
    margin-top: 2px;
    margin-left: 12px;
}

@keyframes barra-log {
    0% {
        transform: translateX(-200%);
    }
    50% {
        transform: translateX(150%);
    }
    100% {
        transform: translateX(0%);
    }
}

#hero .carousel-content img {
    width: 150px;
}

#hero .carousel-content .pri {
    animation-name: barra-img;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes barra-img {
    0% {
        transform: translateY(800%);
    }
    100% {
        transform: translateY(0%);
    }
}

#hero .carousel-content .seg {
    animation-name: barra-img;
    animation-duration: 1.2s;
    animation-timing-function: linear;
}

@keyframes barra-img {
    0% {
        transform: translateY(1000%);
    }
    100% {
        transform: translateY(0%);
    }
}

#hero .carousel-content .ter {
    animation-name: barra-img;
    animation-duration: 1.4s;
    animation-timing-function: linear;
}

@keyframes barra-img {
    0% {
        transform: translateY(1200%);
    }
    100% {
        transform: translateY(0%);
    }
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    font-size: 18px;
}

#hero h3 {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: white;
    font-size: 30px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
        color: #fff;
    }
}

@media (max-width: 992px) {
    #hero img {
        width: 450px;
        margin: 0px;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    #hero img {
        width: 400px;
        margin: 0px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    #hero img {
        width: 100%;
        margin: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section .productos-home {
    width: 100%;
    margin: 0px;
}


/*--------------------------------------------------------------
# encabezado #2
--------------------------------------------------------------*/

.breadcrumbs {
    margin-top: 80px;
    padding: 10px 0;
    background-color: #f3f8fa;
    min-height: 20px;
}

.breadcrumbs h2 {
    font-size: 30px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol>a {
    margin-top: 0 auto;
    margin-left: 5px;
    padding: 0px 10px;
    font-size: 15;
    color: #0316c0;
    border: 1px solid #0316c0;
    border-radius: 5px;
    box-shadow: 0px 2px 4px #4a4b4b;
}

.breadcrumbs ol>a:hover {
    background: #061281;
    color: #fff;
    border: 1px solid #ffffff;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    .breadcrumbs ol>a {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

.services {
    padding-bottom: 20px;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
}

.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box-pink .icon {
    background: #fceef3;
}

.services .icon-box-pink .icon i {
    color: #ff689b;
}

.services .icon-box-pink:hover {
    border-color: #ff689b;
}

.services .icon-box-cyan .icon {
    background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
    color: #3fcdc7;
}

.services .icon-box-cyan:hover {
    border-color: #3fcdc7;
}

.services .icon-box-green .icon {
    background: #eafde7;
}

.services .icon-box-green .icon i {
    color: #41cf2e;
}

.services .icon-box-green:hover {
    border-color: #41cf2e;
}

.services .icon-box-blue .icon {
    background: #e1eeff;
}

.services .icon-box-blue .icon i {
    color: #2282ff;
}

.services .icon-box-blue:hover {
    border-color: #2282ff;
}


/*--------------------------------------------------------------
# Productos Destacados
--------------------------------------------------------------*/

.producto-destacado {
    margin-bottom: 30px;
}

.producto-destacado .content .desta-parrafo {
    margin-bottom: 20px;
}

.producto-destacado .card {
    box-shadow: 3px 5px 10px rgb(109, 109, 109);
    width: 90%;
}

.producto-destacado .card-body .card-title-inicio {
    display: block;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
}

.producto-destacado .card-body .card-text-inicio {
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
}

.producto-destacado .card-body .btn-desta {
    display: block;
    width: 300px;
    background-color: rgba(0, 20, 85, 0.4);
    margin: 0 auto;
    color: rgb(20, 20, 20);
    font-weight: 600;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
}

.producto-destacado .card-body .btn-desta:hover {
    background-color: rgba(0, 20, 85, 0.9);
    color: white;
    border-radius: 10px;
    box-shadow: 1px 3px 7px #000542;
}

@media screen and (max-width: 800px) {
    .left,
    .main,
    .right {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us .container {
    box-shadow: 0 5px 25px 0 rgba(95, 95, 95, 0.829);
    background: #fbfcfd;
    margin-bottom: 40px;
}

.why-us .icon-box+.icon-box {
    margin-top: 50px;
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
}

.why-us .icon-box .icon i {
    color: #ecd524;
    font-size: 32px;
}

.why-us .icon-box:hover .icon {
    background: #fbe855;
}

.why-us .icon-box:hover .icon i {
    color: #fff;
}

@media (max-width: 480px) {
    .why-us .icon-box .icon {
        display: none;
    }
}

.why-us .icon-box .title {
    margin-left: 95px;
    background-color: #ecd524;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px #4a4b4b;
}

@media (max-width: 480px) {
    .why-us .icon-box {
        margin: 0 auto;
        margin-left: -95px;
    }
}

.why-us .icon-box .title a {
    color: #4a4b4b;
    transition: 0.3s;
}

.why-us .icon-box .title a:hover {
    color: rgb(0, 20, 85);
}

.why-us .icon-box .description {
    text-align: left;
    margin-left: 95px;
    line-height: 33px;
    font-size: 15px;
    font-weight: 600;
}

.why-us .video-box {
    position: relative;
}

.why-us .video-box img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.why-us .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(104, 164, 196, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #68A4C4;
    transform: scale(20);
}

.why-us .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/

.info-box {
    background-color: #fffafdf3;
    margin: 0px;
}

.info-box .container-fluid {
    width: 100%;
    background: #f2f5f3;
    overflow: hidden;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #4b605c;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    padding-top: 20px;
    color: #4b605c;
}

.info-box .content {
    padding: 60px 100px 0 100px;
}

.info-box .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.info-box .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.info-box .content .parrafo-home-service {
    font-weight: 600;
    font-size: 16px;
    color: #4a4b4b;
}

.info-box .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}

.info-box .accordion-list {
    padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
    padding: 0;
    list-style: none;
}

.info-box .accordion-list li+li {
    margin-top: 15px;
}

.info-box .accordion-list li {
    padding: 20px;
    background: #f2f5f4;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #4a4b4b;
}

.info-box .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 30px;
    outline: none;
    transition: ease-in-out 0.3s;
}

.info-box .accordion-list a:hover {
    color: #bda92b;
}

.info-box .accordion-list span {
    color: #e83e8c;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.info-box .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.info-box .accordion-list p {
    margin-bottom: 10px;
    padding: 10px 0 0 0;
}

.info-box .accordion-list .buton-service {
    width: 150px;
    background-color: #e6fdfc;
    text-align: center;
    border: 1px solid #ebe9e9;
    box-shadow: 0px 2px 2px #5e5e5e;
    padding: 5px;
    border-radius: 5px;
}

.info-box .accordion-list .buton-service:hover {
    background-color: #abddf1;
}

.info-box .accordion-list .icon-show {
    display: none;
}

.info-box .accordion-list a.collapsed {
    color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
    color: #bda92b;
}

.info-box .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .info-box .content,
    .info-box .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    /*.info-box {
        /* img {
        padding-top: 30px;
      } */
}

.info-box .content {
    padding-top: 30px;
}

.info-box .accordion-list {
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


/*
    #nosotros-menu {
        height: 80px;
        transition: all 0.5s;
        z-index: 996;
        transition: all 0.5s;
        padding: 15px 0;
        background-color: #010a29cc;
    }
    
    #nosotros-menu.header-scrolled {
        background: rgba(1, 10, 41, 0.8);
        height: 60px;
        padding: 10px 0;
    }
    
    #nosotros-menu .main h1 {
        font-size: 28px;
        margin: 0;
        padding: 4px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    
    #nosotros-menu.logo h1 a,
    #nosotros-menu .logo h1 a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    #nosotros-menu .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }
    */

.about {
    display: block;
    margin-top: 50px;
}

.about .container {
    background-color: #f3f8fa;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #4a4b4b;
}

.about .container img {
    margin-top: 40px;
}

.about h3 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    padding-top: 10px;
}

.about h4 {
    font-weight: 400;
    font-size: 25px;
    padding-top: 10px;
}

.about p:last-child {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts .counters {
    margin-top: 15px;
    text-align: center;
}

.facts .counters img {
    padding: 15px;
    width: 250px;
}

.facts .counters .tamaño {
    width: 400px;
}

@media (max-width: 420px) {
    .facts .counters img {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 720px) {
    .facts .counters ibrag {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/

.testimonials {
    padding: 60px 0;
    margin: 0 auto;
}

.testimonials .container {
    background-color: #f3f8fa;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #4a4b4b;
    padding-bottom: 25px;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 300px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fbfcfd;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #68A4C4 !important;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
    padding-bottom: 10px;
}

.service-details .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.service-details .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 1px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.411);
}

.service-details .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.service-details .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
    transition: 0.3s;
    border-radius: 5px;
}

.service-details .card-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.service-details .card-title a {
    color: #1e4356;
    transition: 0.3s;
}

.service-details .card-text {
    color: #5e5e5e;
}

.service-details .read-more a {
    color: black;
    background-color: #fff07b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.service-details .read-more a:hover {
    color: #000000;
    background-color: #ecda4e;
    box-shadow: 0px 0px 2px #4a4b4b;
}

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

.service-details .card:hover .card-body {
    border-color: #bdab21;
}

.service-details .card:hover .card-body .card-title a {
    color: #d1bb12;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main {
        width: 100%;
    }
    .service-details {
        overflow: hidden;
        margin: 0;
    }
    .service-details .card-img img {
        width: 250px;
    }
    .service-details .card-body .card-title {
        font-size: 16px;
    }
    .service-details .card-body .card-text {
        display: none;
    }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #68A4C4;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #68A4C4;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .get-started-btn {
    background: #1e4356;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition: 0.3s;
}

.pricing .get-started-btn:hover {
    background: #68A4C4;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
    background: #68A4C4;
}

.pricing .featured .get-started-btn:hover {
    background: #85b6cf;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}


/*--------------------------------------------------------------
# compresores de tornillo
--------------------------------------------------------------*/

.container-tornillo {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: -30px;
}

.container-tornillo .parrafo-tornillo {
    width: 100%;
    color: rgb(15, 15, 15);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.container-tornillo .parrafo-tornillo .tornillo-colmar {
    font-weight: 700;
}


/*--------------------------------------------------------------
# Portfolio compresores de tornillo
--------------------------------------------------------------*/

.portfolio {
    padding-bottom: 10px;
    margin-top: 80px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 12px 5px 12px;
    display: inline-block;
    padding: 0 4px 6px 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #444;
    background: white;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #fff;
    font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    border-color: #68A4C4;
    color: #68A4C4;
}

.portfolio #card-producto-tornillo {
    margin: 0 auto;
    margin-bottom: 140px;
}

.portfolio .portfolio-item {
    background: #1e4356;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    border-radius: 4px;
    margin: 0 0 30px 0;
    box-shadow: 0px 3px 5px #111;
    z-index: 9;
}

.portfolio .card-tornillo {
    position: absolute;
    width: 330px;
    z-index: 10;
    background: #fff;
    border-top: 4px solid #cccccc;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.575);
    margin-top: -50px;
    margin-left: 11px;
}

.portfolio .card-tornillo .card-title-producto {
    text-align: center;
}

.portfolio .card-tornillo .card-title-producto a {
    color: #bdab21;
    font-weight: 600;
}

.portfolio .card-tornillo .card-list-producto {
    margin: 0px auto;
    margin-left: -3px;
}

.portfolio .card-tornillo .read-more-producto {
    text-align: center;
}

.portfolio .card-tornillo .read-more-producto a {
    background-color: #ffff99;
    width: 150px;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s;
    letter-spacing: .7px;
}

.portfolio .card-tornillo .read-more-producto a:hover {
    background-color: #fae55f;
    box-shadow: 0px 3px 4px #444;
}

.portfolio .portfolio-item img {
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    transition: all .3s linear;
    text-align: center;
    top: 10%;
    left: 0;
    right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 22px;
    border: none;
}

.portfolio .portfolio-item .portfolio-info h3 a {
    color: #fff;
    font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
    color: #68A4C4;
    font-size: 24px;
}

.portfolio .portfolio-item:hover img {
    opacity: 0.4;
    transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 30px);
}

.portfolio .portfolio-container h3 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 2px solid gray;
}


/*--------------------------------------------------------------
# Portfolio compresores de piston
--------------------------------------------------------------*/

.container p {
    margin-top: 20px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    padding-bottom: 30px;
}

.contact .container {
    margin-top: 30px;
}

.contact .info-box {
    background-color: rgb(251, 251, 251);
    color: #444;
    text-align: center;
    box-shadow: 0 10px 10px rgba(122, 122, 122, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}

.contact .info-box i {
    font-size: 32px;
    color: #68A4C4;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    margin-bottom: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #68A4C4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8dbad2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

.map {
    padding: 0;
    margin-bottom: -6px;
}

.map iframe {
    width: 100%;
    height: 380px;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #0b212d;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: -1px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #0d2735;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #a2cce3;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #68A4C4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-top {
    background: #0d2735;
    border-top: 1px solid #17455e;
    border-bottom: 1px solid #123649;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #a2cce3;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1e4356;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: #a2cce3;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #a2cce3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cce3;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #a2cce3;
}


/*================= Inicio Cabezotes Industriales =================*/

#descripcion-pro {
    margin: 0 auto;
    margin-top: 50px;
}

#descripcion-pro .one-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: rgba(0, 20, 85, 0.7);
    padding: 10px 0 10px;
    color: white;
    border-radius: 5px;
}

#descripcion-pro .two-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

#descripcion-pro .card {
    box-shadow: 2px 5px 15px #1e4356;
}

#descripcion-pro .card img {
    transition: all .3s;
}

#descripcion-pro .card img:hover {
    scale: 1.05;
}

#descripcion-pro .card-title {
    text-align: center;
}

#descripcion-pro .card-title {
    text-align: center;
}

#descripcion-pro .card-text {
    text-align: center;
}

#descripcion-pro .cotizar-pro {
    width: 100%;
    background-color: rgba(0, 20, 85, 0.7);
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

#descripcion-pro .cotizar-pro .btn {
    color: white;
    font-weight: 600;
}

#descripcion-pro .cotizar-pro:hover {
    background-color: rgba(0, 20, 85, 0.9);
}


/*================= fin Cabezotes Industriales =================*/


/*--------------------------------------------------------------
# Inicio redes neumaticas
--------------------------------------------------------------*/

.polipropileno {
    margin-top: 30px;
}

.red-neumatica {
    margin-top: 30px;
}

.red-neumatica .beneficio {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.red-neumatica .beneficio-poli ul {
    margin-bottom: 30px;
}

.red-neumatica .beneficio-poli li {
    font-weight: 600;
}

.red-neumatica .poli-img img {
    width: 90%;
    border-radius: 10px;
}

.red-neumatica .neumatica-galeria {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.red-neumatica .neumatica-img img {
    width: 100%;
    border-radius: 5px;
    transition: all .3s;
    box-shadow: 0 0 10px #1c3745;
}

.red-neumatica .neumatica-img img:hover {
    transform: scale(1.07);
}


/* mantenimiento preventivo y correctivo*/

.more-services {
    margin-top: 70px;
    margin-bottom: 50px;
}

.more-services img {
    border-radius: 0;
    border-radius: 5px 5px 0 0;
}

.more-services .card {
    border: 0;
    text-align: center;
    border-radius: 5px;
}

.more-services .card-body {
    -moz-text-align-last: center;
    text-align-last: center;
}

.more-services .card .card-text-mantenimiento {
    text-align: center;
    font-weight: 400;
}

.more-services .card-title a {
    font-weight: 600;
    font-size: 18px;
    color: #334240;
    transition: ease-in-out 0.3s;
}

.more-services .btn {
    border-radius: 50px;
    padding: 4px 30px 6px 30px;
    border: 2px solid #1bbca3;
}

.more-services .btn:hover {
    background: #1bbca3;
}

.more-services .card-body .btn:hover {
    color: #fff;
}

.cta {
    background: linear-gradient(rgba(66, 84, 81, 0.7), rgba(43, 56, 54, 0.4)), url("../img/mantenimiento-parallax.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .text-center img {
    width: 12%;
}

.cta .cta-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #1bbca3;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #1bbca3;
    border: 2px solid #1bbca3;
}


/*  Asesorias  */

.services .asesorias {
    margin-bottom: 50px;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    background: #aff4e9;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #1bbca3;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #1bbca3;
    transition: all 0.3s ease-in-out;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #425451;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #1bbca3;
}


/*  reparaciones  */

.reparacion .reparacion-galeria {
    margin-top: 30px;
}

.reparacion .reparacion-galeria .reparacion-galeria img {
    position: relative;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #444;
    transition: all .3s;
}

.reparacion .reparacion-galeria .reparacion-galeria:hover img {
    transform: translateY(-10px);
}

.reparacion .reparacion-galeria .reparacion-galeria p {
    position: absolute;
    background-color: rgba(15, 15, 15, 0.753);
    color: white;
    width: 92.3%;
    padding: 10px;
    text-align: center;
    bottom: -15.5px;
    border-radius: 5px;
    transition: all .3s;
}

.reparacion .reparacion-galeria .reparacion-galeria:hover p {
    transform: translateY(-10px);
    bottom: -15.7px;
}

.about-reparacion {
    margin-top: 40px;
}

.about-reparacion .reparacion-img img {
    border-radius: 5px;
    box-shadow: 0px 5px 10px #444;
}

.about-reparacion .reparacion-text {
    margin-top: 15px;
}

.about-reparacion .reparacion-text i {
    color: #130e46;
}

.appwhatsapp {
    position: fixed;
    right: 26px;
    bottom: 100px;
    width: 60px;
    z-index: 1000;
}

.appwhatsapp img {
    width: 85%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .appwhatsapp {
        position: fixed;
        left: 26px;
        bottom: 30px;
        width: 40px;
        z-index: 1000;
    }
}