.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background:#68b936;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color: #ffffff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a{background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #ffffff;
  border-bottom: solid 3px #68b936;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #68b936;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{
	top: 2px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 100px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}
@media(max-width:1199px){	
}
@media(max-width:1099px){
}
@media(min-width:992px){
  #menu li{
    padding: 0 35px;
  }
  #menu li:nth-child(3){
    margin-right: 220px;
  }
  #menu li:nth-child(4){
    padding-right: 40px;
  }
  #menu li a{
    font-size: 18px;
  }
  #logo{
    width: 229px;
    top: 4px;
    left: calc(50% - 114.5px);
  }
  #logo::before{
    bottom: -12px;
    height: 12px;
  }
  .contentDarkTop a{
    font-size: 14px;
  }
  .contentDarkTop .itemTelsTop1 a{
    font-size: 13px;
  }
  .contentDarkTop .itemTelsTop1 div{
    margin-right: 20px;
  }
  .contentDarkTop a img{
    margin-right: 8px;
  }
  .contentDarkTop .itemTelsTop1 a img{
    margin-right: 5px;
  }
  #redes a{
    margin-right: 12px;
    font-size: 18px;
    width: 31px;
    height: 31px;
  }
  #redes a:last-child{
    font-size: 20px;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li {
    height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.imgSlider{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .textoSlider{
    font-size: 25px;
    line-height: 1.2;
  }
  .textoSlider .text1P{
    font-size: 32px;
    padding-bottom: 9px;
  }
  .textoSlider .text2P{
    font-size: 28px;
  }
  .textoSlider .text2P strong{
    font-size: 30px;
  }
  .titleHome2{
    font-size: 36px;
    line-height: 1.2;
    padding: 11.5px 38px 11.5px 0px;
    border-top: solid 16px #fff;
    border-bottom: solid 16px #fff;
    border-right: solid 16px #fff;
  }
  .textHome2{
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 28px;
    max-width: 350px;
  }
  .itemHome5b{
    height: 117px;
    font-size: 31px;
  }
  .itemHome5b.Services{
    font-size: 24px;
  }
  .itemHome6{
    width: 283px;
    font-size: 17px;
    line-height: 24px;
  }
  .itemDat1{
    width: auto;
    margin-right: 20px;
  }
  .itemDat2{
    width: auto;
    margin-right: 20px;
  }
  .itemDat3{
    width: auto;
    margin-right: 20px;
  }
  .itemDat4{
    width: auto;
    margin-right: 20px;
    margin-top: 0px;
  }
  .itemDat5{
    width: auto;
    margin-top: 0;
  }
  .mapC{
    height: 500px;
  }
  .itemServ1{
    width: calc(33.333% - 15px);
    margin-right: 22.5px;
    height: 400px;
  }
  .cntServ1{
    width: 220px;
    height: 290px;
    margin-bottom: -150px;
    padding-top: 20px;
  }
  .cntServ1 img{
    width: 120px;
    margin-bottom: 20px;
  }
  .titleServ2{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-top: 20px;
  }
}
@media(min-width:1200px){
  #menu li{
    padding: 0 50px;
  }
  .contentDarkTop a{
    font-size: 15px;
  }
  .contentDarkTop .itemTelsTop1 a{
    font-size: 14px;
  }
  .contentDarkTop .itemTelsTop1 div{
    margin-right: 40px;
  }
  .contentDarkTop a img{
    margin-right: 16px;
  }
  .contentDarkTop .itemTelsTop1 a img{
    margin-right: 10px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .textoSlider{
    font-size: 38px;
    line-height: 1.2;
  }
  .textoSlider .text1P{
    font-size: 43px;
    padding-bottom: 9px;
  }
  .textoSlider .text2P{
    font-size: 32px;
  }
  .textoSlider .text2P strong{
    font-size: 36px;
  }
  .textHome2{
    font-size: 17px;
    line-height: 32px;
    padding-top: 40px;
    padding-bottom: 48px;
    max-width: 515px;
  }
  .titleHome2{
    font-size: 45px;
  }
  .itemDat1{
    margin-right: 59px;
  }
  .itemDat2{
    margin-right: 59px;
  }
  .itemDat3{
    margin-right: 59px;
  }
  .itemDat4{
    margin-right: 59px;
  }
  .mapC{
    height: 749px;
  }
  .itemServ1{
    width: calc(33.333% - 34px);
    margin-right: 51px;
    height: 519px;
  }
  .cntServ1{
    width: 324px;
    height: 400px;
    margin-bottom: -150px;
    padding-top: 36px;
  }
  .cntServ1 img{
    width: auto;
    margin-bottom: 33px;
  }
  .titleServ2{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.1px;
    padding-top: 28px;
  }
}
@media(min-width:1450px){
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	#header #logo,#header #menu,#header .cntLang{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 46px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
    display: flex;
    width: 100%;
    height: 36px;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    background:#ffffff;
    z-index: 7;
  }
	#redes a{
		width: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
  #redes a:last-child{
    align-items: center;
  }
  #redes a:last-child .fa{
    margin-bottom: auto;
    margin-top: auto;
  }
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
  #redes .lin{
    background: #0a66c2 !important;
  }
	#redes a .fa{
		display: block;
	}
  #icoWa{
    background: url(../images/what.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 120px;
    right: 17px;
    z-index: 5
  }
  .rd-mobilepanel_title {
    padding-right: 64px;
  }
  .cntLang {
    top: 10px;
    right: -30px;
  }
  .contentDarkTop .itemTelsTop1 a {
    font-size: 11px;
  }
  .logoslider{
    bottom: 10px;
    left: 15px;
    width: 65px;
  }
  .textoSlider{
    font-size: 20px;
  }
  .textoSlider .text1P{
    font-size: 22px;
    padding-bottom: 5px;
  }
  .textoSlider .text2P{
    font-size: 24px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .textoSlider .text2P strong{
    font-size: 24px;
  }
  .contentHome2{
    flex-wrap: wrap;
    height: auto;
    padding-top: 50px;
    padding-bottom: 300px;
  }
  .contentHome2::before{
    left: -15px;
    width: calc(100% + 30px);
    height: 250px;
    top: auto;
    bottom: 0;
  }
  .textHome2{
    max-width: 100%;
  }
  .titleHome2{
    font-size: 20px;
  }
  .btnIrAProductos{
    width: 200px;
    height: 40px;
  }
  #textHome1 .bx-wrapper .bx-controls-direction a {
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #textHome1 .bx-wrapper .bx-prev {
    left: -25px;
  }
  #textHome1 .bx-wrapper .bx-next {
    right: -25px;
  }
  .flexCarouselHome {
    padding: 40px 15px 40px 15px;
  }
  #textHome1 .flexCarouselHome ul li {
    width: auto !important;
    margin-right: 25px !important;
  }
  .contentHome3{
    height: auto;
    padding-left: 0px;
    padding-top: 45px;
    padding-bottom: 300px;
  }
  .contentHome3::before{
    top: auto;
    bottom: 48px;
    right: calc(50% - 131px);
    width: 262px;
    height: 204px;
    background: url("../images/inicio/img2.webp") center no-repeat;
    background-size: contain;
  }
  #textHome4{
    padding: 32px 10px 0 10px;
  }
  .itemHome4 {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 32px;
  }
  .itemHome5a {
    width: 141px;
    height: 117px;
    justify-content: flex-start;
    font-size: 30px;
  }
  .itemHome5b {
    width: calc(100% - 141px);
    font-size: 19px;
  }
  .itemHome5b.Services{
    font-size: 16px;
  }
  .itemHome6 figure img{
    width: 100px;
  }
  .itemHome6{
    font-size: 13px;
  }
  .contentHome6{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .itemDat1{
    width: auto;
    margin-right: 15px;
  }
  .itemDat2{
    width: auto;
    margin-right: 15px;
  }
  .itemDat3{
    width: auto;
    margin-right: 0px;
  }
  .itemDat4{
    width: auto;
    margin-right: 25px;
    margin-top: 35px;
  }
  .itemDat5{
    width: auto;
    margin-right: 0px;
    margin-top: 35px;
  }
  #textProducto1 .container h1 {
    height: 116px;
    font-size: 30px;
  }
  #textProducto1 .container h1 div{
    padding-right: 93px;
  }
  #textProducto2 .row{
    margin: 0 -14px;
  }
  #textProducto2 div[class*="col-"]{
    padding: 0 14px;
    margin-bottom: 45px;
  }
  .titleProduto {
    height: 75px;
    font-size: 15px;
  }
  #formTop{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .titleC1 {
    line-height: 35px;
    font-size: 26px;
  }
  #frmContacto .tit {
    font-size: 14px;
  }
  .titleServ2{
    font-size: 12px;
  }
  #textProy1 h1 {
    height: 90px;
    font-size: 21px;
  }
  .textProy2{
    margin-top: 60px;
  }
  .contentProy2 {
    height: auto;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 300px;
  }
  .contentProy2::before{
    top: auto;
    bottom: 0;
    width: calc(100% + 30px);
    height: 250px;
    right: -15px;
  }
  .contentProy2::after{
    bottom: -10px;
    width: calc(100% + 30px);
    height: 10px;
    right: -15px;
  }
  .titleProyect1{
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-left: 0px;
    border: solid 0px #fff;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    justify-content: center;
  }
  .textoProyect1 {
    padding-left: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .textoProyect1a {
    max-width: 100%;
  }
  .contentProy3 {
    height: auto;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 300px;
  }
  .contentProy3::before{
    top: auto;
    bottom: 0;
    width: calc(100% + 30px);
    height: 250px;
    left: -15px;
  }
  .contentProy3::after{
    bottom: -10px;
    width: calc(100% + 30px);
    height: 10px;
    left: -15px;
  }
  .titleProyect2{
    font-size: 16px;
    line-height: 1.2;
    height: auto;
    padding: 15px 10px;
    width: 100%;
    padding-left: 0px;
    border: solid 0px #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    justify-content: center;
  }
  .textoProyect2 {
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .textoProyect1b {
    max-width: 100%;
  }
}
@media(max-width:680px){
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter,
  #footer #powered{
    float:none; 
    text-align:center;
  }
  #footer .tfooter span{
    display:block; 
    text-align:center; 
    line-height:18px
  }
  .itemHome6{
    width: calc(50% - 10px);
    margin-right: 20px;
    font-size: 13px;
  }
  .itemHome6:nth-child(2){
    margin-right: 0px;
  }
  .itemHome6:last-child{
    margin-right: 0;
    margin-top: 30px;
  }
  .contentHome6 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cntServ1{
    margin-bottom: 0;
  }
  .itemServ1 {
    width: 100%;
    margin-right: 0px;
    height: 350px;
    align-items: center;
    margin-bottom: 45px;
  }
  #textServ1 {
    flex-wrap: wrap;
    padding-top: 77px;
    padding-bottom: 25px;
    position: relative;
  }
}
@media(max-width:600px){
  .itemMailTop1{
    width: 100%;
    padding-bottom: 5px;
  }
  .contentDarkTop{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .contentDarkTop .itemTelsTop1 a img {
    width: 15px;
  }
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
}
@media(max-width:580px){
}
@media(max-width: 540px){
  .textoSlider .text2P {
    font-size: 19px;
  }
  .textoSlider .text2P strong {
    font-size: 18px;
  }
  .itemDat1{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat2{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat4{
    width: 100%;
    margin-right: 0px;
    margin-top: 35px;
  }
  .itemDat5{
    width: 100%;
    margin-right: 0px;
    margin-top: 35px;
  }
  .contentDatFooter .dirDat br{
    display: none;
  }
  #textProducto2 div[class*="col-"]{
    width: 100%;
  }
  .contentProducto {
    max-width: 290px;
  }
}
@media(max-width: 520px){
   
}
@media(max-width:500px){
  #textHome4{
    padding: 15px 10px 0 10px;
    flex-wrap: wrap;
  }
  .itemHome4 {
    width: calc(50% - 7px);
    margin-right: 14px;
    margin-bottom: 17px;
  }
  .itemHome4:nth-child(2n +2){
    margin-right: 0px;
  }
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
}

@media(max-width:420px){
  .titleHome2 {
    font-size: 17px;
  }
  .contentHome5{
    flex-wrap: wrap;
  }
  .itemHome5a {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }
  .itemHome5b {
    width: 100%;
    font-size: 15px;
    height: auto;
    padding-left: 0;
    justify-content: flex-start;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .itemHome5b.Services{
    font-size: 14px;
  }
  .itemHome5b::before{
    left: -300px;
  }
  .itemHome6{
    width: 100%;
    margin-right: 0px;
    font-size: 13px;
  }
  .itemHome6:nth-child(2){
    margin-top: 30px;
  }
  .itemHome6 figure img{
    margin-bottom: 14px;
  }
  #textProducto1 .container h1 {
    height: 116px;
    font-size: 25px;
  }
}
@media(max-width:380px){
  .itemTelsTop1{
    flex-wrap: wrap;
  }
  .contentDarkTop .itemTelsTop1 div:first-child{
    width: 100%;
    margin-bottom: 3px;
    margin-right: 0px;
  }
  #textProducto1 .container h1::before{
    clip-path: polygon(100% 0px, calc(100% - 65px) 100%, 0% 100%, 0 0);
  }
  #textProducto1 .container h1 div {
    padding-right: 66px;
  }
}
@media(max-width:365px){
}