/* Begin Custom CSS */
.color_header h2.fl-heading {
    position: relative;
}
.color_header h2.fl-heading span.fl-heading-text {
    background: #fff;
    padding: 0 40px;
}
.color_header h2.fl-heading:after {
    content: "";
    background: #F39441;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 44%;
    z-index: -1;
}

.texture_header h2.fl-heading {
    position: relative;
}
.texture_header h2.fl-heading span.fl-heading-text {
    background: #fff;
    padding: 0 40px;
}
.texture_header h2.fl-heading:after {
    content: "";
    background: #a28d73;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 44%;
    z-index: -1;
}
.mps_listing_video_left img {
    width: 100%;
}
.mps_listing_video_right h3,
.mps_listing_video_right h5{
    margin-bottom: 15px;
}

.request_sample_product_list .gfield_checkbox {
    list-style: none;
}
.request_sample_product_list .gfield_checkbox .gchoice{
    width: 23%;
    float: left;
    padding: 12px !important;
    margin-bottom: 2% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    overflow: hidden;
}
.mps_header_listing_video_wrap{
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.mps_header_listing_video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* Request result form */
.gform_wrapper.gravity-theme.request_sample_form_wrapper .gform_previous_button.button,
.gform_wrapper.gravity-theme.request_sample_form_wrapper .gform_next_button.button,
.gform_wrapper.gravity-theme.request_sample_form_wrapper .gform_button.button {
    width: 49%;
    background: #f19d3e;
    color: #fff;
}

.gform_wrapper.request_sample_form_wrapper  {
    background: transparent;
}
.gform_wrapper.gravity-theme.request_sample_form_wrapper .gfield_label {
   display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 17px;
    padding: 0;
}
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_radio .gchoice label,
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_checkbox .gchoice label {
    border-color: transparent !important;
    padding: 0 0 13px !important;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 15px !important;
    font-family: 'Mark-Book', sans-serif;
}
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_radio .gchoice input:checked + label,
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_checkbox .gchoice input:checked + label {
    border-color: #f19d3e !important;
    background: #f19d3e;
    color: #fff;
}
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_radio .gchoice label:hover,
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_checkbox .gchoice label:hover {
    box-shadow: none;
    background: #f19d3e;
    color: #fff;
}
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_radio .gchoice,
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_checkbox .gchoice {
    width: 25%;
    margin: 0 0 0;
    padding: 6px;
}
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_radio .gchoice label img,
.gform_wrapper.request_sample_form_wrapper .pc_image_choice .gfield_checkbox .gchoice label img {
    width: 100%;
    max-width: 100%;
    max-height: 179px;
}
.gform_wrapper.ceu_form_wrapper .ginput_complex .ginput_full {
    width: 50% !important;
    display: block;
    float: left;
    clear: none;
    flex: 0 0 50% !important;
}
.gform_wrapper.ceu_form_wrapper .ginput_container_date input {
    width: 100% !important;
}

.about_mps_teamblock .mps_columnblock_module {
    padding: 70px 0;
}
.about_mps_teamblock .mps_columnblock_module .mps_columnblock_bg {
    height: 100%;
}
.about_mps_teamblock .mps_columnblock_content {
    margin-top: 0;
}
.about_mps_teamblock .mps_columnblock_content_wrap {
    padding: 88px 40px;
}
.about_page_float {
    position: relative;
    top: -80px;
}
.about_float_content {
    max-width: 400px;
    float: left;
    position: absolute;
    z-index: 9999;
    left: auto;
    right: 10%;
}
a.button.button_align {
    display: block;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sticky-nav.rowsticky{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
}
.sticky-nav.rowsticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
}
.sticky-nav .highlight{
    color: #333 !important;
}
h2.counter_wrap {
    line-height: 1;
    margin-bottom: 20px;
}
div#counter {
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    font-size: 70px;
}
.sustainability_hover_image{
    position: relative;
}
.sustainability_hover_image .sustainability_view_more{
    display: none;
}
.sustainability_hover_image .fl-photo-content a:hover .sustainability_view_more {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    justify-items: center;
}
.sustainability_hover_image .fl-photo-content a img{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
}
.sustainability_hover_image .fl-photo-content a:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
}
.sustainability_hover_image .fl-photo-content a .sustainability_view_more span {
    text-align: center;
    display: block;
    background: #f19d3e;
    line-height: 1;
    padding: 10px;
    color: #fff;
    border: 2px solid #f19d3e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
}
.vdo-holder{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.vdo-holder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mps_shades_footer{
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/plugins/mps-bb-module/modules/mps-shadeselector/images/shadesfooter.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll;
}
body.shades_page .before_footer_2 {
    background: transparent;
    z-index: 10;
}
body.shades_page .footer-widgets {
    background: transparent;
    z-index: 10;
}
body.shades_page .site-footer {
    background-color: transparent;
    z-index: 10;
}
body.shades_page  #simple-social-icons-4 ul li a,
body.shades_page  #simple-social-icons-4 ul li a:hover,
body.shades_page  #simple-social-icons-4 ul li a:focus {
    color: #fff !important;
}
body.shades_page .footer-widgets .simple-social-icons ul li.social-mortarr svg {
    fill: #fff;
    width: 76px;
    color: #fff;
}
.mps_download_signin {
    display: block;
}

.mps_download_signin form {
    display: flex;
    align-content: space-between;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.mps_download_signin form input, .mps_download_signin form button {
    padding: 10px 15px !important;
    margin-top: 0;
    font-size: 15px;
    width: auto;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.mps_download_signin form input {
    margin-right: 15px;
    border: 2px solid #ddd;
}
.mps_download_signin form button {
    width: 100px;
}
.mps_download_form_content a{
    text-decoration: underline;
    color: #f19d3e;
}
.mps_download_form_content a:focus,
.mps_download_form_content a:active {
    text-decoration: underline;
    color: #f19d3e;
}
.mps_download_signin_buttons {
    display: block;
    margin-top: 15px;
    display: flex;
    align-items: center;
    align-content: space-evenly;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: flex-start;
}
.mps_download_signin_buttons a {
    text-decoration: none;
	    margin-top: 25px;
}
.mps_download_from {
    display: block;
    height: 100%;
}
.mps_download_from_wrap {
    height: calc(100% - 100px);
    overflow-y: visible;
}

#map path.active{
    fill: #f19d3e !important;
}
svg.circle-chart {
    width: 100%;
    height: auto;
}
svg.circle-chart .circle-chart__circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
svg.circle-chart.animate .circle-chart__circle {
  animation: circle-chart-fill 2s reverse; 
}

svg.circle-chart .circle-chart__info {
  opacity: 0;
  transform: translateY(0.3em);
}
svg.circle-chart.animate .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
}

text.circle-chart__percent {
    font-weight: 900;
    font-size: 8px;
    font-family: 'geometriamedium', sans-serif;
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature_designers{
    position: relative;
    padding-top: 20px;
}
.feature_designers:before {
    content: "";
    background: url(images/team1.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    display: block;
}
.feature_designers:after {
    content: "";
    background: url(images/team2.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}



.mps_styled_button {
    display: block;
    position: relative;
    width: 100%;
}
.mps_styled_button a {
    display: block;
    text-decoration: none;
    background: #2F384F;
    padding: 28px 40px;
}
.mps_styled_button span.mps_styled_buttonlabel {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    font-family: 'geometriaextrabold', sans-serif;
    line-height: 45px;
}
.mps_styled_button span.mps_styled_buttonicon {
    text-align: center;
    position: absolute;
    background: #EF9D3E;
    top: 0;
    right: 0;
    height: 100%;
    width: 99px;
}
.mps_styled_button span.mps_styled_buttonicon i {
    color: #fff;
    line-height: 100px;
    font-size: 45px;
}


.inspiration_click {
    position: absolute;
    right: 23%;
    width: 300px;
    bottom: 79px;
}
.fl-builder-edit .inspiration_click {
    position: relative;
    right: auto;
    width: auto;
    bottom: auto;
}






.inspiration_section{
    position: relative;
}
.inspiration_top_line .fl-separator{
    transition: max-width 0.5s linear;
}
.inspiration_section.open .inspiration_top_line .fl-separator{
    width: 100%;
    max-width: 100%;
    transition: max-width 0.5s linear;
}
.inspiration_bottom_line .fl-separator{
    transition: max-width 0.5s linear;
}
.inspiration_section.open .inspiration_bottom_line .fl-separator{
    width: 100%;
    max-width: 100%;
    transition: max-width 0.5s linear;
}
.inspiration_section .fl-col-group {
    overflow: hidden;
    display: block;
}

.inspiration_section .fl-col-group .inspiration_columns{
   /* height: 0;*/
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s linear;
}
.inspiration_section .fl-col-group .inspiration_columns.inspiration_columns_first{
   margin-bottom: 20px;
}
.inspiration_section.open .fl-col-group .inspiration_columns{
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s linear;
}
.fl-builder-edit .inspiration_section .fl-col-group .inspiration_columns{
    height: auto !important;
}
.inspiration_click {
    position: absolute;
    right: 23%;
    width: 300px;
    bottom: 79px;
}
.fl-builder-edit .inspiration_click {
    position: relative;
    right: auto;
    width: auto;
    bottom: auto;
}
.inspiration_button{
    margin-top: 30px;
}





@media only screen and (max-width: 1240px){
.mps_header_listing_video_wrap {
    padding-bottom: 58.25%;
}
}
@media only screen and (max-width: 1180px){
.mps_header_listing_video_wrap {
    padding-bottom: 62.25%;
}
}
@media only screen and (max-width: 1024px){
.mps_header_listing_video_wrap {
    padding-bottom: 77.25%;
}
}

@media only screen and (max-width: 991px){
.mps_header_listing_video_wrap {
    padding-bottom: 89.25%;
}
}
@media only screen and (max-width: 768px){
.mps_header_listing_video_wrap {
    padding-bottom: 110.25%;
}
.about_page_float {
    position: relative;
    top: 0;
}
.about_float_content {
    max-width: 100%;
    float: left;
    position: relative;
    z-index: 9999;
    left: auto;
    right: 0;
}
.feature_designers:after{
    display: none;
}
}

@media only screen and (max-width: 600px){
.mps_header_listing_video_wrap {
    padding-bottom: 56.25%;
}    
.request_sample_product_list .gfield_checkbox .gchoice {
    width: 50%;
}
div#counter {
    font-size: 50px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 500px){
.mps_download_signin form {
    display: block;
}
.mps_download_signin form input {
    margin-right: 0;
    border: 2px solid #ddd;
    margin-bottom: 10px;
}
.mps_download_from_wrap {
    height: 400px;
    overflow-y: scroll;
    position: relative;
    display: block;
}
}

@media only screen and (max-width: 400px){
.request_sample_product_list .gfield_checkbox .gchoice {
    width: 100%;
}
a.button.button_align {
    width: 80%;
}
}

@media only screen and (max-width: 360px){
div#counter {
    font-size: 40px;
    margin-bottom: 20px;
}
}
/*Validation error mps samples checkout form*/
.validation-error {
    border: 2px solid red; 
}


/* Style new Products Nav */

.category-item, .subcategory-item {
    cursor: pointer; /* Cambia el cursor a la forma de un dedito */
}



.category {
    margin-bottom: 20px;
    list-style-type: none;
    text-align: left;
}

.container {
    display: flex;
    /*height: auto;*/
	height:650px!important;
}

.products-container {
    width: 75%;
    padding: 50px;
}

.categories-container {
    width: 25%;
    border-left: 3px solid #ED882B;
}

.categories-container ul {
    padding-top: 30px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
}

.list-products {
    margin-top: 30px;
}

.product {
    flex-basis: calc(24% - 20px);
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.all-products {
    flex-basis: calc(24.4% - 20px);
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.product-image {
    width: 100%;
    max-width: 295px; /* Ancho máximo */
    aspect-ratio: 1 / 1; /* Mantener la relación de aspecto 1:1 */
    background: white;
    margin-top: -5px;
    overflow: hidden;
    position: relative; /* Contenedor de referencia para posicionar la imagen */
}

.product-image img {
    position: absolute; /* Posiciona la imagen absolutamente respecto al contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene la relación de aspecto y cubre el contenedor */
}



.product-image img:hover {
    cursor: pointer;
}

.product p {
    margin-top: 10px;
}

.categories-list {
    list-style-type: none;
}

.additional-pages-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.categories-container .category a {
    display: block;
    color: #333;
}

.categories-container .category a:hover {
    /* font-weight: bold; */
}


.categories-container .category:hover ul {
    /* display: block; */
}

.categories-container .category ul {
    padding-top: 15px;
    padding-left: 10px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 18px;
    display: none;
}

.categories-container .category ul li {
    list-style: none;
}

.product:hover {
    background-color: #e1e1e154;
}

.product-name a {
    height: 100%;
    background: #F5F6F8;
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-name:hover a {
    height: 100%;
    display: block;
    background-color: #ED882B;
    color: white !important;
}

.product-name a {
    color: #333;
}

.products-and-categories {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.container {
    position: relative;
    background: #fff;
}

.view-all-button {
    display: none;
    bottom: 20px;
    position: sticky;
    right: 31%;
    font-size: 14px;
    background-color: white;
    border: solid 2px #ED882B;
    color: #ED882B;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 140px;
    height: 38px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
    margin-left: 85%;
}

.lab-button {
    display: none;
    bottom: 20px;
    position: absolute;
    font-size: 14px;
    background-color: white;
    border: solid 2px #ED882B;
    color: #ED882B;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    height: 38px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
}

.button-1 {
    right: 57%;
}

.button-2 {
    right: 8%;
}

.lab-button:hover,
.view-all-button:hover {
    background: #ED882B;
    color: #fff;
}

.additional-page img {
    width: 80%;
    height: 430px;
    display: flex;
    /*margin-top: -50px;*/
    margin-top: -15%;
    margin-right: auto;
    margin-left: 14.5%;
}

.bold-text {
    font-weight: bold;
}

.details-additional-pages {
    margin-top: -50px;
}

.additional-page-images {
    display: flex;
    flex: 0 0 50%;
    margin-top: 30px;
}

.additional-page-images img {
    display: block;
    margin-right: auto;
    cursor: pointer;
}

.additional-page-images .lab-box {
    display: block;
}

.additional-page-images .lab-box-left {
    width: 50%;
    height: 350px;
    margin-left: 7%;
}

.additional-page-images .lab-box-right {
    width: 20%;
    height: 351px;
    margin-left: 12.5%;
}


.lab-1 {
    width: 50%;
    height: 350px;
    margin-left: 7%;
}

.lab-2 {
    width: 20%;
    height: 351px;
    margin-left: 12.5%;
}
.additional-page-buttons{
    position: sticky;
    margin-top: 14%;
    margin-left: 25%;
}
.soundmasking {
    margin-top:0px!important;
}
/**
 * All product page styles
 **/
html {
	scroll-behavior: smooth;
}
.floating-button {
	position: fixed;
	bottom: 82px;
	right: 10px;
	background-color: #007bff;
	color: white;
	padding: 12px 22px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	z-index: 1000;
	display: none;
}
.floating-button:hover, .floating-button:focus {
	color: white;
	box-shadow: none;
}
body.scrolled .floating-button {
	display: block;
}
.mps-d-none {
	display: none;
}
.mps-all-products-menu-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mps-all-products-menu-container a.active {
	color: #ed882b;
	font-weight: 600;
}
.mps-all-products-menu-container .mps-all-products-menu-item {
	width: 16.65%;
}
.mps-all-products-menu-container .mps-all-products-menu-item h5 {
	text-align: center;
}
.mps-all-products-subcategories-menu-panel {
	display: flex;
	justify-content: space-around;
}
.mps-all-products-subcategories-menu-panel.fade-out {
	display: none !important;
}
.mps-all-products-subcategories-menu-panel .mps-all-products-subcategories-menu-item {
	width: 20%;
	text-align: center;
}
.mps-ap-col-w-100 {
	width: 100%;
}
.mps-ap-category-title {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.mps-ap-subcategory-title {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.mps-ap-separator {
	border: 1px solid #9d9d9d;
	max-width: 100%;
}
.mps-ap-product-item-container {
	width:25%;
	float: left;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	justify-content: flex-start;
}
.mps-ap-product-item-container .mps-ap-product-item-container-inner {
	margin: 0 !important;
	padding: 20px;
	width: 100%;
}
.mps-ap-product-item-container .mps-ap-product-item-image-container {
	height: 340px;
}
.mps-ap-product-item-container .mps-ap-product-item-image-container .mps_design_slider_image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 100%;
}

.mps-ap-product-item-container .mps-ap-product-item-image-container .mps_design_slider_image img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.mps-ap-product-item-container .mps_design_default_image {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mps-ap-product-item-container .mps_design_hover_image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mps-ap-product-item-container .mps_design_slider_section:hover .mps_design_default_image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mps-ap-product-item-container .mps_design_slider_section:hover .mps_design_hover_image {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mps-ap-product-item-container .mps_design_slider {
  position: relative;
}
@media only screen and (max-width: 576px) {
	.d-sm-none {
		display: none;
	}
	.mps-d-sm-visible {
		display: block !important;
	}
    .mps-all-products-menu-container .mps-all-products-menu-item {
		width: 100% !important;
		text-align: center;
	}
	.mps-all-products-subcategories-menu-panel {
		display: block;
		justify-content: none;
	}
	.mps-ap-product-item-container {
		width:100%;
		float: none;
	}
	.mps-ap-product-item-container .mps-ap-product-item-container-inner {
		padding: 20px 0 20px 0;
	}
}
@media (max-width: 768px) {
    .mps-ap-product-item-container {
        width: 100%; /* Make each item take full width on mobile */
        box-sizing: border-box; /* Ensure padding and border are included in the width */
    }
	.mps-ap-product-item-container .mps-ap-product-item-container-inner {
		padding: 20px 0 20px 0;
	}
}
/**
 * Menu adjustement
 **/
.sub-menu{
    visibility:hidden!important;
}
@media only screen and (max-width: 1280px){
    .sub-menu{
        visibility:visible!important;
    }
}

/*Gravity form Shades page*/
/* Estilos específicos para el formulario con ID 66 */

@media (min-width: 768px) {
    /* Contenedor general para los campos envueltos en columnas */
    #gform_wrapper_66 .gf_first_wrap,
    #gform_wrapper_66 .gf_second_wrap,
    #gform_wrapper_66 .gf_third_wrap {
        width: 30%;
        box-sizing: border-box;
        float: left;
        margin-right: 2%;
    }

    #gform_wrapper_66 .gf_third_wrap {
        margin-right: 0;
    }

    /* Asegurarse de que los campos ocupen el 100% del ancho disponible */
    #gform_wrapper_66 .top_label input.medium,
    #gform_wrapper_66 .top_label select.medium,
    #gform_wrapper_66 .top_label textarea.textarea {
        width: 100% !important;
        box-sizing: border-box;
    }

    #field_66_3,
    #field_66_4,
    #field_66_5,
    #field_66_6,
    #field_66_28,
    #field_66_10,
    #field_66_11,
    #field_66_30,
    #field_66_34 {
        width: 100% !important;
        margin-bottom: 3%;
    }

    #field_66_35,
    #field_66_38 {
        width: 48% !important;
        margin-bottom: 3%;
        float: left !important;
    }

    #field_66_36,
    #field_66_37 {
        width: 48% !important;
        margin-bottom: 3%;
        float: right !important;
        margin-right: 0 !important;
    }

    /* Asegurarse de que los campos Zip y Country se alineen correctamente */
    #field_66_38 {
        float: left !important;
        width: 48% !important;
        margin-bottom: 3%;
    }

    #field_66_37 {
        float: right !important;
        width: 48% !important;
        margin-bottom: 3%;
    }

    /* Limpiar floats después de los campos */
    #gform_wrapper_66 .clear {
        clear: both;
    }
}
/**
* Rep Locator
*/
.rep-map-container {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#mapwrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    min-width: 220px;
    position: relative;
}

.unselectable {
    -moz-user-select:none;
    -webkit-user-select:none;
}

.tip{
    display:none;
    border: 1px solid #EBECED;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    z-index: 1000;
    float: left;
    position: absolute;
    padding: 6px 20px;
    letter-spacing: 1px;
    background: #f19d3e;
    box-shadow: none;
    word-break: keep-all;
    white-space: nowrap;
}

.reps_items_container {
    display: block;
    overflow: hidden;
    width: 100%;
}

.reps_items_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 45px;
}

.reps_items_header {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.rep_location_title{
    display: inline-block;
    position: relative;
}

.rep_location_title:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 0;
    right: 0;
    background: #f19d3e;
    width: 100%;
    height: 5px;
}

.reps_items_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Espacio entre las cards */
}

.reps_item_internal,
.reps_item_external {
    flex: 0 1 calc(50% - 20px); /* Las cards ocuparán el 50% menos el gap */
    max-width: 48%; /* Asegura que no se excedan del 50% */
    min-width: 350px; /* Ancho mínimo para asegurar el tamaño de la card */
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.reps_item_internal:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #d8d8d8;
}

.reps_item {
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
	width: 49%;
}

.reps_item_wrap{
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.reps_header {
    display: block;
    width: 100%;
    border-bottom: 2px solid #f19d3e;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.reps_header h3 {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.reps_header span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reps_info {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.reps_info strong {
    font-weight: normal;
}

.reps_info.reps_contact {
    display: block;
    margin-top: 30px;
}

.reps_item_header{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px; 
}

.mps_rep_location_form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}

.mps_rep_location_form_wrap {
    border: 0;
    background-color: transparent;
    width: 700px;
    padding: 0;
    z-index: 999;
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    bottom: 0;
    top: 0;
    vertical-align: middle;
    height: 100%;
}

.mps_rep_locator_content {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    background-color: #fff;
    padding: 50px 30px;
    height: auto;
    position: relative;
    margin: auto;
    bottom: 0;
    top: 20%;
    z-index: 99;
}

.mps_rep_locator_content_wrap {
    display: block;
    height: 400px;
    overflow-y: scroll;
    width: 100%;
}

/* Ajustes para dispositivos móviles */
@media screen and (max-width: 768px) {
    .reps_item_internal,
    .reps_item_external {
        flex: 0 1 100%; /* Las cards ocuparán el 100% en dispositivos móviles */
        max-width: 100%;
    }
		.category-button{
		width:100%;
		margin-bottom: 1%;
		
	}
	.reps_items_header {
		margin-bottom:0px;		
	}
	.reps_item {
	  box-sizing: border-box;
	  margin-bottom: 35px;
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  width: 100%;
	}
}
