.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: 250px;
  padding: 132px 0 76px;
  color: #fff;
  background: #1f1f1f;
  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(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -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: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.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-mobilemenu_ul a img.hover2 {
  display: none;
}

.rd-mobilemenu_ul a div {
  display: flex;
  align-items: center;
}

.rd-mobilemenu_ul a div img {
  width: 19px;
  margin-right: 8px;
}

.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: #fff;
}

.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: #FC0404;
  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: 5px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 160px;
}

.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media(min-width:992px) {

  /*#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}*/
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }

  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }

  .flex-control-nav {
    margin-left: -470px;
  }

  #logo {
    width: 200px;
    top: 17px;
    left: 15px;
  }

  #menu li {
    padding: 0 14px;
  }

  #menu li a {
    font-size: 14px;
  }

  .itemDat2 .tit {
    font-size: 24px;
    line-height: 20px;
  }

  .itemDat1 {
    width: 269px;
    padding-right: 16px;
  }

  .itemDat2 {
    width: calc(100% - 269px);
  }

  .cntLogoFoot figure {
    max-width: 253px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .cntLogoFoot img {
    max-width: 274px;
    margin-left: -21px;
  }

  .itemDat2 li,
  .itemDat2 a {
    font-size: 14px;
    letter-spacing: 0.25px;
  }

  .itemDat3 {
    margin-right: 25px;
  }

  .itemDat4 {
    width: 167px;
    margin-right: 25px;
  }

  .itemDat5 {
    width: 249px;
  }

  .itemHome1a {
    width: calc(50% - 83px);
    font-size: 20px;
    line-height: 30px;
    padding-right: 80px;
  }

  .itemHome1a strong {
    font-size: 25px;
  }

  .itemHome1b {
    width: calc(50% + 83px);
  }

  .itemBtnHome1a {
    width: calc(100% - 60px);
    padding-right: 5px;
    padding-left: 14px;
    font-size: 22px;
    line-height: 38px;
  }

  .itemBtnHome1a img {
    margin-right: 15px;
  }

  .itemBtnHome1b {
    padding: 0px;
    width: 60px;
    height: 100%;
  }

  .sidebarLeft {
    width: 298px;
    padding-right: 49px;
  }

  .mainProductos {
    width: calc(100% - 298px);
    padding-top: 0px;
  }

  .itemServ1a {
    width: calc(50% - 58px);
    font-size: 30px;
    line-height: 52.39px;
  }

  .itemServ1a strong {
    font-size: 40px;
  }

  .itemServ1a div div {
    padding-left: 64px;
  }

  .itemServ2 {
    margin-right: 90px;
    font-size: 24px;
    line-height: 30px;
  }

  .itemServ2 figure {
    max-width: 244px;
  }

  .titleDistri1 {
    font-size: 20px;
    line-height: 30px;
  }

  .titleDistri1 strong {
    font-size: 30px;
  }

  .contentDistri2 {
    border: solid 14px #bdbdbd;
  }

  .titMapDirection {
    padding-left: 15px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .titleDirMap {
    display: flex;
  }

  .titleNumPhons {
    padding-right: 52px;
    height: 41px;
    width: 469px;
    text-align: right;
    background: url('../images/icons/tit2.png') left center no-repeat;
    background-size: cover;
    justify-content: flex-end;
  }

  .titleNumPhons2 {
    padding-right: 25px;
  }

  .sidebarLeft ul {
    display: block;
  }

  .titleCategorias {
    cursor: default;
  }

  .resultadosTopografia ul li a {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    font-size: 12px;
  }

  .itemListProd1 {
    margin-right: 10px;
    width: 45px;
  }

  .resultadosTopografia ul li a img {
    max-width: 45px;
    max-height: 45px;
  }

  .itemListProd2 {
    width: calc(100% - 55px);
  }

  .imgBannerProd2 {
    right: auto;
    left: 15px;
    top: 0px;
  }

  .titleCaption1a {
    font-size: 30px;
    line-height: 73px;
    max-width: 450px;
  }

  .titleCaption1b {
    font-size: 30px;
    line-height: 73px;
    padding-right: 290px;
  }

  .titleBCap {
    max-width: 450px;
  }

  .titleCaption1b a {
    width: 150px;
    height: 44px;
    border-radius: 22px;
    font-size: 13.3px;
    line-height: 24px;
  }

  .titleCaption1c {
    margin-top: 13px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1px;
    max-width: 450px;
  }

  .titleDetalle1 .tit {
    padding-right: 200px;
  }

  .itemFlexProducto2 {
    width: 102px;
    height: 102px;
  }
}

@media(min-width:1200px) {
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }

  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }

  .flex-control-nav {
    margin-left: -569px;
  }

  #logo {
    width: 309px;
    top: 0px;
    left: 12px;
  }

  .itemDat3 {
    margin-right: 104px;
  }

  .itemDat4 {
    width: 167px;
    margin-right: 109px;
  }

  .itemHome1a {
    width: calc(50% - 83px);
    font-size: 27px;
    line-height: 38px;
    padding-right: 78px;
  }

  .itemHome1a strong {
    font-size: 35px;
  }

  .itemServ1a {
    width: calc(50% - 58px);
    font-size: 37.22px;
    line-height: 52.39px;
  }

  .itemServ1a strong {
    font-size: 48.25px;
  }

  .itemServ2 {
    margin-right: 105px;
  }

  .titleDistri1 {
    font-size: 27px;
    line-height: 38px;
  }

  .titleDistri1 strong {
    font-size: 35px;
  }

  .contentDistri2 {
    border: solid 27px #bdbdbd;
  }

  .titMapDirection {
    padding-left: 52px;
  }

  .itemBtnHome1a {
    font-size: 26px;
  }

  .resultadosTopografia ul li a {
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
    font-size: 14px;
  }

  .imgBannerProd2 {
    right: auto;
    left: -50px;
    top: 0px;
  }

  .titleCaption1a {
    font-size: 44px;
    line-height: 73px;
    max-width: 650px;
  }

  .titleCaption1b {
    font-size: 44px;
    line-height: 73px;
    padding-right: 325px;
  }

  .titleBCap {
    max-width: 650px;
  }

  .titleCaption1b a {
    width: 150px;
    height: 44px;
    border-radius: 22px;
    font-size: 13.3px;
    line-height: 24px;
  }

  .titleCaption1c {
    margin-top: 13px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1px;
    max-width: 650px;
  }

  .titleDetalle1 {
    background: url('../images/productos/title.png') center no-repeat;
    background-size: cover;
  }
}

@media(min-width:1300px) {}

@media(min-width:1450px) {}

@media(min-width: 1650px) {}

@media(min-width:1850px) {}

@media(max-width:991px) {
  #sliderTop .flex-direction-nav .flex-prev {
    display: none;
  }

  #sliderTop .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;
    padding-bottom: 36px;
  }

  #header #topMenu #logo {
    display: none
  }

  #header {
    margin-top: 56px;
    height: auto;
    padding-top: 0px;
  }

  #header #topMenu {
    height: auto;
    padding-top: 0;
  }

  #header #menu {
    display: none;
  }

  #frmContacto {
    position: static;
    margin: auto
  }

  #sliderTop {
    height: auto;
    margin-top: 0px;
  }

  #sliderTop .slides li {
    height: 330px;
  }

  a.toTop {
    left: auto;
    right: 21px;
  }

  #icoWa {
    bottom: 115px;
    width: 50px;
    height: 50px;
    right: 15px;
    background: url('../images/icoWa.png') 0 0 no-repeat;
    background-size: contain;
  }

  #redes {
    margin-left: 0px;
    display: flex;
    width: 100%;
    height: 36px;
    position: fixed;
    bottom: 0;
    padding-left: 0;
    top: auto;
    left: 0;
    background: #ffffff;
    z-index: 5;
    padding-top: 0px;
  }

  #redes a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0;
    border-radius: 0px;
  }

  #redes a:hover,
  #redes a:focus {
    text-decoration: none;
    opacity: 1;
    transform: scale(1);
  }

  #redes a img {
    display: none;
  }

  #redes .fb {
    background: #395398 !important;
  }

  #redes .tr {
    background: #42bded !important;
  }

  #redes .in {
    background: #AB7F5C !important;
  }

  #redes .yt {
    background: #ca250a !important;
  }

  #redes a .fa {
    display: block;
  }

  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }

  .itemDat1 {
    width: 100%;
    padding-right: 0px;
    height: auto;
    padding: 30px 0;
  }

  .itemDat2 {
    width: 100%;
    padding-left: 0px;
    justify-content: center;
    padding: 45px 0;
  }

  .cntLogoFoot {
    width: 100%;
    height: 80px;
    justify-content: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cntLogoFoot figure {
    max-width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cntLogoFoot img {
    max-width: 100%;
    margin-left: auto;
  }

  .itemDat1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -700px;
    width: 700px;
    height: 100%;
    background: #FC0404;
  }

  .cntLogoFoot::after {
    content: '';
    position: absolute;
    top: 0;
    right: -700px;
    width: 700px;
    height: 100%;
    z-index: 2;
    background: #f5f5f5;
  }

  .itemDat5 .tit2 {
    display: none;
  }

  .cntHome1 {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
  }

  .contentHome1 {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    height: auto;
  }

  .itemHome1a {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    padding-right: 0px;
    background: #FC0404;
    padding: 25px 15px;
  }

  .itemHome1a strong {
    font-size: 18px;
  }

  .itemHome1b {
    width: 100%;
    background: #CCCCCC;
    padding: 25px 15px;
  }

  .contentHome2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #bajarSl {
    margin-top: 0px;
  }

  #textProdcutos1 h1 {
    font-size: 20px;
    line-height: 26px;
  }

  #textServ1 {
    background: transparent;
    box-shadow: none;
  }

  .contServ1 {
    height: auto;
    flex-wrap: wrap;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.44);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .itemServ1a {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 20px 15px;
    background: #FC0404;
  }

  .itemServ1a strong {
    font-size: 24px;
  }

  .itemServ1a div div {
    padding-left: 0px;
  }

  .itemServ1b {
    background: url('../images/servicios/bg1a.webp') center no-repeat;
    padding: 45px 15px;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .itemServ2 {
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .itemServ2 figure {
    max-width: 170px;
  }

  .titleDistri1 {
    font-size: 17px;
    line-height: 23px;
  }

  .titleDistri1 strong {
    font-size: 20px;
    display: block;
  }

  #textDistri2 div[class*="col-"] {
    width: 50%;
  }

  .contentDistri2 {
    max-width: 300px;
  }

  .resultadosTopografia ul li a {
    font-size: 14px;
  }

  .imgBannerProd {
    max-width: 150px;
    top: 70px;
  }

  .imgBannerProd2 {
    right: auto;
    left: 15px;
    top: 70px;
  }

  .titleCaption1a {
    font-size: 20px;
    line-height: 35px;
    max-width: 500px;
  }

  .titleCaption1b {
    font-size: 18px;
    line-height: 73px;
    padding-right: 170px;
  }

  .titleBCap {
    max-width: 500px;
  }

  .titleCaption1b a {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 24px;
  }

  .titleCaption1c {
    margin-top: 13px;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0px;
    max-width: 500px;
  }

  .titleDetalle1 h1 {
    font-size: 21px;
    line-height: 24px;
  }

  .titleProductoP {
    font-size: 16px;
    line-height: 23px;
    height: 71px;
    padding-left: 30px;
    padding-right: 40px;
    margin-bottom: 30px;
  }

  strong.titleProd {
    font-size: 18px;
    line-height: 21px;
  }

  .titleDescription {
    font-size: 13px;
    line-height: 21px;
    padding-right: 0;
  }

  .itemFlexProducto2 {
    width: 80px;
    height: 80px;
  }
}

@media(max-width:680px) {
  .rowProds div[class*="col-"] {
    width: 50%;
  }

  #sliderTop .slides li {
    height: 400px;
  }

  .sliderCntTop {
    align-items: flex-start;
    justify-content: center;
    padding-top: 165px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .imgBannerProd {
    max-width: 130px;
    top: 15px;
    right: auto;
    left: calc(50% - 65px);
  }

  .titleCaption1a {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    max-width: 100%;
  }

  .captions2 .titleCaption1a {
    text-align: center;
  }

  .titleBCap,
  .titleCaption1c {
    max-width: 100%;
  }

  .titleCaption1b {
    padding-right: 0px;
    padding-left: 0px;
  }

  .captions2 .titleCaption1b {
    padding-left: 0px;
  }

  .titleCaption1b1 {
    margin-right: 30px;
  }

  .titleCaption1b2 {
    max-width: calc(100% - 130px);
  }

  .captions1 .titleCaption1b1 {
    margin-right: 30px;
    max-width: calc(100% - 130px);
  }

  .titleCaption1b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -700px !important;
    width: 700px;
    height: 100%;
    background: #FC0404;
  }

  .titleCaption1b::after {
    content: '';
    position: absolute;
    top: 0;
    right: -700px;
    width: 700px;
    height: 100%;
    background: #FC0404;
  }

  .visorImg {
    margin-left: auto;
    margin-right: auto;
  }

  .thumbfotos {
    width: 100%;
  }

  .datosDetallesP {
    width: 100%;
    padding-top: 45px;
  }
}

@media (max-width: 640px) {

  #footer .tfooter,
  #footer #powered {
    float: none;
    text-align: center;
  }

  #footer .tfooter {
    margin-bottom: 10px;
  }

  #footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px
  }

  .cntDatFooter1 {
    font-size: 18px;
  }
}

@media(max-width:600px) {
  .itemServ2 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .itemServ2:nth-child(3n + 3) {
    margin-right: 30px;
  }

  .itemServ2:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .contentDistri2 figure::after {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: -100%;
    background-size: contain;
  }

  .contentDistri2 a:hover figure::after,
  .contentDistri2 a:focus figure::after {
    left: calc(50% - 30px);
  }

  #textDistri2 .row {
    margin: 0 -7px;
  }

  #textDistri2 div[class*="col-"] {
    padding: 0 7px;
    margin-bottom: 15px;
  }

  .resultadosTopografia ul li a {
    font-size: 12px;
  }
}

@media(max-width: 580px) {
  .rowFichas div[class*="col-"] {
    width: 50%;
  }
}

@media(max-width:540px) {
  .itemDat3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .itemDat4 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .itemDat5 {
    width: 100%;
  }

  .resultadosTopografia ul li a {
    font-size: 11px;
  }
}

@media (max-width: 520px) {}

@media(max-width:500px) {
  #frmContacto div[class*="col-"] {
    width: 100%
  }

  .btnHome1 {
    height: 50px;
    border-radius: 25px;
  }

  .contentHome1b {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .itemBtnHome1a {
    font-size: 15px;
  }

  .itemBtnHome1a img {
    margin-right: 5px;
    max-width: 15px;
  }

  .resultadosTopografia {
    top: 52px;
  }

  .titleDetalle1 h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .btnBack {
    font-size: 12px;
  }

  .titleDetalle1 .tit {
    padding-right: 97px;
  }

  .btnBack img {
    width: 20px;
    margin-left: 5px;
  }
}

@media(max-width:480px) {
  #footer .tfooter {
    flex-wrap: wrap;
  }

  #footer .tfooter em {
    display: block;
    height: 5px;
    opacity: 0;
    width: 100%;
  }

  .rowProds div[class*="col-"] {
    width: 100%;
  }

  .titleProductoP {
    background: #646464;
  }
}

@media(max-width:420px) {
  #footer .contentFooter {
    min-height: 145px;
  }

  .contentHome1b {
    width: 100%;
    margin-right: 0px;
  }

  .contentHome1b:last-child {
    margin-top: 10px;
  }

  .itemServ2 {
    font-size: 14px;
  }

  .titleNumPhons {
    font-size: 13px;
  }

  .titleCaption1b1 {
    margin-right: 10px;
  }

  .titleCaption1b2 {
    max-width: calc(100% - 110px);
  }

  .captions1 .titleCaption1b1 {
    margin-right: 10px;
    max-width: calc(100% - 110px);
  }
}

@media(max-width:395px) {
  .rowFichas div[class*="col-"] {
    width: 100%;
  }
}

/*INICIO MODIFICACIONES*/
@media (min-width: 425px) {
  .grid_pdf {
    grid-template-columns: repeat(2, 175px);
    column-gap: 39px;
  }
}

@media (min-width: 768px) {
  .grid_pdf {
    grid-template-columns: repeat(3, 175px);
    column-gap: 39px;
  }

  .contProds2 {
    max-width: 558px;
  }
}

@media(min-width: 992px) {
  .cuadro-rojo {
    margin-top: 0;
    width: 68%;
    height: 75px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .estaciones-totales {
    font-size: 20px;
    margin-top: 16px;
  }

  .grid_pdf {
    column-gap: 57px;
  }

  .contProds2 {
    max-width: 19px;
  }
}

@media (min-width:1200px) {
  .cuadro-rojo {
    width: 72%;
  }

  .contProds2 {
    max-width: 175px;
  }
}

@media (min-width:1600px) {
  .cuadro-rojo {
    width: 72.5%;
  }

  .grid_pdf {
    grid-template-columns: repeat(4, 175px);
    column-gap: 34px;
    row-gap: 40px;
  }

  .contProds2 {
    max-width: 175px;
  }

  .estaciones-totales {
    font-size: 25px;
  }
}

/*FIN MODIFICACIONES*/