/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*  Custom size logo  

 Update the width in the below code and height from the Enfold > Header > Header size */

#top .logo ,
#top .logo a {  
  width: 588px;
 }

@media only screen and (max-width: 767px) {
#top .logo ,
#top .logo a {  
  max-width: 60% !important;
  width: 60% !important;
  height: auto;
 }}

.entry-content-wrapper {
	font-size: 1em;
}

.jvoq-equipamento-row {
  display: grid;
  grid-template-columns: 220px 1fr 250px;
  gap: 20px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  align-items: start;
}

.jvoq-equipamento-img img {
  max-width: 100%;
  height: auto;
}

.jvoq-equipamento-content h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #222;
}

.jvoq-equipamento-content h4 {
  font-size: 15px;
  margin: 0 0 12px;
  font-weight: 500;
  color: #444;
}

.jvoq-equipamento-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #555;
}

.jvoq-equipamento-content .btn {
  background: #e36c0a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.jvoq-equipamento-content .btn:hover {
  background: #c75905;
}

.jvoq-equipamento-specs {
  background: #eaeaea;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
}

.jvoq-spec-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.jvoq-spec-icons img {
  width: 28px;
  height: 28px;
}

.jvoq-equipamento-specs table {
  width: 100%;
  border-collapse: collapse;
}

.jvoq-equipamento-specs th {
  background: #ccc;
  text-align: left;
  padding: 5px 8px;
  font-weight: 600;
  width: 50%;
}

.jvoq-equipamento-specs td {
  background: #fff;
  padding: 5px 8px;
}



/* === equipamentos_da_aplicacao === */
.jvoq-eq-grid {
    width: 100%;
}
.jvoq-eq-row {
    display: flex;
    gap: 40px;
    margin-bottom: 32px;
}
.jvoq-eq-row--mt {
    margin-top: 0;
}
.jvoq-eq-item {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    min-width: 0; /* evita overflow em flex */
}
.jvoq-eq-img {
    flex-shrink: 0;
}
.jvoq-eq-img img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    display: block;
}
.jvoq-eq-content {
    flex: 1;
    min-width: 0;
}
.jvoq-eq-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.1em;
}
.jvoq-eq-title a {
    text-decoration: none;
}
.jvoq-eq-desc p:first-child {
    margin-top: 0;
}
.jvoq-eq-cta {
    margin-top: 10px;
    margin-bottom: 0;
}
.jvoq-eq-cta a {
    font-weight: 600;
}
@media (max-width: 767px) {
    .jvoq-eq-row {
        flex-direction: column;
        gap: 24px;
    }
}
