/** Estilo Texto **/

body, h1, h2, h3, h4, h5, h6, p{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
  	line-height: 1.5em;
}

/** Enlaces **/
a:focus, a:hover {
	color: #292b2c;
	text-decoration: none;
}
a {
	color:#565656;
	text-decoration: none;
}

/* botones web */

.web-boton{
	background-color: #0055a0;
	color: #fff;
	border-radius: 3px;
    text-align: center;
    padding: 12px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.web-boton:hover{
	background-color: #00bcd4;
	color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.50);
}

/* Zoom */

.zoom{
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.zoom:hover{
	-webkit-transform: scale(1.12,1.12);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	-moz-transform: scale(1.12,1.12);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
}

/* Sombra */

.sombra-negra{
	text-shadow: 2px 2px 2px #000;
}
.sombra-blanca{
	text-shadow: 1px 1px 1px #fff;
}
/** Menu **/
.menu {
	background-color: #0055a0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    font-size: .9em;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav .nav-link {
	color: #fff;
}
.navbar-inverse .navbar-nav .nav-link:hover {
	color: #000;
	background-color: rgba(255,255,255,0.70);
	border-radius: 3px;
	transition: all .10s ease;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.50);
}
/** icono menu **/
.fa-lg {
    padding: 5px;
}
/* Slider */
.slider{
	height: 90vh;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.color-imagen-slider{
	background-color: rgba(0,0,0,.5);
}

.carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;

}
.titulo {
	font-weight: 700;
	font-size: 3em;
  line-height: 1.15;
  margin-top: 10px;
}
.titulo-slider {
	font-weight: 800;
}
/** SERVICIOS X3 **/
.iconos {
	font-size: 4.4em;
}
.descripcion {
	color: #565656;
}

/** NOSOTROS MEDIA **/
.nosotros-media {
	background-color: #f3f3f3;
	color: #0055a0;
}
.nosotros-img {
	max-height: 90vh;
}

/** Formulario contacto **/
.formulario-contacto {
	background-color: rgba(243, 243, 243, .85);
	border-radius: 1rem;
}
#resultado {
  display: none;
}
/** ACCION DEGRADADO **/
.degradado-accion {
	background: linear-gradient(to right,  #fff, #000);
}
/** PARALLAX **/
.parallax-accion {
  position: relative;
  height: auto;
}
.parallax-accion::before {
  background: url(../img/bg-1.jpg);
  /** PARALLAX CON DEGRADADO
  background: -webkit-linear-gradient(rgba(255, 0, 0, 0.53), rgba(0, 0, 0, 0.01)), url(../img/bg-1.jpg);
  background: -o-linear-gradient(rgba(255, 0, 0, 0.53), rgba(0, 0, 0, 0.01)), url(../img/bg-1.jpg);
  background: linear-gradient(rgba(255, 0, 0, 0.53), rgba(0, 0, 0, 0.01)), url(../img/bg-1.jpg);
  **/
  content: '';
}
.parallax::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}

/** FOOTER **/
.pre-footer {
	border-top: 1px solid #eee;
}
.footer {
	border-top: 1px solid #eee;
}
/*  Whatsapp */
.boton-flotante {
    z-index: 100000;    
}
.flotante-izq {
    background-color: #15b165;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    color: #fff;
    border-radius: 40px;
    box-shadow: 2px 2px 5px #000;
}
.flotante .fa-whatsapp {
    font-size: 2.5em;
    top: 10px;
    position: relative;
}

.texto-mensaje {
  font-weight: bold;
  font-size: 1em;
}

@media screen and (min-width:992px) {

  .andamios_rosario_action {
    height: 220px;
    width: 320px;
    padding: 1em;
    margin-right: -12px;
    margin-top: -150px;
    transition: all 0.5s ease-out;
    position: fixed;
    bottom: 0;
    right: 0px;
    top: 40%;
    color: #ffffff;
    background-color: #0055a0;
    border-left: 5px solid #E91E63;
    z-index: 999; 
  }

}

@media screen and (max-width:500px) {

.andamios_rosario_action {
  position: fixed;
  bottom: 0;
  right: 0px;
  top: 40%;
  width: 200px;
  height: 45px;
  color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  background-color: #0055a0;
  border-bottom: 5px solid #E91E63;
  z-index: 999;
  margin-right: -78px;
  padding-top: 10px;
  overflow: hidden;
  transform: rotate(90deg);
  text-align: center;
}
.andamios_rosario_action:hover {
  height: 330px;
  width: 200px;
  padding-top: 18px;
  margin-right: -12px;
  margin-top: -150px;
  transition: all 0.5s ease-out;    
}

.andamios_rosario_action .andamios_rosario_action_data {
    transform: rotate(-90deg);
    margin-left: -25px;
    margin-top: 72px;
    text-align: center;
}

}



