section.pcontacto h2{
    font-size: 32px;
    font-weight: 300;
    color: #453D3B;
}
section.pcontacto h2 strong{
    font-size: 40px;
    font-weight: 600;
    color: #2C5904;
}
section.div-fcontacto h3{
    font-size: 28px;
    font-weight: 300;
    color: #2C5904;
}
section.div-fcontacto h3 b, section.encontra h3 b{ 
    font-weight: 700;
    color: #72B344;
}
section.encontra h3{
    font-size: 32px;
    font-weight: 300;
    color: #2C5904;
}
.icons_contact .area-card{
    height: 175px;
    background: var(--card-bg);
  border-radius:16px;
  padding:18px;
}
span.area-card__txt {
    text-align: center;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 700;
}
/* color del texto según fondo */
.area-card.text-green .area-card__txt{ color:#2C5904; } /* #BFED00, #FFD22F, #F6F4E8 */
.area-card.text-cream .area-card__txt{ color:#F6F4E8; } /* todos los demás */

.fcontacto .form-control{
    height: calc(1.95em + 1rem + 2px) !important;
    padding: 0.375rem 1.3rem !important; 
	border-radius: 8px !important;
	background-color: #F6F4E8 !important;
	font-weight: 500 !important;
    border: none!important;
    font-size: 0.85rem;
	color: #453D3B;
}
.fcontacto .form-control:focus{
    color: #453D3B !important;
	border-color: 0 0 10px 1px #F6F4E8!important;
	box-shadow: 0 0 10px 1px #F6F4E8 !important;
	background-color: #F6F4E8 !important;
}
.fcontacto textarea.form-control {
    height: auto !important;
}
.fcontacto input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
}
.fcontacto input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    top: 0;
    left: -27px;
   border: 1px solid #B5B5B5;
}
.fcontacto input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    font-family: bootstrap-icons !important;
    content: "\F26E";
        top: -10px;
    left: -35px;
    visibility: hidden;
    font-size: 2.5rem;
    text-align: center;
    line-height: 30px;
    color: #2C5904;
}
.fcontacto input[type=checkbox]:checked + span:before {
    background: transparent;
}
.fcontacto input[type=checkbox]:checked + span:after{
    visibility: visible;
}
.fcontacto span.wpcf7-list-item {
   display: inline-block;
    margin: 0% 1% 0% 6%;
    font-size: 10px;
}
.fcontacto .wpcf7 .wpcf7-list-item{
    display: block;
    font-size: 0.6rem;
    line-height: 1.3;
    color: #909090;
    font-weight: 600;
}
.fcontacto .wpcf7-list-item a{
    color: #B5B5B5;
}
.fcontacto .wpcf7-not-valid-tip{
    font-size: 0.85rem;
}
.fcontacto span.wpcf7-list-item-label {
    position: relative;
}
.fcontacto .div-btn p{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fcontacto .btn-enviar {
    background-color: #2C5904;
    color: white;
    border-radius: 8px;
    border: none;
    width: 100%;
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
}
 .fcontacto input::placeholder, .fcontacto textarea::placeholder {
    color: #453D3B; /* Color Gris claro por defecto */
  }

  /* Estilos específicos para navegadores */
  .fcontacto input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #453D3B;
  }
  .fcontacto input::-moz-placeholder { /* Firefox 19+ */
    color: #453D3B;
  }
  .fcontacto input:-ms-input-placeholder { /* IE 10+ */
    color: #453D3B;
  }
  .fcontacto input::-ms-input-placeholder { /* Edge */
    color: #453D3B;
  }
.info-contact{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-contact .info {
    height: 33.33%;
}
.info-contact .info:nth-child(1){
    background-color: #F6F4E8;
}
.info-contact .info:nth-child(1) span{
    font-size: 28px;
    font-weight: 700;
    color: #2C5904;
}
.info-contact .info:nth-child(2){
    background-color: #BFED00;
    color: #453D3B;
}
.info-contact .info:nth-child(3){
    background-color: #2C5904;
    color: #FFF;
}
.info-contact .info:nth-child(2) span:nth-child(1),
.info-contact .info:nth-child(3) span:nth-child(1){
    font-size: 20px;
    font-weight: 700;    
    line-height: 1;
        padding-left: 1rem;
}
.info-contact .info:nth-child(2) span:nth-child(2),
.info-contact .info:nth-child(3) span:nth-child(2){
    font-size: 14px;
    font-weight: 500;   
        padding-left: 1rem; 
}
@media (max-width: 600px){
    section.pcontacto h2 strong,section.pcontacto h2,section.encontra h3 {font-size: 25px;}
    section.div-fcontacto h3 {font-size: 22px;}
    section.div-fcontacto h3 br{ display:none; }
    .info-contact, .img-contact{width: 100%!important;}
    .ico svg {    width: 50px;    height: 50px;}
}