
body{

	font-family:'Quicksand', sans-serif ;
	overflow-x: hidden;
}

#lista {

display: flex;
justify-content: right;
margin-right: 5%;

}

nav,#ind {
    position: fixed;
    height: 10%;
    background: white;
    padding:0px 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.bg-inverse{
    background-color: #fafafa;
}

#log {
	padding-left: 15%;
}


#logo {
	padding-top: 1px;
	width: 140px;
}

@media only screen and (max-width: 1000px){
	#logo {
	padding-top: 4px;
	width: 90px;
	display: flex;
	align-content: center;
}
}

#slider {
     height: 10%;
}

#btn {
	color:#fff;
	font-size:20px;
	font-weight:inherit;
	text-decoration:none;
	border:1px solid #fff;
	padding:15px 20px;
	background-color:transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

#btn :focus,
#btn :active,
#btn :hover {
	color:grey;
	background-color:#fff;
} 

.caption {
	padding-top: 0%;
}

#grad {
	padding-top: 20%;
	z-index: 3;
}

#trabajo {
	padding-top: 100px;
	z-index: 3;
}

#mod {
	color: #fff;
	background-color: #8cc541;
}

#fot {
	background-color: #164f9e;
}

.modal .modal-cab {
  border-radius: 2px 2px 0 0;
  background-color: #164f9e;
  padding: 4px 6px;
  width: 100%;
  text-align: center;
}

#pal1 {
      height: 300px;
    }

#pal11 {
      height: 300px;
    }

@media only screen and (min-width: 900px){
  #pal11 {
      height: 360px;
    }
}

#des{
	margin-top: 200px;
	color:#fff;
	font-size:20px;
	font-weight:inherit;
	text-decoration:none;
	border:1px solid #fff;
	padding:15px 20px;
	background-color:transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

#des :focus,
#des :active,
#des :hover {
	color:grey;
	background-color:#fff;
} 

#cor {
	color: #164f9e;
}

#btne {
	color:#000;
	font-size:20px;
	font-weight:inherit;
	text-decoration:none;
	border:1px solid #000;
	padding:10px 15px;
	background-color:transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

#btne:focus,
#btne:active,
#btne:hover {
	color:black;
	background-color:#8cc541;
} 

#foot {
	background-color: #252323;
}

#formslide {
	background-color: rgba(250,250,65,0.1);
}

#bar {
	position: absolute;
	z-index: 10;
	margin-top: 650px;
	margin-left: 15%;
}

.cont {
	width: 100%;
	background-color: rgba(9,31,62,0.5);
}

.contm {

	background-color: rgba(9,31,62,0.8);
}

#datosform {
	position: absolute;
	z-index: 15;
	margin-top: 5%;
	margin-left: 10%;
}


#pal {
      height: 300px;
    }

#let5 {
	margin-top: 10%;
}

#let0 {
	margin-top: 7%;
}

#let1 {

	font-family: 'Quicksand', sans-serif; 
	font-size: 30px;
	color: #000;
	margin-top: 7%;
}

#let2 {

	font-family: 'Quicksand', sans-serif; 
	font-size: 30px;
	margin-top: 7%;
}

#let {

	font-family: 'Quicksand', sans-serif; 
	font-size: 30px;
	margin-top: 10%;
}

#let3 {

    font-family: 'Quicksand', sans-serif; 
	font-size: 30px;
	margin-top: 7%;
}

@media only screen and (max-width: 900px){
	#let {

	font-family:'Quicksand', sans-serif ; 
	font-size: 20px;
	margin-top:-4%;
}
}

.social {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  left: 0; /* Establecemos la barra en la izquierda */
  top: 285px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 3000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
  .social ul {
    list-style: none;
  }
 
  .social ul li a {
    display: inline-block;
    color:#fff;
    background: #000;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }
 
  .social ul li .icon-facebook {background: #164f9e;} /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-twitter {background: #164f9e;}
  .social ul li .icon-youtube {background: #164f9e;}
  .social ul li .icon-google-plus {background: #164f9e;}
  .social ul li .icon-blogger {background: #164f9e;}
  .social ul li .icon-mail2 {background: #164f9e;}
 
 
  .social ul li a:hover {
  
    padding: 10px 20px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }

  #boton{
	background-color: #8cc541;
}

/* Tabla de precios*/

.tabla {
	margin-top: 50px;
}

.card-title{
	padding: 3px;
	background-color: #164f9e;
}

.card-content{
	text-align: center;
	padding: 0px !important;
}

.card{
	transition:.5s;
}

.sS:hover{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.autoS{
	transform:scale(1.05); 
}

#boton:hover{
	background-color: #164f9e;
}

#cents{
	padding-left: 75px;
	padding-right: 75px;
}

#bocadillo {
padding: 10px;
width: 220px;
border­radius: 10px;
background­color: #f80;
font­family: "trebuchet ms", tahoma, verdana, sans­serif;
font­size: 1.4em;
}

/* Página Tienda virtual sección servicios*/

.cta-two3-section{
  width: 100%;
  margin:0;
  padding: 5px 0;
  background:  #164f9e;; /* Primary color, can be changed via colors.css */
}

img.alineadoTextoImagenArriba{
  vertical-align: text-top;  
}
img.alineadoTextoImagenCentro{
  vertical-align: middle;
  /* Ojo vertical-align: text-middle no existe*/
}
img.alineadoTextoImagenAbajo{
  vertical-align: text-bottom;  
}

#contact {
	background: none repeat scroll 0 0 #3A444E;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
	font-size: 3.1em;
}
#contact h3 {
	color: #43698F;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
	color: #fff;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff);
	background: -webkit-linear-gradient(#fff);
	background: -o-linear-gradient(#fff);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }







