@import url("animate.css");
body,
html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5a5a5a;
    text-rendering: optimizeLegibility;
    font-size: 16px;
}

h1 {
    /* text-transform: uppercase; */
}

h1 strong {
    font-weight: 900;
}

h2 {
   
    line-height: 20px;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

h4 {
    text-transform: uppercase;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
}




p.intro {
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.p-relative{
    position:relative;}

.position-absolute{
    position:absolute;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

@media (min-width:768px) {
    .flex-md-row {
     -ms-flex-direction:row!important;
     flex-direction:row!important
    }
    .flex-md-column {
     -ms-flex-direction:column!important;
     flex-direction:column!important
    }
}

.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
/*tamaños textos*/
.text-20{
    font-size: 20px!important;
}

.text-16{
    font-size: 16px!important;
}

.text-c-01{
    color:#8498a3!important
}

.text-c-02{
    color:rgb(168, 22, 226)!important
}

.text-c-03{
    color: #2E7FEB!important;
}


a {
    color: #2E7FEB;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2E7FEB;
}

.section {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* MARGENES Y PADDINGS*/

.m-0 {
    margin: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mr-8 {
    margin-right: 8px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-50{
    padding-bottom: 50px;
}

.pt-50{
    padding-top: 50px;
}
.section-title hr {
    border-color: #2E7FEB;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

/* calidad area********/

.content-wrap-calidad {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    pointer-events: none;
    background-color: #363dc2;
    color: #fff;
}

.content-wrap-calidad h2 {
    font-size: 18px;
}

@media (min-width: 992px) {
    .content-wrap-calidad h2 {
        font-size: 23px;
    }
}

.content--layout {
    pointer-events: auto;
    justify-content: center;
    align-content: center;
    grid-template-columns: 150px 150px 150px 150px;
    grid-template-rows: 150px 75px 75px;
}

.content--layout-1 img {
    float: left;
}

.content--related {
    text-align: center;
    align-content: center;
    justify-content: center;
    padding: 0 2em;
    min-height: 600px;
    height: 100vh;
    font-size: 0.85em;
}

.content__title {
    grid-area: title;
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 15px 0;
    text-transform: lowercase;
    z-index: 10;
    cursor: default;
}

@media (min-width: 992px) {
    .content__title {
        grid-area: title;
        font-size: 80px;
        line-height: 130px;
        margin: 0;
        text-transform: lowercase;
        z-index: 10;
        cursor: default;
    }
}

.content__author {
    grid-area: author;
    margin: 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    padding: 0px 1em;
    text-align: right;
    z-index: 10;
    cursor: default;
    float: left;
}

.content__desc {
    grid-area: desc;
    margin: 0;
    z-index: 10;
    padding: 1em 0;
    cursor: default;
    color: #2E7FEB;
}

.content__img,
.content__title,
.content__author,
.content__desc {
    transition: transform 0.3s ease-out;
}

.content__link {
    pointer-events: auto;
    grid-area: link;
    align-self: end;
    justify-self: start;
    z-index: 10;
    padding: 0 1em 0.15em;
}

.logoCertificadoTop {
    position: absolute;
    top: 10px;
}

/*particulas===========================*/

canvas {
    display: block;
    vertical-align: bottom;
}

/* Navigation */

#tf-menu {
    padding: 20px;
    transition: all 0.8s;
}

#tf-menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

#tf-menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
    outline: none;
    font-weight: bold;
    text-rendering: geometricPrecision;
    ;
}

#tf-menu.navbar-default.on .navbar-nav>li>a {
    color: #f2f2f2;
    text-rendering: geometricPrecision;
    ;
}

.on {
    background-color: #222222 !important;
    padding: 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #2E7FEB !important;
    background-color: transparent;
    font-weight: 700;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2E7FEB;
    border-color: #2E7FEB;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}

/* Navbar logo */

.nk-nav-logo img {
    margin: 5px 0 0 0;
}

.navbar-fixed-top .nk-nav-logo .nk-nav-logo-onscroll {
    display: block
}

.navbar-fixed-top .nk-nav-logo-onscroll+img,
.navbar-fixed-top.on .nk-nav-logo .nk-nav-logo-onscroll {
    display: none
}

.navbar-fixed-top.on .nk-nav-logo .nk-nav-logo-onscroll+img {
    display: block
}

/*navbar dropdown*/

.dropdown-menu-large a:hover {
    background: #f5f5f5;
}

.dropdown-large {
    position: relative;
}

.dropdown-menu-large {
    padding: 20px 0px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    width: 500px;
}

.dropdown-menu-large a {
    display: block;
    padding: 10px 15px;
}

.dropdown-menu-large a p {
    color: #000;
    font-size: 14px;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
    padding: 0;
   
}




@media (max-width: 380px) {
   
    .dropdown-menu-large p {
        color: #fff!important;
      
       
    }

    #tf-menu.navbar-default .navbar-nav > li > a{
        color:#fff!important
    }
}

@media (max-width: 320px) {

    .dropdown-menu-large p {
        color: #fff!important;
      
       
    }

    #tf-menu.navbar-default .navbar-nav > li > a{
        color:#fff!important
    }
}

@media (max-width: 412px) {
  
    .dropdown-menu-large p {
        color: #fff!important;
      
       
    }

    #tf-menu.navbar-default .navbar-nav > li > a{
        color:#fff!important
    }
}












@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu-large>li {
        margin-bottom: 30px;
       
    }
    .dropdown-menu-large>li:last-child {
        margin-bottom: 0;
      
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 0px !important;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent !important;
    color: #2E7FEB !important;
}

/* logo animated ============
=========================*/

.bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.path {
    animation: draw 3.5s infinite;
}

@keyframes draw {
    50% {
        stroke-dashoffset: 0;
    }
}

/*FONDOS===================
=============================*/

.bg-light {
    background: #f1f1f1;
}

.bg-gray {
    background: #d4d4d4;
}

/* Top RRHH ============
=========================*/

#topRRHH {
    background: url(../img/top-rrhh.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

#topRRHH h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
    width: 100%;
}

@media (min-width: 992px) {
    #topRRHH h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 80px;
        line-height: 1;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        margin: 0 auto 10px;
        width: 50%;
    }
}
.text-bold{
    font-weight:bold;
}

#topRRHH .caption-line-1 {
    display: block;
    width: 205px;
    height: 1px;
    background: #2E7FEB;
    margin: 0 auto 40px;
}

#topRRHH .caption-text-4 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px;
}

.gr-text-primary {
    color: #2E7FEB;
}

.masthead-rrhh {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #333;
    background: #FFF;
}

@media (min-width: 992px) {
    .masthead-rrhh {
        height: 90vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#topRRHH .scroll-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
}

#topRRHH .scroll-down a {
    display: inline-block;
    width: 50px;
    height: 115px;
    background: url('../img/down-arrow.png') no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-name: jump;
    -moz-animation-name: jump;
    -o-animation-name: jump;
    -ms-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
}

#topRRHH .scroll-down a:hover {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}

@-moz-keyframes jump {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-o-keyframes jump {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-ms-keyframes jump {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-30px);
    }
}

.rrhhList li.first{
    font-weight: bold;
    color:#2E7FEB;
}
.rrhhList li{
    font-size:16px;
    margin-bottom: 5px;
    list-style: none;
}
/* firtColor ==============*/

.firstColor {
    background-color: #2E7FEB;
    position: relative;
    text-align: center;
}

.firstColor blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15%;
}

.firstColor p {
    color: #000;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 20px;
}

.firstColor .caption-line-2 {
    display: block;
    width: 205px;
    height: 1px;
    background: #333333;
    margin: 0 auto 40px;
}

.firstColor .caption-text-4 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    /*  text-transform: uppercase;*/
    margin: 0 0 40px;
}

.firstColor .bl-text-primary {
    font-size: 14px;
}

.bl-text-primary {
    color: #000;
}

.logoCertificacion {
    position: absolute;
    right: 30px;
    background: #ccc;
}

/* firtColor ==============*/

.firstBusqueda {
    background-color: #fff;
    position: relative;
}

.firstBusqueda blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15%;
}

.firstBusqueda p {
    color: #000;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.firstBusqueda .caption-line-2 {
    display: block;
    width: 205px;
    height: 1px;
    background: #333333;
    margin: 0 auto 40px;
}

.firstBusqueda .caption-text-4 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px;
    display: block
}

.firstBusqueda .caption-text-4 p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    color: #000;
    margin: 10px;
}
.firstBusqueda .caption-text-4 h3 {
   
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
     display: block
}
.bl-text-primary {
    color: #000;
}

.bg-grey{
    background:#f2f4f5;
}
.firstBusqueda .list-person>.item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.gr-col-wrapper .gr-col {
    float: left;
}

.firstBusqueda .list-person .item h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.firstBusqueda .list-person .item h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #2E7FEB;
    margin-bottom: 30px;
}

.firstBusqueda .list-person .item span.first {
    font-size: 16px;
    font-weight: bold;
    color: #2E7FEB;
}

.firstBusqueda .body-item {
    border-left: 1px solid #ccc;
    padding-left: 25px;
    padding-top: 30px;
}

.lbl-file {
    margin: 0 0 15px 0;
}
.min-h450{
    min-height: 450px;
}
/* Home Style ============
=========================*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    height: 100vh;
}

.hero-content-wrap {
    min-height: 700px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: center;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

@media (max-width: 320px) {

   
   
       .hero-content-overlay h1 {
        
           font-size: 40px;
       
       }
       
      
       
   }

   @media (max-width: 412px) {
    .hero-content-overlay h1 {
        
        font-size: 40px;
    
    }
}

@media (max-width: 414px) {
    .hero-content-overlay h1 {
        
        font-size: 40px;
    
    }
}

@media (max-width: 768px) {
    .hero-content-overlay h1 {
        
        font-size: 40px;
    
    }
}


.hero-content-overlay p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #000000;
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaaaaa;
    background: transparent;
    opacity: 1;
    text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #1274ed;
    border-color: #1274ed;
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width: 30px;
    }
}

@media screen and (max-width: 576px) {
    .hero-slider .pagination-wrap {
        top: auto;
        bottom: 60px;
        margin-top: 0;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }
}


.swiper-scrollbar {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    position: absolute !important;
    left:0;
    bottom:auto;
    top:0 !important;
    -ms-touch-action: none;
    background: none
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;

}

#home {
    background: url(../img/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #333;
    background: #FFF;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#home p.lead {
    color: #333333;
}

.content img.logoDotech {
    margin: 0 auto 30px auto;
}

.content {
    position: relative;
    padding: 15% 0 0;
}

@media (max-width: 380px) {
    .content {
        padding: 8% 0 0 !important;
    }
    .hidden-xs{
        display:none!important
    }
}

@media (max-width: 320px) {

 .hidden-xs{
     display:none!important
 }

    .content {
        padding: 8% 0 0 !important;
    }

   
    
}

@media (max-width: 412px) {
    .content {
        padding: 8% 0 0 !important;
    }
    .hidden-xs{
        display:none!important
    }
}

@media (max-width: 414px) {
    .content {
        padding: 8% 0 !important;
    }
    .hidden-xs{
        display:none!important
    }
}

@media (max-width: 768px) {
    .content {
        padding: 10% 0 !important;
    }
    .hidden-xs{
        display:none!important
    }
}

@media (max-width: 1024px) {
    .content {
        padding: 15% 0 !important;
    }
}

.content img {
    margin: 0 auto;
    width: 350;
}

@media (max-width: 380px) {
    .content img {
        width: 200px;
    }
}

.color {
    color: #2E7FEB;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #999;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;
    transition: all 0.5s;
}

a.fa.fa-angle-down:hover {
    background: #2E7FEB;
    color: #999;
    border: 2px solid #2E7FEB;
}

#home .scroll-down {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    z-index: 10;
}

#home .scroll-down a {
    display: inline-block;
    width: 50px;
    height: 115px;
    background: url('../img/down-arrow-black.png') no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-name: jump;
    -moz-animation-name: jump;
    -o-animation-name: jump;
    -ms-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
}

#home .scroll-down a:hover {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}

@-moz-keyframes jump {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-o-keyframes jump {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-ms-keyframes jump {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-30px);
    }
}

/* About Section */

/*Objetivos==========***/

#objetivos {
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;
}

.objetivos-image:after {
    content: '';
    width: 120px;
    right: 24px;
    top: 50%;
    margin-top: 24px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    z-index: -1;
}

.objetivos-wrapper {
    position: relative;
}

.objetivos-content-wrapper {
    position: relative;
    padding: 10px 0;
}

.objetivos-content-wrapper h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}

.objetivos-icon {
    text-align: center !important;
    padding: 5px 0 0;
    font-size: 18px;
}

.objetivos-icon i {
    color: #2E7FEB;
    font-size: 36px;
}

.objetivos-box .objetivos-icon i.fa-mobile-phone {
    font-size: 48px;
}

.objetivos-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.objetivos-box .objetivos-box-content {
    margin-left: 0px;
}

.objetivos-box-content {
    margin-left: 0px;
}

ul.objetivos-list {
    margin: 30px 0 0;
}

ul.objetivos-list li {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
}

ul.objetivos-list li span {
    margin-right: 10px;
}

/* aboutFirst ==============*/

.aboutFirst {
    padding: 100px 0;
    background-color: rgba(214, 214, 214, 0.4);
    position: relative;
    text-align: center;
}

.aboutFirst h1 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
}

.aboutFirst img {
    margin: 0 auto;
    padding: 0 0 5px 0;
}

.aboutFirst .section-title hr {
    float: none;
}

.aboutFirst p {
    text-align: center;
}

/* frase ==============*/

.frase {
    /* background: url(../img/bg-pattern.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; */
    background-color: #000000;
    position: relative;
    text-align: center;
}

.frase blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15%;
}

.frase h1 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    font-style: italic;
}

.frase p {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
}

/*mas servicios*/

#mas-servicios {
    background: #f2f2f2;
    padding: 50px 0;
    background: url(../img/hero/hero.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
}

.more-service-box .icon-large {
    font-size: 3em;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.more-service-box .icon-large:hover,
.more-service-box .more-service-box:hover .icon-large {
    text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}

.more-service-box>div:first-child {
    padding: 0;
}

.more-service-center .more-service-icon {
    margin-bottom: 14px;
}

.more-service-center .more-service-content h4 {
    margin-bottom: 6px;
    font-weight: 500;
}

.more-service-box h4 {
    margin-bottom: 5px;
    font-weight: 400;
}

.more-service-center {
    text-align: center;
}

.more-service-box {
    margin-bottom: 35px;
}

/* servicios =============== */

#servicios {
    background: url(../img/03.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#servicios .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(17%, rgba(0, 0, 0, 0.4)), color-stop(35%, rgba(0, 0, 0, 0.3)), color-stop(62%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: llinear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 17%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
    /* IE6-9 */
    height: auto;
    background-attachment: fixed;
    padding: 150px 0;
}

.servicios h4 {
 
    font-size: 25px;
}

.servicios .fa {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5)
}

.section-title.center {
    padding: 30px 0 80px 0;
}

.section-title h2,
.section-title.center h2 {
    font-weight: 300;
    font-size: 35px;
}

.section-title.center .line {
    border-top: 2px solid #2E7FEB;
    height: 10px;
    width: 60px;
    margin-top: 20px;
}

.section-title.center .line-left {
    border-top: 4px solid #2E7FEB;
    height: 10px;
    width: 60px;
    margin-top: 20px;
}

/* Contacto==============
#contacto {
  padding: 80px 0 0 0;
}



.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #d9da00 ;
  background:#d9da00 ;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
  color:#fff;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}



label {
  float: left;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

#contacto .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contacto .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
*/

/* Contact Section
--------------------------------*/

.contact-info ul li h6 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info ul li h6 i {
    font-size: 16px;
    color: #2E7FEB;
    margin-right: 5px;
}

.contact-info ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.contact-info ul li a {
    color: #2E7FEB;
}

.datos-contacto {
    padding-left: 150px;
}

@media (max-width: 380px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

@media (max-width: 320px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

@media (max-width: 412px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

@media (max-width: 414px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    .datos-contacto {
        padding-left: 10px;
    }
}

/*
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #666;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact-address address i{
  font-size:12px!important;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #666;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #666;
  border: 1px solid #666;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}*/

#map {
    width: 100%;
    max-width: 100%;
    height: 500px;
}

/*snackbar=======================
============================*/

.snackbar {
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 100px;
    opacity: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(400px);
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 200px, 0);
    transition: transform .6s ease, opacity .6s ease;
    will-change: transform;
}

.snackbar.show {
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
}

.snackbar.message-send {
    background: #8bc34a;
}

.snackbar.message-no-send {
    background: #c62828 !important;
    color: #fff;
}

.snackbar.message-send {
    background: #8bc34a;
}

.snackbar.message-no-send {
    background: #c62828 !important;
    color: #fff;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/* sendCV==============*/

#sendCV {
    padding: 80px 0 40px 0;
    background: #333 url("../img/rocket.png") no-repeat;
}

label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#sendCV .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#sendCV .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#sendCV .caption-line-1 {
    display: block;
    width: 205px;
    height: 1px;
    background: #d9da00;
    margin: 0 auto 40px;
}

#sendCV .caption-text-4 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

#sendCV .caption-text-5 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin: 30px 0 10px;
}

#sendCV p {
    color: #fff;
    margin: 0px;
}

/*buttons*==========================*/

.btn-outline {
    color: #999;
    border: 1px solid;
    border-color: #999;
    background: transparent;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #333;
    background-color: #333;
}


.btn-darkk {
    color: #fff;
    border: 1px solid;
    border-color: #333;
    background: #333;
}

.btn-darkk:hover,
.btn-darkk:focus,
.btn-darkk:active,
.btn-darkk.active {
    color: white;
    border-color: #333;
    background-color: rgb(31, 31, 31);
}

.btn-large-send {
    color: #d9da00;
    border: 1px solid #d9da00;
    background: transparent;
    width: 40%;
}

.btn-large-send:hover,
.btn-large-send:focus,
.btn-large-send:active,
.btn-large-send.active {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    width: 40%;
}

/*.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fff;
    background-color: transparent; }*/

.btn {
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

button.btn.tf-btn.btn-default {
    float: right;
    background: #d9da00;
    border: 0;
    border-radius: 0;
    padding: 10px 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: none;
}

/* File Input***/

.file-field {
    position: relative;
}

.file-field input.file-path {
    margin-left: 100px;
    width: calc(100% - 100px);
    padding: 10px;
}

.file-field .btn,
.file-field .btn-large {
    position: absolute;
    top: 32px;
    left: 0;
}

.btn-file {
    color: #fff;
    border: 1px solid;
    border-color: #fff;
    background: transparent;
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    padding: 10px 15px;
}

.btn-file:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    padding: 10px 15px;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Footer */

#footer {
    background: #222222;
    color: #ffffff;
    padding: 50px 0;
    text-align: left;
}

#footer p {
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.35);
}

#footer h5 {
    color: #fff;
}

#footer h5 {
    margin-bottom: 20px;
}

#footer ul li {
    list-style: none;
}

.icon-linkedin {
    background: #666;
    border-radius: 3px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.icon-linkedin:hover {
    background: #0E76A8;
}

/*items diseño desa mantenimiento*/

.single-services {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    min-height: 450px;
}

@media (max-width: 767px) {
    .single-services {
        padding: 20px 20px 30px;
    }
}

.single-services .services-icon {
    display: inline-block;
    position: relative;
}

.single-services .services-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-services .services-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-services .services-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}

.single-services .services-content .services-title {
    font-size: 26px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services .services-content .services-title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-services .services-content .services-title a {
        font-size: 20px;
    }
}

.single-services .services-content .services-title a:hover {
    color: #361CC1;
}

.single-services .services-content .text {
    margin-top: 30px;
    font-size: 14px;
font-weight: 400;
line-height: 26px;
color: #6A6972;
margin: 0px;
}

@media (max-width: 767px) {
    .single-services .services-content .text {
        margin-top: 20px;
    }
}

.single-services .services-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-services .services-content .more i {
    margin-left: 10px;
}

.single-services .services-content .more:hover {
    color: #361CC1;
}

.single-services:hover {
    border-color: #ccc;
}

.single-services:hover .services-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}







/* muestros servicios icons*/



/*items diseño desa mantenimiento*/

.our-services {
   
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
     min-height: 350px;
}

@media (max-width: 767px) {
    .our-services {
        padding: 20px 20px 30px;
    }
}

.our-services .services-icon {
    display: inline-block;
    position: relative;
}

.our-services .services-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.our-services .services-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.our-services .services-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.our-services .services-content .services-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-services .services-content .services-title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .our-services .services-content .services-title a {
        font-size: 20px;
    }
}

.our-services .services-content .services-title a:hover {
    color: rgb(28, 193, 124);
}

.our-services .services-content .text {
    margin-top: 30px;
    font-size: 14px;
font-weight: 400;
line-height: 26px;
color: #fff;
margin: 0px;
}

@media (max-width: 767px) {
    .our-services .services-content .text {
        margin-top: 20px;
    }
}

.our-services .services-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.our-services .services-content .more i {
    margin-left: 10px;
}

.our-services .services-content .more:hover {
    color: #361CC1;
}

.our-services:hover {
    border-color: #ccc;
}

.our-services:hover .services-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}










/*mas productos*/

.product-image{

}


.product-image img {
  
}

#mas-productos {
    background: url(../img/hero/hero3.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
    padding: 50px 0;
   
}




.single-product {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 30px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    min-height: 450px;
    display: inline-block;
    color:#000;
}

@media (max-width: 767px) {
    .single-product {
        padding: 20px 20px 30px;
    }
}



.single-product .services-content .services-title {
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product .services-content .services-title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-product .services-content .services-title a {
        font-size: 20px;
    }
}


.single-product:hover {
color:#666;
filter: grayscale(100%);

}