/*
Theme Name: prochilca
Template: Divi
Author: Mathe
Version: 5.2.1.1776569649
Updated: 2026-04-19 05:34:09

*/

.custom-form {
  max-width: 600px;
  margin:auto;
}

.custom-form .form-group {
  margin-bottom: 20px;
}

.custom-form input, .custom-form select,
.custom-form textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #33AB54;	
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.custom-form textarea {
  height: 150px;
  resize: none;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #2A5160;
  font-weight: 600;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.form-footer .reclamos {
  color: #2f4f4f;
  text-decoration: underline;
  font-size: 14px;
}

.custom-form input[type="submit"] {
  background-color: #3aa655;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

.custom-form input[type="submit"]:hover {
  background-color: #2f8c46;
}
.custom-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #2A5160;
  font-weight: 600;
  cursor: pointer;
  padding-right: 45px;
}

/* flecha personalizada */
.custom-form .form-group {
  position: relative;
}

.custom-form .form-group:has(select)::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #2A5160;
  font-size: 14px;
  pointer-events: none;
}


.ficha-tecnica {
  color: #33ab54;
  font-weight: 500;
}

.ficha-tecnica a {
  color: #33ab54 !important;
  text-decoration: underline;
  margin-left: 10px;
  position: relative;
}

/* contenedor principal */
.woocommerce div.product div.images {
  display: flex;
  gap: 20px;
}

/* imagen principal */
.woocommerce div.product div.images .flex-viewport {
  width: 85%;
}

/* thumbnails más grandes */
.woocommerce div.product div.images .flex-control-nav {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* cada thumbnail */
.woocommerce div.product div.images .flex-control-nav li {
  width: 100% !important;
}

/* imagen thumbnail */
.woocommerce div.product div.images .flex-control-nav img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 2.5em;
}
ol.flex-control-nav.flex-control-thumbs {
    margin-top: 0 !important;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.et-db #et-boc .et-l .et_pb_wc_images .flex-control-nav img {
	border: 1px solid #ccc;
}
@media (max-width: 768px){
  .woocommerce div.product div.images {
    flex-direction: column;
  }

  .woocommerce div.product div.images .flex-control-nav {
    flex-direction: row;
    width: 100%;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: .5em;
  }
	ol.flex-control-nav.flex-control-thumbs {
		margin-top: 6% !important;
	}
	#contenedor-formulario{
		padding:10px 20px;
	}
}


.section-prochilca{
	background-repeat: no-repeat !important;
    background-image: url(https://prochilca.com/versionpro/wp-content/uploads/2026/04/Grupo-171.jpg) !important;
    min-height: 400px;
	background-position: 50%;
    background-size: 100%;
    background-size: cover;
	padding: 32px 0;
}
.row-prochilca{
	
}
.titulo-prochilca{
	margin-top: 180px !important;
    text-align: start;
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    color: #ffffff !important;
    font-size: 60px;
    line-height: 1.1em;
}
.subtitulo-prochilca{
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    color: #ffffff !important;
    font-size: 20px;
}
.libro-reclamaciones {
  max-width: 900px;
  margin: auto;
}

/* filas */
.libro-reclamaciones .form-row {
  display: flex;
  gap: 18px;
  margin-bottom: 14px;
}

/* columnas */
.libro-reclamaciones .form-group {
  flex: 1;
  position: relative;
}

/* ancho completo */
.libro-reclamaciones .full-width {
  width: 100%;
  margin-bottom: 14px;
}

/* inputs */
.libro-reclamaciones input,
.libro-reclamaciones select,
.libro-reclamaciones textarea {
  width: 100%;
  border: 1px solid #3fb765;
  border-radius: 16px;
  padding: 16px 22px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  background: #fff;
  color: #6d6d6d;
}

/* placeholders */
.libro-reclamaciones input::placeholder,
.libro-reclamaciones textarea::placeholder {
  color: #9a9a9a;
}

/* textarea */
.libro-reclamaciones textarea {
  height: 130px;
  resize: none;
}

/* select */
.libro-reclamaciones select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 45px;
  cursor: pointer;
}

/* flecha personalizada */
.libro-reclamaciones .select-group::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #2A5160;
  pointer-events: none;
}

/* texto informativo */
.libro-reclamaciones .mensaje-info {
  font-size: 12px;
  color: #507080;
  margin-top: -5px;
  margin-bottom: 30px;
  font-style: italic;
}

/* botón */
.libro-reclamaciones .submit-container {
  text-align: center;
  margin-bottom: 20px;
}

.libro-reclamaciones input[type="submit"] {
  background: #37b34a;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 14px 60px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.libro-reclamaciones input[type="submit"]:hover {
  background: #2d9a3f;
}

/* política */
.libro-reclamaciones .politica {
  text-align: center;
  font-size: 12px;
  color: #7d7d7d;
  font-style: italic;
}
.subtitulo-producto{
	color:#A0A0A0;
	text-align:center;
	font-size:17px;
	line-height: 1.1;
}
h3.titulo-acf-producto {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    color: var(--gcid-secondary-color) !important;
    font-size: 29px;
}
.contenido-acf-producto ul li, .contenido-acf-producto p{
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    color: var(--gcid-primary-color) !important;
	font-size:20px;
	line-height: 1.1;
	margin-bottom:5px;
}
/* responsive */
@media (max-width: 768px) {
	h3.titulo-acf-producto {
		color: var(--gcid-secondary-color) !important;
		font-size: 20px;
	}
	.contenido-acf-producto ul li, .contenido-acf-producto p{
       font-size:16px;
	}
   .subtitulo-producto{
		font-size:15px;
	}
  .libro-reclamaciones .form-row {
    flex-direction: column;
    gap: 14px;
  }

  .libro-reclamaciones input,
  .libro-reclamaciones select,
  .libro-reclamaciones textarea {
    font-size: 15px;
  }

  .libro-reclamaciones input[type="submit"] {
    width: 100%;
  }

}
.et_pb_menu_1_tb_header .et_pb_menu_inner_container.et_flex_module{
	width: 100% !important;
}
.productos-centro ul.products {
    display: flex;
    justify-content: center;
}

.productos-centro ul.products li.product {
    float: none !important;
}

.product-image{
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -30px center;
}

/* Desktop */
.et_pb_blog .et_pb_posts.et_grid_module{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px;
}

.et_pb_blog .et_pb_posts.et_grid_module article.et_pb_post{
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Tablet */
@media (max-width: 980px) {
    .et_pb_blog .et_pb_posts.et_grid_module{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .et_pb_blog .et_pb_posts.et_grid_module{
        grid-template-columns: 1fr !important;
    }
}

.et_pb_blog .et_pb_posts.et_grid_module article.et_pb_post h2 a{
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 800 !important;
    color: var(--gcid-primary-color) !important;
    font-size: 20px !important;
    text-align: center !important;
}

/* filtro prochilca filter */
.prochilca-filters{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:30px 0;
}

.prochilca-filters select{

    width:220px;
    height:45px;

    border:1px solid #ccc;
    border-radius:4px;

    padding:0 15px;

    background:#fff;

    cursor:pointer;

    font-size:16px;

}
ul.products li.product .price{
    display:none !important;
}
h2.woocommerce-loop-product__title {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 800 !important;
    color: var(--gcid-primary-color) !important;
    font-size: 20px !important;
    text-align: center !important;
}

/* Resultados de búsqueda */
.et_pb_post .et_pb_image_container{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.et_pb_post .et_pb_image_container img{
    width:100%;
    height:100%;
    object-fit:contain; /* o cover */
}


.prochilca-search-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.prochilca-search-item{
    text-align: center;
}

.prochilca-search-item a{
    text-decoration: none;
    color: inherit;
    display: block;
}

.prochilca-search-item img{
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
}

.prochilca-search-item h3{
    margin: 0;
    color: #21445B;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.prochilca-search-item .subtitulo-producto{
    margin-top: 10px;
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 980px){
    .prochilca-search-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .prochilca-search-item h3{
        font-size: 20px;
    }
}

/* Celular */
@media (max-width: 767px){
    .prochilca-search-grid{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .prochilca-search-item img{
        max-width: 250px;
    }

    .prochilca-search-item h3{
        font-size: 18px;
    }
}
#icono-whatsapp{
	position:fixed !important;
	    width: 60px !important;
}