@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input[type="submit"] {
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
p, li {
  font-weight: 400;
}
ul li{
  margin-bottom: 10px;
}
ul li:last-child{
  margin-bottom: 0;
}

/* MENU */

#top-menu li.current-menu-item>a,
#top-menu li.current-menu-ancestor>a{
  color: #ED4C5C;
}
.mobile-only{
    display:none !important;
}
#top-menu li ul {
    width: 400px !important;
}
#top-menu li li,
#top-menu li li a {
    width: 100%;
}

.btn-menu-feature a,.et-fixed-header #top-menu li.current-menu-item.btn-menu-feature>a{
  background-color: #ED4C5C;
  color: #FFF !important;
  position: relative !important;
  padding: 13px 20px 14px 45px !important;
  border-radius: 13px;
  font-weight: 700;
}
.btn-menu-feature a::before{
  content: '';
  background-image: url(../images/icon-menu-request.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 14px;
  top: 12px;
}
.btn-menu-feature a:hover{
  background-color: #000;
  opacity: 1 !important;
}

/* CONTENT */

article.page{
  overflow: hidden;
}

/* TEXT */

.feature-text strong, .feature-text em{
  font-weight: 800;
  font-style: normal;
  color: #ED4C5C;
}

.title-decor strong{
  position: relative;
}
.title-decor strong::before{
  content: '';
  width: 70px;
  height: 70px;
  background-color: #F8F8F8;
  position: absolute;
  left: -20px;
  top: -15px;
  z-index: -1;
}

/* LIST */

.content-list .list-text, .content-list .list-text ul, .content-list .list-text ul li{
  color: #666766;
  font-weight: normal;
}
.content-list .list-text ul, .content-list .list-text ul li{
  list-style-type: none;
}
.content-list .list-text ul li{
  position: relative;
  text-indent: -34px;
}
.content-list .list-text ul li::before{
  content: '';
  background-image: url(../images/bullet-list-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

/* TOP - INTERNAL */

.top-about-us {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.top-about-us .et_pb_title_container {
  padding: 0 !important;
  display: flex;
  margin: 0 auto;
}
.top-about-us .et_pb_title_container .entry-title {
  background-color: rgb(237 76 92 / 90%);
  width: auto;
  padding: 15px 25px;
  margin-left: 30px;
}

/* BANNER */

.banner-top{
  overflow: visible;
}
.banner-top .et-pb-controllers {
  width: 100%;
  max-width: 1100px;
  position: relative;
  bottom: 90px;
  margin: auto;
  left: 43px;
  text-align: left;
  display: flex;
  align-items: center;
}
.banner-top .et-pb-controllers a{
  width: 10px;
  height: 10px;
  opacity: .7;
  background-color: #666766;
  border-radius: 50%;
}
.banner-top .et-pb-controllers a.et-pb-active-control{
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: #ED4C5C;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.banner-top.landing .et_pb_slide_with_image .et_pb_slide_description{
  width:50%
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
  margin-right: auto;
  margin-left: 30px;
}
.banner-top.andon .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
    margin-left: 0;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title{
  width: auto;
  background-color: rgb(237 76 92 / 90%);
  text-shadow: none;
  padding: 15px;
  line-height: 47px;
  font-weight: 900;
  display: inline-block;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content{
  padding: 15px;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
  margin-left: 15px;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image{
  max-width: 430px;
  width: 100%;
  display: block !important;
  position: relative;
  top: initial;
  bottom: -100px;
  margin-right: 0;
  margin-top: initial !important;
  border: 1px solid #DDDDDD;
  padding: 30px;
  border-radius: 30px;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image::before{
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background-color: #F0F0F0;
  opacity: 0.7;
  border-radius: 20px;
  z-index: 0;
}
.banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img{
  position: relative;
  z-index: 1;
}
.banner-top.landing.andon .et_pb_slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
}

/* CONTENT CENTER */

.content-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content-center .bg-gray{
  position: relative;
  z-index: 0;
}
.content-center .bg-gray::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  border-radius: 20px;
  position: absolute;
  left: 100px;
  top: 0; 
}
.content-center.right .bg-gray::before{
  right: 100px;
  left: initial;
}

/* CONTENT SOLUTIONS */

.content-solutions{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.content-solutions::before{
  content: '';
  width: 100%;
  height: 100%;
  max-height: 365px;
  background-color: #F8F8F8;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 20px;
}
.content-solutions .text{
  padding: 60px 50px 0;
}

/* BUTTONS CATEGORIES */

.section-buttons-categories .content-buttons-categories {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-evenly;
}
.section-buttons-categories .content-buttons-categories .et_pb_column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.section-buttons-categories .content-buttons-categories .buttons-categories{
  width: 22%;
  margin: 10px !important;
  max-width: 228px;
  min-height: 66px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section-buttons-categories .content-buttons-categories .buttons-categories:hover{
  border-color: #ED4C5C;
}
.section-buttons-categories .content-buttons-categories .buttons-categories:hover .et_pb_blurb_content .et_pb_module_header{
  color: #ED4C5C;
}
.section-buttons-categories .content-buttons-categories .buttons-categories .et_pb_blurb_content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-buttons-categories .content-buttons-categories .buttons-categories .et_pb_blurb_content .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.section-buttons-categories .content-buttons-categories .buttons-categories .et_pb_blurb_content .et_pb_module_header{
  padding-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* CUSTOMERS LOGO */

.customers-logos .et_pb_gallery_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customers-logos .et_pb_gallery_items .et_pb_gallery_item {
  width: 27%;
  margin: 1% !important;
}
.customers-logos .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.customers-logos .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a:hover::before{
  opacity: 0;
}
.customers-logos .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(1);
  z-index: 0;
}
.customers-logos .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image a:hover img{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(0);
}

/* FEATURE SOLUTIONS */

.features-solutions .et_pb_column{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.features-solutions .et_pb_column .et_pb_blurb {
  width: 30%;
  margin: 10px !important;
}

/* BREADCRUMB */

.breadcrumb span a {
  padding: 0 10px;
}
.breadcrumb p > span > span > span > a:first-child{
  padding-left: 0;
}
.breadcrumb span.breadcrumb_last {
  padding-left: 10px;
}
.breadcrumb a:hover{
  color: #000;
}

/* POST */

.content-post a:hover{
  color: #000;
  text-decoration: underline;
}

/* LIST OF POSTS */

.list-posts a.more-link{
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
}
.list-posts a.more-link:hover{
  color: #000;
}
.list-posts .et_pb_post {
  border-radius: 25px;
  overflow: hidden;
  border: 0;
  box-shadow: 0px 0px 30px -20px #8c8c8c;
  padding: 35px;
}
.list-posts .et_pb_post .entry-featured-image-url{
  width: 30%;
  float: left;
  margin-bottom: 0;
}
.list-posts .et_pb_post .entry-featured-image-url img {
  border-radius: 15px;
}
.list-posts .et_pb_post .entry-title, .list-posts .et_pb_post .post-content {
  width: 70%;
  float: left;
  padding-left: 30px;
}
.list-posts .et_pb_post .post-content-inner{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

/* RELATED POSTS */

.related-post .et_pb_salvattore_content {
  display: flex;
  flex-direction: row;
}
.related-post .et_pb_post {
  border-radius: 25px;
  overflow: hidden;
  border: 0;
  box-shadow: 0px 0px 30px -20px #8c8c8c;
  padding: 35px;
}
.related-post .post-content-inner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.related-post .et_pb_image_container img {
  border-radius: 15px;
}
.related-post a.more-link{
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
}
.related-post a.more-link:hover{
  color: #000;
}

/* CONTACT */

.info-contact .et_pb_blurb_container,
.info-mail .et_pb_blurb_container {
  padding-left: 10px;
}
.info-contact .et_pb_main_blurb_image,
.info-mail .et_pb_main_blurb_image{
  padding-top: 5px;
}
.info-mail {
  margin-bottom: 30px !important;
}
.info-mail .et_pb_blurb_description p{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.info-mail:hover .et_pb_blurb_description p{
  color: #ED4C5C;
}
.social-media a img{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
}
.social-media a:hover img{
  transform: scale(1.1);
}

/* FORM */

.form-contact form{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-contact label{
  color: #666766;
  font-size: 13px;
}
.form-contact .half{
  width: 48%;
  margin-bottom: 10px;
}
.form-contact .full, .form-contact .btn{
  width: 100%;
  margin-bottom: 10px;
}
.form-contact .full input, .form-contact .half input,
.form-contact .full select, .form-contact .half select,
.form-contact .full textarea, .form-contact .half textarea{
  -webkit-appearance: none;
  appearance: none;
  background: #F6F6F6;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  border: 0;
  padding: 15px;
}
.form-contact .full select, .form-contact .half select{
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 12px;
}
.form-contact .full textarea, .form-contact .half textarea{
  height: 120px;
  resize: none;
}
.form-contact .full .cf7sr-g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-contact .btn{
  text-align: center;
}
.form-contact .btn button, .form-contact .btn input[type=submit]{
  width: auto;
  height: 50px;
  padding: 0 40px;
  font-weight: 700;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  border: 0;
  background-color: #ED4C5C;
  color: #FFF;
  font-size: 14px;
  border-radius: 12px;
  cursor: pointer;
}
.form-contact .btn button:hover, .form-contact .btn input[type=submit]:hover{
  background-color: #000000;
}
.form-contact .wpcf7-spinner{
  position: absolute;
}

/* FOOTER */

#footer-info{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main-footer #footer-widgets .footer-widget .textwidget p{
  font-size: 15px;
  padding-bottom: 5px;
}

/* FOOTER WIDGET MENU */

#main-footer #footer-widgets .menu{
  padding: 0;
  margin: 0;
}
#main-footer #footer-widgets .menu li{
  padding-left: 0;
}
#main-footer #footer-widgets .menu li:before{
  display: none;
}

/* FOOTER WIDGET CONTACT */

#main-footer #footer-widgets .footer-widget:nth-child(2) .textwidget a{
  display: inline-block;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) .textwidget a:hover{
  text-decoration: underline;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) .textwidget img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

/* FOOTER WIDGET SOCIAL MEDIA */

#main-footer #footer-widgets .footer-widget:nth-child(3) .textwidget a img{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
}
#main-footer #footer-widgets .footer-widget:nth-child(3) .textwidget a:hover img{
  transform: scale(1.1);
}
#main-footer #footer-widgets .footer-widget:nth-child(3) .textwidget img{
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 10px;
}

.container-whats{
	position: fixed;
    bottom: 40px;
    right: 20px;
	width: auto;
    height: auto;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
	 z-index: 9999;
}
.container-whats .btn-whats {
	width: auto;
    height: auto;
	padding: 15px 20px 15px 45px;
    border-radius: 70px;
	background-color:#25d366;
    background-image: url(https://www.grupo5si.com.mx/wp-content/uploads/2023/04/icon-whats.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 20px;
	color: #ffff;
}
.container-whats:hover .btn-whats{
    background-color:#14a249;
}

/* RESPONSIVE */

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
	/* HEADER */
	#main-header .container {
		max-width: 90%;
		width: 100%;
	}
}
@media screen and (max-width: 1100px) {

  /* TOP - INTERNAL */

  .top-about-us .et_pb_title_container .entry-title {
    margin-left: 0;
  }

  /* BUTTONS CATEGORIES */

  .section-buttons-categories .content-buttons-categories .buttons-categories {
    width: 30%;
    max-width: initial;
    min-height: 80px;
  }
}
@media screen and (max-width: 981px) {

  /* MENU */

  .btn-menu-feature a::before{
    top: 17px;
  }
  .btn-menu-feature a:hover {
    background-color: #000 !important;
  }
  
  /* MOBILE MENU */
    
  .mobile-only{
      display:block !important;
  }
  .header .et_pb_row .et_pb_column:nth-child(2) .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  .header .et_pb_module .mobile_menu_bar:before{
    font-size: 38px;
    top: 0px;
    left: 13px;
    color: #FFF !important;
  }
  .header .et_pb_row .et_pb_menu .et_mobile_menu{
    background-color: rgb(33 17 59 / 95%) !important;
    border: 0;
    top: 54px;
    width: 100%;
    padding: 30px 30px 15px;
  }
  .header .et_pb_row .et_pb_menu .et_mobile_menu li a {
    font-size: 13px;
    padding: 0 0 15px;
    font-weight: 500;
    opacity: 1;
  } 
  .header .et_pb_row .et_pb_menu .et_mobile_menu li li {
    padding-left: 5px;
  }

  /* CLOSE SUBMENU */

  .et_pb_menu .et_mobile_menu .menu-item-has-children > a,
  #main-header .et_mobile_menu .menu-item-has-children > a {
      background-color: transparent;
      position: relative;
  }
  .et_pb_menu .et_mobile_menu .menu-item-has-children > a:after, #main-header .et_mobile_menu .menu-item-has-children > a:after {
      content: '';
      background-image: url(../images/icon-down-black.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 20px;
      position: absolute;
      top: calc(50% - 10px);
      right: 0;
      transition: all .5s ease-in-out;
      transform: rotate(0);
  }
  .et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
  #main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
      transform: rotate(180deg);
  }
  .et_pb_menu .et_mobile_menu ul.sub-menu,
  #main-header .et_mobile_menu ul.sub-menu,
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
      display: none !important;
      visibility: hidden !important;
      transition: all 1.5s ease-in-out;
  }
  .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu,
  #main-header .et_mobile_menu li.visible > ul.sub-menu,
  .et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
  .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.sub-menu,
  .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
      display: block !important;
      visibility: visible !important;
  }

  /* CONTENT */
  
  .et_pb_column .et_pb_module {
    margin-bottom: 10px;
  }

  /* BANNER */

  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner{
    flex-direction: column-reverse;
    min-height: 650px;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 30px 20px;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
    margin-left: 0;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper a {
    margin: -7px 0 30px;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
    bottom: 50px;
    margin: auto;
    max-width: 260px;
  }
  .banner-top.landing .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
    bottom: 25px;
  }
  .banner-top .et-pb-controllers{
    left: 0;
    bottom: 50px;
    justify-content: center;
  }

  /* FEATURE SOLUTIONS */

  .features-solutions .et_pb_column .et_pb_blurb {
    width: 42%;
  }

  /* LIST */

  .content-list {
    width: 100% !important;
    margin: 0 !important;
  }

}
@media screen and (max-width: 767px) {

  /* CONTENT CENTER */

  .content-center {
    flex-direction: column;
  }
  .content-center.reverse{
    flex-direction: column-reverse !important;
  }
  .content-center .bg-gray::before{
    left: 10px;
  }
  .content-center.right .bg-gray::before{
    right: 10px;
  }
  .content-center.reverse .et_pb_column:nth-child(2){
    margin-bottom: 50px;
  }

  /* CONTENT SOLUTIONS */

  .content-solutions{
    flex-direction: column;
  }
  .content-solutions.reverse{
    flex-direction: column-reverse;
  }
  .content-solutions .text {
    padding: 10px 0px 40px;
  }

  /* TEXT */

  .title-decor strong::before {
    width: 40px;
    height: 40px;
    left: -15px;
    top: -6px;
  }

  /* BANNER */

  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
    min-height: 500px;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title{
	  line-height: 31px !important;
	  font-size: 32px !important;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content{
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
    line-height: 24px;
  }
  .banner-top .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
    bottom: 25px;
    max-width: 180px;
  }

  /* CUSTOMERS LOGO */

  .customers-logos .et_pb_gallery_items .et_pb_gallery_item {
    width: 31%;
  } 

  /* BUTTONS CATEGORIES */

  .section-buttons-categories .content-buttons-categories .buttons-categories {
    width: 45%;
    min-height: 70px;
  }

  /* FEATURE SOLUTIONS */

  .features-solutions .et_pb_column .et_pb_blurb {
    width: 100%;
  }

  /* LIST OF POSTS */

  .list-posts .et_pb_post .entry-featured-image-url{
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .list-posts .et_pb_post .entry-title, .list-posts .et_pb_post .post-content {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  /* FORM */

  .form-contact .half{
    width: 100%;
  }
}
@media screen and (max-width: 600px) {

  /* BUTTONS CATEGORIES */

  .section-buttons-categories .content-buttons-categories .buttons-categories {
    width: 100%;
  }
	
	/* CONTACT */
	.form-contact .full .cf7sr-g-recaptcha {
		transform: scale(.8);
	}
}
@media screen and (max-width: 460px){
}

/* END RESPONSIVE */