/* Body */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&family=Unbounded:wght@200;300;400;500;700;800&display=swap');
body {
    font-family: 'Manrope', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Unbounded', sans-serif;
    color: #000000;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    color: #268cf3;
}

/* Custom Bootstrap */
.fw-bolder {
    font-weight: 800 !important;
}
.bg-light {
    background-color: #F5F4F1 !important;
}
.underline {
    background-image: url(../img/underline-header-7.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10px;
}
.web-agency-nav a.nav-link {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
}
.form-control,
.form-select {
    padding: 11px 20px;
    box-shadow: none !important;
}
.form-control:focus,
.form-select:focus {
    border-color: #1275d1 !important;
}
.logo-icon {
    background: #000;
    font-size: 26px !important;
    border-radius: 70px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px 0;
}
.btn-warning {
    background: #1275d1;
    color: #000;
    border: 3px solid #000;
    font-family: 'Unbounded', sans-serif;
    box-shadow: 4px 4px 0px #000;
    padding: 14px 29px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}
.btn-warning:hover {
    background-color: #101035 !important;
    border-color: #101035 !important;
}
.bg-warning {
    background-color: #1275d1 !important;
}
.text-warning {
    color: #1275d1 !important;
}
.icon-sm {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover\:bg-warning:hover {
    background-color: #1275d1 !important;
}

/* navbar */
.web-agency-nav .navbar-nav .nav-link {
    color: #333333;
    padding: 10px 0;
}
.web-agency-nav .navbar-nav .nav-link.active {
    color: #000000;
}
.web-agency-nav .navbar-nav .nav-link:hover {
    color: #000000;
}

/* Sidebar Nav */
.sidebar-nav .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
}
.sidebar-nav .navbar-nav .nav-link.active,
.sidebar-nav .navbar-nav .nav-link:hover {
    color: #1275d1;
}

/* index */
.projects img,
.project p {
    transition: transform .4s;
}
.projects:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5 !important;
}
.projects:hover p {
    opacity: 1 !important;
}
.zoom-img img {
    transition: transform .4s;
}
.zoom-img:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.client-section .img-fluid {
    background: #f5f4f1;
    height: 82px;
    width: 310px;
    object-fit: contain;
    padding: 10px 40px;
    border-radius: 14px;
}
.client-section .img-fluid:hover {
    background: #cfddfc;
}

/* Botones y elementos relacionados */
.nav-underline .nav-link {
    border: none;
    background: no-repeat;
    color: #0aadff;
    border-radius: 50px;
    padding: 10px 24px;
}

.nav-underline .nav-link.active {
    background: #07071c;
}

.btn-theme {
    padding: 10px 25px !important;
}

.btn-purple {
    background-color: #8b3dff;
    color: #ffffff;
    border: 1px solid #8b3dff;
}

.btn-purple:hover, .btn-purple:focus, .btn-outline-purple:hover {
    background-color: #7634d9;
    color: #ffffff;
    border: 1px solid #6f31cc;
}

.btn-outline-purple {
    color: #6f31cc;
    border: 1px solid #6f31cc;
}

.nav-pills.purple-tab .nav-link.active, .nav-pills.purple-tab .show>.nav-link {
    background-color: #8b3dff;
}

.purple-tab .nav-link {
    color: #8b3dff;
}

.form-check-input:checked {
    background-color: #8b3dff;
    border-color: #8b3dff;
}

.bg-purple {
    background-color: #8b3dff;
}

/* Mobile Media  */
@media (max-width: 576px) {
    .main-banner .position-relative img {
        margin-top: 20px;
    }
    .main-banner .position-relative .position-absolute.start-0.end-0.bottom-0.m-3.m-lg-5 {
        display: none;
    }
}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    .m-none {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}