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;


    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: #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;
}

#btn-whatsapp {
    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;
    bottom: 85px;
    position: fixed;
    right: 17px;
    justify-content: center;
    display: flex;
    align-items: center;
    animation: totop 0.6s linear infinite;
    -webkit-animation: totop 0.6s linear infinite;
}

#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 {}

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: 25px;
    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: #312d2a;
    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: #242424;
}

.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 {
    
}

h1 {
    margin-left: 55px;
}

h1 img {
    width: 100px;


}

header .navbar {
    height: 120px;
    padding-top: 50px;
    padding-bottom: 40px
}

.header-contact {
    height: 65px;
    background-color: #00263A;
}

* {}

header nav a {
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;

    font-family: 'Berlingske' !important;
}

header .items-contact,
header .items-contact p {
    color: #fff !important;
}

header nav {
    height: 125px;
}

.subheader {
    width: 100%;


    display: flex;
    flex-direction: column;


    height: calc(100vh - 120px);
}

.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 #000;
    color: #000;
}

.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;
}

footer .reparaciones-f a:hover {
    text-decoration: none;
    color: #fff;
}

footer a {
    text-decoration: none;
}

header a:hover {
    color: #6d6b6b;
}

header li.active a {
    color: #c9a050;
}

header li a.active {
    color: #c9a050;
}

.items-contact {
    display: flex;
}

.carousel-item img {
 
}

.carousel-item .content-banner {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #161616C9;
}

#carouselExampleIndicators {
    width: 100%;
    height: 75vh;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.col-about {
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
}

.col-about img {
    width: 100px !important;
}

.col-about h5 {
    font-size: 23px;
    font-weight: 600;
    color: #00263A !important;
}

.col-about p {
    font-size: 20px;
}

.card-destacado {
    width: 250px;
}

.content-testimonio {
    padding-left: 55px;
    padding-right: 55px;
}

.content-testimonio p {
    font-size: 24px !important;
}

.content-estadisticas {
    height: 200px;
    background-color: #00263A;
}

.content-estadisticas .cantidad {
    color: #f7dc79 !important;
    font-family: "Montserrat", ABeeZee;
    font-size: 3rem;
    font-weight: 600;
}

.content-estadisticas hr {
    color: #f7dc79 !important;
    width: 100px;
    height: 5px;
    border-top: 3px solid #f7dc79;
}

.content-estadisticas .detail {
    text-align: center;
    color: #f7dc79 !important;
    font-family: "Muli", ABeeZee;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 22px;
}

.content-preguntanos {
    height: 300px;

    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

        background-image: url(/assets/irlandaañoescolar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.content-preguntanos img {
    height: 300px;
    width: 100%;
}

.content-preguntanos .p-relative {
    height: 300px;
    width: 100%;
    background-color: #F49E3C;
    opacity: 0.8;
    margin-top: -0px !important;
}

.content-preguntanos a {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 2px;
    fill: #422e59;
    color: #422e59;
    background-color: #F7DC79;
    border-radius: 3px 3px 3px 3px;
    padding: 13px 32px 14px 32px;

}

.form-contact {
    width: 100%;
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    background: #fafafa;
    border: 1px solid #ccc;
    border-width: 0px;
    border-radius: 20px 20px 20px 20px !important;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-top: 25px;
}

.form-textarea {
    height: 200px;
    margin-top: 25px;
}

.container-contact {
    background-color: #F7F5ED;
    width: 100% !important;
    padding-left: 25px;
    padding-right: 25px;
}

.container-contact h4 {
    color: rgba(0, 0, 0, 0.54) !important;
    font-family: "Muli", ABeeZee;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.33em;
}

.container-contact button {
    border: 1px solid transparent;
    background: #55555e;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    background-color: #F49E3C !important;
    border-width: 0px;
    margin-top: 1.5rem;
    border-radius: 20px 20px 20px 20px !important;
    width: 100%;
    color: #fff;
}

.p-contact {
    font-size: 1.1rem !important;
    line-height: 1.5em !important;
    color: #999999 !important;
}

.p-contact span {
    color: #F49E3C !important;
}

.items-contact span {
    color: #F49E3C !important;
}

#carouselExampleIndicators .btns a {
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 20px 40px;
    color: #fff;
}

.container-asociado {
    padding-left: 25px;
    padding-right: 25px;
}

.container-asociado a {
    width: 75px;
    margin-right: 25px;
}

.container-asociado a img {
    width: 75px;
    height: 55px;
}

.d-flex2 {
    display: flex;
}

.idiomas.show .dropdown-menu {
    margin-left: -195px;
}

header .nav-item {
    display: flex;
    align-items: center;
}

.text-capitalize {
    text-transform: uppercase !important;
}

.banner-container {
    height: 100px;
    background-color: rgba(0, 38, 58, 0.9);

}

.pbc-auto {
    padding-left: 75px;
    padding-right: 75px;
}

.col-sm-custom {
    margin-left: 15px;
}

.col-sm-custom a {
    font-weight: bold;
}

header nav {
    padding: 0 !important;
    /*position: fixed !important;*/
    z-index: 201;
    background: transparent;
    width: 100%;

}

#section_art {
    padding: 0px 25px;
}

@media only screen and (max-width: 1000px) {

    .navbar-toggler {

        display: block !important;
    }

    .container-title h2 {
        font-size: 32px;
    }

    .container-title p,
    .container-title span {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 850px) {
    header nav a{
        color:#fff;
    }
    .pbc-auto {
        padding-left: 35px;
        padding-right: 35px;
    }

    .container-title {
        padding-left: 35px !important;
    }

    .col-sm-custom a {
        font-size: 8px;
    }

    .idiomas.show .dropdown-menu {
        margin-left: 0px;


    }

    header .navbar-text {
        margin-top: 250px;
    }

    header nav a {}

    .dropdown.show .dropdown-menu a {
        font-size: 12px;
    }

    header nav .navbar-toggler+.collapse {
        position: fixed !important;
        width: 100%;
    }

    header .navbar-collapse.show {}

    #carouselExampleIndicators button {
        padding: 8px 22px;
        font-size: 12px;
    }

    .d-flex2 {
        display: block;
    }

    h1 img {
        margin-top: 0px;
    }

    .header-contact {
        height: 225px;
    }

    .header-contact .items-contact {
        width: 100%;
    }

    .header-contact .items-contact p {
        margin: 0;
    }

    #carouselExampleIndicators {

        height: 38vh;
    }

    .carousel-item .content-banner {
        height: 35vh;

    }

    #carouselExampleIndicators2 {
        height: 400px;
    }

    .content-testimonio p {
        font-size: 14px !important;
    }

    .carousel-item .content-banner h2 {
        font-size: 24px !important;
    }

    .carousel-item .content-banner h3 {
        font-size: 16px !important;
    }

    header nav .navbar-toggler {
        display: block;
        border: 1px solid #000;
        color: #000;
        margin-right: 15px;
    }

    .content-estadisticas {
        height: 65vh;
    }

    h5 button .col-sm-11 {
        width: 90.6666% !important;
        font-size: 16px;
    }

    h5 button .col-sm-1 {
        width: 8.33% !important;
    }

    header nav {
        padding: 0 !important;
        /*position: fixed !important;*/
        z-index: 201;
        background: #fafafafa;
        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;
        top: 0;
    }

    .carouselExampleIndicators img {
      
    }

    .container-login100 {
        align-items: flex-start !important;
    }

    .slider_wrapper {
        height: auto !important;
    }

    .header1 {}

    .subheader {
        /* height: calc(90vh + 50px);*/
        padding-top: 0px;
        justify-content: flex-start;
    }

    .header2 {
        height: 45vh;
    }
}