.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: #2A2A2A;
  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: #fff; color:#000; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #fff; color:#000; 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: #060606;
   }

.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: #fff;
  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: 991px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}



.rd-mobilepanel #logoMovil{
	top: 4px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 150px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1199px){
	
}

@media(max-width:1099px){
	
}

@media(min-width:992px){  
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  .titleCaptionTop{
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 1px;
  }
  .titleCaptionTop strong{
    font-size: 40px;
  }
  #menu{
    right: 275px;
  }
  #textHome1{
    padding-top: 242px;
    padding-bottom: 250px;
  }
  .itemHome1a h1{
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 35px;
  }
  .itemHome1a p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.25px;
  }
  #textHome3{
    padding-top: 145px;
    padding-bottom: 107px;
  }
  .titleHome3{
    font-size: 72px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 74px;
  }
  .contentHome3{
    font-size: 33px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .contentHome3 span{
    font-size: 24px;
  }
  .titlePrinHome{
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
  }
  .parranPrinHome{
    font-size: 20px;
    line-height:32px;
    letter-spacing: -0.25px;
  }
  .itemHome3:nth-child(3n + 1){
    margin-right: 100px;
  }
  .itemHome3:nth-child(3n + 2){
    margin-right: 100px;
  }
  .itemHome3:nth-child(3n + 3){
    margin-right: 0px;
  }
  .contentHome4{
    height: 997px;
  }
  .itemHome4{
    margin-right: 44px;
    font-size: 33px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .contentHome5{
    height: 997px;
  }
  .contentHome5{
    height: 997px;
  }
  .titleHome6{
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.25px;
  }
  .contentHome7{
    height: 997px;
  }
  .contentHome8{
    height: 997px;
  }
  .contentHome9{
    height: 997px;
  }
  .contentHome10{
    height: 997px;
  }
  .titleInstrumento1{
    padding-left: 310px;
  }
  .itemInstru1{
    width: 310px;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .itemInstru2{
    width: calc(100% - 310px);
  }
  .itemInstru2 div[class*="col-"]{
    width: 50%;
  }
  .btnInfoProd{
    font-size: 18px;
  }
  .itemFiltroUl{
    width: 100%;
    margin-right: 0px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .titleCaptionTop{
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 1.5px;
  }
  .titleCaptionTop strong{
    font-size: 52px;
  }
  .itemHome1a h1{
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 35px;
  }
  .itemHome1a p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.25px;
  }
  .titlePrinHome{
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
  }
  .parranPrinHome{
    font-size: 20px;
    line-height:32px;
    letter-spacing: -0.25px;
  }
  .itemHome3:nth-child(3n + 1){
    margin-right: 158px;
  }
  .itemHome3:nth-child(3n + 2){
    margin-right: 145px;
  }
  .itemHome3:nth-child(3n + 3){
    margin-right: 0px;
  }
  .flexRelacionados.carousel li{
    margin-right: 20px !important;
    width: 280px !important;
  }
  .titleInstrumento1{
    padding-left: 310px;
  }
  .itemInstru1{
    width: 310px;
    padding-right: 40px;
  }
  .itemInstru2{
    width: calc(100% - 310px);
  }
  .itemInstru2 div[class*="col-"]{
    width: 33.333%;
  }
}

@media(max-width:1680px){
  #topContact .col2 {
    width: 655px;
    padding: 120px 65px;
  }
  #topContact .col1 {
    right: 655px;
    padding: 0 55px;
  }
  #topContact .col2 .title {
    font-size: 38px;
  }
  #topContact .col2 .item {
    font-size: 18px;
  }
  #topContact .col1 .title {
    font-size: 62px;
    padding-left: 25px;
  }
  #topContact .col1 .text {
    font-size: 22px;
  }
}
@media(min-width:1600px){
  .container{
    width: 1532px;
  }
  .titleCaptionTop{
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 2.5px;
  }
  .titleCaptionTop strong{
    font-size: 72px;
  }
  .itemHome1a h1{
    font-size: 72px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 35px;
  }
  .itemHome1a p{
    font-size: 27.1px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .titlePrinHome{
    font-size: 71px;
    line-height: 1;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
  }
  .parranPrinHome{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .flexRelacionados.carousel li{
    padding-bottom: 30px;
    margin-right: 60px !important;
    width: 308px !important;
  }
  .titleInstrumento1{
    padding-left: 455px;
  }
  .itemInstru1{
    width: 455px;
    padding-right: 105px;
  }
  .itemInstru2{
    width: calc(100% - 455px);
  }
  .itemInstru2 .row{
    margin: 0 -30.75px;
  }
  .itemInstru2 div[class*="col-"]{
    margin-bottom: 87px;
    padding: 0 30.75px;
  }
}
@media(max-width:1280px){
  #topContact .col2 {
    width: 575px;
    padding: 100px 60px;
  }
  #topContact .col1 {
    right: 575px;
  }
  #topContact .col2 .item1::before {
    background-size: 50px auto;
  }
  #topContact .col2 .item2::before {
    background-size: 50px auto;
  }
  #topContact .col2 .item3::before {
    background-size: 50px auto;
  }
  #topContact .col2 .item4::before {
    background-size: 50px auto;
  }
}
@media(max-width:1199px){
  #topContact .col2 {
    width: 525px;
    padding: 80px 30px 80px 40px;
  }
  #topContact .col1 {
    right: 525px;
  }
  
  #menu {
    right: 205px !important;
  }
}
@media(max-width:1099px){
  #topContact .col1 .btns a {
    width: 305px;
    height: 70px;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  #topContact .col1 {
    right: 485px;
    padding: 0 40px;
  }
  #topContact .col1 .text {
    font-size: 20px;
  }
  #topContact .col2 .item {
    font-size: 16px;
    padding-left: 65px;
  }
  #topContact .col2 {
    width: 485px;
  }
  #topContact .col2 .title {
    font-size: 35px;
    letter-spacing: -1px;
  }

  #topContact .col2 .item1::before {
    background-size: 40px auto;
  }
  #topContact .col2 .item2::before {
    background-size: 40px auto;
  }
  #topContact .col2 .item3::before {
    background-size: 40px auto;
  }
  #topContact .col2 .item4::before {
    background-size: 40px auto;
  }
  #topContact .col1 .title {
    font-size: 52px;
  }
}
@media(max-width:1099px) and (min-width: 992px){

}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
	#logo {
        top: 83px;
        max-width: 200px;
  }
  #topContact .col1 {
    position: initial;
  }
  #topContact .row {
    flex-direction: column;
  }
  body[data-page="3"] #header{
    display: none;
  }
  #topContact .col1 {
    padding: 55px 40px;
  }
  #topContact .col2 {
    width: 100%;
    justify-content: center;
  }


  body{
    padding: 56px 0 0;
    margin-bottom: 35px;
  }
  #header #menu,#header #logo{
    display: none
  }
  #header #topMenu{
    height: auto;
  }
  #header{
    margin-top: 56px;
    height: auto;
  }
  #frmContacto{
    position: static;
    margin: auto
  }
  #sliderTop{
    height: auto;
    margin-top: 0px;
  }
  #sliderTop .slides li{
    height: 400px;
  }
  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: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color:#ffffff;
    font-size: 18px;
    border: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  #redes a:hover,#redes a:focus{
    text-decoration: none;
    transform: scale(1);
  }
  #redes .fb{
    background: #395398 !important;
  }
  #redes .what{
    background: #00b857 !important; 
  }
  #redes .in{
    background: #AB7F5C !important;
  }
  #redes a .fa{
    display: block;
  }
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	
  .cntSliderTop{
    padding-top: 0;
  }
  .titleCaptionTop{
    font-size: 22px;
    line-height: 1.1;
  }
  .titleCaptionTop strong{
    font-size: 30px;
  }
  #textHome1{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .itemHome1a {
    width: 100%;
  }
  .itemHome1b {
    padding-top: 50px;
    width: 100%;
    padding-left: 0px;
  }
  .itemHome1b img {
    max-width: 100%;
  }
  .itemHome1a h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .itemHome1a p{
    font-size: 16px;
    line-height: 24px;
  }
  .itemHome3 figure img{
    max-width: 100px;
  }
  .contentHome3{
    font-size: 18px;
    line-height: 22px;
  }
  .contentHome3 span{
    font-size: 13px;
  }
  .itemHome3 {
    width: auto;
  }
  .itemHome3:nth-child(3n + 1),.itemHome3:nth-child(3n + 2),
  .itemHome3:nth-child(3n + 3){
    margin-right: 30px;
    margin-left: 30px;
  }
  .titleHome3{
    font-size: 25px;
    margin-bottom: 45px;
  }
  #textHome3 {
    padding-bottom: 10px;
  }
  .contentHome4{
    height: auto;
    padding: 100px 0;
  }
  .itemHome4 img {
    width: 100px;
  }
  .itemHome4 {
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .cntHome4{
    flex-wrap: wrap;
  }
  .contentHome5,.contentHome6,.contentHome7{
    height: auto;
    padding: 100px 0;
  }
  .titleHome6{
    font-size: 35px;
  }
  .contentHome7 {
    height: 450px;
  }
  .titlePrinHome {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .parranPrinHome{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .contentHome8 {
    height: auto;
    padding-top: 150px;
  }
  #bajarSl {
    margin-top: 0;
  }
  #textProd2{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 31px;
  }
  #textProd3{
    padding-top: 75px;
    padding-bottom: 0px;
  }
  .titleProds3a{
    font-size: 24px;
    letter-spacing: -0.25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .titleProds3a::before{
    left: calc(50% - 100px);
    width: 200px;
    height: 7px;
  }
  .titleProds3{
    font-size: 16px;
  }
  .contentProd3 {
    padding: 0px 20px;
  }
  .contentProd4 {
    height: auto;
    padding: 80px 0;
  }
  .titleProd4 {
    font-size: 30px;
    line-height: 1;
  }
  .titleProd4 strong{
    font-size: 35px;
  }
  .titleRecionados1{
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 36px;
  }
  .titleRecionados1::before{
    left: calc(50% - 100px);
    width: 200px;
    height: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 0.5;
  }
  #productosRelacionados {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .flexRelacionados .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .flexRelacionados.carousel li{
    width: 280px !important;
  }

  .titleContacto1 {
    font-size: 50px;
  }
  #frmContacto .tit {
    font-size: 20px;
  }
}
@media(max-width:680px){
}
@media(max-width:640px){
  .contentProd3 {
    padding: 0px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .titleProd4::before{
    left: calc(50% - 100px);
    width: 200px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
}
@media(max-width:580px){
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center; flex-wrap: wrap;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  #footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
  .itemProd3 {
    width: 100%;
    margin-bottom: 60px;
  }
  .itemInstru2 div[class*="col-"]{
    width: 100%;
  }
}
@media(max-width: 540px){
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
  .titleCaptionTop{
    font-size: 17px;
  }
  .titleCaptionTop strong{
    font-size: 25px;
  }
  .contentHome4{
    justify-content: center;
  }
  .itemHome4{
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .itemHome4:last-child {
    margin-right: 20px;
  }
  .parranPrinHome{
    max-width: 370px;
  }
  .parranPrinHome br{
    display: none;
  }
  .contentHome8 {
    height: auto;
    padding-top: 150px;
  }
  #topContact .col2 .title {
    font-size: 25px;
    letter-spacing: initial;
    text-align: center;
  }
  #topContact .col1 .text {
    font-size: 18px;
    line-height: 30px;
  }
  #topContact .col1 .title {
    font-size: 42px;
    line-height: 50px;
    padding-left: 15px;
  }
  #topContact .col2 .item {
    font-size: 14px;
  }
  #topContact .col1 {
    display: block !important;
    padding: 0;
  }
  #topContact .col1 article{
    padding: 35px 15px
  }
  #topContact .col1 .btns a {
    width: 100%;
    max-width: 305px;
  }
  #frmContacto .form-control {
    height: 68px;
  }
  #frmContacto .tit {
    font-size: 18px;
    font-weight: 600;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
}
@media(max-width:420px){
  .titleCaptionTop{
    font-size: 14px;
  }
  .titleCaptionTop strong{
    font-size: 18px;
  }
  .flexRelacionados.carousel {
    padding: 0 30px;
  }
  .flexRelacionados.carousel li {
    width: 260px !important;
  }
  .titleProdPrin{
    font-size: 14px;
    line-height: 17px;
  }
}
@media(max-width:390px){
  .itemHome3:nth-child(3n+1), .itemHome3:nth-child(3n+2), .itemHome3:nth-child(3n+3) {
    margin-right: 10px;
    margin-left: 10px;
  }
  .flexRelacionados.carousel li {
    width: 230px !important;
  }
  #frmContacto input[type="submit"], 
  #frmContacto input[type="reset"] {
    height: 50px;
    font-size: 16px;
    width: 120px;
  }
  #frmContacto input[type="submit"] {
    margin-left: 1px;
  }
  .titleContacto1 {
    font-size: 40px;
  }

  #topContact .col2 {
    padding: 80px 15px;
  }
  #topContact .col2 .item {
    padding-left: 57px;
  }
  #topContact .col2 .item1::before {
    background-size: 30px auto;
  }
  #topContact .col2 .item2::before {
    background-size: 30px auto;
  }
  #topContact .col2 .item3::before {
    background-size: 30px auto;
  }
  #topContact .col2 .item4::before {
    background-size: 30px auto;
  }
}
@media(max-width:365px){
}