
/* -------------------------- GLOBAL ------------------------------ */

.textCode {
color: #069;
}

#divHeaderWrap {
border: 0px dashed #fff;
background-color: #688db2;
float: left;
margin-bottom: 4px;
}


#divHeader_01 {
width: 250px;
margin: 0px;
padding: 0px;
border: 0px dashed #ccc;
float: left;
background-color: #688db2;
}

#divHeader_02 {
width: 525px;
height: 95px;
margin: 0px;
padding: 0px;
/*display: flex;
align-items:flex-end;*/
border: 0px dashed #ccc;
float: left;
background-color: #87a4c0;
text-align: right;
vertical-align: bottom;
}

#divHeader_03 {
width: 185px;
margin: 0px;
padding: 0px;
border: 0px dashed #ccc;
background-color: #b1c6d9;
text-align: right;
float: left;
}


/* _________________ images ________________ */

.imgLateral380 {
width: 100%;
max-width: 380px;
margin: 10px auto;
display: block; /*to center image*/
}

.imgRow380 {
width: 100%;
max-width: 380px;
margin: 10px auto;
display: block; /*to center image*/
}

.imgNest380 {
width: 380px;
margin: 0px 0px 10px 10px;
float: right;
}


/* _________________text________________ */



/* -------------------------- desktop ------------------------------ */

@media screen and (min-width:975px) {

.imgRow380 {
display:none;
}

#imgHomeStatic {
display: none;
}

.divImgLateral380 {
max-width: 438px;/*width becomes 100% below 960, images center*/
}

}/*query*/


/* -------------------------- tablet ------------------------------ */

@media screen and (min-width:461px) and (max-width:974px) {

#divHeaderWrap {
background-color: #87a4c0;
}

#divHeader_01 {
width: 250px;
}

#divHeader_02 {
width: 210px;
max-width: 100%;
}

#divHeader_03 {
display: none;
}

#slider {
display: none;
}

#control {
display: none;
}

.imgNest380 {
display: none;
}

}/*query*/


/* ------------------------ mobile --------------------------------- */

@media screen and (max-width:460px) {

#divHeader_01 {
width: 100%;
float:left;
}

#divHeader_02 {
display: none;
}

#divHeader_03 {
display: none;
}

#slider {
display: none;
}

#control {
display: none;
}

.imgNest380 {
display: none;
}



}/*query*/