<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: #2c2c2c;
  background:#d7d7d7;
  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: #2c2c2c; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {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-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: #1c1d1e;
   }

.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:4px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 100px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
	#darkTop .correo{
		margin-right: 115px;
	}
	#darkTop span{	
		font-size: 14px;
	}
	.datos-user a{
		padding: 0 22.5px;
	}
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
		height: auto;
	}
	#sliderTop .slides li img{
		display: block;
	}
	#menu li a{
		padding: 0 30px;
	}
	.imgBanner{
		height: 100px;
		top: calc(50% - 50px);
	}
	#textHome1 .titleHome1 span{
		display: block;
	}
	#textHome2{
		height: auto;
		background: transparent;
	}
	#textHome2 img{
		display: block;
	}	
	.it1{
		margin-right: 155px;
	}
	.it2{
		margin-right: 135px;
	}
	.it3{
		margin-right: 120px;
	}
	.it4{
		margin-right: 115px;
	}
	#textHome5 .contLogoHome img{
		margin-right: 46.6px;
		margin-left: 0;
		width: auto;
	}
	#textHome5 .contLogoHome img:last-child{
		margin-right: 0;
	}
	#productos .row div[class*="col-"]{
		width: 25%;
	}
	#productos .row div[class*="col-"]:nth-child(3n + 3){
		border-right: solid 1px #bfbfbf;
	}
	#productos .row div[class*="col-"]:nth-child(4n + 4){
		border-right: 0;
	}
	#textSeg1 div[class*="col-"]{
		width: 50%;
	}
	#textSeg1 div[class*="col-"] img{
		margin-left: 0;
		margin-right: 0;
	}
	#textSeg1 .right img{
		margin-left: auto;
	}
	.secondlinea .img1{
		margin-left: -8px;
	}
	.secondlinea .img2{
		margin-left: 8px;
	}
	.titleSeg2{
		padding-right: 220px;
	}
	.borderSeg{
		display: block;
	}
	#textSeg2 .row{
		margin: 0 -29px;
	}
	#textSeg2 div[class*="col-"]{
		padding: 0 29px;
	}
	.volante{
		position: absolute;
		right: 33px;
		bottom: 13px;
		width: auto;
	}
	.contentLogosSeg .itemSeg4:nth-child(5){
		border-right: 0;
	}
	.contentLogosSeg .itemSeg4{
		width: 188px;
		height: 123px;
	}
	.contentLogosSeg .itemSeg4:nth-child(4),.contentLogosSeg .itemSeg4:nth-child(8){
		border-right: solid 1px #c9c9c9;
	}
	.contentLogosSeg .itemSeg4:nth-child(6),.contentLogosSeg .itemSeg4:nth-child(7),.contentLogosSeg .itemSeg4:nth-child(8){
		border-bottom: 0;
	}
	.telCont{
		width: 263px;
	}
	#detalleProducto figure{
		width: 455px;
		height: 487px;
		position: absolute;
		left: 5px;
		top: -77px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	.contentName{
		padding-left: 478px;
		text-align: left;
		margin-bottom: 0px;
	}
	.contentDetalle{
		padding-left: 478px;
		margin-bottom: 48px;
	}
	.contentName span{
		font-size: 30px;
		line-height: 34px;
	}
	#sliderTop .slides li .container:before{
		left: -490px;
	}
	#textRastreo2 div[class*="col-"]{
		width: 33.333%;
	}
	.contentInicio1{
		padding-left: 394px;
	}
	.titleInicio1{
		font-size: 54px;
	}
	.textoInicio1{
		font-size: 30px;
	}
	.playstoreInicio1{
		margin-left: 29px;
	}
	.contentInicio1 .img1Inicio1{
		left: -123px;
	}
	#textInicio2 .container span{
		display: block;
	}
	.contentInicio3 div{
		margin-bottom: 58px;
	}
	.itemInicio1,.itemInicio5{
		width: 25.2%;
		justify-content: flex-start;
	}
	.itemInicio2,.itemInicio6{
		width: 24.7%;
		justify-content: center;
	}
	.itemInicio3,.itemInicio7{
		width: 27.7%;
		justify-content: center;
	}
	.itemInicio4,.itemInicio8{
		width: 22.4%;
		justify-content: flex-end;
	}
	.contentInicio5{
		padding-right: 516px;
	}
	.imgInicio5{
		right: -126px;
		left: auto;
	}
	.titleInicio5{
		font-size: 48px;
	}
	.logoau{
		margin-top: 85px;
	}
	.subtitleSegNew1{
		font-size: 30px;
		line-height: 45px;
	}
	.item1Conf3{
		margin-right: 100px;
	}
	.item2Conf3{
		margin-right: 100px;
	}
	.item1Conf3:before,.item2Conf3:before{
		right: -50px;
	}
	.item2Conf3:before{
		right: -50px;
		width: 1px;
		height: 100%;
	}
	.item3Conf3{
		margin-top: 0px;
	}
	.contentConf6{
		max-width: 1920px;
		flex-wrap: nowrap;
	}
	.itemConf6{
		margin-right: 20px;
		width: auto;
	}
	.itemConf6:nth-child(3){
		margin-right: 20px;
	}
}
@media(min-width:1200px){
	.imgBanner{
		height: 100px;
		top: calc(50% - 50px);
	}
	#textHome5 .contLogoHome img{
		margin-right: 54.6px;
		width: auto;
	}
	.contentLogosSeg .itemSeg4{
		width: 196px;
		height: 123px;
	}
	.contentName span{
		font-size: 36px;
	}
	#sliderTop .slides li .container:before{
		left: -470px;
	}
	.item1Conf3{
		margin-right: 130px;
	}
	.item2Conf3{
		margin-right: 120px;
	}
	.item1Conf3:before,.item2Conf3:before{
		right: -65px;
	}
	.item2Conf3:before{
		right: -60px;
	}
}
@media(min-width:1450px){
	.imgBanner{
		height: 124px;
		top: calc(50% - 62px);
	}
	.itemConf6{
		margin-right: 50px;
	}
	.itemConf6:nth-child(3){
		margin-right: 50px;
	}
}
@media(max-width:991px){

}

@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;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px !important;
		bottom: 120px !important;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 45px;
	}
	#sliderTop .slides li {
    	height: 250px;
	}
	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: 5;
	}
	#redes a{
		width: 33.333%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tw{
		background: #42bded !important; 
	}
	#redes .go{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes .fb:hover{
		color: #2b2c2d;
	}
	#redes .tw:hover{
		color: #2b2c2d;
	}
	#redes .go:hover{
		color: #2b2c2d;
	}
	#redes .yt:hover{
		color: #2b2c2d;
	}
	#redes a .fa{
		display: block;
	}
	#darkTop .correo{
		margin-right: 0;
		background: transparent !important;
	}
	#darkTop .container{
		text-align: center;
	}
	#darkTop span{	
		font-size: 14px;
	}
	.datos-user{
		justify-content: center;
		height: auto;
	}
	#darkTop{
		border-top: solid 1px #ffffff;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#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;
	}
	#textHome3 .home3{
		flex-wrap: wrap;
	}
	#textHome3 .home3 .itemHome3{
		width: 200px;
		margin-bottom: 70px;
	}
	.it1,.it2,.it3,.it4{
		margin-right: 0px;
	}
	.it4,.it5{
		margin-bottom: 0 !important;
	}
	#textHome5 .contentHome5{
		padding-top: 84px;
		padding-bottom: 43px;
	}
	#productos .row div[class*="col-"]{
		width: 50%;
		border-right: 0;
	}
	#productos .row div[class*="col-"]:nth-child(2n + 1){
		border-right: solid 1px #bfbfbf;
	}
	#textSeg2 div[class*="col-"]{
		width: 100%;
		text-align: center;
	}
	#textSeg2 div[class*="col-"]:first-child{
		margin-bottom: 50px;
	}
	#textSeg2 div[class*="col-"] img{
		margin: auto;
	}
	.contentSeg4{
		padding-right: 42px;
	}
	.volante{
		position: relative;
		bottom: auto;
		left: auto;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.contentLogosSeg .itemSeg4{
		width: 33.333%;
	}
	.contentLogosSeg .itemSeg4:nth-child(4),.contentLogosSeg .itemSeg4:nth-child(8){
		border-right: solid 1px #c9c9c9;
	}
	.contentLogosSeg .itemSeg4:nth-child(3),.contentLogosSeg .itemSeg4:nth-child(6),.contentLogosSeg .itemSeg4:nth-child(9){
		border-right:0;
	}
	.contentLogosSeg .itemSeg4:nth-child(7),.contentLogosSeg .itemSeg4:nth-child(8){
		border-bottom: 0;
	}
	#textConf1 div[class*="col-"]{
		width: 100%;
	}
	#textConf1 div[class*="col-"] img{
		margin: auto;
	}
	.contenedorChek{
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.titleCont1{
		padding-left: 0;
		padding-bottom: 0px;
	}
	.titleCont1 span{
		padding-left: 45px;
		display: block;
	}
	.telCont{
		margin-top: 8.5px;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		justify-content: flex-start;
		padding-left: 45px;
	}
	#detalleProducto figure{
		max-width: 455px;
		max-height: 487px;
		width: auto;
		height: auto;
		padding: 30px;
	}
	.contentInicio1{
		height: auto;
		padding-left: 0;
		display: block;
		text-align: center;
		padding-top: 80px;
	}
	.contentInicio1 .img1Inicio1{
		margin-top: 50px;
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 100%;
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: -6px;
	}
	.contentInicio1 a:hover img{
		transform: scale(1.02);
	}
	#textInicio4{
		background-position-x: -500px; 
	}
	.contentInicio5{
		padding-right: 0px;
		height: auto;
		text-align: center;
	}
	.imgInicio5{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		width: 450px;
	}
	.titleSegnew1{
		font-size: 34px;
		line-height: 50px;
	}
	#textSegNew1 .row{
		margin: 0 -10px;
	}
	#textSegNew1 div[class*="col-"]{
		padding: 0 10px;
		width: 50%;
	}
	#textSegNew1 div[class*="col-"]:last-child{
		margin-left: 25%;
	}
	.titleSegNew2{
		font-size: 50px;
		line-height: 60px;
	}
	.subtitleSegNew2{
		font-size: 24px;
		line-height: 45px;
	}
	#textSegNew3 strong{
		font-size: 20px;
		line-height: 25px;
	}
	.titleSegNew4{
		font-size: 30px;
		line-height: 50px;
	}
	.itemSegNew4b{
		font-size: 16px;
	}
	.titleConf3{
		font-size: 30px;
		line-height: 50px;
	}
	.item1Conf3{
		margin-right: 50px;
	}
	.item1Conf3:before{
		right: -25px;
	}
	.titleConf4{
		font-size: 30px;
	}
	#textConf4{
		padding-top: 20px;
	}
}
@media(max-width:680px){
	.datfooter div[class*="col-"]{
		width: 100%;
	}
	.datfooter .sucursal{
		height: auto;
		padding: 30px;
	}
	#textHome3 .home3 .itemHome3{
		width: 190px;
		margin-bottom: 70px;
	}
	#textConf2 div[class*="col-"]{
		width: 100%;
	}
	#textConf2 div[class*="col-"] img{
		margin-right: auto !important;
		margin-left: auto !important;
	}
	#textRastreo2 div[class*="col-"]{
		width: 100%;
	}
	#textInicio2 .container{
		font-size: 26px;
	}
	.itemInicio1,.itemInicio5{
		width: 50%;
		justify-content: center;
		padding: 10px;
	}
	.itemInicio2,.itemInicio6{
		width: 50%;
		justify-content: center;
		padding: 10px;
	}
	.itemInicio3,.itemInicio7{
		width: 50%;
		justify-content: center;
		padding: 10px;
	}
	.itemInicio4,.itemInicio8{
		width: 50%;
		justify-content: center;
		padding: 10px;
	}
	#textSegNew4 div[class*="col-"]{
		width: 100%;
	}
	#textSegNew4 div[class*="col-"]:last-child{
		margin-top: 22px;
	}
	.itemSegNew42a {
    	padding-left: 0px;
	}
}
@media(max-width:620px){
	#textSegNew1 div[class*="col-"]{
		width: 100%;
	}
	#textSegNew1 div[class*="col-"]:last-child{
		margin-left: 0px;
	}
}
@media(max-width:600px){
	
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	#textHome3 .home3 .itemHome3{
		margin-left: 20px;
		margin-right: 20px;
	}
	.it4{
		margin-bottom: 70px !important;
	}
	#textHome3 .contentHome3{
		height: auto;
		padding: 70px 0;
	}

	.imgitemmovil1{
		display: none;
	}
	.imgitemmovil2{
		display: block;
	}
	#textInicio4{
		background-position-x: -350px; 
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.titleInicio4{
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.bgnegro{
		background: rgba(0,0,0,.45);
		padding: 80px 0;
	}
	.logowin{
		width: 300px;
	}
	.titleInicio5{
		font-size: 30px;
		line-height: 34px;
	}
	.contentInicio5{
		font-size: 24px;
		line-height: 30px;
	}
	.titleSegnew1 {
    	font-size: 30px;
	}
	.titleSegNew2{
		font-size: 35px;
		line-height: 50px;
	}
	.subtitleSegNew2{
		font-size: 20px;
		line-height: 35px;
	}
	.itemSegNew2{
		font-size: 18px;
		line-height: 24px;
	}
	.item1Conf3{
		margin-right: 0px;
	}
	.item1Conf3:before{
		width: 0px;
		height: 0px;
	}
	.contentConf3{
		display: block;
	}
	.item2Conf3{
		margin-top: 25px;
	}
	.itemConf6{
		margin-right: 15px;
		width: calc(50% - 7.5px);
	}
	.itemConf6:nth-child(3){
		margin-right: 15px;
	}
	.itemConf6:nth-child(2),.itemConf6:nth-child(4){
		margin-right: 0px;
	}
}
@media(max-width:520px){
	#productos .row div[class*="col-"]{
		width: 100%;
		border-right: 0 !important;
	}
	.titleSeg2{
		font-size: 20px;
	}
	.titleCont1 span,.telCont{
		padding-left: 15px;
		padding-right: 15px;
	}
	#textInicio2 .container{
		font-size: 22px;
	}
	.itemConf4{
		width: 100%;
	}
	.itemConf4a,.itemConf4c{
		margin-right: 0px;
	}
}
@media(max-width:500px){
	#darkTop span{
		font-size: 13px;
	}

	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	#textHome5 .titleHome5{
		font-size: 30px;
	}
	.contentLogosSeg .itemSeg4{
		width: 50%;
	}
	.contentLogosSeg .itemSeg4:nth-child(4),.contentLogosSeg .itemSeg4:nth-child(8){
		border-right: solid 1px #c9c9c9;
	}
	.contentLogosSeg .itemSeg4:nth-child(3),.contentLogosSeg .itemSeg4:nth-child(6),.contentLogosSeg .itemSeg4:nth-child(9){
		border-right:solid 1px #c9c9c9;
	}
	.contentLogosSeg .itemSeg4:nth-child(7),.contentLogosSeg .itemSeg4:nth-child(8){
		border-bottom: solid 1px #c9c9c9;
	}
	.contentLogosSeg .itemSeg4:nth-child(2),.contentLogosSeg .itemSeg4:nth-child(4),.contentLogosSeg .itemSeg4:nth-child(6),.contentLogosSeg .itemSeg4:nth-child(8){
		border-right:0;
	}
	.contentName{
		padding-right: 0;
		font-size: 30px;
	}
	.contentName span{
		display: flex;
		line-height: 32px;
		height: auto;
		padding: 15px 0;
		align-items: center;
	}
	.contentBack{
		position: relative;
		top: auto;
		right: auto;
		padding-top: 10px;
		text-align: right;
		line-height: 30px;
	}
	.titleInicio3{
		font-size: 30px;
	}
	.titleSegNew4 {
   	 	font-size: 24px;
    	line-height: 50px;
	}
	.titleConf3 {
    	font-size: 24px;
    	line-height: 45px;
	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	#textHome2{
		height: 225px;
	}
	.contentSeg4{
		padding: 22px 25px;
	}
	.titlePrefieres {
		display: block;
	}
	.titleInicio1{
		font-size: 30px;
	}
	.contentInicio1 a{
		display: block;
		text-decoration: none;
	}
	.playstoreInicio1{
		margin-left: 0px;
		margin-top: 20px;
	}
	.textoInicio1{
		font-size: 20px;
		line-height: 28px;
	}
	#textInicio4 a{
		display: block;
	}
	#textInicio4 a.playstoreInicio4{
		margin-left: 0px;
		margin-top: 20px;
	}
	.titleInicio4{
		font-size: 30px;
		line-height: 40px;
	}
	#textInicio4{
		background-position-x: -400px; 
	}
	.titleSegnew1 {
    	font-size: 26px;
	}
	.titleConf4 {
    	font-size: 24px;
	}
}

@media(max-width:420px){
	.datos-user{
		flex-wrap: wrap;
	}
	.datos-user a{
		width: 100%;
		background: transparent;
		text-align: center;
		justify-content: center;
	}
	#sliderTop{
		height: auto;
		margin-top: 75px;
	}
	.imgBanner{
		height: 90px;
		top: calc(50% - 45px);
	}
	#textHome2{
		height: 210px;
	}
	#textHome5 .contLogoHome img{
		margin-right: 20px;
		margin-left: 20px;
	}
	#textHome5 .titleHome5{
		font-size: 28px;
	}
	.titleSeg2{
		font-size: 18px;
		line-height: 24px;
	}
	.contentName span{
		font-size: 26px;
	}
	.titleInicio3{
		font-size: 26px;
	}
	#textInicio4{
		background-position-x: -450px; 
	}
	.titleInicio5{
		font-size: 25px;
		line-height: 28px;
	}
	.contentInicio5{
		font-size: 22px;
		line-height: 28px;
	}
	#textSegNew2 figure .textoimg {
	    bottom: 20px;
	    left: calc(50% - 50px);
	    width: 100px;
	}
	.itemSegNew2{
		font-size: 16px;
		line-height: 20px;
	}
	.itemSegNa {
    	width: 50px;
	}
	.itemSegNb {
    	width: calc(100% - 50px);
    	padding-left: 15px;
	}
	.titleSegNew4 {
   	 	font-size: 20px;
    	line-height: 50px;
	}
	#textConf5{
		font-size: 20px;
	}
}
@media(max-width:365px){
	
	#textHome2{
		height: 200px;
	}
	#textInicio4{
		background-position-x: -530px; 
	}
	.itemSegNew2{
		font-size: 14px;
		line-height: 20px;
	}
}</pre></body></html>