/*
    Theme Name:   Peakway
    Theme URI:    https://smo.vn
    Author:       SMO
    Author URI:   https://smo.vn
    Description:  Designed by <a href="https://smo.vn">SMO</a>
    Text Domain:  pb-theme
    License:      GNU General Public License
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Version:      1.0.0
    Tags:         validate W3C, responsive, seo
    Copyright:    (c) 2023 SMO
*/


/* OCULTAR PARTE "SOBRE NOSOTROS" DE LA HOME */
#sobre-nosotros-home {
	display: none;
}


/* OCULTAR PARTE "NUESTROS PRODUCTOS" DE LA PÁGINA NOSOTROS */
#nuestros-productos-nosotros {
	display: none;
}


/* OCULTAR "Servicio de Firma Peakway" EN LA PÁGINA SMART CITY */
#servicio-firma-smartcity {
	display: none;
}


/* CENTRAR ICONO PLANES ESTRATEGICOS EN LA PÁGINA DE AUDITORIA */
#planes-estrategicos-auditoria {
	display: flex;
	justify-content: center;
}

/* CENTRAR ICONO AUDITORIA DE SISTEMAS EN LA PAÁGINA DE AUDITORIA */
#auditoria-sistemas-auditoria {
	display: flex;
	justify-content: center;
}


/* MENÚ IDIOMAS MOVIDO HACIA LA DERECHA EN FORMATO "LAPTOP" */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	
	.menu-idiomas div {
		margin-left: 103px;
		padding-bottom: 0px;
	}
}
@media (min-width: 768px){
	:not(.home) > .main-content{
		margin-top:100px;
	}
	
}



/* COLOR BLANCO DE LA CRUCETA AL DESPLEGAR EL MENÚ HAMBURGUESA EN MOBILE */
.elementskit-menu-close {
	color: white !important;
}



/* MOVIDO HACIA LA DERECHA EL VÍDEO DE LA SECCIÓN DE SERVICIO DE FIRMA ELECTRONICA */
#section-video-servicio-firma {
	margin-left: 50px !important;
}



/* OCULTAR IDIOMAS AL DESPLAZARSE HACIA ABAJO EN LA HOME */
.fixed #menu-idiomas {
	display: none;
}

.footer-elementor-page .link-underline a:hover{
	text-decoration: underline;
}

.relpost-thumb-wrapper{
	margin-top: 50px;
}
.relpost-thumb-wrapper .relpost-thumb-container > h3{
	margin-bottom: 30px;
}
.testimonials-employers .desc ,.testimonials-employers .name,.testimonials-employers .position{
	color:#000000;
}
.testimonials-employers .desc{
font-size: 20px;
line-height: 1.5;
}
.testimonials-employers .slick-arrow svg{
	filter: invert(100%);
}
.testimonials-employers .slick-arrow:hover{
	background: #86838338;

}

@media only screen and (max-width: 1500px){
.section-wrap-laptop > .elementor-container {
 flex-wrap:wrap;
}
	}


