@-webkit-keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}
@keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    -ms-transform:scale3d(1,1,1); transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1); -ms-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}

@media screen and (max-width:1350px){
.box_content{padding: 40px 0px 50px 0px;}
h1.main-title{font-size: 40px;margin-bottom: 30px}
}

@media screen and (max-width:1200px){
.divTitle{font-size: 31px;margin-bottom: 30px}
}


@media screen and (max-width:1020px){
.menuParent {width: 200px;}
.contentMenu {width: calc(100% - 240px);}	
}

@media screen and (max-width:940px){
.menuParent {display: none;}
.contentMenu {width:100%;}	
}

@media screen and (max-width:790px){
.div_gallery_home .textGallery{
width: auto;
margin-bottom: 30px;
}
.div_gallery_home{
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
}

.box_gallery_home{
text-align: center;
justify-content: center;
padding: 30px 0px 30px 0px;
min-height: unset;
background-size: cover;
background-position: 0px 0px;
position: relative;
}
.box_gallery_home:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
top:0px;
left: 0px;
background-color: rgba(0,0,0,0.5);
}

}

@media screen and (max-width:590px){
.form table td{display: inline-block;width: 100%;padding: 0px;}
.form table td.f {text-align: left;width: 100%;}
.form table td.pw{margin-right: 20px;}
.content-text .form table td{display: inline-block;width: 100%;padding:0px;}
.content-text .form table td.f {text-align: left;width: 100%;padding:0px;}
.content-text .form table td.pw{margin-right: 20px;}	
.content-text table td.sendInfo{width: 100%;}	
.content-text table td.sendInfo{width: 100%;}	

.content-text table td.d input.inputTxt{width: 100%;box-sizing: border-box;}
.form table td.d textarea{width: 100%;box-sizing: border-box;}	
.content-text .form table td.fErr{float: left;}
.content-text .form table td.err{float: left;}
.content-text .form table{width: 100%;}
	
.form table td.fErr{float: left;}
.form table td.err{float: left;}
.form table{width: 100%;}	
.form table td.d input.inputTxt {box-sizing: border-box; width: 100%;}
.form table td.d .selectForm {box-sizing: border-box; width: 100%;}	
}