body {
    overflow-x: hidden;
}

@media screen and (max-width: 770px){
	.navbar-brand{
	  margin-top: 0 !important;
	}
	
	.logo_menu{
		width: 50px !important;
	}
	
	.sep-header{
		margin-left:0 !important;
	}
	
	.ss-text, .ss-desc{
		text-align:center !important;
	}
	
	.ss-desc{
		margin-top:0px !important;
	}
	
	.listado-ss{
		padding:0 !important;
	}
	
	.contacto{
		position:relative !important;
		margin-left: 0 !important;
		padding:50px !important;
		width:100%;
		
	}
	
	.row{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.col-xs-12{
		padding-left: 0 !important;
		padding-right:0 !important;
	}
	
	.instalaciones{
		padding: 50px 20px !important;
	}
}

@media screen and (max-width: 400px){
	
	.slide-text{
		top:0 !important;
	}
	
	.item h3, .opinion-user{
		font-size:10px !important;
	}
	
	#frases{
		padding:10px !important;
		width:100%;
	}
	
	.contacto{
		height:550px !important;
	}
	
	.container-pie, .social {
		text-align: center !important;
	}
	
	#testimonios{
		padding: 30px 10px !important;
	}
	
	.conocenos-text{
	  padding: 10px !important;
	}
	
	.conocenos-img img{
		width: 100% !important;
	}
	
	.galeria img:hover{
    transform: scale(1.20) !important;
	-webkit-transform: scale(1.20) !important;
	}
}

@media screen and (max-width:990px){
	.form-contacto{
		padding: 0 20px !important;
	}	
}

@media screen and (max-width: 1120px){
	.contacto{
		padding: 10px 5px;
	}	
}

/**Cabecera**/
.cabecera{
	border-bottom: 4px double gray;
	box-shadow: 2px 2px 2px gray;
}

.contact-info-header p{
  font-family: "Poiret One";
  color: black !important;
  padding: 10px 0 0 0;
  font-size: 12px;
}

.navbar-brand{
  position: absolute;
  z-index: 9999;
  margin-top: -40px;
}

.sep-header{
  height: 0.5px;
  background: gray;
  width: 100%;
  margin-left: 20%;
}

.logo_menu{
  width: 90px;
}

.menu_responsive{
	margin:20px;
}

.navbar-brand{
  padding: 10px !important;
}

.navbar{
  min-height: 70px !important;
  border-radius: 0px !important;
  border: none !important;
  margin-bottom: 0px !important;
}

.navbar-default{
  background-color: white !important;
}

.menu{
  margin-top: 8px !important;
}

.menu li a{
  font-family: "Poiret One";
  color: black !important;
  text-transform: uppercase;
  font-weight: bold;
}

.menu a:hover, .menu a:focus, .menu a:active {
    color: #DDE8E5;
    text-decoration: none;
}

.menu a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #DDE8E5;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.menu a:active::before {
    background-color: #DDE8E5;
}
.menu a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/**Cuerpo**/

#conocenos{
	border-bottom:4px double gray;
	box-shadow: 2px 2px 2px gray;
}

.conocenos-text{
  padding: 0 50px 50px 50px;
  
}

.conocenos-text h2, #servicios h2{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 50px !important;
  color: #6b6b6b;
  margin-bottom: 0px !important;
	
}

.conocenos-img img{
	vertical-align:middle;
	width:60%;
	-webkit-filter: drop-shadow(5px 5px 10px #222);
  filter: drop-shadow(10px 0px 10px #898989);
	margin-top:50px;
	margin-bottom:50px;
}

/*contadores*/
#contadores{
	background-image:url('../img/fondo_contadores.jpg');
	background-attachment:fixed;
	background-size:cover;
	padding:80px 0;
}

.cont_icon{
	font-size:50px;
	color:#eee;
}

.cont{
	font-size:25px;
	color:white;
}

.text_cont{
	font-size:15px;
	text-transform:uppercase;
	font-family: "Ubuntu", sans-serif;
	color:white;
}

.ss-desc img{
	margin-bottom: 20px;
}

.conocenos-text h2 span, #servicios h2 span{
  font-size: 40px;
  color: #A1A6AB;
}

.conocenos-text h3{
  font-family: "Ubuntu", sans-serif;
  color: #6b6b6b;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.underline{
  margin-bottom: 30px !important;
  width: 50px;
  height: 4px;
  background: #6b6b6b;
  margin-left: auto;
  margin-right: auto;
}

.conocenos-text p{
  text-indent: 50px;
  font-family: "Ubuntu", sans-serif;
  color: #6b6b6b;
  line-height: 25px;
  font-size: 18px;
  font-weight: 300;
  padding:10px;
  margin:0;
}

#servicios{
  background: #f7f7f7;
  padding: 5%;

}

.listado-ss{
  padding: 0 40px;
}

.icons{
  /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 100px;
    width: 100px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 60% auto;
    border: 0.5px solid #9b9b9b;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-top: -70px;
    box-shadow: 3px 3px 3px gray;
}

.ss-text a{
  margin-top: -10px !important;
  text-decoration:none;
	pointer-events: none;
	cursor: default;

}

.ss-desc{
  margin-top: 40px;
  opacity: 1;
  display: block;
  background: transparent;
  padding: 20px 0 0 0;
}

.more-info{
	position:absolute;
  backface-visibility: hidden;
  padding: 20px;
	background:gray;
	top: 0;
	width: 80%;
	height: 90%;
	text-align: center;
	padding-top: 16%;
	display:none;
}

.visible{
	display:block;
	
}

.more-info button{
	background: #3f3f3f;
	width: 100px;
	height: 50px;
	color:white;
	border:1px solid #383838;
	
}

#servicios .ss-tittle{
  color: #9b9b9b;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 0px;
}

#servicios .ss-text p{
  font-family: 'Montserrat', sans-serif;
}

#servicios .ss-text a, .btn-form{
  margin-top: 10px;
  color: #3B6A75;
  font-size: 18px;
}

#contacto{
  background: url('../img/ss-img.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.form-contacto{
    margin-bottom: 30px;
}

.form-contacto input{
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    margin-bottom: 10px;
}

.form-contacto textarea{
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: 103px;
}

.form-contacto input:focus, .form-contacto textarea:focus{
    background: #F2F2F2;
    border-color: #1F1F1F;
}

.form-contacto input:hover, .form-contacto textarea:hover{
    background: #F2F2F2;
    border-color: #1F1F1F;
}

#contacto h2{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: bold;

  margin-top: 50px;
  color: white;
  margin-bottom: 0px !important;
}

#contacto h2 span{
  font-size: 40px;
  color: #d3d3d3;
}

#contacto h3{
  font-family: "Ubuntu", sans-serif;
  color: #d3d3d3;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

#contacto .underline{
  background: white;
}

.icon-contacto{
    margin-bottom: 3%;
}

.container-contacto h3{
    color: white ;

}
.icon-contacto span{
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}

.icon-contacto p{
    color: white;
    font-size: 14px;
    margin-bottom: 5px !important;
    line-height: 20px !important;
}

.info{
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.info .glyphicon{
  font-size: 50px;
  color: #009cb5;
  font-weight: bold;
}

.info h4, .info p{
  font-family: "Ubuntu", sans-serif;
}

.info h4{
  color: #000000;
}

.info p{
  color: #000000;
  font-size: 14px;
}

.info img{
  -webkit-filter: grayscale(1);
filter:gray;
}

.divider{
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #4f4f4f;
  box-shadow: 3px 3px 3px gray;
  z-index: 2;
}

.divider h2{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  margin-bottom: 20px !important;
  color: white;
}

/*.contact-info{
  height: 500px;
  background: #3f3f3f;
  padding-left: 0 !important;
}

.contact-info h4, .contact-info p{
  color:white;
}

.contact-info span{
  color:white;
  font-size: 35px;
  margin-top: 10px;
}

.contact-info-block{
  margin-top: 30px;
}*/

.contacto{
    padding: 38px 0;
    background: rgba(99,99,99,0.8);
    z-index: 99;
    position: absolute;
    margin-left: 120px;
    padding: 30px;
    height: 500px;
}

.contacto h4{
    font-family: "Poiret One";
    font-weight: 800;
    color:white;
    font-size: 20px;
}



.icon-contacto{
    margin-bottom: 3%;
}

.container-contacto h3{
    color: white ;

}
.icon-contacto span{
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}

.icon-contacto p{
    color: white;
    font-size: 14px;
    margin-bottom: 5px !important;
    line-height: 20px !important;
}

.icon-contacto p span{
  font-size: 8px;
}

#testimonios{
  padding: 50px 50px 120px 50px;
  background: url('../img/testimonio2.png');
  background-size: cover;
}

#testimonios h2{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #16242E;
  margin-bottom: 30px;
}

#testimonios h3{
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #16242E;
}

.icon-test{
  width: 100%;
}

.icon-test .icon-test-img{
  background: #3c5568 url('../img/icons/testimonio.png');
  border: 2px solid #16242E;
  height: 100px;
  width: 100px;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 70% auto;
  margin-bottom: 30px;
}

.bocadillo{
  width: 75%;
  background: white;
}

.container-pie{
    background: #fcfcfc;
    padding: 20px 50px;
    border-top: 1px solid black;
}

.container-pie p{
    color: black;
    padding-top: 5px;
    font-family: "Poiret One";
}

.container-pie p span{
    color: gray;
}

/*Galeria de imagenes sección nuestras instalaciones*/

.instalaciones{
	padding: 150px 200px 200px 200px;
}

.instalaciones h2{
font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #6b6b6b;
	margin-bottom: 0px !important;
	word-wrap: break-word; 
}

.instalaciones h2>span{
	font-size: 40px;
  color: #A1A6AB;
}

.instalaciones > .underline{
	margin-bottom: 80px !important;
}


.instalaciones h3{
	margin-top:0 !important;
	font-family: "Ubuntu", sans-serif;
  color: #6b6b6b;
  margin-bottom: 20px;
}

.galeria{
	padding:0 !important;
}

.galeria img{
	width:100%;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity:0.8;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;  
}

.galeria img:hover{
	filter: none;
    -webkit-filter: grayscale(0%);
	opacity:1;
	position:relative;
	z-index: 99;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    transform: scale(1.70);
	-webkit-transform: scale(1.70);
	cursor:pointer;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 70px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #ccc; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.opinion-user{
	margin-top:20px;
	margin-right:30px;
}

#proteccion_datos + span, 
#autorizacion_datos + span{
	color:white;
}

.proteccionError{
	color:#930000 !important;
}

.link_error{
	color:#930000 !important;
}

.proteccionAcert{
	color:black;
}

.modal-body h5{
	font-weight: bold;
}

.modal-body p{
	text-indent: 30px;
	text-align: justify;
}

.modal-body p:first-child{
	text-indent: 0 !important;
}

#proteccion_link{
	color:white;
	text-decoration: underline;
}


