@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'azedo-bold';
    src: url('../fonts/Azedo-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'azedo-light';
    src: url('../fonts/Azedo-Light.otf') format('opentype');
}

html,
body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    font-weight: 500;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #ededed !important;
}

.navbar {
    background: #16343f !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
    width: 100% !important;
}

.nav-img {
    width: 150px;
    padding: 20px;
}

.nav-icons {
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    padding: 0 12px;
}

.menu {
    background: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.menu-icon {
    width: 30px;
    margin-right: 10px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    background-color: #16343f;
    color: white;
    transition: all 0.5s ease;
    --zoom: 1;
    visibility: hidden;
    opacity: 0;
    clip-path: circle(25px at calc(100% + 10px) -25px);
}

.sidebar.visible {
    visibility: visible;
    opacity: 1;
    clip-path: circle(75%);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
}

[id] {
    scroll-margin-top: 100px;
}

.sidebar-div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.sidebar-img {
    width: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.sidebar-div2 {
    width: 50%;
    height: 100%;
    padding: 20px 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-link {
    width: 400px;
    padding: 10px;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Bebas Neue', cursive !important;
}

.texto-animado {
    display: flex;
    overflow: hidden;
    height: 60px;
    align-items: center;
}

.texto-animado>div {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .3s ease all;
}

.texto-animado>div.animacion {
    transform: translateY(-100px);
}

.texto-animado>div span {
    font-size: 4rem;
    font-weight: 800;
    line-height: 100px;
}


.texto-animado .segunda-linea {
    position: absolute;
    top: 100px;
}

.one-section {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
}

.os-img {
    width: 100%;
    object-fit: cover;
}

.os-div {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: center;
    width: 80%;
}

.os-p {
    font-size: 3rem;
    filter: drop-shadow(-6px 5px 5px rgba(0, 0, 0, 1));
    color: white;
    font-weight: 900;
    margin: 0 !important;
}

.os-p2 {
    font-size: 1.5rem;
    filter: drop-shadow(-6px 5px 5px rgba(0, 0, 0, 1));
    color: white;
    font-weight: 500;
    margin: 0 !important;
}

.os-p3 {
    font-size: 3rem;
    filter: drop-shadow(-6px 5px 5px rgba(0, 0, 0, .6));
    color: white;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 0 !important;
}

.mdp {
    width: 40%;
}

.os-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
}

.two-section {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding: 10% 0;
    background: #ededed;
}

.ts-img {
    width: 35%;
    display: block;
    margin: 0 auto 2%;
    object-fit: cover;
}

.ts-p {
    color: #16343f;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    width: 80%;
    text-align: center;
    white-space: pre-line;
    margin: 0 auto;
}

.ts-div {
    width: 80%;
    margin: 10% auto;
    text-align: center;
}

.ts-p2 {
    color: #c0955b;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 !important;
}

.ts-p3 {
    color: #16343f;
    font-size: 3rem;
    font-weight: 500;
    margin: 0 !important;
}

.ts-div2 {
    width: 70%;
    margin: 10% auto 0;
    text-align: center;
}

.ts-img2 {
    width: 80%;
    display: block;
    margin: 0 auto 10%;
    object-fit: cover;
}

.ts-border {
    border-left: 5px solid #c0955b;
    border-right: 5px solid #c0955b;
}

.ts-p4 {
    font-size: 1rem;
    color: #16343f;
    font-weight: 500;
    margin: 0 !important;
    white-space: pre-line;
}

.ts-p5,
.ts-p7 {
    font-size: 2.5rem;
    color: #16343f;
    font-weight: 800;
    margin-left: 10%;
}

.ts-p6,
.ts-p8 {
    font-size: 1.3rem;
    color: #686868;
    font-weight: 500;
    margin: 0 !important;
    margin-left: 10% !important;
    text-align: justify;
    width: 80%;
}

.ts-p7,
.ts-p8 {
    margin-left: 5% !important;
}

.ts-img3 {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
}

.cmd6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.ts-btn {
    align-self: flex-end;
    background-color: #c0955b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 5%;
    margin-right: 10%;
}

.ts-img4 {
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 30px;
}

.ts-div4 {
    width: 80%;
    background: #c0955b;
    color: #fff;
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 30px;
    z-index: 1;
}

.row {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.two-section .row>* {
    padding: 0 !important;
}

.ts-img5 {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.ts-p9 {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 !important;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.ts-p10 {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    margin: 0 !important;
    text-align: center;
}

.three-section {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding: 10% 0;
    background: #16343f;
}

.ths-p {
    color: #c0955b;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 !important;
    text-align: center;
}

.ths-p2 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 !important;
    text-align: center;
}

.ths-p3 {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 !important;
    text-align: center;
    white-space: pre-line;
    line-height: 1;
}

.ths-div {
    width: 80%;
    margin: 5% auto 25%;
    text-align: center;
}

.ths-img {
    width: 100px;
    display: block;
    margin: 0 auto 30px;
    object-fit: cover;
}

.ths-p4 {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.ths-div2 {
    width: 80%;
    position: absolute;
    bottom: -330px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 50px;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 10px;
}

.ths-img2 {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.carousel-item {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.ths-div3 {
    width: 100%;
    overflow: hidden;
    padding: 35% 0 0;
}

.ths-div4 {
    width: 100%;
    height: 600px;
    position: relative;
    cursor: pointer;
}

.ths-img3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ths-div4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.ths-p5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.ths-div4:hover .ths-p5 {
    opacity: 1;
}

.modal-header{
    border: none !important;
}


.modal-content {
    background: transparent !important;
    border: none !important;
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.img-fluid{
    height: 550px !important;
    display: block;
    margin: 0 auto;
}

.img-fluid2{
    width: 80%  !important;
    height: 500px !important;
    display: block;
    margin: 0 auto;
}

.four-section {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    background-image: url('../img/fondo.png');
    background-size: cover;
    background-position: center;

}

.fs-p {
    color: #c0955b;
    font-size: 3rem;
    font-weight: 800;
    margin: 10% 0 0 !important;
    text-align: center;
}

.fs-p2 {
    color: #16343f;
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0 !important;
    text-align: center;
}

.fs-p3 {
    color: #16343f;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 !important;
    text-align: center;
    white-space: pre-line;
}

.fs-img {
    width: 60%;
    display: block;
    margin: 5% auto;
    object-fit: cover;
}


.fs-div {
    width: 95%;
    margin: 5% auto;
    text-align: center;
}

.fs-p4 {
    color: #c0955b;
    font-size: 2rem;
    font-weight: 800;
    margin: 5% 0 !important;
    white-space: pre-line;
    transition: transform 0.3s ease;
}

.fs-span {
    color: #fff;
}

.fs-card {
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.fs-card:hover {
    transform: scale(1.1) rotateY(10deg) rotateX(0);
}

.fs-img2 {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.fs-card:hover .fs-p4 {
    transform: translateZ(20px);
}


.fs-span {
    color: #fff;
}


.five-section {
    width: 100%;
    padding: 5% 0 0;
    position: relative;
    background: #ededed;
    overflow: hidden;
}

.fis-div {
    width: 80%;
    margin: 5% auto;
    text-align: center;
    background: #c0955b;
    border-radius: 50px;
    padding: 30px;
}

.fis-p {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 !important;
}

.fis-p2 {
    color: #fff;
    font-size: 1rem;
    margin: 0 !important;
    white-space: pre-line;
    line-height: 1;
}

#contactForm {
    width: 80%;
    margin: 5% auto;
}

.form-check {
    display: flex !important;
    align-items: center;
    justify-content: normal;
}

.form-text {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 800;
    margin: 10% 0 0 !important;
    text-align: left;
}

.form-check label {
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.form-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 10%;
}

.form-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 !important;
    text-align: left;
    text-decoration: none;
}

.form-control {
    padding: 20px 30px !important;
    border-radius: 50px !important;
}

.form-control::placeholder {
    color: #ededed;
    font-weight: 500;
    opacity: 1;
}

.form-btn {
    background: #16343f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
}

.fis-div2 {
    width: 500px;
    margin: 5% auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fis-p3 {
    color: #c0955b;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 !important;
    text-align: center;
}

.fis-img {
    width: 180px;
    border-radius: 20px;
}

.fis-img2,
.fis-iframe {
    width: 100%;
    height: 100%;
    display: block;
}


.footer {
    width: 100%;
    padding: 50px;
    background: #16343f;
}

.footer-div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-img {
    width: 250px;
    margin: auto 0;
}

.footer-p {
    color: #c0955b;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 20px !important;
}

.footer-link {
    color: #fff;
    font-size: .8rem;
    margin: 5px 0;
    font-weight: 500;
    text-decoration: none;
}

.footer-link2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 50px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 80px;
}

.footer-cmd {
    display: flex;
    flex-direction: column;
}

.six-section {
    width: 100%;
    background-image: url('../img/fondo2.png');
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    position: relative;
    overflow: hidden;
}

.ss-img {
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
}

.ss-img2 {
    width: 70%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
    margin: 5% auto;
    display: block;
}

.ss-p {
    text-align: center;
    color: #16343f;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 !important;
}

.ss-span {
    color: #c0955b;
}

.ss-p2 {
    color: #868686;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1.3rem;
    margin-left: 10px;
}

.ss-p3,
.ss-p4 {
    color: #FFF;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1rem;
    margin-right: 10px;
    position: absolute;
    rotate: 270deg;
    top: 20%;
}

.ss-p4 {
    rotate: 270deg;
    top: 70%;
}

.six-section ul li {
    font-size: 1.3rem;
    font-weight: 500;
    color: #868686;
}

.seven-section {
    width: 100%;
    padding: 10% 0;
    background: #ededed;
    position: relative;
    overflow: hidden;
}

.seven-section .row {
    display: flex;
    flex-wrap: wrap;
}

.seven-section .col-md-6 {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ses-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
}

.ses-p {
    color: #c0955b;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5%;
}


@media screen and (min-width:2000px) {
    .ths-div {
        width: 80%;
        margin: 5% auto 700px;
        text-align: center;
    }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
    .mdp {
        width: 35%;
    }

    .ts-img {
        width: 30%;
    }

    .ts-p {
        font-size: 1.8rem;
    }

    .ts-p2 {
        font-size: 2.5rem;
    }

    .ts-p3 {
        font-size: 2.5rem;
    }

    .ts-p5,
    .ts-p7 {
        font-size: 2rem;
    }

    .ts-img2 {
        width: 70%;
    }

    .fs-p {
        font-size: 2.5rem;
    }

    .fs-p2 {
        font-size: 2rem;
    }
}

@media screen and (min-width:1100px) and (max-width:1300px) {
    .os-p {
        font-size: 2.5rem;
    }

    .os-p2 {
        font-size: 1.3rem;
    }

    .os-p3 {
        font-size: 2.5rem;
    }

    .mdp {
        width: 30%;
    }

    .ts-p {
        font-size: 1.5rem;
    }

    .ts-p2 {
        font-size: 2rem;
    }

    .ts-p3 {
        font-size: 2rem;
    }

    .ts-img2 {
        width: 70%;
    }

    .ts-p5,
    .ts-p7 {
        font-size: 1.5rem;
    }

    .ts-p6,
    .ts-p8 {
        font-size: 1rem;
    }

    .ths-p {
        font-size: 2rem;
    }

    .ths-p2 {
        font-size: 2rem;
    }

    .ths-p3 {
        font-size: 1.2rem;
    }

    .ths-img {
        width: 80px;
    }

    .ths-div2 {
        bottom: -300px;
    }

    .fs-p {
        font-size: 2.5rem;
    }

    .fs-p2 {
        font-size: 2rem;
    }

    .fs-p3 {
        font-size: 1.2rem;
    }

    .fs-p4 {
        font-size: 1.5rem;
    }


    .fs-img2 {
        height: 200px;
    }

    .fis-p {
        font-size: 2.5rem;
    }

    .form-control {
        padding: 15px 20px !important;
    }


    .fis-div2 {
        width: 300px;
    }

    .fis-img {
        width: 100px;
    }

    .fis-p3 {
        font-size: 2.5rem;
    }

    .footer-img {
        width: 200px;
    }

    .footer-link2 {
        margin-right: 20px;
    }

    .ss-p3,
    .ss-p4 {
        left: -5px;
    }

}

@media screen and (min-width: 900px) and (max-width:1099px) {
    .os-p {
        font-size: 2rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-p3 {
        font-size: 2rem;
    }

    .mdp {
        width: 30%;
    }

    .sidebar-div2 {
        padding: 20px 80px;
    }

    .texto-animado>div span {
        font-size: 3rem;
    }

    .texto-animado {
        height: 50px;
    }

    .ts-p {
        font-size: 1.3rem;
    }

    .ts-p2 {
        font-size: 1.8rem;
    }

    .ts-p3 {
        font-size: 1.8rem;
    }

    .ts-div2 {
        width: 80%;
    }

    .ts-p5,
    .ts-p7 {
        font-size: 1.4rem;
    }

    .ts-p6,
    .ts-p8 {
        font-size: 1rem;
    }

    .ts-btn {
        padding: 5px 10px;
    }

    .ts-img5 {
        width: 80px;
    }

    .ts-p9 {
        font-size: 2rem;
    }

    .ts-p10 {
        font-size: .7rem;
    }

    .ths-p {
        font-size: 2rem;
    }

    .ths-p2 {
        font-size: 2rem;
    }

    .ths-p3 {
        font-size: 1rem;
    }

    .ths-div {
        width: 65%;
    }

    .ths-img {
        width: 100%;
    }

    .ths-p4 {
        font-size: .7rem;
    }

    .ths-div2 {
        bottom: -240px;
    }

    .fs-p {
        font-size: 2rem;
    }

    .fs-p2 {
        font-size: 1.5rem;
    }

    .fs-p3 {
        font-size: 1rem;
    }


    .fs-p4 {
        font-size: 1.3rem;
    }

    .fs-img2 {
        height: 200px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .fs-div {
        overflow: hidden;
    }

    .fis-p {
        font-size: 2rem;
    }

    .form-control {
        padding: 10px 20px !important;
        border-radius: 40px !important;
    }

    .fis-p3 {
        font-size: 2rem;
    }

    .fis-div2 {
        width: 250px;
    }

    .fis-img {
        width: 80px;
    }

    .footer-img {
        width: 150px;
    }

    .footer-p {
        font-size: 1rem;
    }

    .footer-div {
        width: 100%;
    }

    .footer-link2 {
        margin-right: 20px;
    }

    .whatsapp-button img {
        width: 60px;
    }

    .ss-p3,
    .ss-p4 {
        left: -10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 899px) {
    .texto-animado {
        height: 50px;
    }

    .sidebar-div2 {
        padding: 20px 50px;
    }

    .texto-animado>div span {
        font-size: 3rem;
    }

    .os-p {
        font-size: 2rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-p3 {
        font-size: 2rem;
    }

    .mdp {
        width: 30%;
    }

    .ts-p {
        font-size: 1rem;
    }

    .ts-p2 {
        font-size: 2rem;
    }

    .ts-p3 {
        font-size: 1.5rem;
    }

    .ts-p5,
    .ts-p7 {
        font-size: 1.2rem;
    }

    .ts-p6,
    .ts-p8 {
        font-size: .9rem;
    }


    .ts-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .ts-div4 {
        width: 90%;
        padding: 20px;
    }

    .ts-p9 {
        font-size: 2rem;
    }

    .ts-p10 {
        font-size: .7rem;
    }

    .ths-p {
        font-size: 2rem;
    }

    .ths-p2 {
        font-size: 2rem;
    }

    .ths-p3 {
        font-size: 1rem;
    }

    .ths-img {
        width: 100%;
    }

    .ths-p4 {
        font-size: .7rem;
    }

    .ths-div2 {
        bottom: -180px;
    }

    .fs-p {
        font-size: 2rem;
    }

    .fs-p2 {
        font-size: 1.5rem;
    }

    .fs-p3 {
        font-size: 1rem;
    }

    .fs-p4 {
        font-size: 1.3rem;
    }

    .fs-img2 {
        height: 200px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .fis-p {
        font-size: 2rem;
    }

    #contactForm {
        width: 90%;
    }

    .form-control {
        padding: 10px 15px !important;
        border-radius: 40px !important;
    }

    .fis-p3 {
        font-size: 2rem;
    }

    .fis-img {
        width: 100px;
    }


    .fis-div2 {
        width: 300px;
    }

    .footer {
        padding: 50px 30px;
    }

    .footer-img {
        width: 100%;
    }

    .footer-p {
        font-size: 1rem;
    }

    .footer-link2 {
        margin-right: 10px;
    }

    .whatsapp-button img {
        width: 60px;
    }

    .ss-p3,
    .ss-p4 {
        left: -10px;
    }
}

@media screen and (max-width:768px) {
    .nav-icons {
        display: none;
    }

    .sidebar-img {
        width: 40%;
    }

    .sidebar-div2 {
        width: 60%;
        padding: 20px;
    }

    .texto-animado {
        height: 50px;
    }

    .texto-animado>div span {
        font-size: 2rem;
    }

    .os-p {
        font-size: 1.3rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-p3 {
        font-size: 1.3rem;
        margin: 0;
    }

    .mdp {
        width: 40%;
    }

    .os-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .two-section {
        padding: 10% 0 300px;
    }

    .ts-img {
        width: 50%;
    }

    .ts-p {
        font-size: 1rem;
    }

    .ts-p2 {
        font-size: 1.5rem;
    }

    .ts-p3 {
        font-size: 1rem;
    }

    .ts-p5,
    .ts-p7 {
        font-size: 1.2rem;
    }

    .ts-p6,
    .ts-p8 {
        font-size: .9rem;
    }

    .ts-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .ts-img3 {
        margin-top: 20px;
        border-top-left-radius: 0px;
    }

    .ts-img4 {
        margin-bottom: 20px;
        border-bottom-right-radius: 0px;
    }

    .ts-div4 {
        bottom: -250px;
    }

    .three-section {
        padding: 300px 0 10%;
    }

    .ths-p {
        font-size: 1.5rem;
    }

    .ths-p2 {
        font-size: 1.5rem;
    }

    .ths-p3 {
        font-size: 1rem;
    }

    .ths-div {
        width: 80%;
        margin: 5% auto 20%;
    }

    .ths-div2 {
        width: 100%;
        bottom: -130px;
    }

    .ths-img2 {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .fs-p {
        font-size: 1.5rem;
    }

    .fs-p2 {
        font-size: 1.3rem;
    }

    .fs-p3 {
        font-size: 1rem;
        white-space: normal;
    }

    .fs-img {
        width: 90%;
    }

    .fs-div {
        width: 95%;
        margin: 20% auto;
    }

    .fs-p4 {
        font-size: 1.5rem;
    }

    .fs-img2 {
        height: 200px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .fis-div {
        width: 90%;
    }

    .fis-p {
        font-size: 1.5rem;
    }

    .fis-p2 {
        font-size: .9rem;
        white-space: normal;
    }

    .form-control {
        padding: 10px 15px !important;
        border-radius: 40px !important;
        margin: 10px 0;
    }

    #contactForm .justify-content-end {
        justify-content: center !important;
    }

    .fis-p3 {
        font-size: 1.5rem;
    }

    .fis-div2 {
        width: 200px;
    }

    .fis-img {
        width: 80px;
    }

    .footer-img {
        width: 100%;
    }

    .footer-link2 {
        margin-right: 20px;
    }

    .whatsapp-button img {
        width: 60px;
    }

    .ss-p3,
    .ss-p4 {
        left: -10px;
    }

    .six-section {
        padding: 23% 0;
    }

    .ss-p {
        color: #c0955b;
    }

    .ss-span {
        color: #16343f;
    }

}