@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #e6e9ea;
    color: #092331;
    font: 300 15px/19px 'Roboto', sans-serif;
	
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 19px;
}

.p1 {
    margin-bottom: 22px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

input {
	border-radius: 0 !important;
	outline: none !important;

}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #373334;
    font-weight: bold;
}

h2 {
    font-size: 37px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 24px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    padding-top: 52px;
    margin-bottom: 18px;
}

.page1 .content h3 {
    padding-top: 52px;
    margin-bottom: 25px;
}

.page1 .content h3.head1 {
    padding-top: 48px;
    margin-bottom: 32px;
}

h3 span {
    display: block;
}

h3.head1 {
    padding-top: 48px;
}

 /****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {

}


ul.list li {
    position: relative;
    font-size: 17px;
    padding-left: 23px;
}

ul.list li a:after {
    background: url(../images/marker.png) 0 -12px no-repeat;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 500px;
    position: absolute;
    display: block;
    left: 0;
    top: 4px;

}

ul.list li a:hover:after {
    background-position: 0 0;
}

ul.list li+li {
    margin-top: 16px;
}

ul.list1 li a {
    position: relative;
    top: 2px;
    overflow: hidden;
}

ul.list1 li .text1 {
    float: left;
    min-width: 70px;
}

ul.list1 li +li {
    margin-top: 19px;
}

/****Links****/

/*FOOTER*/
.menu-fotter {
    color: #00A3D9;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}

.menu-fotter a:hover {
     color: #092331;
}


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #40d6f6;
}

a.btn {
    color: #fff;
    background-color: #40d6f6;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 21px 13px;
    margin-top: 26px;
}

a.btn:hover {
    background-color: #092331;
}

a.bt1 {
    background-color: #092331;
}

a.bt1:hover {
    background-color: #00A7EE;
}

.top_block a.btn {
    margin-bottom: 60px;
}

.top_block  a.bt1 {
    position: relative;
    top: 7px;
}

.top_block .st1 p{
    position: relative;
    top: -2px;
}


.top_block a:hover {
    color: #fff;
}

.top_block .st1 .text1 a{
    text-decoration: underline;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.mb1 {
    margin-bottom: 22px;
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-top: 6px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 6px;
}

.page1 .fleft {
    margin-top: 3px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
.td {
    text-decoration: underline;
}

/*header*/

.main_col {
    background-color: #fff;
}

header {
	display: block;
    position: relative;
    z-index: 999;
    padding: 30px 0;
    border-bottom: 1px solid #e6e9ea;
}

.page1 header {
    border-bottom: 0;
}


header h1 {
	position: relative;
    float: left;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 250px;
    height: 92px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


/**Content**/

.page1_block {
    padding: 50px 0 60px;
}

.page1_block .clear {
    height: 40px;
}

.page1_block h3 {
    margin-bottom: 6px;
    padding-top: 26px !important;
}

.page1_block img {
    float: left;
    border-radius: 500px;
    margin-right: 21px;
}

.content {
    padding-bottom: 59px;
	background-image:url(../difsa/agua.png);
	background-repeat: repeat-y; 

}
.page1  .content {
    padding-bottom: 40px;
}


.col1 {
    color: #092331;
}

.col1 a:hover {
     color: #40d6f6;
}

.top_block {
    background: url(../images/page1_bg.jpg) center 0 no-repeat;
}

.top_block  h3 {
    color: #fff;
    padding-top: 53px;
    margin-bottom: 19px;
}

.text1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 23px;
	text-align:justify;
}
.space{
	margin-top:60px;
	}

.pad1 {
    padding-right: 46px;
}

a.gal {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

a.gal span {
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    overflow: hidden;
    padding: 13px 0 17px 18px;
    bottom: 0;
    background-color: #40d6f6;
    color: #fff;
    white-space: nowrap;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    opacity: 0;
}

a.gal:hover  span {
    opacity: 1;
}

.cl1 {
    height: 26px;
}

.block2 {
    overflow: hidden;
}

.block2+.block2 {
    margin-top: 17px;
}

.block2 .text1 {
    margin-bottom: 0;
}

.block2 img {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}

.g1 {
    position: relative;
    top: 14px;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-right: 60px;
}
 

.map figure {
    margin-top: 6px;
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 600px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 70px;
}

.map address dt {

}

.map .add1 span {
    min-width: 140px;
}

 address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

/**Footer**/

footer {
	display: block;
    padding: 0px 0 27px;
}


.copy {
    padding-top: 19px;
    text-align: center;
    color: #092331;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.caption p {
    display: none;
}

.pad1 {
    padding-right: 0;
}

.caption {
    width: 748px;
    top: 30px;
    margin-top: 0;
    margin-left: -374px;
}

 .map figure,  .map figure iframe,  #Myform input,  #Myform textarea,  #Myform .success {
 width: 100% !important;
 float: none !important;
 height:auto !important;
}

 #Myform .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.page1_block .extra_wrapper {
    overflow: hidden;
}

h3 {
    font-size: 20px;
}

.top_block {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -ms-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

}


@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

h2 {
    font-size: 25px;
}

.caption a {
    padding: 0;
    text-decoration: underline;
    border: 0;
}

.page1_block img {
    margin-right: 0;
    float: none;
    display: block;
    margin-top: 50px;
}

.page1_block  .clear {
    height: 0;
}

a.gal img {
    width: 100%;
}

ul.list li {
    margin-top: 16px;
}

.caption {
    width: 400px;
    margin-left: -200px;
}


  .map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}
.content {
	background-image: none;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.caption {
    width: 300px;
    margin-left: -150px;
}

.content {
	background-image: none;
}


}
