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

.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: 8px; 
	margin: auto; 
	left: auto; 
	display: block; 
	position: relative; 
	width: 180px;
}
.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.imgSliderP{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 372px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 423px;
	}
  #logo{
    width: 250px;
    top: 30px;
    left: 15px;
  }
  #menu{
    right: 220px;
  }
  #menu li{
    padding: 0 15px;
  }
  #menu li a{
    font-size: 14px;
  }
  .titleCaptionTop{
    font-size: 16px;
    line-height: 24px;
  }
  .titleCaptionTop::before{
    height: 580px;
    width: 1187px;
    right: -210px;
    top: calc(50% - 290px);
  }
  .titleCaptionTop .tit1{
    font-size: 40px;
    letter-spacing: -0.25px;
    margin-bottom: 21px;
  }
  .titleCaptionTop .tit6{
    font-size: 30px;
  }
  .btnBannerTop{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 232px;
    height: 59px;
    margin-top: 35px;
  }
  .btnBannerTop img{
    margin-left: 8px;
  }
  .titleHome3{
    font-size: 20px;
    padding-bottom: 19px;
    margin-bottom: 17px;
  }
  .contentNos3{
    padding-top: 160px;
    padding-bottom: 83px;
  }
  .itemNos3{
    width: calc(50% - 63px);
    margin-right: 126px;
  }
  .itemNos3:last-child::before{
    left: -67px;
  }
  .nos4{
    width: 300px;
    height: 188px;
    padding-top: 91px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 29px;
    margin-bottom: 212px;
  }
  .nos41-4::before{
    left: calc(50% - 323px);
    width: 640px;
  }
  .titleNos4{
    padding: 11px 102px;
    font-size: 36px;
    margin-bottom: 141px;
  }
  .nos41-2::before{
    right:-630px;
    width: 630px;
  }
  .itemNos6{
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .titleNos6{
    font-size: 30px;
    line-height: 1;
    padding-bottom: 29px;
    margin-bottom: 28px;
  }
  .contentNos6{
    padding-top: 105px;
    padding-bottom: 96px;
  }
  .itemNos6{
    width: calc(50% - 42.5px);
    margin-right: 85px;
    margin-bottom: 0;
  }
  .nos7{
    height: 190px;
    padding-top: 70px;
    font-size: 20px;
    line-height: 1.1;
  }
  .nos7 span{
    font-size: 12px;
  }
  #textNos7{
    padding-top: 180px;
    padding-bottom: 122px;
  }
  .titleBene3{
    font-size: 20px;
    line-height: 30px;
  }
  .itemBene2{
    font-size: 17.6px;
    line-height: 30px;
  }
  .itemBene2 span::before{
    top: 9px;
  }
  .itemActividad2{
    width: 50%;
    padding: 20px 0;
    font-size: 18px;
    line-height: 30px;
  }
  .titleAct2{
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 22px;
  }
}
@media(min-width:1200px){
  #topMenu::before{
    top: 0;
    left: -185px;
  }
	.flex-direction-nav .flex-prev {
		margin-left: 472px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 522px;
	}
  #logo{
    width: 370px;
    top: 15px;
    left: 36px;
  }
  #menu{
    right: 200px;
  }
  #menu li{
    padding: 0 24px;
  }
  #menu li a{
    font-size: 15px;
  }
  .titleCaptionTop{
    font-size: 18px;
    line-height: 28px;
  }
  .titleCaptionTop::before{
    height: 580px;
    width: 1187px;
    right: -210px;
    top: calc(50% - 290px);
  }
  .titleCaptionTop .tit1{
    font-size: 50px;
    letter-spacing: -0.25px;
    margin-bottom: 21px;
  }
  .titleCaptionTop .tit6{
    font-size: 40px;
  }
  .btnBannerTop{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 232px;
    height: 59px;
    margin-top: 35px;
  }
  .btnBannerTop img{
    margin-left: 8px;
  }
  .itemHome3{
    width: calc(33.333% - 66px);
    margin-right: 99px;
  }
  .itemHome3:nth-child(2n + 2){
    margin-right: 99px;
  }
  .titleHome3{
    font-size: 24px;
    padding-bottom: 19px;
    margin-bottom: 17px;
  }
  .nos4{
    width: 324px;
    height: 188px;
    padding-top: 91px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 29px;
    margin-bottom: 212px;
  }
  .nos41-4::before{
    left: calc(50% - 376px);
    width: 751px;
  }
  .itemNos6{
    width: calc(50% - 42.5px);
    margin-right: 85px;
  }
  .titleNos6{
    font-size: 36px;
    line-height: 1;
    padding-bottom: 29px;
    margin-bottom: 28px;
  }
  .nos7{
    height: 227px;
    padding-top: 70px;
    font-size: 30px;
    line-height: 1.1;
  }
  .nos7 span{
    font-size: 18px;
  }
  .titleBene3{
    font-size: 24px;
    line-height: 30px;
  }
}
@media(min-width:1450px){
  .container{
    width: 1282px;
  }
  #menu{
    right: 270px;
  }
  #topMenu::before{
    left: 0;
  }
  .titleCaptionTop{
    font-size: 20px;
    line-height: 30px;
  }
  .titleCaptionTop::before{
    height: 580px;
    width: 1187px;
    right: -210px;
    top: calc(50% - 290px);
  }
  .titleCaptionTop .tit1{
    font-size: 72px;
    letter-spacing: -0.25px;
    margin-bottom: 21px;
  }
  .titleCaptionTop .tit6{
    font-size: 60px;
  }
  .btnBannerTop{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 232px;
    height: 59px;
    margin-top: 35px;
  }
  .btnBannerTop img{
    margin-left: 8px;
  }
  .flex-direction-nav .flex-prev {
		margin-left: 525px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 579px;
	}
  .cntHome3{
    max-width: 354px;
    font-size: 14px;
    line-height: 28px;
  }
}
@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;
    padding-top: 0;
	}
  #header::before{
    width: 0;
    height: 0;
  }
  #topMenu::before{
    width: 0px;
    height: 0;
  }
  .cntSliderTop{
    padding-top: 0;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
  #sliderTop .slides li {
    height: 395px;
  }
	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 .fa{
    display: none;
  }
  #redes a img{
    width: 25px;
  }
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #000000 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
  #redes .lk{
		background: #0A66C2 !important;
	}
  #textHome1 article figure {
    width: 200px;
  }
  #textHome1 h1{
    font-size: 20px;
  }
  #textHome1 p{
    font-size: 15px;
    line-height: 30px;
  }
  .pieHome1{
    font-size: 13px;
  }
  .itemHome2 {
    width: 100%;
    height: auto;
    padding: 45px 0;
  }
  .itemHome2b{
    height: 300px;
  }
  .home2 h1 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
  }
  .home2 {
    max-width: 484px;
    font-size: 14px;
    line-height: 27px;
  }
  .home2 a{
    width: 200px;
    height: 48px;
    font-size: 14px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-top: 20px;
  }
  .itemHome2b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: calc(100% + 30px);
  }
  .titleHome4{
    font-size: 19px;
    line-height: 20px;
  }
  .home5 {
    width: 100%;
    max-width: 506px;
    height: 135px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 10px;
  }
  #textHome6 .container div{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 34px 0;
  }
  .titleHome7{
    font-size: 14px;
    line-height: 24px;
  }
  .titleHome8{
    font-size: 22px;
    line-height: 30px;
  }
  .textoHome8{
    font-size: 14px;
    line-height: 24px;
  }
  #textNos1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .titleNos1{
    font-size: 25px;
    line-height: 52px;
    letter-spacing: 0px;
    width: 270px;
    height: 50px;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .textop{
    font-size: 14px;
    line-height: 27px;
  }
  .textoNos1a{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    padding: 25px 30px;
    margin-top: 42px;
  }
  .itemNos2 {
    width: 100%;
    padding: 45px 0;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
  }
  .itemNos2a{
    height: 300px;
    position: relative;
  }
  .itemNos2a::before{
    right: -15px;
    width: calc(100% + 30px);
  }
  .nos2 {
    margin-right: auto;
  }
  .contentNos3 figure div{
    width: 200px;
    height: 45px;
    bottom: -22px;
    left: calc(50% - 100px);
    font-size: 20px;
  }
  .textoHome3{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1px;
    padding-top: 45px;
  }
  #textNos4{
    padding-top: 60px;
  }
  .titleNos4{
    font-size: 15px;
    padding: 20px 20px;
    margin-bottom: 100px;
  }
  .nos4 img{
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
  }
  .contentNos4 {
    position: relative;
    max-width: 600px;
  }
  .nos4 {
    width: 190px;
    height: 169px;
    padding-top: 73px;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.1px;
    padding-bottom: 29px;
    margin-bottom: 115px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .nos41-2::before{
    right: -330px;
    width: 330px;
  }
  .nos41-4::before{
    top: -70px;
    left: calc(50% - 209px);
    width: 413px;
  }
  .nos41-3::before, .nos41-5::before {
    top: -69px;
  }
  .nos41-6::before {
    top: -110px;
    left: calc(50% - 4px);
    width: 4px;
    height: 118px;
  }
  .titleNos5{
    font-size: 22px;
    line-height: 25px;
  }
  .titleNos6 {
    font-size: 18px;
  }
  .contentNos6 {
    padding-top: 45px;
    padding-bottom: 5px;
  }
  .itemBene2 {
    height: auto;
    padding: 30px 0;
  }
  .itemBene3 {
    width: 100%;
    margin-right: 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 10px;
  }
  #bajarSl {
    margin-top: 0;
  }
  #textAct1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentActividad2{
    padding: 50px 0;
  }
  .itemActividad2 {
    width: 100%;
  }
  .itemActividad2:last-child{
    margin-top: 45px;
  }
  .itemActividad2:last-child::before{
    width: 0px;
    height: 0px;
  }
  #textAct3 .tit1{
    font-size: 20px;
  }
  .imgAct3 img{
    width: 100px;
  }
  .itemAct4 {
    height: auto;
    width: 100%;
    padding: 50px 15px;
  }
  .itemAct4::before{
    width: calc(100% + 30px);
  }
  .itemAct4a::before{
    right: -15px;
  }
  .itemAct4b::before{
    left: -15px;
  }
  .titleAct4{
    font-size: 18px;
    line-height: 25px;
  }
  #textBene1 h1{
    font-size: 28px;
    line-height: 30px;
  }
  .titlevideos {
    font-size: 18px;
  }
  #formTop {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  .titleContacto1 {
    width: 290px;
    height: 62px;
    font-size: 22px;
  }
  #frmContacto .form-control{
    height: 55px;
    font-size: 12px;
  }
  #frmContacto .textarea{
    height: 120px;
    padding-top: 20px;
  }
  #mapc{
    height: 350px;
  }
}
@media(max-width:680px){
  .itemHome3{
    width: 100%;
    margin-right: 0px;
  }
  .itemNos7 {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 90px;
  }
  .itemNos7:nth-child(2){
    margin-right: 0;
  }
  #textNos7{
    padding-bottom: 0px;
  }
  .itemVideo {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .itemVideo:nth-child(3n + 3){
    margin-right: 30px;
  }
  .itemVideo:nth-child(2n + 2){
    margin-right: 0;
  }
}
@media(max-width:640px){
  .nos4 img{
    top: -30px;
    left: calc(50% - 30px);
    width: 60px;
  }
  .contentNos4 {
    position: relative;
    max-width: 440px;
  }
  .nos4 {
    width: 140px;
    height: 130px;
    padding-top: 50px;
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 0.1px;
    padding-bottom: 29px;
    margin-bottom: 90px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .titleNos4 {
    margin-bottom: 75px;
  }
  .btnNos4{
    bottom: -9px;
    left: calc(50% - 40px);
    font-size: 9px;
    line-height: 24px;
    width: 80px;
    height: 18px;
  }
  .nos41-2::before{
    right: -280px;
    width: 280px;
  }
  .nos41-4::before{
    top: -70px;
    left: calc(50% - 153px);
    width: 302px;
  }
  .nos41-3::before, .nos41-5::before {
    top: -70px;
    height: 60px;
  }
  .nos41-6::before {
    top: -96px;
    left: calc(50% - 4px);
    width: 4px;
    height: 118px;
  }
  .nos41-1::before{
    bottom: -400px;
    left: calc(50% - 2px);
    width: 4px;
    height: 400px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}	
  .contentNos3{
    flex-wrap: wrap;
  }
  .itemNos3 {
    width: 100%;
    margin-right: 0px;
  }
  .nos6 img {
    width: 100px;
  }
  .nos6{
    padding-left: 50px;
    height: 100px;
  }
  .titleNos6a {
    padding-left: 60px;
    height: 74px;
    font-size: 12px;
    line-height: 17px;
    padding-right: 100px;
  }
  .btnNos6{
    width: 85px;
    height: 28px;
    right: 7px;
    top: calc(50% - 14px);
    font-size: 11px;
  }
}
@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%;
	}
  .pieHome1{
    display: block;
    text-align: center;
  }
  .pieHome1 div{
    margin-right: 0px;
  }
}
@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
	}
  .caption1 br{
    display: none;
  }
  .caption1 .tit1 br{
    display: block;
  }
  .titleCaptionTop .tit1{
    font-size: 25px;
  }
  .titleCaptionTop .tit6{
    font-size: 20px;
  }
  .btnBannerTop{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 15px;
    width: 180px;
    height: 40px;
    margin-top: 25px;
  }
  .btnBannerTop img{
    margin-left: 5px;
    width: 20px;
  }
  .itemNos7 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 90px;
  }
  .itemNos7:nth-child(2){
    margin-right: 0;
  }
}
@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .itemHome5 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
    height: auto;
    padding: 35px 0;
  }
  .contentNos4 {
    position: relative;
    max-width: 290px;
  }
  .nos4 {
    width: 93px;
    height: 117px;
    padding-top: 40px;
    font-size: 6px;
    line-height: 13px;
    letter-spacing: 0.1px;
    padding-bottom: 29px;
    margin-bottom: 75px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .titleNos4 {
    font-size: 13px;
    margin-bottom: 75px;
  }
  .btnNos4{
    bottom: -9px;
    left: calc(50% - 30px);
    font-size: 8px;
    line-height: 24px;
    width: 60px;
    height: 18px;
  }
  .nos41-2::before{
    right: -168px;
    width: 168px;
  }
  .nos41-4::before{
    top: -50px;
    left: calc(50% - 103px);
    width: 200px;
  }
  .nos41-3::before, .nos41-5::before {
    top: -50px;
    height: 50px;
  }
  .nos41-6::before {
    top: -78px;
    left: calc(50% - 4px);
    width: 4px;
    height: 90px;
  }
  .nos41-1::before{
    bottom: -300px;
    left: calc(50% - 2px);
    width: 4px;
    height: 300px;
  }
  .imgAct3{
    width: 100%;
    margin: 10px 0;
    text-align: center;
    display: inline-flex;
    justify-content: center;
  }
}
@media(max-width:420px){
  .titleBene3{
    flex-wrap: wrap;
  }
  .titleBene3 div{
    width: 100%;
    text-align: center;
  }
  .titleBene3 a {
    margin-left: 30px;
    margin-right: 30px;
  }
  .itemVideo {
    width: 100%;
    margin-right: 0px;
  }
  .itemVideo:nth-child(3n + 3){
    margin-right: 0px;
  }
  .contentCont2 a{
    font-size: 18px;
  }
}
@media(max-width:390px){
}
@media(max-width:365px){
}