/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Tamaño imagen listing tratamientos */

.imagen-tratamiento {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.imagen-tratamiento img {
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


.formulario-contacto input,
.formulario-contacto textarea,
.formulario-contacto select {
  padding-top: 20px;
padding-bottom: 20px;
}

.formulario-contacto ::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #213631 !important;
  opacity: 1 !important;
}

/* Margen superior caja icono mas titulo (tratamientos) */

.icono-descripcion h3.elementor-icon-box-title {
    margin-top: 0px;
}