.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: rgba(0,50,129);
  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 a:hover{text-decoration: none}
    .rd-mobilemenu_ul li:hover,.rd-mobilemenu_ul li.active { background: rgba(0,0,0,0.25); 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: rgb(239,239,239);
   }

.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: #324066;
  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: 160px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(min-width:767px){
	body.chat-f #phplive_iframe_chat_embed_wrapper, body.chat-f #phplive_iframe_chat_embed_maximize {
		bottom: 45px !important;
	}
}

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

@media(min-width:992px){
	#logo{
		width: 500px;
		height: 122px;
		padding-top: 7px;
		left: -40px;
	}
	#darkTop span{
		font-size: 14px;
		letter-spacing: 0.75px;
	}
	#logo img{
		width: 350px;
	}
	#redes{
		right: -10px;
	}
	#sliderTop{
		height:auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	#sliderTop .caption{
		width: 39%;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 370px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 415px;
	}
	#datFooter div[class*="col-"]{
		padding-bottom: 10px;
		width: 25%;
	}
	.colf3{
		width: 28% !important;
	}
	.colf4{
		width: 22% !important;
	}
	.cartaP div{
		font-size: 18px;
	}
	#textHome2 .politicas{
		flex-wrap: nowrap;
	}
	#textHome2 .itemPoliticas{
		width: 322px;
	}
	#textHome2 .itemPoliticas:nth-child(2){
		margin-right: 7px;
	}
	#textEmpresa2 div[class*='col-']{
		width: 50%;
	}
	#textEmpresa2 .row{
		display: block;
	}
	.contentEmpresa2{
		padding-right: 0px;
		margin-top: 0px;
	}
	#textEmpresa4{
		background-position-x:center; 
	}
	#textEmpresa4:before{
		width: 50%;
		left: 50%;
	}
	.contentEmpresa4{
		width: 50%;
	}
	.pad1{
		padding-right: 69px;
	}
	.pad2{
		padding-left: 69px;
	}
	.itemTitle{
		font-size: 21.7px;
	}
	.itemC1{
		margin-right: 60px;
	}
	.itemC1 img{
		width: auto;
		margin-top: 0;
	}
	#textContacto3 .container span{
		display: inline;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 1){
		padding-right: 0;
		border-right: 0;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 2){
		padding-left: 0;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 1){
		padding-right: 13.5px !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 2){
		padding-right: 13px !important;
		padding-left: 13px !important;
		border-left: solid 1px #aaaaaa !important;
		border-right: solid 1px #aaaaaa !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 3){
		padding-left: 13.5px !important;
		padding-right: 0;
	}
	#textDetalle2 .container .row:last-child{
		justify-content: center;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(3){
		padding-top: 0;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(1),#textDetalle2 .row:last-child .Imgitem:nth-child(2),#textDetalle2 .row:last-child .Imgitem:nth-child(3){
		padding-bottom: 0;
		border-bottom: 0;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(3) {
    	margin-right: 0;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(2):before{
		width: 0;
		height: 0;
		border: 0;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 1):before{
		height: 0px;
		width: 0px;
		border: 0;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(3n + 2):before{
		content: '';
		position: absolute;
		height: 9px;
		width: 9px;
		background: #ffffff;
		border: solid 1px #aaaaaa;
		border-radius: 50%;
		right: -4.5px;
		bottom: -4.5px;
		z-index: 2; 
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(3n + 2):after{
		content: '';
		position: absolute;
		height: 9px;
		width: 9px;
		background: #ffffff;
		border: solid 1px #aaaaaa;
		border-radius: 50%;
		left: -4.5px;
		bottom: -4.5px;
		z-index: 2; 
	}
	.ultimo2S2:before,.ultimo2S2:after,.ultimo2S4:before,.ultimo2S4:after{
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}
	.ultimo3S2,.ultimo2S2,.ultimo1S2,.ultimo2S4{
		border-bottom: 0 !important;
		padding-bottom: 0 !important
	}
	.sinps3{
		margin-right: 52px;
	}
	.contentUlS2{
		flex-wrap: nowrap;
	}
	.sinps2{
		margin-right: 52px;
	}
	.colf-1s5,.colf-2s5{
		height: 335.9px;
	}
	.ultimoS8{
		height: 0px;
		padding-top: 0 !important;
	}
	.ultimo1S8{
		border-bottom: solid 1px #aaaaaa !important; 
	}
	.ultimo2S8{
		border-right: solid 1px #aaaaaa;
	}
	.contentS10 div{
		padding: 0 25px;
	}
	#textServicio div[class*="col-"]:nth-child(2n + 1){
		padding-right: 33px;		
	}
	#textServicio div[class*="col-"]:nth-child(2n + 2){
		padding-left: 33px;
	}
	.ultimo1S1{
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-right:solid 1px #aaaaaa;
	}
	.ultimo3S1{
		padding-left: 0 !important;
	}
	.ultimo3S4,.ultimo3S5,.ultimo2S6,.ultimo3S6,.ultimo1S10,.ultimo2S10,.ultimo3S10{
		display: block;
		border-bottom: 0 !important;
	}
	.ultimo1S6,.ultimo2S6,.ultimo3S6,.ultimo1S8,.ultimo2S8,.ultimo3S8,.ultimo1S10,.ultimo2S10,.ultimo3S10{
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S6{
		border-right: 0 !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S10{
		border-right: 0 !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S6:before,#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S10:before{
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S6:after,#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S10:after{
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}
	.ultimo2S5{
		border-right: 0 !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n+2).ultimo2S5{
		border-right: 0 !important;
	}
	.ultimo2S5:before,.ultimo2S5:after,.ultimo2S8:before,.ultimo2S8:after{
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}
	.sinps3{
		width: auto;
	}
	.sinps2{
		width: auto;
	}
	.ultimo4S8{
		display: none;
	}
	#textDetalle3 .itemS{
		margin-right: 7.5px;
	}
	.contenetDatFooter .itemDat1{
		width: 394px;
		margin-right: 63.5px;
	}
	.contenetDatFooter .itemDat2{
		width: 239px;
		margin-right: 63.5px;
	}
	.contenetDatFooter .itemDat3{
		width: 180px;
	}
}
@media(min-width:1200px){
	#redes{
		right: -35px;
	}
	#logo{
		width: 613px;
		height: 142px;
		padding-top: 7px;
		left: -95px;
	}
	#logo img{
		width: auto;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 410px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 455px;
	}
	
	#textDetalle2 .row .Imgitem:nth-child(3n + 1){
		padding-right: 23.5px !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 2){
		padding-right: 23px !important;
		padding-left: 23px !important;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 3){
		padding-left: 23.5px !important;
	}

	#textDetalle2 .row.gofrados .Imgitem:nth-child(3n + 1){
		padding-right: 29px !important;
	}
	#textDetalle2 .row.gofrados .Imgitem:nth-child(3n + 2){
		padding-right: 28px !important;
		padding-left: 28px !important;
	}
	#textDetalle2 .row.gofrados .Imgitem:nth-child(3n + 3){
		padding-left: 29px !important;
	}
	.colf-1s5,.colf-2s5{
		height: 352px;
	}
	#textDetalle2 .row .Imgitem:nth-child(3n + 1).ultimo1S1{
		padding-right: 22.5px !important;
	}
	#textDetalle3 .itemS{
		margin-right: 17.5px;
	}
	.contenetDatFooter .itemDat1{
		margin-right: 83.5px;
	}
	.contenetDatFooter .itemDat2{
		margin-right: 83.5px;
	}
	#icoWaFix{
		width: 260px;
		height: 88px;
		right: 20px;
		bottom: 180px;
	}
	#icoWaFix2{
		width: 260px;
		height: 88px;
		right: 20px;
		bottom: 80px;
	}
}
@media(min-width:1350px){
	#sliderTop .caption{
		width: 40%;
	}
}
@media(min-width:1450px){
	#sliderTop .caption{
		width: 41%;
	}
}
@media(min-width:1550px){
	#sliderTop .caption{
		width: 42%;
	}
	#icoWaFix{
		right: 112px;
	}
	#icoWaFix2{
		right: 112px;
	}
}
@media(min-width:1850px){
	#sliderTop .caption{
		width: 43%;
	}

}
@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 #topMenu{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
	}
	#darkTop{
		height: auto;
	}
	#darkTop .container {
		padding-top: 0;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 40px;
	}
	#sliderTop .slides li {
    	height: 300px;
	}
	#sliderTop:before{
		height: 5px;
	}
	#sliderTop .caption{
		right: 0;
		text-align: center;
		padding: 10px;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
	}
	#sliderTop .caption article{
		text-align: center;
		position: relative;
		right: 0;
		width: 100%;
	}
	#sliderTop .caption .titleslider {
		padding-top: 0;
		font-size: 30px;
		line-height: 34px;
	}
	
	.datos-user{
		display: flex;
	}
	#darkTop .correo{
		height: 28px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff !important;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0;
	}
	#redes .telefono {
		width: 33.333% !important;
		margin-right: 0;
		background: #18960e;
		font-size: 18px;
	}
	#redes .telefono img,#redes .telefono span{
		display: none;
	}
	#redes .telefono .fa{
		display: block;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		color: #000000 !important;
		transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tw{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .lk{
		background: #0961b8 !important;
	}
	#redes .yt{
		background: #f20000 !important;
	}
	#redes a .fa{
		display: block;
	}
	#darkTop .correo{
		margin-right: 0;
		background: transparent !important;
	}
	#darkTop .container{
		text-align: center;
	}
	#darkTop span{	
		font-size: 13px;
	}
	.datos-user{
		justify-content: center;
	}
	#darkTop{
		border-top: solid 1px #ffffff;
	}
	.descargas .pdf{
		margin-right: 0;
	}
	.cartaP{
		height: 270px;
	}
	.cartaP div{
		bottom: 15px;
	}
	#textEmpresa4{
		background-position-x:center; 
	}
	#textEmpresa4:before{
		width: 100%;
		left: 0%;
	}
	.contentEmpresa4{
		width: 100%;
		padding-left: 0;
	}
	#textServicio div[class*="col-"]{
		width: 100%;
	}
	#textServicio div[class*="col-"]:nth-child(2n + 1){
		padding-right: 15px;
		border-right: 0;
	}
	#textServicio div[class*="col-"]:nth-child(2n + 2){
		padding-left: 15px;
	}
	.itemServicio {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.itemTitle{
		font-size: 21px;
	}
	.contentContacto1{
		flex-wrap: wrap;
	}
	.itemC1,.itemC2{
		width: 100%;
	}
	.itemC1{
		text-align: center;
		margin-right: 0;
	}
	.itemC1 img{
		width: 290px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.itemC2{
		padding-left: 50px;
	}
	#textContacto2 .container span{
		display: block;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 1){
		padding-right: 10px;
		border-right: solid 1px #aaaaaa;
	}
	#textDetalle2 .row:first-child .Imgitem:nth-child(2n + 2){
		padding-left: 10px;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(1){
		padding-right: 10px;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(2){
		padding-left: 10px;
	}
	#textDetalle2 .row:last-child .Imgitem:nth-child(3){
		margin-right: 0;
	}
	.sinps3,.sinps2{
		margin-right: 0;
		width: 250px;
	}
	.sinps4{
		margin-right: 0;
	}
	.colf-1s5,.colf-2s5{
		height: auto;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		border-right: 0;
	}
	.colf-1s5 img,.colf-2s5 img{
		margin: auto;
	}
	.contentS10 {
		flex-wrap: wrap;
	}
	.contentS10 div:first-child{
		padding-left: 20px;
	}
	.contentS10 div:last-child{
		padding-right: 20px;
	}
	.contentS10 .ellipse2:before{
		width: 0;
		height: 0;
	}
	.ellipse2{
		padding-left: 140px !important;
	}
	.opcion5S10{
		padding-right: 140px !important;
	}
	#phplive_iframe_chat_embed_wrapper{
		bottom: 36px !important;
	}
	body.chat-f #phplive_iframe_chat_embed_wrapper, body.chat-f #phplive_iframe_chat_embed_maximize {
		bottom: 81px !important;
	}
	#textDetalle4 div[class*="col-"]{
		width: 100%;
	}
	#textDetalle4 div[class*="col-"]:first-child{
		border-right: 0;
	}
	#textDetalle4 div[class*="col-"]:last-child img{
		margin-left: auto;
		margin-right: auto;
	}
	#textDetalle4 div[class*="col-"]:first-child img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
	}
	#textDetalle3 .itemS{
		width: 50%;
		text-align: center;
		margin-right: 0;
	}
	.titleItemS, .itemS figure{
		width: 182px;
		margin: auto;
	}
	#textDetalle3 .item1,#textDetalle3 .item2,#textDetalle3 .item4{
		margin-right: 0;
	}
	.contenetDatFooter .itemDat1{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.contenetDatFooter .itemDat2{
		width: calc(50% - 10px);
		margin-right: 0;
	}
	.contenetDatFooter .itemDat3{
		display: none;
	}
	#icoWaFix{
		width: 140px;
		height: 48px;
	  z-index: 10;
		right: 0px;
		bottom: 135px;
	}
	#icoWaFix2{
		width: 140px;
		height: 48px;
	  z-index: 10;
		right: 0px;
		bottom: 80px;
	}
}
@media(max-width:680px){
	#textHome2 .itemPoliticas{
		margin-right: 15px !important;
		margin-left: 15px !important;
		width: 322px !important;
	}
	.cartaP div{
		font-size: 16px;
	}
}
@media(max-width:640px){
	#sliderTop{
		height: auto;
	}
	#footer{height:auto; padding-bottom: 15px}
	#footer .tfooter,
	#footer #powered{float:none; text-align:center; margin-bottom:10px}
	#footer .tfooter span{display:block; text-align:center; line-height:18px}
	
	#footer .container {
		padding: 14px 0 0;
	}
	#tituloHome1 .container{
		font-size: 24px;
	}
	.descargas{
		flex-direction: column;
	}
	.descargas .pdf{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.descargas:before{
		width: 0;
		height: 0;
	}	
	#textEmpresa3 .container{
		padding: 30px 15px;
	}
	.pad1{
		padding-right: 15px;
		width: 100%;
	}
	.pad2{
		padding-left: 15px;
		width: 100%;
	}
	.lineadiv:before{
		width: 290px;
		height: 1px;
		top: auto;
		bottom: -35px;
		right: calc(50% - 145px);
	}
	#textDetalle2 .row .Imgitem{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 13px !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
	}
	#textDetalle2 .row .Imgitem:before{
		width: 0 !important;
		height: 0 !important;
		border: 0 !important;
	}
	body.chat-f #phplive_iframe_chat_embed_wrapper, body.chat-f #phplive_iframe_chat_embed_maximize {
		bottom: 120px !important;
	}
}
@media(max-width:600px){	
	#sliderTop .caption,#sliderTop .caption2{
		height: auto;
	}
	#sliderTop .caption article,#sliderTop .caption2 .article2{
		padding: 15px 0;
	}

	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	
	.sinps3,.sinps2{
		margin-right: 0;
		width: 220px;
	}
}
@media(max-width:540px){
	#frmContacto div[class*="col-"]{
		width: 100%;
	}
	.itemServicio {
		width: 420px;
	}
	.sinps3,.sinps2{
		margin-right: 0;
		width: 100%;
	}
	.ellipse2{
		padding-left: 100px !important;
	}
	.opcion5S10{
		padding-right: 100px !important;
	}
}
@media(max-width:520px){
	.ellipse2{
		padding-left: 20px !important;
	}
	.opcion5S10{
		padding-right: 20px !important;
	}
	.ellipse0:after{
		width: 0px !important;
		height: 0px !important;
	}
	.contentS10 .ellipse2:before{
		width: 6px;
		height: 6px;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	#datFooter div[class*="col-"]{
		width: 100%;
		margin-bottom: 20px;
	}
	#datFooter div[class*="col-"]:last-child{
		margin-bottom: 0;
	}
	#tituloHome1 .container{
		font-size: 20px;
	}
	#tituloHome2 .container{
		font-size: 20px;
	}
	.cartaP{
		height: 220px;
	}
	.contentUlS8 ul{
		margin-right: 0;
	}
	.ul1S8,.ul3S8{
		width: 115px
	}
	.ul2S8,.ul4S8{
		width: calc(100% - 160px)
	}
	.contenetDatFooter .itemDat1{
		width: 100%;
		margin-right: 0px;
	}
	.contenetDatFooter .itemDat2{
		margin-top: 30px;
		width: 100%;
		margin-right: 0;
	}
	.datos-user {
	  justify-content: center;
	  height: auto;
	  padding: 10px 0;
	  display: inline-flex;
	  flex-wrap: wrap;
	}
	#darkTop .correo {
  	margin-left: 35px;
  	margin-right: 35px;
	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	#sliderTop .caption{
		font-size: 19px
	}
	#sliderTop .caption article{
		width: 100%;
	}
	.itemServicio {
		width: 390px;
	}
	.itemTitle{
		font-size: 18px;
	}
	.telefonosContacto{
		display: block;
	}
	.celularC{
		margin-left: 0;
	}
	.itemC2{
		padding-left: 20px;
	}
}
@media(max-width:440px){
	#phplive_iframe_chat_embed_wrapper{}
}
@media(max-width:420px){
	#sliderTop .caption .titleslider {
		font-size: 28px;
	}
	#datFooter .tit{
		font-size: 20px;
	}
	#tituloHome1 .container{
		font-size: 18px;
	}
	#tituloHome2 .container{
		font-size: 17px;
	}
	.cartaP{
		height: 200px;
	}
	
	#textHome2 .itemPoliticas{
		margin-right: 0px;
		margin-left: 0px;
	}
	.contentUl{
		flex-wrap: wrap;
	}
	#textEmpresa2 .ul2{
		width: 100%;
	}
	.itemServicio .imgItem{
		width: 100px;
	}
	.itemServicio {
		width: 100%;
		padding-left: 103px;
	}
	.itemC2{
		padding-left: 0px;
		font-size: 14px; 
	}
	.contentS10 div:first-child{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.contentS10 div:last-child{
		padding-right: 0 !important;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.ellipse0{
		width: 100%;
		text-align: center;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.ellipse0:before{
		width: 0 !important;
		height: 0 !important;
	}
	.contentS10 .ellipse2:after{
		width: 0px;
		height: 0px;
	}
	#textDetalle3 .itemS{
		width: 100%;
	}
	#icoWaFix{
		width: 120px;
		height: 45px;
	  z-index: 10;
		right: 0px;
		bottom: 135px;
	}
	#icoWaFix2{
		width: 120px;
		height: 45px;
	  z-index: 10;
		right: 0px;
		bottom: 80px;
	}
}
@media(max-width:360px){
	#textHome2 .itemPoliticas{
		width: 290px;
	}
	.itemC2{
		font-size: 13px; 
	}
	#textContacto3 .container span{
		display: inline;
	}
}