body {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    margin: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
   top:0!important;


}
#scrollable p,#scrollable h3,#scrollable h2,#scrollable label,#scrollable h5,#scrollable h4{
    color:#000;
}
#contact a{
    color:#000;
}
.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%;
    border-bottom: 15px solid #81c3e7;
}
.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: #375571;
    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 {
    
}
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: 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: #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: #375571;
}
.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: 110px;
}
* {
}
header a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
header nav {
    height: 125px;
}
.subheader {
    width: 100%;
   
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.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;
}
.box-testimony{
    padding:5px;
    max-width:95%;
    width:600px;
    border:1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@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: #375571;
        width:100%;
    }

    footer img{
        display:none;
    }
    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;
    }
}
