.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: #bf7f00; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #bf7f00; 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: #614734;
   }

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



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

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

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

@media(min-width:992px){
  #redes{
    top: 57px;
    right: 15px;
  }
  #logo{
    width: 177px;
    top: 26px;
    padding-top: 7px;
  }
  #menu{
    right: 108px;
    top: 0;
	  height: 141px;
  }
  #menu li{
    padding: 0 4px;
    height: 141px;
  }
  #menu li a{
    font-size: 13px;
    letter-spacing: 0.25px;
    padding: 0 10px;
  }
  #logo:before{
    top: -26px;
    right: -92px;
  }
  #menu li:nth-child(1) a{
    width: 55px;
  }
  #menu li:nth-child(2) a{
    width: 79px;
  }
  #menu li:nth-child(3) a{
    width: 80px;
  }
  #menu li:nth-child(4) a{
    width: 84.5px;
  }
  #menu li:nth-child(5) a{
    width: 154px;
  }
  #menu li:nth-child(6) a{
    width: 78px;
  }
	#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;
	}
  .contentCatalogo1 {
    font-size: 36px;
  }
  .contentIframe{
    height: 908px;
  }
  .titleDis1{
    font-size: 36px;
  }
  .contentDis2{
    font-size: 30px;
    height: 347px;
  }
  .contentDis3{
    padding-right: 50%;
    font-size: 15px;
  }
  #textDis3{
    background: url(../images/distribuciones/fondo21.jpg) center no-repeat;
    background-size: cover;
  }
  .bg1Distri1{
    height: 0;
    background: transparent;
    display: none;
  }
  .titleDis4 strong {
    font-size: 24px;
  }
  .titleDis4{
    font-size: 22px;
  }
  #textDis4 div[class*="col-"]:last-child {
    padding-left: 89px;
    padding-top: 30px;
  }
  #textDis4 ul{
    font-size: 16px;
    line-height: 36px;
  }
  .contentDis5{
    font-size: 24px;
  }
  #textDis6 .row{
    margin: 0 -5px;
  }
  #textDis6 div[class*="col-"]{
    margin-bottom: 48px;
    padding: 0 5px;
    width: 33.333%;
  }
  .textoPago span{
    font-size: 10px;
  }
  .itemDat1{
    margin-right: 85px;
  }
  .itemDat2{
    margin-right: 85px;
  }
  .itemDat3{
    margin-right: 85px;
  }
  .contentTopDf{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 49px;
  }
  .titleCntTopDf{
    font-size: 30px;
  }
  #datFooter .tit{
    font-size: 20px;
  }
  #datFooter a{
    letter-spacing: 0px;
    font-size: 14px;
  }
  #datFooter .dirDat{
    letter-spacing: 0.25px;
    font-size: 14px;
  }
  .contentHome1{
    height: 450px;
  }
  .titleHome2a,.titleHome2b,.titleHome2c{
    font-size: 40px;
    line-height: 1.1;
  }
  .titleHome2b{
    font-size: 100px;
    margin-top: 10px;
  }
  .boxHome3{
    height: 167px;
    font-size: 30px;
  }
  .boxHome3 strong{
    font-size: 20px;
  }
  .boxHome3b{
    font-size: 17px;
  }
  .boxHome3c{
    font-size: 30px;
  }
  .boxHome3c strong{
    font-size: 20px;
  }
  .itemHome3{
    width: calc(25% - 25.5px);
    margin-right: 34px;
  }
  .itemHome3:nth-child(1),.itemHome3:nth-child(2){
    margin-bottom: 0px;
  }
  .itemHome3:nth-child(2){
    margin-right: 34px;
  }
  .titleHome4{
    font-size: 31px;
    line-height: 1.2;
  }
  .titleHome4 strong{
    font-size: 51.79px;
  }
  .titleHome4 span{
    font-size: 77.7px;
  }
  .contentNos1{
    height: 550px;
  }
  .nos3{
    font-size: 21px;
    line-height: 30px;
  }
  .titleCaptionTop{
    font-size: 25px;
    letter-spacing: 0px;
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .boxCafe{
    font-size: 24px;
  }
}
@media(min-width:1200px){
  #logo{
    width: 274px;
    top: 26px;
    padding-top: 0;
  }
  #menu{
    right: 140px;
  }
  #menu li{
    padding: 0 10px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .contentDis3{
    font-size: 16px;
  }
  .titleDis4{
    font-size: 28px;
  }
  .titleDis4 strong {
    font-size: 30px;
  }
  #textDis4 div[class*="col-"]:last-child {
    padding-left: 89px;
    padding-top: 42px;
  }
  .contentDis5{
    font-size: 36px;
  }
  #textDis6 .row{
    margin: 0 -18.5px;
  }
  #textDis6 div[class*="col-"]{
    margin-bottom: 48px;
    padding: 0 18.5px;
  }
  .textoPago span{
    font-size: 11px;
  }
  .itemDat1{
    margin-right: 148px;
  }
  .itemDat2{
    margin-right: 160px;
  }
  .itemDat3{
    margin-right: 135px;
  }
  .contentHome1{
    height: 573px;
  }
  .titleHome2a,.titleHome2b,.titleHome2c{
    font-size: 60px;
    line-height: 1.1;
  }
  .titleHome2b{
    font-size: 135px;
    margin-top: 10px;
  }
  .boxHome3{
    height: 167px;
    font-size: 40px;
  }
  .boxHome3 strong{
    font-size: 30px;
  }
  .boxHome3b{
    font-size: 21px;
  }
  .boxHome3c{
    font-size: 36px;
  }
  .boxHome3c strong{
    font-size: 24px;
  }
  .contentNos1{
    height: 690px;
  }
  .nos3 div br{
    display: block;
  }
  .titleCaptionTop{
    font-size: 48px;
    letter-spacing: 0.25px;
    height: 94px;
    padding: 0 60px;
    border-radius: 47px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
  }
}
@media(min-width:1450px){
  .container{
    width: 1230px;
  }
}
@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 #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: 10px;
	}
	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 a svg{
    display: none;
  }
	#redes .fb{
		background: #395398 !important;
	}
	#redes .what{
		background: #00b857 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes a .fa{
		display: block;
	}
  .titleCatalogo2{
    font-size: 20px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  .contentIframe{
    height: 700px;
  }
  #textDis1{
    background-position-x: -700px; 
  }
  .contentDis1{
    padding-right: 350px;
  }
  #textDis2 div[class*="col-"]{
    width: 100%;
  }
  #textDis2 div[class*="col-"]:first-child{
    margin-bottom: 30px;
  }
  .contentDis2{
    justify-content: center;
    text-align: center;
    height: auto;
  }
  .contentDis2 a{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  #textDis4 div[class*="col-"]{
    width: 100%;
  }
  .videoDis4{
    margin-right: auto;
    margin-left: auto;
  }
  #textDis4 div[class*="col-"]:last-child{
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 15px;
  }
  .titleDis4{
    text-align: center;
  }
  #textDis4 ul{
    padding-top: 20px;
    display: inline-block;
  }
  .ulli{
    display: flex;
    justify-content: center;
  }
  #textDis4 a{
    margin-right: auto;
    margin-left: auto;
  }
  .contentDis5{
    font-size: 20px;
    line-height: 30px;
  }
  #textDis6 .row{
    margin: 0 -5px;
  }
  #textDis6 div[class*="col-"]{
    margin-bottom: 48px;
    padding: 0 5px;
  }
  .textoPago{
    font-size: 14px;
  }
  #datFooter{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .contentTopDf{
    height: 55px;
    padding-right: 25px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    font-size: 15px;
  }
  .titleCntTopDf{
    font-size: 16px;
    padding: 0 30px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat4{
    width: calc(50% - 10px);
  }
  .contentHome1{
    height: auto;
    padding: 55px 0;
  }
  .titleHome1{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .home1{
    font-size: 15px;
    line-height: 24px;
  }
  .contentHome4{
    height: auto;
    padding: 55px 10px;
  }
  .titleHome4{
    font-size: 17px;
    line-height: 1.2;
  }
  .titleHome4 strong{
    font-size: 22px;
  }
  .titleHome4 span{
    font-size: 30px;
  }
  .contentHome4 a{
    margin-top: 30px;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 22px;
  }
  .contentNos1{
    height: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-right: 250px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .titleNos1{
    font-size: 29px;
  }
  #textNos2{
    padding: 40px 0;
  }
  .contentNos2{
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 19px 10px;
  }
  #textNos3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleNos3{
    font-size: 27px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .contentNos3{
    flex-wrap: wrap;
  }
  .itemNos3a{
    width: 100%;
  }
  .itemNos3b{
    padding-top: 45px;
    width: 100%;
  }
  #textNos3 img {
    margin-left: auto;
    margin-right: auto;
  }
  #textNos3{
    padding-bottom: 20px;
  }
  body[data-page="3"] #sliderTop .slides li {
    height: 160px;
  }
  body[data-page="3"] #sliderTop .slides li img{
    display: none;
  }
  .titleCatalogo2a{
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    padding-top: 60px;
    padding-bottom: 14px;
  }
  .bajarSlider {
    margin-top: 0;
  }
  #textProy1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .titleProy1{
    font-size: 16px;
    padding-bottom: 50px;
  }
  .btnProy2{
    width: 280px;
    height: 65px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    border-radius: 32.5px;
    -webkit-border-radius: 32.5px;
    -moz-border-radius: 32.5px;
    -ms-border-radius: 32.5px;
    -o-border-radius: 32.5px;
  }
  .titleContacto1{
    font-size: 30px;
  }
  #frmContacto .tit{
    font-size: 16px;
  }
  #frmContacto .form-control {
    height: 45px;
    padding-left: 20px;
    font-size: 11px;
  }
  #frmContacto .textarea{
    height: 120px;
    padding-top: 20px;
  }
  #frmContacto input[type=submit],
  #frmContacto input[type=reset]{
    height:45px;
    font-size:14px;
    width: 100px;
    margin-top: 25px;
  }
  .titleMapa{
    width: 180px;
    height: 50px;
    margin-left: 25px;
    font-size: 18px;
  }
  .titleMapa2{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media(max-width:680px){
  .contentDis1{
    padding-right: 300px;
  }
  #textDis6 div[class*="col-"]{
    width: 100%;
  }
  #textCatalogo3 {
    padding-bottom: 50px;
  }
}
@media(max-width:640px){
  .contentTopDf{
    font-size: 18px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  #textDis1{
    background-position-x: -550px; 
  }
  .contentDis1{
    height: 400px;
    padding-right: 40%;
  }
  .titleDis1 {
    font-size: 22px;
  }
  .subtitleDis1{
    font-size: 16px;
    text-align: left;
  }
  .contentTopDf{
    height: 50px;
    padding-right: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 13px;
  }
  .titleCntTopDf{
    font-size: 13px;
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  #textHome2{
    padding-top: 40px;
    padding-bottom: 200px;
  }
  .titleHome2a,.titleHome2b,.titleHome2c{
    font-size: 20px;
  }
  .titleHome2b{
    font-size: 40px;
    margin-top: 5px;
  }
  .boxHome3{
    height: 167px;
    font-size: 30px;
  }
  .boxHome3 strong{
    font-size: 20px;
  }
  .boxHome3b{
    font-size: 17px;
  }
  .boxHome3c{
    font-size: 30px;
  }
  .boxHome3c strong{
    font-size: 20px;
  }
  .contentNos1{
    padding-right: 170px;
  }
  #textCatalogo2 div[class*="col-"]{
    width: 100%;
    margin-bottom: 60px;
  }
  .contentCat2{
    max-width: 320px;
  }
  #textCatalogo3 div[class*="col"] {
    width: 100%;
  }
  .boxCafe {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@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%;
	}
  .contentIframe{
    height: 550px;
  }
}
@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
	}
  .itemDat1{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2{
    width: 100%;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat4{
    width: 100%;
  }
  #datFooter .dirDat br{
    display: none;
  }
  .contentProy1{
    flex-wrap: wrap;
  }
  .contentProy1 div {
    margin-right: 0px;
  }
  .contentProy1 div:first-child{
    margin-bottom: 20px;
  }
  .contentProy1 div img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .titleProy1 strong{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .contentDis1{
    height: 360px;
    padding-right: 45%;
  }
  .itemHome3{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome3:nth-child(3){
    margin-bottom: 35px;
  }
  .contentNos1{
    padding-right: 100px;
  }
}
@media(max-width:420px){
  #textDis4 ul{
    font-size: 13px;
  }
  .textoPago{
    font-size: 12px;
    padding-left: 7px;
  }
  .contentTopDf{
    height: 40px;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 11px;
  }
  .titleCntTopDf{
    font-size: 11px;
    padding: 0 10px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .titleCaptionTop {
    font-size: 18px;
  }
}
@media(max-width:390px){
  .contentDis1{
    height: 340px;
    padding-right: 45%;
  }
  .titleDis1 {
    font-size: 18px;
  }
  .subtitleDis1 {
    font-size: 14px;
  }
  .contentNos1{
    padding-right: 50px;
  }
}
@media(max-width:365px){
  .contentNos1{
    padding-right: 0px;
  }
}