
.caja { 
font-family: 'Montserrat', Arial, Helvetica, sans-serif; 
color: #ffffff; 
font-size: 14px; 
font-weight: 500; 
text-align: center; 
background: #02596B; 
margin: 0 0 25px; 
overflow: hidden; 
padding: 20px; 
border-radius: 35px 0px 35px 0px; 
-moz-border-radius: 35px 0px 35px 0px; 
-webkit-border-radius: 35px 0px 35px 0px; 
border: 2px solid #02596B;}





/* ventana modal */
.ventana{
	background:#02596B;
	width: 30%;
	color:#FFF;
	font-size: 14px;
	padding: 33px;
	position: absolute;
	left: 70%;
	top:80%;
min-height: 20px;
	display: none;
	text-align: center;
	border-radius: 10px;
	opacity: 80%;
	
}
#cerrar{
	position: absolute;
	right: 3px;
	top:1px;
}
/*fin ventana modal*/

/*contacto*/
form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #02596B;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #02596B; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#02596B;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#02596B; }
/* fin contacto*/


.social{
	position:fixed;
	left:-40px;
	top:150px;
	z-index:2000;
	opacity: 80%;
}
.social ul{
	list-style: none;
}
.social ul li a{
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transitions: all 500ms ease;
	-o-transitions:all 500ms ease ;
	transitions:all 500ms ease ;
}
.social ul li .icon-mail2{background:#02596B;}
.social ul li .icon-instagram{background:#02596B;}
.social ul li .icon-whatsapp{background:#02596B;}

.social ul li a:hover{
	padding:10px 35px;
	background:#02596B;
	
}

/**SOCIAL2**/
.social2{
	position:auto;
	
	z-index:2000;
	opacity: 70%;
	
	
}
.social2 ul{
	list-style: none;
	
	
}
.social2 ul li a{
	
	color: #fff;
	background: #000;
	padding: 12px 12px;
	text-decoration: none;
	-webkit-transitions: all 500ms ease;
	-o-transitions:all 500ms ease ;
	transitions:all 500ms ease ;
	/**border-right: 1px solid #fff;
	border-left: 1px solid #fff;**/
	
}
.social2 ul li{
	display: inline;
	
}

.social2 ul li .icon-instagram{background:#125688;}
.social2 ul li .icon-whatsapp{background:#4dc247;}

.social2 ul li a:hover{
	padding:12px 12px;
	background:#FB3E00;
	
}

/**Fin social2**/


.main-header {
	background:  #02596B;
	color: white;
	height: 50px;
 
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	z-index:1;
}
.main-header_obras {
	background: #02596B;
	color: white;
	height: 50px;
 
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	z-index:1;
}

.main-headerIndex {
	background: #02596B;
	color: white;
	height: 50px;
 
	
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	z-index:1;
}


#btn-menu {
	
	display:none; 
	top=10px;
	
}



header label{
	display:none;
	width: 50px;
	heigth:50px;
	pading:10px;
	
	
}

header label:hover{
	cursor:pointer;
		
}



.menu ul{
	margin:0;
	list-style: none;
	padding:0;
	display: flex;
	justify-content: center;
	z-index: 1;
	
}
.menu li:hover{
	background: rgba(0,0,0,0.3);
}
.menu li{
	border-right: #FFFFFF;
}
.menu li a{
	display:block;
	padding:15px 20px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.menu_ > ul{
	list-style: none;
	display:flex;
	
	
}

.menu_ > li{
	position: relative;
	display: flex;
	
	
}

.menu_ > li > a{
	display: block;
	padding: 5px 5px;
	color: #D5D4D4;
	font-family: 'Open sans';
	text-decoration: none;
}

.menu_ li a:hover{
	color: #CE7D35;
	transition: all .3s;
	
}

/* Submenu*/

.submenu_{
	
	background:#000000;
	
	visibility: hidden;
	opacity: 0;
	
			
		width: 100%;
	    margin-left: 0%;
		transition: all 0.5s;
		z-index: 1;
	
}

.submenu_ li a{
	display: flex;
	padding: 15px;
	color: #fff;
	font-family: 'Open sans';
	text-decoration: none;
}

.menu_ li:hover .submenu_{
	visibility: visible;
	opacity: 1;
}




body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #090909;
  color: #CECFCF;
  padding-top: 54px;
 margin:0;
}


.letrasmall{
	font-size: 1px;
}




a {
  transition: all 0.3s ease;
	color:#D5D4D4;
}

a:hover {
  text-decoration: none;
	color: #F3092D;
}
a:focus {
  text-decoration: none;
	color: #F70D0D;
}

p {
  line-height: 1;
	color: #CFCBCB;
	font-size:0.7rem;
}
}


.tm-primary-color 
  color: #050505;
}

.tm-secondary-color {
  color: #0099CC;
}


.tm-page-container {
  max-width: 600px;
  width: 100%; 
	
}

.tm-section {
  margin-bottom: 130px;
  position: relative;
	
}

.tm-content-container {      
  border-radius: 20px;
  background-color: black;
	
	
}

.tm-nav {
  position: absolute;
  right: -150px;
  top: 45px;
}

.tm-nav > ul > li {
  list-style: none;
}

.tm-nav > ul > li > a {
  display: block;
  padding: 12px 15px;
  color: #999A9B;
}

.tm-nav > ul > li.active > a,
.tm-nav > ul > li > a:hover,
.tm-nav > ul > li > a:focus {
  color: #0299CC;
}

.tm-nav-deco {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: #999A9B;
  vertical-align: middle;
  margin-right: 20px;
}

.tm-nav > ul > li.active > a > .tm-nav-deco,
.tm-nav > ul > li:hover > a > .tm-nav-deco
 {
  background-color: #0299CC;
}

.tm-content {  
  padding: 15px;
	
}

.tm-header {
  padding: 1px 12px;
}

.tm-title {
  font-size: 1rem;
  color: #FFFFFF;
}

.tm-page-title {
  font-size: 1.5rem;
  margin-bottom: 0.5px;
  color: #FFFFFF;
}

.tm-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;  
	height: 500px;
	
}

footer {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  color: #9A9B9C;
}

.tm-footer-link {
  color: #9A9B9C;
}

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
	position: relative;	
	overflow: hidden;
	margin-bottom: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery-item figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
	pointer-events: none;
}

.tm-gallery-item figure figcaption,
.tm-gallery-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-gallery-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery-item figure h2 span {	font-weight: 800; }

.tm-gallery-item figure h2,
.tm-gallery-item figure p {
	margin: 0;
}

.tm-gallery-item figure p {
	letter-spacing: 1px;
	font-size: 60.5%;
	max-width: 200px;
	margin: 0 auto;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {	background: #9e5406; }

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size: 1.5rem;	
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
	opacity: 0;
}

figure.effect-bubba p {
	width: 100%;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tm-gallery {
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}

.tm-gallery-item {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 270px;
	
}

.tm-content-2 {
	padding-left: 45px;
	padding-right: 45px;
}

figcaption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tm-img-overlay-wrap {
	position: relative;
	min-height: 280px;
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tm-img-overlay {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.tm-img-overlay-text {
	position: relative;
	z-index: 0;
}

.tm-contact-form {
	max-width: 380px;
}

.form-group {
	margin-bottom: 35px;
}

.btn {
	font-size: 1.1rem;
	padding: 10px 35px;
	border: none;
}

.btn-primary {
	background-color: #02596B;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #02596B;
}

.tm-small {
	font-size: 90%;
}

@media (max-width: 945px) {
  .tm-nav {
    position: static;
  }

  .tm-page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
	.tm-gallery-item {
		max-width: 100%;
		height: auto;
	}
}

.main-footer{
		background: #000000;
	color: ghostwhite;
	height: 5px;
 
	 /* hacemos que la cabecera ocupe el ancho completo de la página */
	
	
	 /* Posicionamos la cabecera pegada arriba */
	position:relative;/* Hacemos que la cabecera tenga una posición fija */
	z-index:1;
	padding-bottom: 50px;
    bottom:0;
    clear:both;
    width:100%;
    text-align: right;

	
}

.statement {
	
	font-size: 1rem;
	color:#FCFCFC;
	font-style: normal;
	line-height: 1.5rem;
	opacity: 80%;
}



.webmaster {
	
	font-size: 0.8rem;
	color:#A4AEB0;
	font-style: italic;
	opacity: 80%;
}

@media (max-width: 500px) {
	header label{
		display: block;
		
	}
	
	
	.menu {
		position: absolute;
		background: #02596B;
		width: 70%;
	    margin-left: -70%;
		transition: all 0.5s;
		z-index: 1;
		opacity: 85%;
	}
	
	.menu ul{
		flex-direction: column;
	}
	
	.meni li{
		border-top: 1px solid #fff;
		
	}
	
	#btn-menu:checked ~ .menu {
		margin:0;
		
		z-index: 1;
	}
	
	.social{
	position:fixed;
	left:-45px;
	top:320px;
	z-index:2000;
}

	.g-recaptcha {
transform:scale(0.6);-webkit-transform:scale(0.6);
transform-origin: ;-webkit-transform-origin: ;
		display:inline-block;
 

}
	.g-recaptcha div { margin-left: 0; margin-right: auto;}
	
	footer {
    display: block;
	 
  }

	/* ventana modal */
.ventana{
	background:#02596B;
	width: 60%;
	color:#FFF;
	font-size: 14px;
	padding: 20px;
	position: absolute;
	left: 40%;
	top:100%;
min-height: 20px;
	display: none;
	text-align: center;
	border-radius: 10px;
	opacity: 80%;
	
}
#cerrar{
	position: absolute;
	right: 3px;
	top:1px;
}
/*fin ventana modal*/
	
	
  footer span {
    display: block;
    padding: 15px;
  }
}