select {
    width: 100%;
    padding: 12px 14px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-family: 'Roboto', 'Montserrat', 'Source Sans 3', Arial, sans-serif;
    background: #f6f8fc;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select:focus {
    border-color: #2196F3;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px #2196f340;
}
/* Centrar y limitar ancho de formularios para mejor balance visual */
form, .form-panel, .panel form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (max-width: 600px) {
    form, .form-panel, .panel form {
        max-width: 98vw;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Estilo uniforme para inputs y textarea en formularios */
input[type="text"], input[type="email"], textarea, select, datalist, input[list] {
    width: 100%;
    padding: 12px 14px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-family: 'Roboto', 'Montserrat', 'Source Sans 3', Arial, sans-serif;
    background: #f6f8fc;
    transition: border-color 0.2s, box-shadow 0.2s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    border-color: #2196F3;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px #2196f340;
}
textarea {
    min-height: 90px;
    resize: vertical;
}
/* Botones modernos y responsivos para formularios */
.form-action-btn {
    display: inline-block;
    min-width: 160px;
    padding: 12px 20px;
    margin: 8px 4px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    background: #2196F3;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(33,150,243,0.08);
    transition: background 0.2s, transform 0.2s;
}
.form-action-btn:hover, .form-action-btn:focus {
    background: #1769aa;
    transform: translateY(-2px) scale(1.03);
}
.form-action-btn.whatsapp {
    background: #25D366;
    color: #fff;
}
.form-action-btn.whatsapp:hover, .form-action-btn.whatsapp:focus {
    background: #128C7E;
}
@media (max-width: 600px) {
    .form-action-btn {
        min-width: 120px;
        font-size: 0.95rem;
        padding: 10px 8px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Source+Sans+3:wght@400;600;700&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?s1xyct');
    src: url('../font/icomoon.eot?s1xyct#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?s1xyct') format('truetype'),
        url('../font/icomoon.woff?s1xyct') format('woff'),
        url('../font/icomoon.svg?s1xyct#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*{
	margin:0;
	padding:0;
}

html{
    background-color:#ffffff;
	margin:0;
	padding:0;
	
}

#ancla2{
	width:100%;
	height:auto;
	padding:15px;
	background:#F6F6F6;
}

body{
	width:100%;
	height:auto;
	
}

.icon-menu:before {
  content: "\e9bd";
  color:#fff;
}

.icon-calendar:before {
    content: "\e953";
    color: #6b7280;
}

.icon-clock:before {
    content: "\e94e";
    color: #6b7280;
}

.icon-phone:before {
    content: "\e942";
    color: #6b7280;
}

.icon-envelop:before {
    content: "\e945";
    color: #6b7280;
}

.icon-location:before {
    content: "\e947";
    color: #6b7280;
}

.icon-file-text2:before {
    content: "\e926";
}

.icon-clipboard:before {
    content: "\e9b8";
}

.icon-droplet:before {
    content: "\e90b";
}

div.contenedor{
	margin-top:1px;
	background-color: #fff;
	padding:50px 0px 100px 0px;
}

div.contenedorF{
	margin-top:1px;
	background-color: #ccc;
	/*padding:50px 0px 60px;*/
	width: 32%;
	height:auto;
}
div.contenedorF h4{
text-align:left;

}

div.contenedor h2{
	color:#fff;
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}


div.panel {
	width:auto;
	margin: 0.5px 5%;
	border-color:#eee;
    border-style: solid;
    border-width: 1px;
    background-color: #fff; 
}

div.panel h3 {
	font-family: 'Roboto', sans-serif;
	color:#2196F3;
}

div.panel h2 {
	font-family: 'Roboto', sans-serif;
	color:#2196F3;
}

div.panel p{
	color:black;
	padding:5px;
	font-size:16px;
}

h2, h3, h4{
padding:10px 10px;
}
	
/**  efectos para efectos hover de las imagenes*/
	
.main{
	padding:15px;
	text-align:center;
	min-height:20px;
	display:flex ;
	flex-direction:row ;
	flex-wrap:wrap ;
	justify-content:center ;
	align-items:center ;
	align-content:center;
}

div.content h2{
	color:#fff;
} 

.view {
    width: 20%;
    height: 240px;
    margin: 25px 10px;
    float: left;
	border-radius: 20px;
    border: 1px solid #84B2FF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}


.view img {
	width:100%;
	height:100%;
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    margin: 20px 0 0 0;
}

.view p {
    font-family: 'Roboto', sans-serif;
	background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #3498db;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.view-first img { 
    transition: all 0.2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(25,118,210, 0.7); 
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}

.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
	transform: scale(1.1);
} 

.view-first:hover .mask { 
	opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}

/********* 		MODAL				*********/
@-webkit-keyframes example {
    from {top:-150px;opacity: 0;}
    to {top:0px;opacity:1;}
}

/* Add animation (Standard syntax) */
@keyframes example {
    from {top:-150px;opacity: 0;}
    to {top:0px;opacity:1;}
}

/* The modal's background */
.modal {
  z-index:2px;
  display: none;
  position:absolute;
  width: 100%;
  height: 140%;
  left: 0;
  top: 0;
  vertical-align: middle;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Display the modal when targeted */
.modal:target {
  z-index:2px;
  display: table;
  position: absolute;
}

/* The modal box */
.modal-dialog {
	width:100%;
	height:100%;
	vertical-align: middle;
}

/*  modal contenido*/
.modal-dialog .modal-content {
	text-align: center;
    position: relative;
    width: auto;
	padding-bottom:100%;
	max-width:60%;
    height: auto;
    display: block;
	line-height: 1;
    box-sizing: border-box;
    margin: 0 auto;
   	background-color: rgba(0, 0, 0, 0.1);
    outline: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  /* Add animation */
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 0.5s;
}

/* The button used to close the modal */
.closebtn  {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: bold;
  padding-right:20px;
  padding-top:5px;
  color: #1976D2;/* COLOR DE LA X */
}

.closebtn:hover,
.closebtn:focus {
  color: #DD7114;
  text-decoration: none;
  cursor: pointer;
}

#enviar-buscar{
	text-align:center;
	width:100px;
	height:55px;
	padding: 20px;
	color: #fff;
	background:#2196F3;
	font-size:14px;
	margin: 16px auto;
}

#boton{
	text-align:center;
	width:100px;
	height:55px;
	padding: 20px;
	color: #fff;
	background:#2196F3;
	font-size:14px;
}

#boton:hover{
	cursor: pointer;
	 background-color: #ddd;
}

#caja{
	width:50%;
	font-size:14px;
}

#medidor{
	 background-color:#F2F1FB;
	 padding-left:15px;
	 width:30%;
	 border-radius: 5px;
	 font-size:14px;
} 
 
#servicio {
	 background-color:#F2F1FB;
	padding-left:15px;
	width:30%;
	border-radius: 5px;
	font-size:14px;
}
	
input, textarea {
	border-radius:5px;
	width:50%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	text-align:left;
	margin:0;
	background-color:#F2F1FB;
	font-size:12px;
}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 	100%;
}

haeder{
	width:100%;
	height:120px;
	display: flex ;
flex-direction: row ;
flex-wrap: wrap ;
justify-content: flex-start ;
align-items: flex-start ;
align-content: center ;
}

section#logo{
	width:20%;
	height:120px;
	float:left;
}

section#banner{
	width:80%;
    height:120px;
	float:right;
}

nav{
	width:100%;
	height:8%;
	float:left;
}

/*********				menu					***********/
.topnav {
  overflow: hidden;
  background-color: #1976D2;/******  color de la barra menu   ********/
  height:100%;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

main{
	width:100%;
	height:auto;
	background-color:#ffffff;
}

article{
	width:100%;
	height:auto;
	float:left;
	background-color:#f1f1f1;
}

footer{
padding: 10px;
text-align:center;
min-height:20px;
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
/*align-items:center ;*/
align-content:center;
background-color: #ccc;
}

a,h1,h2,h3,h4{
	font-family: 'Roboto', sans-serif;
}

p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-align:justify;
	font-weight:normal;
	color:black;
	margin:0px 10px;
}

.container {
  	border-radius: 5px;
    margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

.center{
	margin:0;
	padding:0;
    background-color: #f2f2f2;
	height:100%;
    width: 100%;
	text-align: center;
    font-size: 18px;
}

input[type=text], select {
	font-size: 20px;
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
	background-color:#F2F1FB;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type=number], select {
    font-size: 20px;
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 20%;
    background-color: #2196F3;
    color: white;
    padding: 14px 20px;
    margin: 16px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #2196F3;
}

/* adaptacion a dispositivos  moviles  tipo tableta con maximo de ancho 535px  */
@media only screen and (max-width: 769px) {

.topnav a:not(:first-child) {
display: none;
}
/* --- UNIFICADO: Estilo global para todos los campos de formulario --- */
input[type="text"], input[type="email"], select, textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 14px 16px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-family: 'Roboto', 'Montserrat', 'Source Sans 3', Arial, sans-serif;
    background: #f6f8fc;
    transition: border-color 0.2s, box-shadow 0.2s;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 48px;
    line-height: 1.2;
}
textarea {
    min-height: 90px;
    resize: vertical;
}
input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    border-color: #2196F3;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px #2196f340;
}

.topnav a.icon{
float: right;
display: block;
color:#fff;
font-weight:bold;
font-size:20px;
padding-top:7px;
padding-right:20px;
}

.topnav.responsive {
	position: relative;
}

.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}

.topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
 }
 	
.footer{
	
	text-align:center;
	min-height:20px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}

.main{
	padding:10px;
	text-align:center;
	min-height:20px;
	display:flex ;
	flex-direction:row ;
	flex-wrap:wrap ;
	justify-content:center ;
	align-items:center ;
	align-content:center;
}

.conteinerF{
	width: 20%;
    height: 240px;
    margin: 25px 10px;
    float: left;
    border: 2px solid #84B2FF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view {
    width: 20%;
    height: 240px;
    margin: 25px 10px;
    float: left;
    border: 2px solid #84B2FF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 240px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
   display: block;
   position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
	background: rgba(255, 255, 255, 0.9);
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
	margin:3px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    background: #3498db;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
}
	
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

a {
	font-size:11px;
	color: #00c5cd;
	text-decoration: none;
	margin-top:15px;
	align-items:center ;
	align-content:center;
}

#ancla2{
	width:100%;
	height:auto;
}
 
#medidor{
	background-color:#F2F1FB;
	border-radius: 5px;
	 padding-left:15px;
	 width:30%;
	font-size:14px;
 } 
 
#servicio {
	 background-color:#F2F1FB;
	border-radius: 5px;
	padding-left:15px;
	width:30%;
	font-size:14px;
}  
 

body{
	height:100%;
	width:100%;
}

html{
	background-color:#ffffff;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

haeder{
	width:100%;
	height:78px;
}

section#logo{
	width:0%;
	visibility: hidden;
}

section#banner{
	width:100%;
	height:100%;
	float:left;
	background-color:#fff;
}

article{
	width:100%;
	height:auto;
	float:left;
	background-color:#ecf0f1;
}

footer{
	width:100%;
	height:auto;
	background-color:#ccc;
}

main{
	width:100%;
	height:auto;
	background-color:#fff;
}
nav{
	width:100%;
	height:8%;
	background-color:#2c3e50;
	float:left;
}

#ancla2{
	width:100%;
	height:auto;
}
}


/* adaptacion a dispositivos  moviles  tipo Note con maximo de ancho 535px  */
@media only screen and (max-width: 640px) {

.topnav a:not(:first-child) {
display: none;
}

.topnav a.icon{
float: right;
display: block;
color:#fff;
font-weight:bold;
font-size:20px;
padding-top:7px;
padding-right:20px;
}

.topnav.responsive {
	position: relative;
}

.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}

.topnav.responsive a {
 float: none;
 display: block;
 text-align: left;
 }
 	
#medidor{
	 background-color:#F2F1FB;
	 border-radius: 5px;
	 padding-left:15px;
	 width:50%;
	 font-size:14px;
 } 
 
#servicio {
	background-color:#F2F1FB;
	border-radius: 5px;
	padding-left:15px;
	width:50%;
	font-size:14px;
}	
	
body{
	height:100%;
	width:100%;
}

html{
	background-color:black;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

header{
	height:0px;
	visibility: hidden;
}

section#banner{
	height:0px;
	visibility: hidden;
}

nav{
	width:100%;
	height:8%;
	background-color:#2c3e50;
	float:left;
}

footer{
	width:100%;
	height:auto;
	background-color:#ccc;
}

main{
	width:100%;
	height:auto;
	background-color:#fff;
}

article{
	width:100%;
	height:auto;
	float:left;
	background-color:#ecf0f1;
}

aside{
	width:0%;
	visibility: hidden;
}

div.contenedorF{
margin-top:1px;
	background-color: #ccc;
	
	width: 80%;
	height:auto;
	overflow: hidden;
    position: relative;
	border-color:#BDBDBD;
    border-style: solid;
    border-width: 0.10px;
}

.view {
    width: 60%;
    height: 170px;
    margin: 20px 20px;
    float: left;
    border: 2px solid #84B2FF;
    overflow: hidden;
    position: relative;
    text-align:center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 170px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #3498db;
    color: #fff;
	font-size:14px;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
	background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 8px 15px 15px;
    text-align: center;
}

#ancla2{
	width:100%;
	height:auto;
	padding:10px;
	background:#F6F6F6;
}

input[type=text], select {
	font-size: 20px;
    width: 80%;
	background-color:#F2F1FB;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-sizing: border-box;
}

input[type=number], select {
    font-size: 20px;
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 50%;
    background-color: #2196F3;
    color: white;
    padding: 14px 20px;
     margin: 16px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #2196F3;
}
}	


/* adaptacion a dispositivos  moviles con maximo de ancho 410px  */
@media only screen and (max-width: 415px) {
	
#medidor{
	 background-color:#F2F1FB;
	 border-radius: 5px;
	 background-color:#c1c1c1;
	 padding-left:15px;
	 width:80%;
	 font-size:14px;
 } 
 
#servicio {
	border-radius: 5px;
	background-color:#F2F1FB;
	padding-left:15px;
	width:80%;
	font-size:14px;
}	

.topnav a.icon{
float: right;
display: block;
color:#fff;
font-weight:bold;
font-size:20px;
padding-top:7px;
padding-right:20px;
}

html{
	background-color:black;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.container {
  	border-radius: 5px;
    margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}


.modal-dialog .modal-content {
	width: auto;
	padding-bottom:1530px;
	max-width:98%;
}

aside{
	width:0%;
	visibility: hidden;
}

article{
	width:100%;
	height:auto;
	float:left;
	background-color:#ecf0f1;
}

body{
	height:100%;
	width:100%;
}

#enviar-buscar{
	text-align:center;
	width:100px;
	height:55px;
	padding: 20px;
	color: #fff;
	background:#2196F3;
	font-size:14px;
	 margin: 16px auto;
}

#boton{
	text-align:center;
	width:100px;
	height:55px;
	padding: 20px;
	color: #fff;
	background:#2196F3;
}

#boton:hover{
	cursor: pointer;
}

#caja{
	width:100%;
	font-size:14px;
}

.closebtn  {
  text-decoration: none;
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top:2PX;
  padding-right:20px;
  color: #1976D2;/* COLOR DE LA X */
}

div.panel img{
	width:100%;
	height:100%;
}	

span.dot {
  height: 10px;
  width: 10px;
  padding-top:10px;
  margin: 5px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

span.active {
  background-color: #717171;
}

/* Fading animation */
span.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

footer{
	width:100%;
	height:auto;
	background-color:#ccc;
}

input, textarea {
	border-radius:5px;
	width:80%;
	background-color:#F2F1FB;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	text-align:left;
	margin:0;
	font-size:12px;
}

textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 	80%;
}

div.text {
	/*height:0px;
	visibility: hidden;*/
  color: #f2f2f2;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 5px;
  position: relative;
  margin-left:5px;
  bottom: 28px;
  width: 90%;
  text-align: left;
  background-color: rgb(33,150,243);
  opacity:0.6;
}
	
div.slideshow-container {
  max-width: 100%;
  max-height:120px;
  position: relative;
  margin: auto;
}
	
nav{
	width:100%;
	height:8%;
	background-color:#2c3e50;
	float:left;
}

main{
	width:100%;
	height:auto;
	background-color:#fff;
}

.contenedorF{
    width: 100%;
    height: auto;
     overflow: hidden;
    position: relative;
}

.view {
    width: 70%;
    height: 180px;
    margin: 10px 8px;
    float: left;
    border: 2px solid #84B2FF;
    overflow: hidden;
    position: relative;
    text-align:center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 180px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
	padding: 8px 10px;
    background: #3498db;
    color: #fff;
	font-size:12px;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
	background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 8px 15px 15px;
    text-align: center;
}

input[type=text], select {
	font-size: 20px;
    width: 80%;
    padding: 12px 20px;
    margin: 8px 5px;
    background-color: #F2F1FB;
    /* --- Ajuste para que el select tenga el mismo tamaño visual que los inputs y textarea en escritorio --- */
    @media (min-width: 601px) {
        select {
            height: 48px !important;
            min-height: 48px !important;
            padding-top: 14px !important;
            padding-bottom: 14px !important;
            font-size: 1.1rem !important;
        }
    }
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type=number], select {
    font-size: 20px;
    width: 80%;
    padding: 12px 20px;
    margin: 8px 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 50%;
    background-color: #2196F3;
    color: white;
    padding: 14px 20px;
     margin: 16px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #2196F3;
}
}

:root {
    --brand-primary: #2a7fc5;
    --brand-primary-strong: #185f97;
    --brand-accent: #7fc5ff;
    --surface: #f7fbff;
    --card: #ffffff;
    --text: #111111;
    --muted: #4f5b66;
    --shadow-soft: 0 8px 22px rgba(32, 92, 142, 0.12);
    --radius-lg: 18px;
}

html {
    background: radial-gradient(circle at 12% 12%, #eaf6ff 0%, #f8fcff 45%, #f3f7fb 100%);
    overflow-x: hidden;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--text);
    line-height: 1.55;
    background: transparent;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: var(--brand-primary-strong);
}

p, a, label, input, textarea, select {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--text);
}

header {
    width: min(1180px, 95%);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 14px;
    align-items: stretch;
}

section#logo,
section#banner {
    float: none;
    height: 138px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    background: #edf5fc;
}

section#logo {
    width: 100%;
	background: #ffffff;
}

section#logo::before {
    content: "";
    display: none;
}

section#banner {
    width: 100%;
}

section#logo img,
section#banner img {
    object-fit: cover;
}

section#logo img {
    object-fit: contain;
    object-position: center;
    padding: 8px 10px;
    background: #ffffff;
}

nav {
    width: min(1180px, 95%);
    margin: 14px auto;
    float: none;
    height: auto;
    border-radius: 14px;
    overflow: visible;
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 40;
}

.topnav {
    background: linear-gradient(90deg, #1b6da9 0%, #2a7fc5 58%, #56b2f1 100%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 58px;
    padding: 0 6px;
    position: relative;
    z-index: 41;
}

.topnav a {
    float: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 10px;
    margin: 6px 4px;
    padding: 10px 14px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.topnav a::before {
    font-family: 'icomoon';
    margin-right: 8px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.topnav a[href="#"]::before {
    content: "\e90b";
}

.topnav a[href="index.html"]::before {
    content: "\e900";
}

.topnav a[href="historia.html"]::before {
    content: "\e94d";
}

.topnav a[href="contactos.html"]::before {
    content: "\e972";
}

.topnav a[href="servicios.html"]::before {
    content: "\e9b8";
}

.topnav a[href="contactenos.html"]::before {
    content: "\e945";
}

.topnav a[href="galeria.html"]::before {
    content: "\e90e";
}

.topnav a.icon::before {
    content: "";
    margin-right: 0;
}

.topnav a.icon {
    margin-left: auto;
    margin-right: 0;
    padding-right: 16px;
}

.topnav a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-1px);
}

#statistics {
    width: 100%;
    min-width: 0;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid rgba(50, 93, 130, 0.2);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(32, 92, 142, 0.1);
}

.statistics-wrap {
    width: min(960px, 94%);
    margin: 14px auto;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(32, 92, 142, 0.08);
}

.informa-title {
    width: min(960px, 94%);
    margin: 0 auto 8px;
    padding: 10px 12px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #185f97;
    border-top: 4px solid #2a7fc5;
    background: linear-gradient(180deg, #f3f9ff, #ffffff);
    border-radius: 12px;
}

#statistics tr:nth-child(even) {
    background: #f6fbff;
}

#statistics td,
#statistics th {
    padding: 12px 14px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #111111;
    border-bottom: 1px solid rgba(50, 93, 130, 0.12);
    text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
    max-width: 0;
}

#statistics th {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #185f97;
    background: #edf6ff;
}

#statistics tr:last-child td {
    border-bottom: none;
}

#statistics a {
    color: #185f97;
    font-weight: 700;
    text-decoration: none;
}

#statistics a:hover {
    text-decoration: underline;
}

main {
    width: min(1180px, 95%);
    margin: 0 auto;
    background-color: transparent;
}

article {
    float: none;
    background: transparent;
}

div.contenedor,
div.panel {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(50, 93, 130, 0.12);
}

div.contenedor {
    background: var(--card);
    padding: 28px 0 45px;
    margin-bottom: 18px;
}

div.panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    margin: 10px 3%;
    padding: 10px 0;
}

.slideshow-container {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(50, 93, 130, 0.12);
}

.text {
    background-color: rgba(24, 95, 151, 0.82);
    border-radius: 10px;
    left: 14px;
    margin-left: 0;
    bottom: 14px;
    padding: 10px 14px;
    max-width: 70%;
    width: auto;
}

.dot {
    background-color: #b9d7ef;
}

.active {
    background-color: var(--brand-accent);
}

.main {
    gap: 14px;
    padding: 20px;
}

.view {
    width: 250px;
    min-height: 255px;
    margin: 8px;
    border-radius: 16px;
    border: 1px solid rgba(50, 93, 130, 0.2);
    box-shadow: var(--shadow-soft);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.view:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(32, 92, 142, 0.2);
}

.view h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: rgba(19, 78, 125, 0.88);
    margin-top: 12px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.view p {
    font-size: 13px;
    font-family: 'Source Sans 3', sans-serif;
    background: rgba(255, 255, 255, 0.94);
    color: #111111;
    border-radius: 6px;
    margin: 8px 10px;
    padding: 10px;
}

.view a.info {
    background: linear-gradient(120deg, var(--brand-primary), #4a9fe2);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

.view a.info:hover {
    box-shadow: 0 6px 14px rgba(30, 92, 144, 0.3);
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    padding: 12px 14px 10px;
    background: #ffffff;
    height: auto;
    min-height: 0;
}

.service-card .service-icon-wrap {
    width: 132px;
    height: 132px;
    border: 5px solid #2a7fc5;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f6fbff, #eef7ff);
    margin-bottom: 1px;
}

.service-card .service-icon {
    font-size: 66px;
    line-height: 1;
    color: #26a6e0;
}

.service-card h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    min-height: 0;
    text-align: center;
    background: transparent;
    color: #1f3244;
    font-weight: 800;
    text-transform: uppercase;
}

.service-card p {
    margin: 0 0 2px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    background: transparent;
    color: #111111;
    align-self: stretch;
    width: 100%;
    min-height: 0;
}

.view.service-card h2,
.view.service-card p {
    text-align: center;
    font-style: normal;
}

.service-card a.info {
    align-self: center;
    margin-top: 0;
}

a.details-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(120deg, #1f6faa, #3f9de2);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(32, 92, 142, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a.details-cta::before {
    content: "\e960";
    font-family: 'icomoon';
    font-size: 12px;
    line-height: 1;
}

a.details-cta:hover,
a.details-cta:focus {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 10px 18px rgba(32, 92, 142, 0.28);
    text-decoration: none;
}

footer {
    width: min(1180px, 95%);
    margin: 18px auto 20px;
    padding: 18px 12px;
    background: linear-gradient(145deg, #9aa1a8, #7f878f);
    border: 1px solid rgba(245, 248, 251, 0.58);
    border-top: 3px solid #c2cad1;
    border-radius: var(--radius-lg);
    box-shadow: 0 7px 14px rgba(34, 40, 46, 0.12);
    gap: 10px;
}

div.contenedorF {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(50, 93, 130, 0.14);
    border-radius: 14px;
    width: 31.5%;
    padding: 8px 0;
}

div.contenedorF p {
    text-align: left;
    color: #2c2c2c;
}

footer .contenedorF p .icon-envelop + a {
    font-size: 16px;
    font-weight: 600;
    color: #1f4460;
    text-decoration: none;
}

footer .contenedorF p .icon-envelop + a:hover,
footer .contenedorF p .icon-envelop + a:focus {
    text-decoration: underline;
}

input, textarea {
    border: 1px solid rgba(80, 109, 136, 0.25);
    background-color: #f9fcff;
    font-size: 14px;
}

input[type=submit],
#enviar-buscar,
#boton {
    background: linear-gradient(120deg, var(--brand-primary), #4a9fe2);
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input[type=submit]:hover,
#enviar-buscar:hover,
#boton:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(32, 92, 142, 0.25);
    background-color: transparent;
}

@media only screen and (max-width: 900px) {
    header {
        grid-template-columns: 1fr;
    }

    section#logo {
		height: 132px;
    }

    section#banner {
        height: 130px;
    }

    .topnav a {
        font-size: 14px;
        padding: 9px 12px;
    }

    div.contenedorF {
        width: 46%;
    }

    .view {
        width: 44%;
    }
}

@media only screen and (max-width: 1024px) {
    section#banner {
        display: none !important;
    }

    header {
        grid-template-columns: 1fr !important;
    }

    section#logo {
        width: 100% !important;
		height: 160px;
    }
}

@media only screen and (max-width: 640px) {
    header {
        display: none;
    }

    .topnav {
        position: relative;
        display: block;
        padding: 0;
    }

    .topnav a:not(:first-child):not(.icon) {
        display: none;
    }

    .topnav a.icon {
        display: block;
        position: absolute;
        right: 4px;
        top: 6px;
        margin: 0;
        padding: 10px 14px;
    }

    .topnav.responsive {
        padding-top: 0;
    }

    .topnav.responsive a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 14px;
        border-radius: 0;
        text-align: left;
    }

    .topnav.responsive a:not(:first-child):not(.icon) {
		display: block;
	}

    .topnav.responsive a.icon {
        width: auto;
    }

    nav,
    main,
    footer {
        width: 94%;
    }

	nav {
		width: 100%;
		border-radius: 0;
        margin-top: 0;
	}

	.topnav a[href="#"] {
		display: inline-flex;
		align-items: center;
		font-size: 21px;
		font-weight: 800;
		padding-left: 12px;
        padding-right: 48px;
	}

	.topnav a[href="#"]::before {
		content: "\e90b";
		font-size: 20px;
		margin-right: 8px;
		color: #e7f4ff;
	}

    .text {
        max-width: 88%;
        font-size: 12px;
    }

    .view {
        width: 88%;
        height: 210px;
    }

    .service-card {
        height: auto;
        min-height: 0;
        padding: 10px 12px 10px;
        gap: 3px;
    }

    .service-card .service-icon-wrap {
        width: 108px;
        height: 108px;
    }

    .service-card .service-icon {
        font-size: 52px;
    }

	.service-card p {
        margin: 0;
		font-size: 14px;
        min-height: 48px;
    }

    a.details-cta {
        display: inline-flex;
        margin-top: 6px;
        margin-left: 0;
        font-size: 11px;
        padding: 7px 12px;
    }

    div.contenedorF {
        width: 100%;
    }

    input[type=text],
    input[type=number],
    input,
    textarea {
        width: 86%;
    }

        #statistics {
		min-width: 0;
        }

	.statistics-wrap,
	.informa-title {
		width: 92%;
	}

    #statistics td,
    #statistics th {
        font-size: 14px;
        padding: 10px 10px;
    }
}

/* Modal layering and placement fix: always above menu and below top bar height */
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(7, 20, 32, 0.78);
}

.modal:target {
    display: block;
}

.modal-dialog {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.modal-dialog .modal-content {
    width: min(980px, 94%);
    max-width: 94%;
    margin: 0 auto;
    padding-bottom: 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.modal .container {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.modal .container img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 170px);
    object-fit: contain;
    display: block;
}

/* Calendar modal: show large image and allow scrolling for readability */
#id18 .modal-dialog .modal-content {
    width: min(1220px, 98%);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overflow-x: hidden;
}

#id18 .container {
    width: 100%;
    min-width: 0;
    padding: 10px;
    box-sizing: border-box;
}

#id18 .container img {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-width: 0;
    display: block;
}

#id19 .modal-dialog .modal-content {
    width: min(880px, 94%);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overflow-x: hidden;
	text-align: left;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

#id19 .sinpe-text-content {
    padding: 18px 22px 24px;
    font-family: 'Source Sans 3', sans-serif;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: left;
}

#id19 .sinpe-text-content h3 {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #1f6faa;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.2px;
}

#id19 .sinpe-text-content p {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #0d4f84;
}

#id19 .sinpe-text-content ol {
    margin: 0;
    padding-left: 0;
	list-style: none;
	counter-reset: sinpe-step;
}

#id19 .sinpe-text-content li {
	position: relative;
	margin: 0 0 10px;
	padding: 11px 12px 11px 52px;
	font-size: 18px;
	color: #1f2f3f;
	background: #ffffff;
	border: 1px solid rgba(42, 127, 197, 0.18);
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(32, 92, 142, 0.08);
	text-align: left;
	counter-increment: sinpe-step;
}

#id19 .sinpe-text-content li::before {
	content: counter(sinpe-step);
	position: absolute;
	left: 12px;
	top: 10px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(130deg, #1f6faa, #3f9de2);
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.closebtn {
    position: sticky;
    top: 0;
    z-index: 2;
    display: inline-block;
    padding: 6px 16px;
    font-size: 32px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 0 10px;
}

@media only screen and (max-width: 640px) {
    .modal-dialog {
        align-items: flex-start;
        padding-top: 92px;
        padding-bottom: 16px;
    }

	#id18 .modal-dialog .modal-content {
		max-height: calc(100vh - 116px);
	}

	#id18 .container img {
        width: 100%;
        max-width: 100%;
        min-width: 0;
	}

    #id19 .modal-dialog .modal-content {
        max-height: calc(100vh - 116px);
    }

    #id19 .sinpe-text-content {
        padding: 14px 14px 18px;
    }

    #id19 .sinpe-text-content h3 {
        font-size: 21px;
    }

    #id19 .sinpe-text-content p {
        font-size: 22px;
    }

    #id19 .sinpe-text-content li {
		padding: 10px 10px 10px 44px;
        font-size: 15px;
    }

	#id19 .sinpe-text-content li::before {
		left: 10px;
		top: 9px;
		width: 24px;
		height: 24px;
		font-size: 12px;
    }

    .closebtn {
        font-size: 28px;
    }
}

/* Desktop-only: hide menu item icons while preserving mobile/tablet behavior */
@media only screen and (min-width: 1025px) {
    .topnav a::before {
        display: none;
        content: "";
        margin-right: 0;
    }
}