.txtCaso {
   margin: 0 auto;
   font-size:1em;
   display:block;
   text-align:left;
   line-height:1.2em;
   max-width: 600px;
   padding: 30px 10px 30px 10px;
}

@media screen and (min-width:1200px) {
.flex-web {
	width:100%;
	height:auto;
	overflow: hidden;
	padding:0px 10px 10px 10px;
	-ms-box-orient:horizontal;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	color:#333;
    background-color: #fff;
}
.web-item{
    float:left;
	width:420px;
	height: auto;
	margin: 15px 1.1em 13px 1.1em;
	padding:0px;
    font-size:1.0em;
    line-height: 1.6em;
}
.web-item img{
    float:left;
	max-width:600px;
	height: auto;
        text-align: left;
	margin: 15px 1.1em 13px 1.1em;
	padding:0px;
}
.txtW {
   margin: 0 auto;
   font-size:1.5em;
   display:block;
   text-align:left;
   color:#e7e7e7;
   line-height:1.4em;
   max-width: 800px;
   padding: 30px 0 30px 0;
}
.txtW1 {
font-size:1.2em;
display:block;
color:#CDDC39;
}
.banner_web {
width:100%;
padding: 20px;
background-color:#448AFF;
}
.banner_w {
width:100%;
height:360px;
text-align:center;
padding-top:20px;
}
}
@media screen and (max-width:1199px) {
.flex-web {
	width:100%;
    margin: 0 auto;
	height:auto;
	overflow: hidden;
	padding:0px 10px 10px 10px;
	-ms-box-orient:horizontal;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	color:#333;
    background-color: #fff;
}
.web-item{
	width:98%;
	height: auto;
	margin: 15px auto;
	padding:10px;
    font-size:1.0em;
    line-height: 1.6em;
}
.txtW {
font-size:1.1em;
display:block;
text-align:center;
color:#e7e7e7;
padding: 30px 15px 30px 15px;
}
.txtW1 {
font-size:1.2em;
display:block;
color:#CDDC39;
}
.banner_web {
width:100%;
height:auto;
background-color:#448AFF;
text-align:center;
}
.banner_w {
width:100%;
height:auto;
text-align:center;
}
}
