/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* menu mobile */
body {
  overflow-x: hidden;
}
@media(max-width: 1024px) {
    #trevenque-menu  .e-n-menu-heading {
        margin-top: 32px;
    }
    #trevenque-menu .e-n-menu-title-container {
    width: calc(100% - 20px);
    }
    
}
@media(max-width: 767px) {
  #trevenque-menu .e-con>.e-con-inner,
  #trevenque-menu .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container  {
      height: auto !important;
  }

  #trevenque-menu .e-n-tab-title {
    margin: 20px !important;
  }
}
.menu-mobile-trevenque a {
    display: flex;
    justify-content: space-between;
}

/* AJUSTES RD */
.card-blog h2, .portfolio_short_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .portfolio_short_desc {
   height: 44px;
   overflow: hidden;
 }

/* FORMULARIOS 365 */
.marketingForm > div {
  width: 100% !important; 
  max-width: 100% !important;
}
.marketingForm > table {
    width: 100% !important; 
  max-width: 100% !important;
}
.marketingForm > table tbody {
  width: 100% !important; 
  max-width: 100% !important;
}
.marketingForm > table tbody th {
  width: 100% !important; 
}
.marketingForm  {
  table {
    border-spacing: 30px !important;
    width: 100% !important;
      div {
          padding: 0;
          margin: 0;
          height:auto;
          
      }
      margin-bottom: 0px;
      td,th { 
          border-color: transparent;
          background-color: transparent !important; 
          padding: 0 !important;
          padding-right: 8px !important;
      }
      
      th {
          padding: 0px !important;
      }
      input, textarea {
          padding: 0.6rem .8rem  !important;
          font-size: 1rem  !important;
      }
  }
  .submitButtonWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  table.multi .phoneFormFieldBlock, table.multi .textFormFieldBlock, table.multi .dateTimeFormFieldBlock, table.multi .twoOptionFormFieldBlock, table.multi .optionSetFormFieldBlock, table.multi .multiOptionSetFormFieldBlock, table.multi .lookupFormFieldBlock {
    padding: 4px !important; 
  }
  .consentBlock {
    padding: 1rem 0 !important;
  }
 
  a, a:hover, label {
    font-size: 14px !important;
  }
}
.marketingForm .submitButton {
  display: block !important;
  width: 100% !important; 
  max-width: calc(100% - 16px) !important;
  padding: 20px 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.marketingForm .submitButton:hover, .marketingForm .submitButton:active, .marketingForm .submitButton:focus {
  background-color: #281F66 !important;
}