/*
Theme Name: HardSoftware
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo de twentytwentyfive
Author: Juan Jesus Campos Quiroga
Author URI: https://logicalweb.bo
Template: twentytwentyfive
*/

/* * */
p, span, a, h1, h2, h3, h4, h5, h6, label {
  transition: color 0.25s ease, 
              opacity 0.25s ease, 
              transform 0.25s ease;
}

.p-services a:hover{
	color: #3FC0F0;
}



/*slider*/
@font-face{
    font-family: 'My font';
    src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
}

/* Define la animación que sube y baja */
@keyframes subirBajar {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Ajusta el valor para más o menos altura */
  }
}

div#n2-ss-2 .n2-font-0ab23295369fdf0b6727716f24ec9723-paragraph{
	text-align:left !important;
}

div#n2-ss-2 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading{
	text-align:left !important;
}

/* Aplica la animación a la imagen */
#n2-ss-4item1{

  animation: subirBajar 2s ease-in-out infinite;
}   


/*.n2-ss-slider-controls
 {
	flex-direction: row !important;
    justify-content: center !important;
    align-items: end !important;
}*/

a, button, *{
	text-decoration:none !important;
	outline:none !important;
}

/*ICONOS*/
.icon-home{
	    justify-content: center;
    display: flex;
    background-color: #e9e9e9;
    font-size: 1rem;
    color: #878787;
    border-radius: 4rem;
    padding: 10px 15px 10px 15px;
}

.icon-contact{
	 justify-content: center;
    display: flex;
    font-size: 2.5rem;
    color: #b5b5b5;
}

/*HEADER*/

/* Header transparente por defecto */
.header {
    
	
    transition: background 0.3s ease;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Header negro al hacer scroll */
/*.header.scrolled {
    background: #000000 !important;
}*/


/*INICIO*/

.btn-blue a{
	 transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.2s ease;
}

.btn-blue a:hover{
	background-color: #3FC0F0 !important;
}

.btn-white a{
	  transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.2s ease;
}

.btn-white a:hover{
	background-color: black !important;
}


.btn-white a:hover{
	color: white !important;
}

.prod-card{
	transition: transform 0.3s ease;
	/*border: 1px solid gray;*/
}

.prod-card::after{
	content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}

.prod-card:hover{
	box-shadow: 0 8px 32px rgba(0,180,216,.12); transform: translateY(-4px);
}

.prod-card:hover::after { transform: scaleX(1); }

.prod-thumb { width: 100%; height: 200px; overflow: hidden; position: relative;  display: flex; align-items: center; justify-content: center; padding: 20px; }
.prod-thumb img {  object-fit: contain; transition: transform .4s; filter: drop-shadow(0 8px 20px rgba(0,0,0,.1)); }
.prod-card:hover .prod-thumb img { transform: scale(1.06); }

.prod-card:hover::after {
	transform: scaleX(1);}

.prod-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

html{
	scroll-behavior: smooth;
}

.prod-thumb img{
	transform: scale(1.06);
}

.btn-blue{
	transition: transform 0.3s ease;
}
.btn-blue:hover{
	background: white;
}


.btn-white:hover{
	background: black;
}

.div #n2-ss-2 .n2-font-9f40ef025cf67c7b4f414f7303b0077f-paragraph{
	font-family:'Poppins';
}

.div#n2-ss-2 .n2-font-d005840982f1410a7f54db5000b4786e-paragraph{
	font-family: 'Poppins' !important;
}

/*COUNTER*/
.wp-block-column-is-layout-flow{
	border:0 !important;
}

/*Contacto*/

.link a:hover{
	color: #3fc0f0;
}

/* FORMULARIO MINIMALISTA */

.form-grid .wpcf7-form-control-wrap {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.form-grid > div {
    margin: 0 !important;
    padding: 0 !important;
}

.form-grid p {
    margin: 5px 0px 5px 0px !important;
    padding: 0 !important;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 10px;
}

.form-grid .full {
  grid-column: span 2;
}

/* Inputs */
.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.25s ease;
	box-sizing:border-box;
	margin:0 !important;
}

.post-password-form input[type="password"]{
	color:black !important;
}

/*.post-password-form label{
	color:black!important;
}*/

/* Placeholder */
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #777;
}

/* Focus */
.form-grid input:focus,
.form-grid textarea:focus {
  outline: none;
  border-color: #3ebfef;
}

/* Textarea */
.form-grid textarea {
  height: 160px;
}

/* Botón */
.form-grid input[type="submit"] {
  background: #3084ad;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.form-grid input[type="submit"]:hover {
  background: #3ebfef;
}

/*.post-password-form input[type="password"]::placeholder {
    color: #4a7a96;
    font-size: 13px;
    letter-spacing: 0.5px;
}*/

/* Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: span 1;
  }
}


/*BLOG*/

.post-card { 
	
	overflow:hidden; 
	transition:box-shadow .3s,transform .3s; 
	position:relative; }
.post-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:#3cb7e5; transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.post-card:hover { box-shadow:0 8px 28px rgba(0,180,216,.1); transform:translateY(-4px); }
.post-card:hover::before { transform:scaleX(1); }

.post-thumb img { width:100%; height:100%; object-fit:cover; filter:saturate(.8); transition:filter .4s,transform .4s; }
.post-card:hover .post-thumb img { filter:saturate(1); transform:scale(1.05); }

.post-title { transition:color .2s; cursor:pointer; }
.post-card:hover .post-title a { color:#3cb7e5; }



.indiv_blog_sidebar{
	border-left-color: #083951 !important;
}

/*SITIO PRIVADO FORM*/
.post-password-form {
    max-width: 480px;
	margin: 2rem auto !important;
    padding: 52px 48px 44px;
    background: #0f2233;
    border-radius: 20px;
    border: 1px solid rgba(62,193,243,0.18);
    text-align: center;
}

.post-password-form::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: rgba(62,193,243,0.08);
    border: 1px solid rgba(62,193,243,0.2);
    border-radius: 50%;
    margin: 0 auto 28px;
    font-size: 32px;
}

.post-password-form > p{
    font-size: 20px;
    color: white !important;
    line-height: 1.6;
    margin-bottom: 32px;
}

.post-password-form label {
    font-size: 11px;
    font-weight: 700;
    color: #3ec1f3;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
}

.post-password-form input[type="password"] {
    width: 100%;
    padding: 13px 16px;
    border-radius: 10px;
    border: 1px solid rgba(62,193,243,0.15);
    background: rgba(255,255,255,0.04);
    color: #e0eaf2;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.post-password-form input[type="password"]:focus {
    outline: none;
    border-color: #3ec1f3;
    background: rgba(62,193,243,0.06);
    box-shadow: 0 0 0 3px rgba(62,193,243,0.12);
}

.post-password-form input[type="submit"] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #1a5c7a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.3s ease;
}

.post-password-form input[type="submit"]:hover {
    background: #3ec1f3;
    color: #0a1929;
}


.post-password-form::before {
    font-family: 'remixicon' !important;
    content: "\eece";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: rgba(62,193,243,0.08);
    border: 1px solid rgba(62,193,243,0.2);
    border-radius: 50%;
    margin: 0 auto 28px;
    font-size: 32px;
    color: #3FC0F0;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .post-password-form {
        margin: 50px 15px;
        padding: 25px 20px;
    }
}

@media (max-width: 740px){
	.footer-sign{
		justify-content: center !important;
		
	}
	div#n2-ss-2 .n2-font-0ab23295369fdf0b6727716f24ec9723-paragraph{
	text-align:center !important;
}

div#n2-ss-2 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading{
	text-align:center !important;
}
	
	div#n2-ss-2 .n2-font-839650eeb664eaff599a3f4ebef64872-paragraph{
		text-align:center !important;
	}
	
	div#n2-ss-2 .n2-font-31170d63b4828b5502ce3f745f6df4bb-paragraph{
		text-align:center !important;
	}
	
	div#n2-ss-4 .n2-font-9b00ee7d51c7ce4e965f5cedfba45939-hover{
		text-align:center !important;
	}

}
/*FOOTER*/

.wp-block-template-part{
	margin:0 !important;
}

.wp-site-blocks {
    gap: 0 !important;
}

.footer_menu .footer_nav_link a{
	transition: transform 0.3s ease !important;
}

.footer_menu .footer_nav_link a:hover{
	color: #3FC0F0 !important;
}
	
.footer_nav_link a[aria-current="page"]{
	color: #3FC0F0 !important;
}	

.sidebar_blog_link a{
	transition: transform 0.3s ease;
}

.sidebar_blog_link a:hover{
	transition: transform 0.3s ease;
	color: #3FC0F0;
}

.sign{
	align-items:center !important;
}

.sign img{
	vertical-align: middle !important;
}
	