@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{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;
}

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: 1130px;}
.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: 138px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/banner/top.jpg) center top no-repeat;
	background-size: cover; 
}
#header:before{
	display: block;
	content: "";
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/banner/before.jpg) center no-repeat;
	background-size: cover;
	z-index: 2;
}

#logo{
	display: block;
	width: 180px;
	position: absolute;
	top: 30px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}

#redes{
	width: auto;
	height: 28px;
	position: absolute;
	top: 42px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 28px;
	width: 28px;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red1.png) left center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red2.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/red.png) right center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 138px;
	width: 100%;
	position: relative;
}
#topMenu .container{
	height: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	right: 30px;
	bottom: 0;
	height: 40px;
}
#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 1px;
}

#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: #333b78;
	font-size: 15.5px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	padding-right: 0;
	background: transparent;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	background: #00ade3;
}




/*Footer*/
#datFooter{
	background: url(../images/banner/datf.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 70px;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	font-size: 15px;
	display: flex;
	align-items: center;
}
#datFooter a img{
	margin-right: 5px;
}
#datFooter .itemDat2 a img{
	margin-right: 10px;
}
#datFooter .dirDat{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	font-size: 15px;
	padding-left: 20px;
	background: url(../images/iconos/mark.png) left top no-repeat;
	background-position: 0px 2px;
	text-align: left;
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
#datFooter .tit{
	font-size: 24px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #ffffff;
	line-height: 48px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
	border-bottom: solid 1px rgba(255,255,255,0.25);
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}
#redes2{
	width: auto;
	height: 28px;
	padding-top: 5px;
	position: relative;
	display: flex;
	align-items: center;
}
#redes2 a{
	color: #ffffff;
	height: 28px;
	width: 28px;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a .fa{
	display: none;
}
#redes2 .fb{
	background: url(../images/redes/red1.png) left center no-repeat;
}
#redes2 .tr{
	background: url(../images/redes/red2.png) center no-repeat;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}
.itemDat1{
	width: calc(50% - 10px);
	margin-right: 20px;
	padding-bottom: 50px;
}
.itemDat2{
	width: calc(50% - 10px);
	margin-right: 0px;
	padding-bottom: 50px;
}
.itemDat3{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.itemDat4{
	width: calc(50% - 10px);
	margin-right: 0px;
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #000000;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 79px; 
}
/*#footer .container{
	padding-top:32px; 
	padding-bottom:31px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}*/

/*Footer*/

/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
	margin: 0 auto;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: right;
  	float: right;
  	display: flex;
  	align-items: center;
}
#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;
}
@media(max-width:767px){
    #footer .container{
        width: 100%;
    }
}
@media(max-width:640px){
#footer{
        min-height: 107px;
    }
  #footer .tfooter{
    margin-bottom:5px;
  }
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter span{text-align:center; line-height:18px}
}
@media (max-width: 480px){
  #footer .tfooter {
    display: block;
  }
}




/*==================     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{
	height: 330px;
	margin-top: 138px;
}
#sliderTop .slides li{
	height: 330px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .captionSlider{
	height: 100%;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contSlider .captionSlider .caption{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: normal;
	text-align: center;
	background: url(../images/banner/caption.png) center no-repeat;
	background-size: cover;
	max-width: 850px;
	padding: 28px 43px;
}

.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);
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	height: 0;
	width: 0;
}
#sliderTop .flex-control-nav li {
    background: transparent;
}
.flex-control-paging li a {
	box-shadow: inset 0 0 3px transparent;
	background: #ffffff;
	border: solid 3px #ffffff;
	height: 14px;
	width: 14px;
	border-radius: 7px;
}
.flex-control-paging li a.flex-active {
    background: #67bed7;
    cursor: default;
}



#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#formTop{
	background: #242424;
	position: relative;
	padding-bottom: 120px;
	padding-top: 100px;
}
.cntFormTop{
	display: flex;
	flex-wrap: wrap;
}
.itemFrm1{
	width: 50%;
}
.itemFrm2{
	padding-top: 8px;
	padding-left: 30px;
	width: 50%;
}
.redesContacto{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 20px;
}
.redesContacto a:last-child{
	margin-left: 35px;
}
.textContacto1{
	padding-bottom: 13px;
}
.textContacto1:last-child{
	padding-bottom: 0;
}
.textContacto1 a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}


.text-right{
	text-align: right;
}
#frmContacto{
	overflow: hidden;
}
.titFormt{
	color: #e4e4e4;
	font-family: "Lato", sans-serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 70px;
	padding-bottom: 20px;
}

.titFormt:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 532px;
	height: 1px;
	background: #383d75;
	z-index: 2;
}
.titFormt:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 216px;
	height: 5px;
	background: #383d75; 
	z-index: 3;
}


#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 7px
}
#frmContacto .form-control{
	display: block;
	height: 58px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 15px;
	font-weight: 300;
	color: #8d8d8d;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	background: #e4e4e4;
	padding-left: 20px;
	border-radius: 3px;
}
#frmContacto .textarea{
	height: 108px;
	padding-top: 20px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:54px; 
	background: url(../images/submit.png?v2) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Open Sans', sans-serif; 
	font-size:12.69px;
	letter-spacing: 0.5px;
	width: 140px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 20px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#8d8d8d|; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#8d8d8d|; 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;
}
#dirMap{
	background: url(../images/bgdir.png) center no-repeat;
	background-size: cover;
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	padding: 30px 0;
}
#dirMap .tit img{
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.contentHome1{
	height: 653px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
.titleHome1{
	color: #383d75;
	font-size: 33px;
	font-weight: 900;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
}
.titleHome1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 266px);
	width: 532px;
	height: 1px;
	background: #383d75;
	z-index: 2;
}
.titleHome1:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: calc(50% - 108px);
	width: 216px;
	height: 5px;
	background: #383d75; 
	z-index: 3;
}
.cntHome1{
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #292929;
}

#textHome2{
	background: url(../images/inicio/fondo1.webp) center no-repeat; 
	background-size: cover;
}
.contentHome2{
	height: 685px;
	padding-left: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.contentHome2:before{
	content: '';
	position: absolute;
	top: calc(50% - 250px);
	right: calc(50% + 76px);
	width: 890px;
	height: 499px;
	background: url(../images/inicio/img1.webp) center no-repeat;
	background-size: cover;
}
.contentHome2 .home2{
	text-align: right;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: normal;
	color: #27324a;
	letter-spacing: 0px;
}
.contentHome2 a{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-top: 20px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 52px;
	border-radius: 5px;
	color: #ffffff;
	letter-spacing: 0.25px;
	width: 223px;
	height: 52px;
	background: #00ade3;
}
#textTec1{
	background: url(../images/tecnologia/fondo1.webp) center top no-repeat;
	background-size: cover;
}
.contentTec1{
	padding-top: 162px;
	padding-bottom: 162px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 48px;
	letter-spacing: 0.1px;
	color: #292929;
	max-width: 765px;
}
.titleTec1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 33px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #383d75;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 35px;
	position: relative;
}
.titleTec1 strong{
	font-weight: 900;
}
.titleTec1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 532px;
	height: 1px;
	background: #383d75;
	z-index: 2;
}
.titleTec1:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 216px;
	height: 5px;
	background: #383d75; 
	z-index: 3;
}
.contentTec2{
	position: relative;
	display: flex;
	height: 684px;
	align-items: center;
	justify-content: flex-end;
	padding-top: 188px;
	z-index: 1;
}
.contentTec2:before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 960px;
	height: 684px;
	background: url(../images/tecnologia/img1.webp) center no-repeat;
	background-size: cover;
	z-index: 1;
}
.tec2{
	position: relative;
	z-index: 2;
	max-width: 717px;
	background: url(../images/tecnologia/fondo2.png) center no-repeat;
	background-size: cover;
	margin-right: -75px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: normal;
	letter-spacing: 0.15px;
	text-align: center;
	padding-left: 45px;
	padding-right: 55px;
	padding-top: 44.5px;
	padding-bottom: 44.5px;
}

#textInfo1{
	padding-top: 111px;
	padding-bottom: 23px;
}
#textInfo2{
	padding-bottom: 44px;
}
.contentInfo2{
	display: flex;
	flex-wrap: wrap;
}
.itemInfo1{
	width: 50%;
	padding-right: 44px;
	border-right: solid 1px rgba(56,61,117,0.5);
	padding-bottom: 77px;
}
.itemInfo2{
	padding-left: 45px;
	width: 50%;
}
.itemInfo1 img.logoinfo{
	margin-top: 15px;
	margin-left: 0px;
}
.itemInfo2 img.logoinfo{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textInfo2{
	color: #1d1d1d;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
}
.textinfoNew1{
	padding-top: 45px;
}
.contentInfo2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	width: 188px;
	height: 54px;
	background: url(../images/info/btn.png) center no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-top: 17px;
}
.contentInfo2 a.btnex{
	background: url(../images/info/btn2.png) center no-repeat;
	background-size: cover;
}
.contentInfo2 a img{
	margin-right: 12px;
}
.contentInfo2 a:hover,.contentInfo2 a:focus{
	text-decoration: none;
	transform: scale(1.05);
}
#textProducto3{
	background: url(../images/producto/fondo0.png) center no-repeat;
	background-size: cover;
}
.contentProducto3{
	height: 259px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contentProducto3 div:last-child{
	margin-left: 282px;
}
#textProducto1{
	padding-top: 90px;
	padding-bottom: 90px;
}
#textProducto2{
	padding-bottom: 131px;
}
.contentProducto2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemProducto1{
	margin-right: 80px;
}

.contentProducto2 figure{
	height: 176px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px transparent;
	padding: 5px 18px; 
}
.contentProducto2 a:hover figure,
.contentProducto2 a:focus figure{
	border: solid 1px #bcbebe;
}

.textDet1{
	padding-top: 110px;
	padding-bottom: 120px;
}
.logoDet{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.cntDet1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: #373737;
	letter-spacing: 0px;
	max-width: 845px;
	margin-right: auto;
	margin-left: auto;
}
.cntFichas{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
	flex-wrap: wrap;
}
.cntFichas a:last-child{
	margin-left: 20px;
}
.cntFichas a:hover,
.cntFichas a:focus{
	opacity: 0.85;
}
#textDet2{
	background: url(../images/producto/bgmorado.png) center no-repeat;
	background-size: cover;
}
#textDet2.cafe{
	background: url(../images/producto/bgcafe.png) center no-repeat;
	background-size: cover;
}
#textDet2 .container div{
	text-align: center;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 40px 0;
	color: #ffffff;
}
#textDet3{
	background: url(../images/producto/fondo1.webp) center no-repeat;
	background-size: cover;
}
#textDet3.cafe{
	background: url(../images/producto/fondo2.webp) center no-repeat;
	background-size: cover;
}
.contentDet3{
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 92px;
	padding-bottom: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}
.contentDet3 img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.itemdet{
	margin-bottom: 48px;
	width: 50%;
}

.contentInfo4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 118px;
	padding-top: 40px;
}
.contentInfo4 div{
	width: calc(50% - 20px);
}
.contentInfo4 div:last-child{
	margin-left: 40px;
}
.contentInfo4 a:hover,.contentInfo4 a:focus{
	opacity: 0.85;
}
.imgp3{
	max-width: 100%;
}
.imgp4{
	max-width: 100%;
}
.imgp4a{
	max-width: 100%;
}