/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --primary-color: #2fc1ff;
    --secondary-color: #e71489;

    --white: #fefefe;
    --light-100: #f6f6f6;
    --light-200: #dedede;
    --light-300: #afafaf;
}

.service-single-content,
.project-single-content {
    margin-bottom: 4rem;
    width: 100%;
}

.services-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.service-item {
    width: 22rem;
    border: solid 1px var(--light-200);
    border-radius: .5rem;
    overflow: hidden;
    padding: 1rem;
}

.box-info-item:hover,
.project-item:hover,
.service-item:hover, 
.srv-other-srv-item:hover {
    transform: scale(1.02);
}

.box-info-item:hover h5,
.project-item:hover h5,
.project-item:hover span,
.service-item:hover h4, 
.srv-other-srv-item:hover h5 {
    color: var(--ast-global-color-1);
    transition: all 0.2s linear;
}

.service-item img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 250px;
}

.service-item h4 {
    margin-top: 1rem;
}

.service-item p {
    line-height: 150%;
}

/** Hide Logo on servicio-single **/
/* .single-proyecto .custom-logo,
.single-servicio .custom-logo {
    display: none;
} */

/* .single-proyecto .site-logo-img::after,
.single-servicio .site-logo-img::after {
    position: relative;
    width: 125px;
    height: 50px;
    top: 0;
    left: 0;
    display: block;
    color: black;
    background-image: url('/wp-content/uploads/2023/04/servisign-logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
} */

/* Service Single Styles */
.single-servicio .srv-title {
    font-size: 2rem;
    margin-top: 1rem;
}

.single-servicio .srv-info-wrapper {
    display: flex;
    flex-direction: row;
}

.single-servicio .srv-info-gallery {
    flex: 2;
    padding: 1rem;
    min-width: 0;
}

.single-servicio .srv-info-description {
    flex: 1;
    padding: 1rem;
}

.info-box {
    margin-top: 2rem;
    background-color: var(--light-200);
    padding: 1rem 2rem;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0 0 0 / 0.3);
}

.info-box h3 {
    margin-bottom: .5rem;
}

.info-box hr {
    height: 2px;
    background-color: var(--light-300);
}

.info-box h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.box-info-ctr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.box-info-item {
    background-color: var(--white);
    border-radius: 8px;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0 0 0 / .2);
}

.box-info-item:hover {

}

.box-info-item img {
    width: 100%;
    height: 256px;
    object-position: top;
    object-fit: cover;
}

.box-info-item h5 {
    margin-top: 1rem;
}

.projects-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    row-gap: 4rem;
}

.project-item {
    border: solid 1px var(--light-200);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0 0 0 /.2) !important;
}

.project-item__info {
    padding: 2rem 1rem;
}

.project-item__info h5 {
    margin-bottom: 0;
}

.project-item__info span {
    color: var(--light-300);
}

.project-item__image {
    height: 15rem;
}

.project-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.project-item__info span:not(:last-child)::after {
    content: ",";
}

.ss_pagination {
    display: flex;
    flex-direction: row;
    font-size: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    gap: .5rem;
}

.ss_pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2rem;
    min-height: 3rem;
    padding: 0 1rem;
    background-color: var(--light-200);
    border-radius: 8px;
}

.ss_pagination a.active {
    background-color: var(--primary-color);
}

.project-single-content .prj-title {
    font-size: 2rem;
}

.project-single-content__main {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    overflow: hidden;
    margin-top: 2rem;
}

.MainSwiper {
    width: 100%;
    height: 600px;
}

.ThumbSwiper {
    width: 100%;
    height: 200px;
    margin-top: 1rem;
}

.swiper-slide {
    background-color: black;
}

.ThumbSwiper .swiper-slide {
    opacity: 0.6;
    height: 128px;
}

.ThumbSwiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-single-content__main__info {
    flex: 1;
}

.project-single-content__main__gallery {
    flex: 3;
    min-width: 0;
}

.prj-category {
    background-color: var(--light-200);
    padding: .5rem;
    padding-bottom: 1rem;
    border-radius: 8px;
}

.prj-category hr {
    margin: .5rem 0;
}

.prj-category__ctr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
}

.prj-category__ctr span {
    display: inline-block;
    background-color: var(--light-100);
    padding: .4rem;
    line-height: normal;
    border-radius: 8px;
}

.project-single-content__main__gallery__title {
    display: none;
}

/* Hide Ninja Form Messages */
.nf-form-fields-required,
.nf-error-field-errors {
    display: none;
}

/* Ninja Form Styles */
.inline-form .nf-form-wrap {
    margin-top: 1rem;
}

.inline-form nf-field {
    float: left;
    margin-right: 1rem;
    width: calc(50% - 1rem);
}

.inline-form nf-field:nth-last-child(-n+2) {
    margin-right: 0;
}

.inline-form nf-field:last-child {
    clear: both;
}

.inline-form--centered-btn nf-field:last-child {
    display: block;
    width: 100%;
    text-align: center;
}