/*
Theme Name: Pecusam
Theme URI: http://example.com/twenty-twenty-three-child/
Description: hello-elementor Child Theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/
/* Add your custom styles here */

.cd-header {
  height: 60px;
  width: 100%;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.06) 0 1px,
      transparent 1px
    ),
    linear-gradient(
      100deg,
      #aa3b42 0%,
      #9b474a 30%,
      #437289 55%,
      #2398aa 75%,
      #408898 100%
    );

  background-size:
    3px 3px,
    cover;
}

.cd-header-seach {
  max-width: 300px !important;
  width: 100%;
}

.elementor-widget-search.cd-header-seach .e-search-form {
  display: flex;
  flex-direction: row-reverse;
}

.elementor-widget-search.cd-header-seach .e-search-label > i,
.elementor-widget-search.cd-header-seach .e-search-label > svg {
  inset-inline-start: -40px;
}

.cd-footer-title .elementor-heading-title {
  text-underline-offset: 7px;
  text-decoration-color: #019eb4 !important;
  text-decoration-thickness: 2px !important;
}

.cd-home-fondo-login {
  background: rgba(225, 244, 246, 0.65);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}

.cd-home-contact-form__row {
  display: flex;
  gap: 10px;
}

.cd-home-contact-form__col {
  flex: 1;
}

.cd-home-contact-form input[type="date"],
.cd-home-contact-form input[type="email"],
.cd-home-contact-form input[type="number"],
.cd-home-contact-form input[type="password"],
.cd-home-contact-form input[type="search"],
.cd-home-contact-form input[type="tel"],
.cd-home-contact-form input[type="text"],
.cd-home-contact-form input[type="url"],
.cd-home-contact-form select,
.cd-home-contact-form textarea {
  border: 1px solid #019eb4;
  border-radius: 20px;
}

.cd-home-contact-form input[type="text"],
.cd-home-contact-form input[type="tel"],
.cd-home-contact-form input[type="email"] {
  height: 35px;
}

.cd-home-contact-form input[type="text"]::placeholder,
.cd-home-contact-form textarea::placeholder {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  color: #808080;
}

.cd-home-contact-form textarea {
  height: 100px;
}

.cd-home-contact-form .wpcf7-list-item {
  margin: 0 0 10px 0 !important;
}

.cd-home-contact-form .wpcf7-list-item-label {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  color: #000000;
}

.cd-home-contact-form .wpcf7-list-item-label a {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #009eb4;
}

.cd-home-contact-form .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.cd-home-contact-form input[type="submit"] {
  height: 35px;
  width: 100%;
  background-color: #009eb4;
  border: 1px solid #009eb4;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.cd-home-contact-form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #009eb4;
}
