@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    /* colors */
    --main-color: #B1E1F1;
    --second-color: #F9BCB5;
    --third-color: #FFD99A;
    --fourth-color: #FAF6C3;
    --second-soft: #ffeeed;
    --main-hard: #64B1DF;
    --main-blue-hard: #101477;
    /* bg-neutral colors */
    --bg-white-color: #fff;
    --bg-light-color: #e6e6e6;
    --bg-gray-color: #999999;
    --bg-dark-color: #333;
    --bg-hard-dark-color: #000;
    /* other colors */
    --whats-color: #00f078;
    --whats-second-color: #128C7E;
    --whats-hover-color: #1b6c43;
    --poppins: 'Open Sans', sans-serif;
    --box-shadow-2: rgba(149, 157, 165, 0.2) 0px 25px 20px -20px;
    --box-shadow-3: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* ======== Fonts ======== */
    --sans-serif: 'Open Sans', sans-serif;
}

body {
    text-decoration: none;
}

.card-success .btn-sign {
    margin: 2rem 0;
}

.card-success .btn-main {
    background-color: #bee7ff !important;
    color: #1e375c;
    padding: 10px 20px;
}


/* preloader */

.preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: 1s 0.4s;
}

.spinner {
    content: '';
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 50px;
    position: absolute;
    background: url("../images/logo/logo-red-web.svg");
    background-size: cover;
    background-position: center;
    -webkit-animation: fadein .8s ease-in alternate infinite;
    -moz-animation: fadein .8s ease-in alternate infinite;
    animation: fadein .8s ease-in alternate infinite;
}


/* nabvar */

.nav-lg {
    display: none;
}

.nav-xs {
    display: none;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border: none !important;
}

.nav-active {
    border-bottom: 1px solid var(--main-hard);
    color: var(--main-hard) !important;
}

nav {
    padding: 20px 0px;
    margin: 0px 0px;
    position: fixed !important;
    z-index: 99;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 4px 11px 15px -7px rgba(97, 97, 97, 0.25);
    box-shadow: 4px 11px 15px -7px rgba(97, 97, 97, 0.25);
}

nav .navbar-brand * {
    font-size: var(--font-18px) !important;
    font-weight: 300 !important;
    position: relative;
    float: right;
}

nav .navbar-nav {
    font-size: var(--font-14px) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 0px 5px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8rem;
}

nav .navbar-nav i {
    color: var(--second-color);
}

nav .nav-contact:hover {
    background-color: var(--hard-dark-color);
    color: var(--white-color);
}

.logo img {
    width: 78px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}

.navbar-nav li {
    text-transform: none;
    margin: 0px 10px;
    font-weight: 300;
    line-height: 1.9;
    transition: .3s ease-in-out;
}

.navbar-nav li a:hover {
    color: var(--main-hard) !important;
}


/* navbar-two */

#navbar-two {
    position: relative;
    background-color: var(--main-hard);
    color: var(--white-color) !important;
    padding: 5px 0;
    top: 78px;
}

.navbar-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    height: 30px;
}

.navbar-two .content-1 p {
    font-size: 1rem;
    color: white;
}

.navbar-two .content-1 b {
    color: var(--third-color) !important;
}

.navbar-two .content-2 {
    display: flex;
    color: white;
}

.navbar-two .content-2 i {
    color: white;
    letter-spacing: 10px;
}

.navbar-two ul {
    display: flex;
    text-decoration: none;
    list-style: none;
}


/* navbar collapse */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--second-color);
    border-radius: 1px;
    opacity: 1;
    left: -10px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: #333;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color) !important;
}


/* main */

.main-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: 550px;
    margin: 4rem 0;
}

#main {
    background-image: url('../images/carousel-web/bg-1.jpg');
    background-position: center;
    background-size: cover;
}

.main-grid .card-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: center;
    text-align: center;
    align-items: center;
}

.main-grid .logo img {
    width: 150px;
}

.main-grid .icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.main-grid .icons img {
    width: 100px;
}

.main-grid .card-1 h1 {
    font-size: calc(100% * 1px);
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 1.2;
}

.main-grid .card-1 span {
    font-weight: 300;
}

.main-grid .card-1 p {
    display: block;
    color: var(--white-color);
}

.main-grid .card-2 {
    position: relative;
    z-index: 999;
}

.main-grid .card-2 img {
    display: none;
    width: 350px;
}

.main-grid .phrase-suzuki {
    color: #333;
    font-size: 2rem;
    width: 70%;
    font-style: italic;
}


/* grid */

.one-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}

.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.four-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.five-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
}

.six-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2rem;
}

.seven-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2rem;
}


/* services class */

.services-class .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    border: none;
}

.services-class .card:hover {
    transform: translateY(-10px) !important;
    transition: .3s ease-in-out !important;
    border-radius: 5px;
}

.services-class .card img {
    width: 50%;
}

.services-class .card .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--second-color);
}

.services-class .card .more {
    text-decoration: none;
    color: #494949;
    margin: 10px 0;
    font-style: italic;
}


/* our class */

.our-class .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: left;
    border: none;
}

.our-class .card:hover {
    transition: .3s ease-in-out !important;
    transform: translateY(-10px) !important;
    box-shadow: var(--box-shadow-3);
    background-color: #f9f9f9;
    border-radius: 5px;
}

.our-class .card img {
    width: 100%;
    border-radius: 5px 5px 0;
    object-fit: cover;
    height: 250px;
}

.our-class .card .title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: var(--main-hard);
    padding: 0 10px;
    transition: .3s ease-in-out;
}

.our-class .card:hover .title {
    color: var(--second-color);
}

.our-class .description {
    padding: 0 10px;
}

.our-class .card .more {
    text-decoration: none;
    color: #494949;
    margin: 10px 0;
    font-style: italic;
    padding: 0 10px;
}


/* metodo suzuki */

#metodoSuzuki {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.metodo-suzuki .card-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.metodo-suzuki .card-1 .title {
    font-size: 3rem;
}

.metodo-suzuki .card-1 .subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.metodo-suzuki .card-1 .medium-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.metodo-suzuki .card-1 p {
    text-align: justify;
}

.metodo-suzuki .card-1 .phrase {
    font-style: italic;
}

.metodo-suzuki .card-2 img {
    width: 100%;
    border-radius: 5px;
    box-shadow: var(--box-shadow-2);
}

.metodo-suzuki .card-1 a {
    text-decoration: none;
    color: white;
    background-color: var(--main-hard);
    margin: 20px 0;
    padding: 10px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

.metodo-suzuki .card-1 a:hover {
    color: var(--main-hard);
    background-color: transparent;
    border: 1px solid var(--main-hard);
}

.metodo-suzuki .card-2 .rectangle-1 {
    position: absolute;
    width: 100%;
    height: 240px;
    background-color: var(--main-color);
    top: 165px;
    left: 50px;
    border-radius: 10px;
    z-index: -1;
    opacity: .5;
}

.metodo-suzuki .card-2 .rectangle-2 {
    position: absolute;
    width: 100%;
    height: 240px;
    background-color: var(--second-color);
    top: 168px;
    left: -39px;
    border-radius: 10px;
    z-index: -1;
    opacity: .5;
}

.metodo-suzuki .card-2 .rectangle-3 {
    position: relative;
    bottom: 10%;
    left: 5%;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: var(--box-shadow-3);
}

.metodo-suzuki .card-2 .rectangle-3 span {
    font-style: italic;
    padding: 0;
    margin: 5px 0;
}


/* body program */

.body-program {
    background-color: var(--main-hard);
    padding: 0;
}

.body-program .card-1 img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    z-index: 9;
}

.body-program .card-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 1rem;
}

.body-program .card-2 .bg-logo {
    position: absolute;
    right: 405px;
    transform: rotate(-15deg);
    opacity: .2;
    z-index: -4;
}

.body-program .card-2 .bg-logo img {
    width: 100%;
}

.buttons-program ul {
    list-style-type: none;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.buttons-program ul .active-button {
    text-transform: uppercase;
    padding: 10px;
    margin: 10px;
    background-color: var(--second-color);
    font-weight: 500;
    letter-spacing: 3px;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.buttons-program ul .active-button:hover {
    color: white;
}

.buttons-program ul .desactive-button {
    text-transform: uppercase;
    padding: 10px;
    margin: 10px;
    background-color: transparent;
    border: 1px var(--second-color) solid;
    font-weight: 500;
    letter-spacing: 3px;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.buttons-program ul .desactive-button:hover {
    color: var(--second-color);
}

.body-program .card-2 {
    padding: 20px 0;
}

.body-program .card-2 .subtitle span {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

.body-program .card-2 .description {
    text-align: justify;
}

.body-program .card-2 .description span {
    font-size: 1.1rem;
    font-weight: 300;
    color: white;
}

.body-program .card-2 .list-program {
    position: relative;
    top: 90px;
    left: -10px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: var(--box-shadow-3);
    border-left: 3px solid var(--second-color);
}

.body-program .card-2 .list-program .include {
    position: absolute;
    top: -30px;
    background-color: var(--second-color);
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}

.body-program .card-2 .list-program .include span {
    color: #333;
    font-weight: 600;
}

.body-program .card-2 .list-program ul {
    list-style-type: none;
    color: #333;
    padding: 0;
    line-height: 2.5;
    z-index: 8;
}

.body-program .card-2 .list-program ul li {
    font-size: .813rem;
    transition: .3s ease-in-out;
}

.body-program .card-2 .list-program ul li i {
    color: #00f078;
}

.body-program .card-2 .list-program ul li:hover {
    color: #00f078;
    transform: translateX(20px) !important;
}


/* commitment */

.commitment {
    margin: 3rem 0;
}

.commitment .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    border: none;
}

.commitment .card .icon img {
    width: 40%;
}

.commitment .card .title {
    font-size: 1.5rem;
    font-weight: 500;
}

.commitment .card .description {
    font-size: 1rem;
    font-weight: 300;
}


/* phrase Suzuki */

#phraseSuzuki {
    background-image: linear-gradient(to bottom, rgba(190, 214, 255, 0.52), rgba(98, 98, 98, 0.73)), url('../images/carousel-web/banner-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 200px;
}

.phrase-suzuki {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2rem 0;
}

.phrase-suzuki span {
    font-style: italic;
    color: white;
    font-size: 3rem;
    font-weight: 300;
}

.phrase-suzuki span b {
    font-style: italic;
    color: white;
    font-size: 3rem;
}


/* body gallery */

.body-gallery img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 5px;
}


/* gallery animation */

.filter-item img.active {
    width: 100%;
    padding: 2px;
    animation: fadeIn 0.5s ease;
}

.filter-item img.delete {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* body techers */

.body-techers .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.body-techers .profile img {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.body-techers .profile .title {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 1rem 0;
    transition: .3s ease-in-out;
}

.body-techers .profile .subtitle {
    font-weight: 500;
}

.body-techers .profile .description {
    font-weight: 300;
}

.body-techers .profile a {
    color: #333;
    text-decoration: none;
    font-style: italic;
    transition: .3s ease-in-out;
}

.body-techers .profile:hover a,
.body-techers .profile:hover .title {
    color: var(--main-hard);
}

.body-techers .profile:hover {
    transition: .3s ease-in-out !important;
    transform: translateY(-20px) !important;
    box-shadow: var(--box-shadow-2);
}


/* contact */

.contact ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    justify-items: center;
    text-align: center;
    list-style-type: none;
}

.contact ul a {
    text-decoration: none;
}

.contact ul a:nth-child(1) {
    background-color: var(--main-hard);
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.contact ul a:nth-child(1):hover {
    background-color: var(--main-color);
}

.contact ul a:nth-child(2) {
    background-color: var(--second-color);
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.contact ul a:nth-child(3) {
    background-color: var(--third-color);
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.contact ul a:nth-child(4) {
    background-color: var(--main-color);
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.contact ul a li {
    font-size: 1.4rem;
}


/* title section */

.title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin: 3rem 0;
}

.title-section .subtitle {
    text-transform: uppercase;
    font-size: 1rem;
}

.title-section .title {
    text-transform: uppercase;
    font-size: 3rem;
}

.info-class {
    font-size: 1.8rem;
    font-weight: 300;
}

.info-class a {
    font-size: 1.5rem;
    color: white;
    background-color: var(--main-hard);
    padding: 10px 20px;
    margin: 1rem 0;
    border-radius: 5px;
    text-decoration: none !important;
    transition: .3s ease-in-out;
}

.info-class a:hover {
    color: white;
    background-color: var(--main-color);
}

.quick-contact {
    margin: 3rem 0;
}

footer {
    margin-top: 3rem;
    padding: 5rem 0;
    background-color: #B1E1F1 !important;
    z-index: -2;
}

footer a {
    text-decoration: none;
}

footer ul {
    list-style-type: none;
}

.footer-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 9;
}

.footer-card .description {
    font-weight: 400;
    text-align: justify;
}

.footer-card .social-media ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 1.5rem;
}

.footer-card .social-media ul a {
    color: #333;
}

.footer-card .social-media ul li {
    margin: 0 10px;
}

.social-media .circle-fb {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #F9BCB5 !important;
    box-shadow: var(--box-shadow-2);
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    transition: .3s ease-in-out;
}

.social-media .circle-ig {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #F9BCB5 !important;
    box-shadow: var(--box-shadow-2);
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    transition: .3s ease-in-out;
}

.social-media .circle-fb:hover,
.social-media .circle-ig:hover {
    transform: translateY(-5px);
}

.footer-card span {
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-card .list {
    line-height: 2;
    padding: 0;
}

.footer-card .list a {
    color: rgb(76, 76, 76);
    font-weight: 500;
}

.footer-card .list li {
    transition: .3s ease-in-out;
}

.footer-card .list li:hover {
    color: #333;
    transform: translateX(20px);
}

.copyright {
    display: flex;
    justify-content: center;
}

.copyright a {
    color: var(--main-hard);
}

footer .bg-logo {
    width: calc(30% - 10%);
    position: absolute;
    right: 0;
    opacity: .4;
    display: flex;
    justify-content: center;
    z-index: 1;
}

footer .bg-logo img {
    width: 100%;
}

footer .footer-schedule li {
    border-bottom: 1px solid var(--main-hard);
}

footer .footer-schedule i,
footer .info-schedule i {
    color: var(--main-hard);
}

footer .info-schedule a {
    padding: 0;
    margin: 0;
}

.up-to-home {
    position: fixed;
    margin: 20px;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: rgba(5, 5, 5, 0.13);
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}

.up-to-home i {
    color: rgb(0, 0, 0);
}

.up-to-home:hover i {
    color: var(--main-color);
    transition: ease-in-out .2s;
}

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background-color: rgb(253, 253, 253);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--main-color);
}


/* btns */

.btn-whatsapp {
    color: white;
    background-color: #00f078;
    padding: 10px 20px;
    margin: 1rem 0;
    border-radius: 5px;
    text-decoration: none !important;
    transition: .3s ease-in-out;
}

.btn-whatsapp:hover {
    color: white;
    background-color: #128C7E;
}

.btn-main {
    color: white;
    background-color: var(--main-hard);
    padding: 10px 20px;
    margin: 1rem 0;
    border-radius: 5px;
    text-decoration: none !important;
    transition: .3s ease-in-out;
}

.btn-main:hover {
    color: white;
    background-color: var(--main-color);
}

.btn-second {
    color: white;
    background-color: var(--main-hard);
    padding: 10px 20px;
    margin: 1rem 0;
    border-radius: 5px;
    text-decoration: none !important;
    transition: .3s ease-in-out;
}

.btn-second:hover {
    color: white;
    background-color: var(--main-color);
}


/* phrase Suzuki */

.bg-banner {
    background-image: linear-gradient(to bottom, rgba(190, 214, 255, 0.52), rgba(98, 98, 98, 0.73)), url('../images/carousel-web/banner-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 130px;
    z-index: -1;
    margin: 20px 0;
}

.bg-banner {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 4rem 0;
}

.bg-banner span {
    font-style: italic;
    color: white;
    font-size: 3rem;
    font-weight: 300;
}

.bg-banner span b {
    font-style: italic;
    color: white;
    font-size: 3rem;
}

.panoramic-img img {
    width: 100%;
    height: 80%;
    padding: 0;
    object-fit: cover;
    border-radius: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: white;
    border-radius: 10px;
    border: none;
    box-shadow: var(--box-shadow-3);
}

.animation-navbar {
    animation: navbar .3s;
}


/* class detail right navbar */

.class-grid-content {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: 70% auto;
    grid-gap: 2rem;
}


/* navbar-right-class */

.navbar-right-class {
    position: sticky;
    top: 10px;
    display: flex;
    flex-direction: column;
}

.class-info-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.class-img-logo img {
    width: 20%;
}

.class-info-ste {
    margin: 20px 0;
}

.class-info-ste .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}

.class-info-ste .about,
.class-info-ste .dates-class {
    font-size: .8rem;
    margin: 10px 0;
    text-align: justify !important;
}

.class-info-ste ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.class-info-ste ul li {
    color: var(--main-hard);
}

.class-info-ste a {
    color: var(--hard-dark-color);
    font-size: .8rem;
    text-decoration: none;
}


/* class-schedule-navbar */

.class-schedule-navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin: 30px 0;
    background-color: white;
    box-shadow: var(--box-shadow-2);
    border-left: 3px solid var(--main-hard);
    border-radius: 5px;
}

.class-schedule-navbar span {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: .8rem;
}

.class-schedule-navbar .list-schedule {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

.class-schedule-navbar .list-schedule li:nth-child(1) {
    border-bottom: 1px solid var(--main-color);
}

.class-schedule-navbar .list-schedule li {
    line-height: 2.8;
    font-weight: 300;
}


/* related-class */

.related-class span {
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}


/* class-related-content */

.class-related-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    position: sticky;
    top: 89px;
}

.flex-related-class {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.flex-related-class a {
    text-decoration: none;
    color: #333;
}

.flex-related-class span {
    transition: .3s ease-in-out;
}

.card-class-related {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 1rem;
    margin: 10px 0;
    transition: transform .5s ease;
}

.card-class-related:hover span {
    color: var(--second-color);
}

.img-related-class {
    overflow: hidden;
    height: auto;
}

.img-related-class img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform .5s ease;
}

.img-related-class:hover img {
    transform: scale(1.1);
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
    width: 100%;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.info-related-class span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: .8rem;
    color: var(--hard-dark-color);
}

.reference-social-media span {
    font-size: 12px;
    text-transform: uppercase;
}


/* clases detail */

.bg-clases {
    background-color: white;
    padding: 10px;
}

.event-details .content-1 h3 {
    font-weight: 400;
}

.event-details .content-1 i {
    color: var(--main-color);
}

.event-details .content-1 p {
    color: #717171;
    font-weight: 300;
}

.event-details .content-1 .title {
    font-size: 1.5rem;
}

.event-details .content-2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.event-details .content-3 {
    display: flex;
    flex-direction: column;
}

.event-details .content-3 ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.event-details .content-3 .teacher {
    margin: 20px 0;
    font-weight: 500;
}

.event-details .content-3 .teacher-data-class {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-details .content-3 .avatar a {
    color: #333;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.event-details .content-3 .avatar a:hover {
    color: var(--second-color);
    transform: translateX(5px);
}


/* 
.event-details .content-3 .avatar {
    display: flex;
    flex-direction: row;
} */

.event-details .content-3 .avatar img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.event-details .img-hover-zoom {
    height: auto;
    overflow: hidden;
}

.event-details .img-hover-zoom img {
    transition: transform .5s ease;
    width: 100%;
}

.event-details .img-hover-zoom:hover img {
    transform: scale(1.1);
}

.event-details .content-3 {
    margin: 10px 0px;
}

.event-details .content-3 .program {
    font-size: 2rem;
}

.event-details .content-3 ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

.event-details .content-4 {
    margin: 1rem 0;
}

.event-details .content-4 a {
    text-decoration: none;
}

.event-details .content-4 * {
    font-family: var(--sans-serif);
}

.event-details .content-4 ul {
    list-style: circle;
    background-color: #f9f9f9;
    list-style-type: none;
    border-radius: 5px;
    padding: 40px;
}

.event-details .content-4 ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.event-details .content-4 ul li:before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: -1.3em;
    margin-right: 15px;
    padding: 10px;
    background-color: var(--whats-color);
    --webkit-mask-image: url("../images/icon/check-icon.svg");
    --webkit-mask-size: cover;
}

.event-details .content-4 ul i {
    color: var(--whats-color);
    padding-right: 10px;
    font-weight: 500;
}

.event-details .content-4 ol {
    list-style: decimal;
}

.event-details .content-4 p,
.event-details .content-4 span,
.event-details .content-4 li,
.event-details .content-4 a {
    /* line-height: 1.8 !important; */
}

.event-details .content-4 .title {
    font-weight: 500;
    margin: 30px 0;
}

.event-details .content-4 .title-uppercase {
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0;
}

.event-details .content-4 .italic {
    font-style: italic;
}

.sticky-section {
    position: sticky;
    top: 10px;
}

.btn-whatsApp {
    background-color: var(--whats-color);
    color: white;
}

.btn-xtra {
    background-color: var(--main-hard);
    color: white;
}


/* teacher section */

.grid-notice {
    margin-top: 3.5rem;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 30% auto;
}

.grid-notice .content-1 h3 {
    font-size: 1.1rem
}

.grid-notice .content-1 i {
    color: var(--main-color);
}

.grid-notice .content-3 ul {
    list-style: none;
    padding: 0px;
}

.grid-notice .content-3 .btn {
    font-size: 12px;
}

.grid-notice .content-4 b,
.grid-notice .content-4 strong {
    font-weight: bold;
}


/* .grid-notice .content-4 p,
.grid-notice .content-4 span,
.grid-notice .content-4 li,
.grid-notice .content-4 a {
    font-size: 14px !important;
} */

.grid-notice .content-4 .phrase span {
    color: var(--main-color) !important;
    font-size: 18px !important;
}

.grid-notice .content-5 img {
    width: 100%;
}

.teacher-phrase {
    color: var(--main-hard);
}


/* navbar-gallery */

#gallery-nav {
    position: sticky;
    top: 50px;
    background-color: #fff;
    z-index: 9;
}

.navbar-gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 0;
}

.navbar-gallery span {
    cursor: pointer;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    transition: .3s ease-in-out;
}

.navbar-gallery span:hover {
    color: var(--second-color);
    transform: translateY(-5px);
}


/* find-us */

.find-us {
    margin: 5rem 0;
}

.find-us .card-1 {
    display: flex;
    flex-direction: column;
}

.find-us .card-1 .box-1 {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.find-us .card-1 .box-1 span {
    line-height: 1.5;
}

.find-us .card-1 .box-1 .title {
    font-size: 2rem;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.find-us .card-1 .box-1 .subtitle a {
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    margin: 20px 0;
}

.find-us .card-1 .box-1 .description {
    font-size: 1.2rem;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 10px 0;
}

.find-us .card-1 .box-1 .buttons {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.find-us .card-1 .box-1 .buttons a:nth-child(1) {
    padding: 10px 0;
    border-radius: 5px;
    color: var(--main-hard);
    text-decoration: none;
    margin-right: 1rem;
}

.find-us .card-1 .box-1 .buttons a:nth-child(2) {
    padding: 10px;
    border-radius: 5px;
    color: var(--main-hard);
    text-decoration: none;
    margin-right: 1rem;
}

.find-us .card-1 .box-1 .buttons a:nth-child(3) {
    padding: 10px;
    border-radius: 5px;
    color: var(--whats-hover-color);
    text-decoration: none;
    margin-right: 1rem;
}

.find-us .card-1 .box-2 {
    background-image: url(../images/icon/bg-icons.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.find-us .card-1 .box-2 img {
    width: 100%;
}

.find-us .card-2 {
    display: flex;
    flex-direction: column;
}

.find-us .card-2 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: var(--box-shadow-2);
    padding: 15px;
    border-radius: 10px;
    border-left: 5px solid var(--main-hard);
    margin: 20px 0;
}

.find-us .card-2 .list:nth-child(2) {
    left: -20%;
}

.find-us .card-2 .list .date {
    font-size: .8rem;
    color: #717171;
    margin-bottom: 1rem;
}

.find-us .card-2 .list .description {
    color: #333;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1rem;
}

.find-us .card-2 .list .find-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.find-us .card-2 .list .find-footer .name {
    font-weight: 400;
    font: 1rem;
}

.find-us .card-2 .list .find-footer .rating {
    color: #FFD99A;
}


/* header-title */

.header-title {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
    text-align: center;
}

.header-title .title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
}

.header-title .subtitle a {
    font-size: .8rem;
    text-transform: uppercase;
    text-decoration: none;
}


/* testimonials and reviews */

.reviews-landing .list {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    box-shadow: var(--box-shadow-3);
}

.reviews-landing .list .date {
    font-size: .8rem;
    color: #717171;
    margin-bottom: 1rem;
}

.reviews-landing .list .description {
    color: #333;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1rem;
}

.reviews-landing .list .find-footer .name {
    font-weight: 400;
    font: 1rem;
}

.reviews-landing .list .find-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reviews-landing .list .find-footer .rating {
    color: #FFD99A;
}


/* rules lg */

.rules-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}

.rules-header img {
    width: 20%;
}

.rules-body {
    display: flex;
    flex-direction: column;
}

.rules-body .title {
    font-size: 2rem;
    margin: 30px 0;
    background-color: var(--second-color);
    padding: 10px;
}

.rules-body p {
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.rules-body a {
    color: var(--main-blue-hard);
}

.rules-body ul li {
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.rules-body ol li {
    line-height: 1.6;
    color: #333;
    text-align: justify;
    font-size: 1rem;
}

.rules-footer {
    text-align: center;
    font-weight: 600;
    margin: 40px 0;
}

.rules-body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* register */

.form-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px 30%;
}

.form-flex .card-success {
    text-align: center;
    margin: 30px 0;
    background-color: var(--white-color) !important;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.form-flex a {
    color: #101477;
    font-size: .8rem;
    font-weight: 300;
}

.card-success img {
    margin: 20px 0;
}

.card-success h4 {
    font-size: 20px;
    font-weight: 400;
}

.card-success a {
    text-decoration: none;
}

#form {
    width: 100%;
    background-color: var(--white-color) !important;
    padding: 30px;
}

label {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0px;
}

.form-flex li,
.form-flex span {
    font-size: 14px;
    font-weight: 300;
}

input::placeholder {
    font-size: 14px;
    font-weight: 300;
}

.alerta {
    color: #ff8e8e;
}

.correcto {
    color: var(--whats-hover-color);
}

#checkbox,
.rules {
    padding: 0;
    margin: 0;
}

#submit {
    margin: 20px 0px;
    background-color: var(--second-color) !important;
    border: none;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 10px;
}

#website {
    display: none;
}

.box-law p {
    font-size: 12px;
}

.box-law {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid rgb(182, 182, 182);
    padding: 15px;
    text-align: justify;
}

.box-law .title {
    font-size: 1rem;
}

.la-spinner {
    animation: spinner 1.2s linear infinite;
}

.footer-register-success p {
    font-weight: 400;
    font-size: .9rem;
}

::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background-color: rgb(255, 226, 251);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--main-color);
}


/* Keyframes */

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes navbar {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* md */

@media (min-width: 978.98px) and (max-width: 1199.98px) {
    .metodo-suzuki .card-2 .rectangle-2 {
        top: 86px;
    }
    .metodo-suzuki .card-2 .rectangle-1 {
        top: 107px;
    }
    .body-program .card-2 .list-program ul li {
        font-size: 1rem;
    }
    /* body program sm */
    .body-program .card-1 img {
        width: 100%;
        height: 750px;
        object-fit: cover;
        z-index: 9;
    }
    .body-program .card-2 .two-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .body-program .card-2 .subtitle span {
        font-size: 1.4rem;
    }
    .body-program .card-2 .description span {
        font-size: 1rem;
    }
    .body-program .card-2 .list-program {
        top: 10px;
        left: 0px;
    }
}


/* sm tablet */

@media (min-width: 768px) and (max-width: 979px) {
    .spinner {
        width: 20%;
    }
    /* nav xs */
    .nav-lg {
        display: none;
    }
    .nav-xs {
        display: block;
    }
    .nav-xs p {
        font-weight: 300;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-collapse ul {
        height: 100vh;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: white;
        border: none;
        border-radius: 5px;
        height: auto;
        width: 100%;
        box-shadow: var(--box-shadow-3);
    }
    .navbar-nav li {
        font-weight: 300;
        line-height: 1.9;
    }
    .bg-light {
        background-color: rgba(255, 255, 255, 0.95) !important;
    }
    .main-grid .phrase-suzuki {
        font-size: 1.5rem;
        width: 100%;
    }
    /* grid */
    .one-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
    }
    .two-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }
    .three-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }
    .four-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2rem;
    }
    .five-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem;
    }
    .six-grid,
    .seven-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem;
    }
    .title-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin: 2rem 0;
    }
    .title-section .title {
        text-transform: uppercase;
        font-size: 2rem;
    }
    .info-class {
        font-size: 1rem;
        font-weight: 300;
    }
    .metodo-suzuki .card-2 .rectangle-1 {
        top: 48px;
        left: 17px;
    }
    .metodo-suzuki .card-2 .rectangle-2 {
        top: 20px;
        left: -20px;
    }
    .metodo-suzuki .card-2 .rectangle-3 {
        width: 90%;
    }
    .metodo-suzuki .card-1 .title {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 2rem 0;
        text-align: center;
    }
    .body-program .card-2 .bg-logo {
        opacity: .1;
    }
    .commitment .card .title {
        font-size: 1rem;
    }
    .commitment .card .description {
        display: none;
    }
    .phrase-suzuki {
        margin: 1rem 0;
    }
    .phrase-suzuki span {
        font-size: 2rem;
    }
    .phrase-suzuki span b {
        font-size: 2rem;
    }
    .info-class a {
        font-size: 1rem;
        padding: 5px 10px;
    }
    .body-techers .profile {
        justify-content: space-between;
    }
    .body-techers .profile img {
        height: 50%;
    }
    .body-techers .profile .title {
        font-size: 1rem;
    }
    .body-techers .profile .description {
        display: none;
    }
    .body-techers .profile .subtitle {
        font-size: .8rem;
    }
    .contact ul a:nth-child(1) {
        padding: 10px;
        font-size: 1rem;
    }
    .contact ul a:nth-child(2) {
        padding: 10px;
        font-size: 1rem;
    }
    .contact ul a:nth-child(3) {
        padding: 10px;
        font-size: 1rem;
    }
    .contact ul a:nth-child(4) {
        padding: 10px;
        font-size: 1rem;
    }
    .contact ul a {
        margin: 0 10px;
    }
    footer .four-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-card span {
        font-size: 1.3rem;
        font-weight: 500;
    }
    /* Class grid */
    .class-grid-content {
        grid-template-columns: repeat(1, 1fr);
    }
    /* body program sm */
    .body-program .card-1 img {
        width: 100%;
        height: 850px;
        object-fit: cover;
        z-index: 9;
    }
    .body-program .card-2 .two-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .body-program .card-2 .subtitle span {
        font-size: 1.4rem;
    }
    .body-program .card-2 .description span {
        font-size: 1rem;
    }
    .body-program .card-2 .list-program {
        top: 10px;
        left: 0px;
    }
    .find-us .card-1 .box-1 .buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .find-us .card-1 .box-1 .buttons a:nth-child(1) {
        padding: 0;
        border-radius: 5px;
        color: var(--main-hard);
        text-decoration: none;
        margin-right: 1rem;
    }
    .find-us .card-1 .box-1 .buttons a:nth-child(2) {
        padding: 10px 0;
        border-radius: 5px;
        color: var(--main-hard);
        text-decoration: none;
        margin-right: 1rem;
    }
    .find-us .card-1 .box-1 .buttons a:nth-child(3) {
        padding: 0;
        border-radius: 5px;
        color: var(--whats-hover-color);
        text-decoration: none;
        margin-right: 1rem;
    }
    .form-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
    }
}


/* xs */

@media (max-width: 720px) {
    .spinner {
        width: 30%;
    }
    /* nav xs */
    .nav-lg {
        display: none;
    }
    .nav-xs {
        display: block;
    }
    .nav-xs p {
        font-weight: 300;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-collapse ul {
        height: 100vh;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: white;
        border: none;
        border-radius: 5px;
        height: auto;
        width: 100%;
        box-shadow: var(--box-shadow-3);
    }
    .navbar-nav li {
        font-weight: 300;
        line-height: 1.9;
    }
    .bg-light {
        background-color: rgba(255, 255, 255, 0.95) !important;
    }
    /* navbar xs */
    .navbar-two .content-2 {
        display: none;
    }
    .navbar-two {
        justify-content: center
    }
    /* carousel xs */
    .main-grid .icons img {
        width: 50px;
    }
    .main-grid .phrase-suzuki {
        font-size: 1rem;
    }
    /* title section xs */
    .title-section {
        margin: 2rem 0;
    }
    .title-section .subtitle {
        font-size: .8rem;
    }
    .title-section .title {
        font-size: 2rem;
    }
    .info-class {
        font-size: 1rem;
    }
    .info-class a {
        font-size: 1rem;
        padding: 5px 10px;
    }
    /* grid xs */
    .one-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .two-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .three-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .four-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #teachers .four-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .five-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .six-grid,
    .seven-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    footer .four-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .metodo-suzuki .card-2 .rectangle-1,
    .metodo-suzuki .card-2 .rectangle-2 {
        display: none;
    }
    .metodo-suzuki .card-2 .rectangle-3 {
        width: 90%;
    }
    .metodo-suzuki .card-1 .title {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 2rem 0;
        text-align: center;
    }
    /* body program xs */
    .body-program .card-2 .bg-logo {
        opacity: .1;
    }
    .body-program .card-1 img {
        display: none;
    }
    .body-program .card-2 .two-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .body-program .card-2 .subtitle span {
        font-size: 1.4rem;
    }
    .body-program .card-2 .description span {
        font-size: 1rem;
    }
    .body-program .card-2 .list-program {
        top: 10px;
        left: 0px;
    }
    .phrase-suzuki span,
    .phrase-suzuki span b {
        font-size: 1.5rem;
    }
    .body-techers .profile img {
        vertical-align: middle;
        width: 100%;
        border-radius: 5%;
        object-fit: cover;
        margin-right: 1rem;
    }
    .contact ul {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
    }
    .contact ul a:nth-child(1) {
        padding: 10px 0;
        margin: 10px 0;
        font-size: 1rem;
    }
    .contact ul a:nth-child(2) {
        padding: 10px 0;
        margin: 10px 0;
        font-size: 1rem;
    }
    .contact ul a:nth-child(3) {
        padding: 10px 0;
        margin: 10px 0;
        font-size: 1rem;
    }
    .contact ul a:nth-child(4) {
        padding: 10px 0;
        margin: 10px 0;
        font-size: 1rem;
    }
    .contact ul a {
        margin: 0 10px;
    }
    .contact ul a li {
        font-size: 1rem;
    }
    .bg-banner span {
        font-size: 1.5rem;
    }
    /* Class grid */
    .class-grid-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .event-details .content-2 img {
        height: 250px;
    }
    .event-details .content-3 .avatar img {
        display: none;
    }
    .event-details .content-4 ul {
        padding: 10px;
    }
    /* teacher section */
    .grid-notice {
        margin-top: 0rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-notice .content-4 p,
    .grid-notice .content-4 span,
    .grid-notice .content-4 li,
    .grid-notice .content-4 a {
        text-align: justify;
    }
    /* navbar-gallery */
    #gallery-nav {
        top: 60px;
    }
    .navbar-gallery {
        top: 20px;
        justify-content: space-between;
        white-space: nowrap;
        overflow-x: auto;
        margin: 20px 0;
    }
    .navbar-gallery span {
        border: 1px solid #f9f9f9;
        margin: 0 5px;
        border-radius: 5px;
        transition: .3s ease-in-out;
    }
    .navbar-gallery span:hover {
        color: none;
        transform: translateY(0px);
    }
    .find-us .card-1 .box-1 .buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .find-us .card-1 .box-1 .buttons a:nth-child(1),
    .find-us .card-1 .box-1 .buttons a:nth-child(3) {
        padding: 0;
    }
    .find-us .card-1 .box-1 .buttons a:nth-child(2) {
        padding: 10px 0;
    }
    .find-us .card-2 .list:nth-child(2) {
        left: 0%;
    }
    .find-us .card-1 .box-2 {
        display: none;
    }
    /* rules xs */
    .rules-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
    .rules-header img {
        width: 20%;
    }
    .rules-body {
        display: flex;
        flex-direction: column;
    }
    .rules-body .title {
        font-size: 1.3rem;
    }
    .rules-footer {
        text-align: justify;
    }
    .form-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
    }
    .form-flex .card-success {
        text-align: center;
        background-color: var(--white-color) !important;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-radius: 10px;
    }
}