.mn-modelos-section{
  background:#f2f2f2;
  padding:54px 0 72px;
}

.mn-modelos-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.mn-modelos-title{
  margin:0;
  color:#203a70;
  font-family:'Gilroy',sans-serif;
  font-size:36px;
  line-height:1.2;
  font-weight:800;
}

.mn-modelos-whatsapp{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#05c78b;
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  text-decoration:none;
  transition:0.2s ease;
  flex-shrink:0;
}

.mn-modelos-whatsapp:hover,
.mn-modelos-whatsapp:focus{
  background:#04b57f;
  color:#ffffff;
  text-decoration:none;
}

.mn-modelos-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.mn-modelo-card{
  background:#ffffff;
  border-radius:24px;
  padding:14px;
  overflow:hidden;
}

.mn-modelo-media{
  height:100%;
}

.mn-modelo-image{
  display:block;
  width:100%;
  height:100%;
  min-height:286px;
  object-fit:cover;
  border-radius:24px;
}

.mn-modelo-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:286px;
  padding:18px 20px;
}

.mn-modelo-body--left{
  padding-right:28px;
}

.mn-modelo-body--right{
  padding-left:28px;
}

.mn-modelo-tag{
  display:block;
  margin-bottom:8px;
  color:#b7bfcc;
  font-family:'Gilroy',sans-serif;
  font-size:32px;
  line-height:1;
  font-weight:300;
}

.mn-modelo-title{
  margin:0 0 18px;
  color:#05c78b;
  font-family:'Gilroy',sans-serif;
  font-size:36px;
  line-height:1.08;
  font-weight:800;
}

.mn-modelo-text{
  margin:0 0 24px;
  color:#8e96aa;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:18px;
  line-height:30px;
  font-weight:400;
  max-width:560px;
}

.mn-modelo-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  min-height:41px;
  padding:6px 16px 6px 8px;
  border-radius:30px;
  background:#05c78b;
  color:#ffffff;
  text-decoration:none;
  font-family:'Galano Grotesque','Gilroy',sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:700;
  transition:0.2s ease;
}

.mn-modelo-btn:hover,
.mn-modelo-btn:focus{
  background:#04b57f;
  color:#ffffff;
  text-decoration:none;
}

.mn-modelo-btn-icon{
  width:25px;
  height:25px;
  border-radius:50%;
  background:#ffffff;
  color:#05c78b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  flex-shrink:0;
}

.mn-modelo-btn-text{
  white-space:nowrap;
}

.mn-modelos-empty{
  background:#ffffff;
  border-radius:24px;
  padding:30px 24px;
  text-align:center;
  color:#8e96aa;
}

@media (max-width:1199.98px){
  .mn-modelos-title{
    font-size:30px;
  }

  .mn-modelo-tag{
    font-size:28px;
  }

  .mn-modelo-title{
    font-size:30px;
  }

  .mn-modelo-text{
    font-size:16px;
    line-height:27px;
  }
}

@media (max-width:991.98px){
  .mn-modelos-section{
    padding:42px 0 56px;
  }

  .mn-modelo-card{
    border-radius:20px;
    padding:12px;
  }

  .mn-modelo-image{
    min-height:230px;
    border-radius:20px;
  }

  .mn-modelo-body{
    min-height:auto;
    padding:18px 6px 8px;
  }

  .mn-modelo-body--left,
  .mn-modelo-body--right{
    padding-left:6px;
    padding-right:6px;
  }

  .mn-modelo-tag{
    font-size:24px;
  }

  .mn-modelo-title{
    font-size:26px;
    margin-bottom:14px;
  }

  .mn-modelo-text{
    margin-bottom:20px;
    font-size:15px;
    line-height:25px;
  }
}

@media (max-width:575.98px){
  .mn-modelos-section{
    padding:34px 0 44px;
  }

  .mn-modelos-head{
    margin-bottom:16px;
  }

  .mn-modelos-title{
    font-size:22px;
  }

  .mn-modelos-whatsapp{
    width:34px;
    height:34px;
    font-size:18px;
  }

  .mn-modelo-card{
    border-radius:18px;
    padding:10px;
  }

  .mn-modelo-image{
    min-height:190px;
    border-radius:18px;
  }

  .mn-modelo-body{
    padding:16px 4px 6px;
  }

  .mn-modelo-tag{
    font-size:20px;
    margin-bottom:6px;
  }

  .mn-modelo-title{
    font-size:22px;
    margin-bottom:12px;
  }

  .mn-modelo-text{
    font-size:14px;
    line-height:23px;
    margin-bottom:18px;
  }

  .mn-modelo-btn{
    width:100%;
    justify-content:center;
  }
}