<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.otf");
}
@font-face {
	font-family: "Bell MT";
	src: url("../fonts/Bell-MT.ttf");
}
@font-face {
	font-family: "Gilroy Black";
	src: url("../fonts/Gilroy-Black.ttf");
}
@font-face {
	font-family: "Freight";
	src: url("../fonts/Freight-Text-Pro-Bold.otf");
}
@font-face {
	font-family: "Freight Black";
	src: url("../fonts/Freight-Text-Pro-Black.otf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1125px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 157px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0px;
}
#darkTop{
	position: relative;
	overflow: hidden;
}
.contentDarkTop{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#darkTop::before{
	content: '';
	position: absolute;
	top: 0;
	right: -0px;
	height: 100%;
	width: 40%;
	background: #fff;
}
.cntDarkTop{
	width: calc(50% + 160px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 102px;
	background-color: #fff;
	clip-path: polygon(0px 100%, 85px 0px, 100% 0, 100% 100%);
	padding-left: 70px;
}
.cntDarkTop .itemDarkTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: 0.25px;
	color: #505050;
}
.cntDarkTop .itemDarkTop a img{
	margin-right: 5px;
}
#logo{
	display: inline-flex;
	align-items: center;
	width: 165px;
	position: absolute;
	top: -56px;
	left: 15px;
	z-index: 2;
}
#logo::before{
	content: '';
	position: absolute;
	top: -25px;
  	right: -90px;
	width: 650px;
	height: 135px;
	background: url('../images/banner/bglogo.png') bottom right no-repeat;
	background-size: cover;
}
#logo a{
	display: block;
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	height: 75px;
	width: 100%;
	position: relative;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0px;
	height: 75px;
	z-index: 2;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 15px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li a{
	display: block;
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 35px;
	height: 35px;
	padding: 0px;
	text-align: center;
}
#menu li:nth-child(1) a{
	width: 46px;
}
#menu li:nth-child(2) a{
	width: 88px;
}
#menu li:nth-child(3) a{
	width: 75px;
}
#menu li:nth-child(4) a{
	width: 111px;
}
#menu li:first-child{
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;	
}
#menu li a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #45B6F3;
	bottom: 0px;
	left: 0;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
}
#menu li.active a::before,#menu li a:hover::before,#menu li a:focus::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #45B6F3;
	font-weight: 900;
}
#redes{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0px;
}
#redes a i{
	display: none;
}
#redes a:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #2d2d2d;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: left;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/
/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	position: relative;
	height: 410px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 410px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img.imgSliderP{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 90px;
}
.cntSliderTop::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 73px);
	height: 100%;
	width: 964px;
	background: url('../images/banner/before.webp') top right no-repeat;
	background-size: cover;
}
.cntSliderTop::after{
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% - 83px);
	height: 100%;
	width: 499px;
	background: url('../images/banner/beforeb.webp') bottom left no-repeat;
	background-size: contain;
}
.titleCaptionTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: "Gilroy Black";
	font-weight: 900;
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #0091CC;
	text-align: left;
	position: relative;
	width: calc(100% - 131px);
}
.caption1{
	position: relative;
	z-index: 2;
}
.titleCaptionTop .tit1{
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	font-size: 39px;
	position: relative;
	z-index: 2;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
	color: #fff;
}
.titleCaptionTop .tit2{
	background: #fff;
	position: relative;
	text-align: right;
	padding: 0 28px;
	margin-top: 13px;
	clip-path: polygon(0px 100%, 30px 0px, 100% 0, 100% 100%);
	width: calc(100% - 11px);
  	margin-left: auto;
  	margin-right: 0;
}
.titleCaptionTop .tit2 em{
	font-family: 'Arial', sans-serif;
}
.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWhat.png) center center no-repeat;
	background-size: contain;
	width: 55px;
	height: 56px;
	position: fixed;
	bottom: 42px;
	right: 10px;
	z-index: 5
}
/*Estilos seccion inicio*/
#textHome1{
	position: relative;
	padding-top: 50px;
}
.contentHome1{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 46px;
	padding-bottom: 60px;
}
.contentHome1::before{
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% + 202px);
	height: 100%;
	width: 758px;
	background: url('../images/inicio/bg1.webp') top right no-repeat;
	background-size: cover;
}
.itemHome1a{
	width: calc(50% - 82px);
	position: relative;
	z-index: 2;
}
.itemHome1a figure{
	position: relative;
	width: 350px;
  	margin-left: -72px;
}
.icoVideoHome1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 17px;
	padding-left: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icoVideoHome1 img{
	width: 164px;
	height: 164px;
}
.itemHome1b{
	width: calc(50% + 82px);
	position: relative;
	z-index: 2;
	padding-top: 28px;
}
.titleHome1{
	position: relative;
	background: #0091cc;
	padding-left: 65px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.titleHome1 strong{
	font-family: "Freight";
	font-weight: 700;
}
.titleHome1::before{
	content: '';
	position: absolute;
	width: 275px;
	height: 100%;
	top: 0;
	right: -275px;
	background: url('../images/inicio/tit1.png') top right no-repeat;
	background-size: cover;
}  
.textoPHome1{
	padding-left: 65px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #4b4b4b;
	letter-spacing: 0px;
}
.textoPHome1 strong{
	color: #0091cc;
}
.btnVerVideoHome1{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: 0;
	width: 290px;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background: #0091cc;
	border: solid 2px #0091cc;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.btnVerVideoHome1:hover,.btnVerVideoHome1:focus{
	text-decoration: none;
	background: transparent;
}
#textHome2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome2{
	width: calc(50% - 14px);
	position: relative;
	margin-right: 28px;
	margin-bottom: 28px;
	padding-top: 87px;
	padding-left: 20px;
	padding-right: 20px;
	height: 492px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.itemHome2a{
	background: url('../images/inicio/bg2.webp') center no-repeat;
	background-size: cover;
}
.itemHome2b{
	margin-right: 0px;
	background: url('../images/inicio/bg3.webp') center no-repeat;
	background-size: cover;
}
.cntHome2{
	max-width: 751px;
	height: 322px;
	background: rgba(29, 29, 30, 0.8);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
}
.titleHome2{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0091cc;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.titleHome2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 4px;
	background: #fff;
}
#textHome3{
	background: url('../images/inicio/bg4.webp') top center no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 190px;
}
.titleHome3{
	border: solid 6px #fff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 39px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	padding: 12px 15px;
}
.contentHome4{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -116px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #0091cc;
	text-align: center;
	padding-bottom: 125px;
}
.itemHome4{
	width: calc(25% - 41.75px);
	margin-right: 55.66px;
}
.itemHome4 img{
	margin-bottom: 25px;
}
.itemHome4:last-child{
	margin-right: 0;
}
#textHome5{
	background: url('../images/inicio/bg5.webp') top left no-repeat;
	background-size: cover;
}
.contentHome5{
	height: 529px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	color: #4b4b4b;
}
.contentHome5 strong{
	color: #0091cc;
}
.cntHome5{
	background: #fff;
	display: inline-block;
	max-width: 750px;
	position: relative;
}
#textHome6{
	background: url('../images/inicio/bg6.png') top center no-repeat;
	background-size: cover;
}
.titleHome6{
	height: 137px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Freight Black", sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	color: #0091cc;
}
.contentHome7{
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contentHome7 img{
	width: 80px;
}

#textProductos1{
	padding-top: 127px;
}
.cntProd1{
	background: url('../images/productos/tit.png') center no-repeat;
	background-size: cover;
}
.titleProd1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 204px;
}
.itemProd1a{
	height: 204px;
	display: flex;
	align-items: center;
	width: calc(50% - 65px);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0px;
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
	position: relative;
}
.itemProd1b{
	height: 204px;
	display: flex;
	align-items: center;
	width: calc(50% + 65px);
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}
.itemProd1b strong{
	font-weight: 800;
	text-transform: uppercase;
	color: #0091cc;
}
.itemProd1a div{
	position: relative;
	z-index: 2;
}
.itemProd1a div strong{
	display: block;
	font-family: "Anton", serif;
}
.itemProd1a::before{
	content: '';
	position: absolute;
	top: -32px;
	right: 0;
	height: 266px;
	width: 900px;
	background: url('../images/productos/before.png') top right no-repeat;
	background-size: cover;
}
#textProductos2{
	padding-top: 173px;
	padding-bottom: 139px;
	background: #e3e3e3;
}
.contentProd2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemProd2{
	margin-bottom: 34px;
	width: calc(33.33% - 25px);
	margin-right: 37.5px;
}
.itemProd2:nth-child(3n + 3),.itemProd2:last-child{
	margin-right: 0px;
}
#textServ1{
	background: url('../images/servicios/bg1.webp')top center no-repeat;
	background-size: cover;
	padding-top: 145px;
	padding-bottom: 75px;
}
.contentServ1{
	display: flex;
	align-items: flex-start;
	padding-left: 50px;
	padding-right: 50px;
	justify-content: center;
}
.itemServ1{
	width: calc(33.333% - 31.666px);
	margin-right: 47.5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-align: left;
}
.itemServ1:last-child{
	margin-right: 0px;
}
.titleServ1{
	font-weight: 700;
	color: #2C8FC9;
	line-height: 30px;
	font-size: 17px;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.titleServ1 span{
	font-size: 15px;
}
#textServ2{
	background: url('../images/servicios/bg2.webp') center no-repeat;
	background-size: cover;
	padding-top: 91px;
	padding-bottom: 81px;
}
.contentServ2{
	padding: 0;
}
.contentServ2 .itemServ1{
	width: calc(50% - 23.5px);
	margin-right: 47px;
}
.contentServ2 .itemServ1:last-child{
	margin-right: 0px;
}
/*Estilos seccion contacto*/
#formTop{
	position: relative;
	padding-bottom: 92px;
	padding-top: 90px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 28px;
	text-align: center;
}
#frmContacto .tit strong{
	color: #0091D8;
	display: block;
	font-size: 25px;
}
#frmContacto .row{
	margin: 0 -8.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 8.5px;
}
#frmContacto .form-group{
	margin-bottom: 17px
}
#frmContacto .form-control{
	display: block;
	height: 52px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Lato", serif;
	font-size: 16px;
	font-weight: 400;
	color: #616161;
	letter-spacing: 0.25px;
	box-shadow: inset 0 0px 0px transparent !important;
	border:0;
	background: #ebebeb;
	padding-left: 28px;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#frmContacto .textarea{
	height: 52px;
	padding-top: 6px;
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block;
	height:57px;
	background: #575757;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	width: 118px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border-bottom:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#616161; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#616161; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#616161; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.cntCap{
	display: inline-block;
	text-align: center;
	margin-top: 17px;
}
#textContacto3{
	position: relative;
	z-index: 2;
	background: #007FBB;
}
#textContacto3 .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	padding: 46.5px 0;
}
#textContacto3 .tit img{
	display: inline;
	position: relative;
	top: 3px;
}
#mapc{
	height: 500px;
}
#textContacto4{
	background: url('../images/contacto/bg.webp') center top no-repeat;
	background-size: cover;
}
.contentContacto4{
	height: 304px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.itemContacto4{
	display: flex;
	align-items: center;
}
.redes2{
	display: flex;
	align-items: center;
}
.redes2 a{
	margin-left: 13px;
}
.datoA{
	margin-right: 15px;
}
.datoA img{
	width: 50px;
}
.itemContacto4 strong{
	color: #2C8FC9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.25px;
	text-align: left;
}
.itemContacto4 a{
	color: #7a7a7a;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
}</pre></body></html>