body {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    margin: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    background: linear-gradient(#141e30, #333333);


}
#scrollable p,#scrollable h3,#scrollable h2,#scrollable label,#scrollable h5,#scrollable h4{
    color:#fff;
}
#contact a{
    color:#fff;
}
.spinner {
    width: 2em;
    height: 2em;
    border-right: 1em solid transparent;
    border-radius: 50%;
    margin: auto;
    animation: spinner 0.6s linear infinite;
    -webkit-animation: spinner 0.6s linear infinite;
}
.btn-b {
    background-color: #6bb74b !important;
    color: white !important;
}
.btn-b:hover {
    background-color: #5b9b40 !important ;
    color: white !important;
}
header .redes a {
    color: white;
    width: 35px;
    height: 35px;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
}
header .redes a:hover {
    border-bottom: 1px solid #fff;
}
header .redes select {
    width: 45px;
    height: 35px;
    margin-top: 5px;
}

.spin {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000000;
}

.header1 {
    padding: 0 !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 67vh;*/
    width: 100%;
}
.header2{
    padding: 0 !important;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: #333333;
    width: 100%;
}
.current {
    font-weight: bold;
}
html,
#scrollable {
    scroll-behavior: smooth;
}

.container_12 {
    background: transparent !important;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s;
}

.cmn-divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 15px;
    display: none;
}
.cmn-btncircle {
    width: 40px !important;
    height: 40px !important;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
}
#div-totop {
    height: 35px;
}
#div-totop a {
    background: #9d9d9d;
    margin-top: 0;
    height: 45px !important;
    width: 45px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}

.fadeRight {
    opacity: 0;
    transform: translate(10vh, 0vh);
    transition: all 1s;
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10vh, 0vh);
    transition: all 1s;
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}
header select {
    display: none !important;
}
header a {
    text-transform: capitalize;
}
header button {
    display: none;
}
header .collapse {
    display: none;
}
.afiliados a {
    background: transparent !important;
}

footer {
    width: 101%;
    max-width: 101%;
}
#scrollable {
    scroll-behavior: smooth;
}

.cmn-divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 20px;
    display: none;
}
.cmn-btncircle {
    width: 40px !important;
    height: 40px !important;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
}
#div-totop {
    height: 35px;
}
.img-container-gallery{
    width:75px;
    margin:5px;
    cursor: pointer;
}

#div-totop a {
    background: #a6a3a3;
    margin-top: 0;
    height: 45px !important;
    width: 45px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}

.fadeRight {
    opacity: 0;
    transform: translate(10vh, 0vh);
    transition: all 1s;
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10vh, 0vh);
    transition: all 1s;
}
.visible {
    opacity: 1;
    transform: translate(0, 0);
}
footer a {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}
footer .text-f {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}
footer .redes2 a {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    margin-right: 5px;
}
footer .redes2 a:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    color: #808080;
}
footer .title-f {
    font-size: 23px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}
#contact-form {
    padding-left: 55px;
    padding-right: 55px;
}
footer {
    background: #232630;
}
.w-95 {
    width: 95% !important;
}
footer .socials2 a:hover {
    color: white !important;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    background-color: #8fbf4d;
}
#div-totop a {
    animation: totop 0.6s linear infinite;
    -webkit-animation: totop 0.6s linear infinite;
    border: none;
}
header {
    z-index: 20000;
    position: relative;
}
.dropdown-menu a {
    color: #000 !important;
}
@keyframes spinner {
    100% {
        transform: rotate(360deg);
        animation: totop;
        -webkit-animation: totop;
    }
}
@keyframes totop {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}
.carousel img {
    height: 462px;
}

h1 {
    margin-left: 55px;
}
h1 img {
    width: 160px;
}
* {
}
header a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
header nav {
    height: 125px;
}
.subheader {
    width: 100%;
    /*height: calc(67vh - 125px);*/
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
 
}
.subheader2 {
    width: 100%;
    height: auto!important;
    
}
.subheader .form-search-repair {
    height: 150px;
    display: flex;
    align-items: flex-end;
}
.subheader h2 {
    color: #fff7f7;
    line-height: 54px;
    font-size: 35px;
}
.subheader .description {
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;

    font-weight: 400;
}
header nav a span {
    padding-right: 5px;
}
header nav .wrench span {
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
header nav .navbar-toggler {
    display: none;
    border: 1px solid #fff;
    color: #fff;
}
.form-search-repair label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.form-search-repair input {
    width: 200px;
    max-width: 90%;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #fff;
}
.form-search-repair input:focus {
    background-color: transparent;
    color: #fff;
}
.btn-custom-seguimiento {
    width: 120px;
    max-width: 90%;
    height: 55px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}
.btn-custom-seguimiento:hover {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: "FontAwesome";
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.wrench::after {
    margin-top: 10px;
}
.f-img {
    width: 120px;
}
.nav-calc {
    width: calc(100% - 15px) !important;
    z-index: 200;
}
.blog{
    width:350px;
    transition:transform 0.5s  ease-in-out;
    -webkit-transition:transform 0.5s  ease-in-out;
    -moz-transition:transform 0.5s  ease-in-out;
    -ms-transition:transform 0.5s  ease-in-out;
    -o-transition:transform 0.5s  ease-in-out;
    margin-bottom: 25px;
}
.blog img{
    width:350px;
    height: 250px;
}
.blog .icon-blog{
    background-color: #808080;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}
.blog .link-blog{
    display: flex;
    align-items: center;
    color: #808080;
}
.blog .link-blog:hover{
    color: #6d6b6b;
    border:none;
    text-decoration: none;
    font-weight: bold;
}
.blog:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
footer .reparaciones-f a:hover{
    text-decoration: none;
    color: #fff;
}

footer a{
    text-decoration: none;
}
header a:hover{
    color:#6d6b6b;
}
.item-movil{
    display:none;
}
@media only screen and (max-width: 980px) {
    .item-movil{
        display:block;
    }
}
@media only screen and (max-width: 850px) {
    header nav .navbar-toggler {
        display: block;
        border: 1px solid #fff;
        color: #fff;
        margin-right: 15px;
    }
    header nav {
        padding: 0 !important;
        position: fixed !important;
        z-index: 201;
        background: #333333;
        width:100%;
    }

    header nav .navbar-toggler + .collapse {
        z-index: 200;
        /*height: calc(100vh + 125px) !important;*/
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        left: -6000px;
        position: relative;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .carousel img {
        height: 250px !important;
    }
    .container-login100 {
        align-items: flex-start !important;
    }
    .slider_wrapper {
        height: auto !important;
    }
    .header1 {
        height: calc(90vh + 20px);
    }
     .subheader {
        height: calc(90vh + 50px);
        padding-top: 145px;
        justify-content: flex-start;
    }
    .header2  {
        height:45vh;
    }
}

.swiper-slide .img-place img,.grid-item .img-place img{
    height: 350px;
}
.grid-item2 .img-place img{
    height: 250px;
}
.grid-item2 a{
    text-decoration: none;
}
.swiper-slide a{
    text-decoration: none;
}
.swiper-slide .img-place,.grid-item2 .img-place  {
   
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.grid-item2{
    width: 280px;
    margin:25px 10px 0px 10px;
}
.blog-container{
    justify-content: center;
}
.grid-item2 .img-caption {
    height: 100px;
    position: relative;
    bottom: 0;
    padding: 12px 16px;
    width: 100%;
    background-color: #323131;
    color: #fff;
    z-index: 11;
}
.swiper-slide .img-caption,.grid-item .img-caption {
    height: 100px;
    position: relative;
    bottom: 97px;
    padding: 12px 16px;
    width: 100%;
    background-color: #323131;
    color: #fff;
    z-index: 11;
}

.swiper-slide .img-caption p,.grid-item .img-caption p {
    font-size: 14px;
    margin-bottom: 0;
}

.swiper-slide .img-caption p::before,.grid-item .img-caption p::before  {
    content: "\2014";
    margin-right: 5px;
}

@media (min-width: 768px) {
    .gridder .grid-item,
    .gridder .grid-sizer {
        width: 50%;
    }
} @media (max-width: 900px) {

}
    @media (max-width: 768px) {
        .grid-item2{
            width: 100%;
            margin:25px 0px;
        }
    }
@media (min-width: 992px) {
    .gridder .grid-item,
    .gridder .grid-sizer {
        width: 33.33333%;
    }
}