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: 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: #33cccc;
    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;
}

header {}

footer,
header {
    background: #ffffff;
    border: 1px solid #eae5e5;
}

header a {
    color: #0b0b0b !important;
}

footer p {
    color: #0b0b0b !important;
}

.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: 250px;


}

header .navbar {
    height: 120px;
    padding-top: 50px;
    padding-bottom: 40px
}

.header-contact {
    height: 65px;
    background-color: #00263A;
}

* p,
* h2,
* h3,
* h4,
* label,
* a {
    font-family:Nunito Flex,Nunito-Fallback,Noto Color Emoji,sans-serif;
}

header nav a {
    color: #000000;
    font-weight: normal;

    font-size: 0.75rem;
    letter-spacing: 0.08em;

    font-family: "Life Savers", serif !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 {
    height: 75vh;
}

.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: "Life Savers", serif;
    ;
    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: Raleway Flex, Raleway-Fallback, sans-serif;
    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: Raleway Flex, Raleway-Fallback, sans-serif;
    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;
}

.front-color {}

.plc-2 {
    padding: 0px 45px;
}

.img-icon {
    width: 30px;
}

.about h2 {
    font-size: 4.2rem;
    font-weight: 400;
    color: #5ed6f4 !important;
    top: 250px;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about h3 {
    font-size: 4.2rem;
    font-weight: 300;
    color: #5ed6f4 !important;
}
h5{
    color: #5ed6f4 !important;
    width:min-content;
    margin:0;
}
.about h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #5ed6f4 !important;
    margin: 0;
}
.img-section img{
    filter: invert(53%) sepia(70%) saturate(3936%) hue-rotate(163deg) brightness(96%) contrast(101%);
}
.about .text-start {
    text-align: start;
}

.about h3 {

    margin: 0;
}

.btn-custom-comun {
    color: #fff;
    background-color: #22afe6 !important;
}

.btn-custom-comun:hover {
    color: #fff;
    background-color: #1b8fbc !important;
}

.col-sm-card {
    width: 240px;
    margin: 10px 15px;
    border: 1px solid #bab4b4;
    border-radius: 5px;
    padding: 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.col-sm-card h5 {
    font-size: 1rem;
}

.col-sm-card p {
    font-size: 0.8rem;
}

.col-sm-card img {
    width: 230px;
    transition: all 1s ease-in-out;
}

.col-sm-card img:hover {
    transform: scale(1.1);
}

.btn-all-pcitures {
    background-color: #46c9d3;
    color: #fff !important;
    margin: 5px;
}

.btn-custom-product {
    background-color: #46c9d3;
    color: #fff !important;
}

.card_ {
    margin: 20px;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #f0f0f0;
    /*box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);*/
}

.card_ img {
    position: absolute;
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity 0.2s ease-out;
}

.card_ h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #0d0d0d !important;
}

.card_ p,
.card_ a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
    font-size: 12px !important;

}

.card_ p {
    inset: auto auto 80px 30px;
    color: #0f0f0f !important;
}

.card_ a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
}

.card_:hover h2 {
    inset: auto auto 220px 30px;
    transition: inset 0.3s ease-out;
}

.card_:hover p,
.card_:hover a {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
}

.card_:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 1;
}

.material-symbols-outlined {
    vertical-align: middle;
}

.card-info-c {
    width: 250px;
    margin: 5px;
}

@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) {
    
h1 img {
    width: 150px;


}
    header a {
        color: #fff !important;
        font-size: 1.4rem !important;
    }

    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 {
        height: 250px !important;
    }

    .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;
    }
}



.wrap {
    display: flex;
    justify: space-between;
    align-items: stretch;
    width: 100%;
    gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
}

.box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    padding: 24px;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.box-top {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
    margin-bottom: 36px;
}
.box .button{
    text-decoration: none;
}
.box .button:hover{
    color:#fff;
}
.box-image {
    width: 100%;
 
    object-fit: cover;
    object-position: 50% 20%;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-title {
    border-left: 3px solid #5ed6f4;
    padding-left: 12px;
}

.user-follow-info {
    color: hsl(0, 0%, 60%);
}

.button {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
    transition: background 0.4s ease;
}

.button:hover {
    background: #5ed6f4;
    color:#fff;
    border:none;
    box-shadow: none;
}

.fill-one {
    background: var(--light-bg);
}

.fill-two {
    background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
    .title-flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info {
        margin-top: 6px;
    }
}

@media (min-width: 460px) {
    .title-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .user-follow-info {
        margin-top: 6px;
    }
}

@media (min-width: 640px) {
    .box {
        flex-basis: calc(50% - 12px);
    }

    .title-flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info {
        margin-top: 6px;
    }
}

@media (min-width: 840px) {
    .title-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .user-follow-info {
        margin-top: 6px;
    }
}

@media (min-width: 1024px) {
    .box {
        flex-basis: calc(33.3% - 16px);
    }

    .title-flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info {
        margin-top: 6px;
    }
}

@media (min-width: 1100px) {
    .box {
        flex-basis: calc(25% - 18px);
    }
}