@charset "utf-8";
/* LINK SISTEMAS WEB - CSS Document */

/* REBRANDING */
#nuevo-servicios {
    margin-top: -100px;
    padding-top: 160px;
}
@media (max-width: 768px){
    #nuevo-servicios {
        padding-top: 120px;
    }
}



/* footer logos */
.footer-links img {
    width: 120px;
}
.working-hour-box p {
    line-height: 24px;
}

/* fix palmera en movil 

.our-work::before {
    display: none;
}
*/


a {
    color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}
a:hover {
    color: var(--primary-color);
}



/* buscar */
#search {
	z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
@media (max-width: 768px){
	#search input[type="search"] {
		font-size: 7.5vw;
	}
}
#search .btn {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin-top: 61px;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	border-radius: 100px;
	border: none;
	color: var(--white-color);
	padding: 14px 35px 14px 25px;
	transition: all 0.5s ease-in-out;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
	padding: 10px 10px;
}
/* clears the 'X' from Internet Explorer */
#search input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
#search input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
/* clears the 'X' from Chrome */
#search input[type="search"]::-webkit-search-decoration,
#search input[type="search"]::-webkit-search-cancel-button,
#search input[type="search"]::-webkit-search-results-button,
#search input[type="search"]::-webkit-search-results-decoration { display: none; }







/* slider */
.section-title h1 {
    min-height: 144px;
}
.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
    object-position: top;
}



/* clientes satisfechos y estrellas */
.happy-customer-counter p {
    line-height: 24px;
}



/* menu */
.navbar-brand img {
	max-width: 145px;
}



/* acerca */
.about-company-founder {
    border-right: none;
}
.about-img-2 figure, .about-img-2 img {
    max-width: 320px;
}



/* servicios */
.service-image img {
    aspect-ratio: auto;
}
/*
.service-item:hover .service-body {
    bottom: 76px;
}
*/
.our-services::after {
    background: url('../images/footer-top-bg.svg') no-repeat;
	bottom: -6px;
}



/* diferenciadores */
.why-choose-item {
    width: 100%;
}



/* paginacion de carruseles de servicios y diferenciadores */
.servicios .swiper-pagination .swiper-pagination-bullet, .diferenciadores .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--accent-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}
.servicios .swiper-pagination .swiper-pagination-bullet-active, .diferenciadores .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}



/* video */
.video-play-content a {
	color: var(--white-color);
}
.video-play-content a:hover {
	color: var(--accent-color);
}



/* portafolios */
.work-image img {
    aspect-ratio: 16 / 9;
}



/* testimonios */
.author-image figure, .author-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}



/* preguntas frecuentes */
.accordion-body a {
	color: var(--white-color);
}
.accordion-body a:hover {
	color: var(--accent-color);
}



/* lista contenidos */
.post-featured-image img {
    aspect-ratio: 16 / 9;
}
.post-item .article-content h2 {
    min-height: 48px;
}
/* paginacion */
#SoloMovil {
    display: none;
}
@media (max-width: 768px) {
	#hide {
	display:none;
	}
	#SoloMovil {
	display:inline;
    padding: 0px 20px;
	line-height: 2.5rem;
	}
}
/* boton video */
.post-featured-image .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.post-featured-image .video-play-button a {
    display: flex;
}



/* contenido */
.contenido-image figure, .contenido-image img {
	border-radius: 40px
}
.post-tags .tag-links a {
    margin-left: 0px;
	margin-right: 10px;
}


/* contacto */
/* trampa formulario */
.ciudad {
    display: none;
}
.form-results {
    margin-top: 0!important;
	font-size: 16px!important;
    color: var(--white-color)!important;
}



/* footer */
/* boton WhatsApp todo el sitio */
.btn-wa {
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: all 300ms ease 0ms;
    z-index: 999;
}
.btn-wa:hover {
    transform: translateY(-7px);
}
.btn-wa-bg {
    color: #25D366;
    transition: all 300ms ease 0ms;
}
.btn-wa:hover .btn-wa-bg {
    color: #70c745;
}
.btn-wa-ico {
    color: var(--white-color);
}
/* redes sociales */
.footer-social-links li {
	margin-bottom: 20px;
}
/* link footer */
.footer-copyright-text p a {
	color: var(--white-color);
}
.footer-copyright-text p a:hover {
	color: var(--accent-color);
}
/* image */
.footer-logo img {
	width: 100%;
	height: auto;
    max-width: 220px;
}
/* menu links */
.footer-links ul li {
    text-transform: none;
}
