@@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lobster');

.margen_arriba_10 {
  margin-top:10px;
}
.margen_arriba_30 {
	margin-top:30px;
	}
.margen_arriba_60 {
  margin-top:60px;
  }
.margen_abajo {
	margin-bottom: 30px;
	}
.margen_abajo_60 {
	margin-bottom: 60px;
	}
body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.blanco {
  color: white;
}
.blanco:hover {
  color: white;
}

.color_gris {
  color: #464646
}
.color_azul{
  color: #152368;
}
.color_verde {
  color: #1e7827;
}
.bolder {
  font-weight: bolder !important;
}
.cursiva {
  font-family: 'Lobster', cursive;
}
.navbar-brand {
  font-size: 3rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
.navbar-brand span {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: rgb(88, 88, 88);
  margin-left: 15px;
}
.navbar-nav {
  margin-top: 5px;
  margin-bottom:5px;
}
.logo img {
  width: 100px;
  margin-top: -13px;
}

.contenedor-fondo {
  width: 100%;
  height: 90vh;
  background-image: url(img/fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.contenedor-texto {
  padding-left: 8%;
}
.contenedor-texto h4 {
  font-size: 3rem;
}
.contenedor-texto h2 {
  font-size: 4rem;
  text-transform: uppercase;
}

.contenedor-img {
  position: absolute;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  right: 0;
}
.contenedor-img-2 {
  position: absolute;
  width: 30%;
  right: 5%;
  top:25%;

}
.contenedor-img-3 {
    position: absolute;
    width: 45%;
    right: 5%;
    margin-top: 30px;
    top:25%;
}
.contenedor-img-4 {
    position: absolute;
    width: 35%;
    right: 0;
    margin-top: 30px;
    top:25%;
}

.cotizacion {
  width: 100%;
  background-color: #464646;
}

.info_cotizacion {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
}

.info_cotizacion h3 {
  border-right: solid 2px white;
  padding-left: 20px;
  padding-right: 20px;
  height: 70px;
}

.info_cotizacion h3:last-child {
  border-right: solid 0px white;
}

.somos {
  width: 100%;
  background-image: url(img/somos-img.png);
  background-position: right center;
  background-size: 40%;
  background-repeat: no-repeat;
}

.titulos {
  text-transform: uppercase;
  font-size: 2.9rem;
}

.mejor_opcion {
  width: 100%;
  background-image: url(img/papeleria.png);
  background-position: right center;
  background-size: 40%;
  background-repeat: no-repeat;
  background-color: #152368;
}

.contenedor_fotos_home {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contenedor_mini_fotos_1 {
  width: 16.66%;
  height: auto;
  background-color: #a60100;
  position: relative;
}

.contenedor_mini_fotos_1-2 {
  width: calc(25% - 30px);
  height: 275px;
  background-color: #a60100;
  position: relative;
  margin-top:15px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}

.contenedor_mini_fotos_2 {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

.contenedor_mini_fotos_2 img {
  opacity: 1;
  width: 111%;
}
.contenedor_texto_minifotos {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 3rem;
}
.contenedor_texto_minifotos h1 {
  font-size: 2.1rem;
}
.contenedor_texto_minifotos p {
  font-size: 1.3rem;
  text-align: center;
}

.contenedor_mini_fotos_1:hover .contenedor_mini_fotos_2 img {
  opacity: .2;
}
.contenedor_mini_fotos_1:hover .contenedor_texto_minifotos {
  opacity: 1;
}

.contenedor_mini_fotos_1-2:hover .contenedor_mini_fotos_2 img {
  opacity: .2;
}
.contenedor_mini_fotos_1-2:hover .contenedor_texto_minifotos {
  opacity: 1;
}
.footer {
  width: 100%;
  display: flex;
}

.f-izq {
  width: 50%;
  background-color: #525252;
  padding: 30px;
}
.f-der {
  width: 50%;
  background-color: #292929;
  padding: 30px;
}

.fondo_rojo {
  background: #a60100 !important;
  color: white !important;
}
.fondo_azul {
  background: #152368 !important;
  color: white !important;
}

.panel-heading a{
  text-decoration: none;
}

.recuadro_rojo {
  width: 100%;
  background: #a60100 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fondo_gris {
  padding-top: 10px;
  background-color: #222222 !important;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/*
  MEDIA QUERIES
*/

/*@screen-xs dispositivos moviles*/
@media only screen and (min-width : 320px) {
  .contenedor-img {
    bottom: 50px;
  }
  .info_cotizacion {
    flex-direction: column;
  }
  .info_cotizacion h3 {
    border-right: none 0px rgba(255, 255, 255, 0);
    height: 15px;
    font-size: 2rem;
  }

  .contenedor_mini_fotos_1 {
    width: 33.33%;
    height: 100%;
    background-color: #a60100;
    position: relative;
  }
  .contenedor_texto_minifotos h1 {
    font-size: 1.3rem;
  }
  .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .somos {
    background-image: none;
  }
  .f-izq {
    width: 100%;
  }
  .f-der {
    width: 100%;
  }
  .mejor_opcion {
    background-image: none;
  }

  .contenedor_mini_fotos_1-2 {
    width: calc(50% - 10px);
    height: 100%;
    background-color: #a60100;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .contenedor-imgresponsive-4 {
    position: absolute;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    bottom: -33px;
    left: 0;
    right: 0;
  }
  .contenedor-imgresponsive-3 {
    position: absolute;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    bottom: -53px;
    left: 0;
    right: 0;
  }
  .contenedor-imgresponsive-2 {
    position: absolute;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  .contenedor-texto {
    padding-left: 2%;
  }

}


/* Small devices (tablets, up to 768px) */
@media (min-width: 768px) {
  .contenedor-img {
    bottom: 0px;
  }
  .contenedor-texto {
    padding-left: 8%;
  }
  .info_cotizacion {
    flex-direction: row;
  }
  .info_cotizacion h3 {
    border-right: solid 2px white;
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
    font-size: 2.6rem;
  }
  .contenedor_mini_fotos_1 {
    width: 16.66%;
    height: 100%;
    background-color: #a60100;
    position: relative;
  }
  .footer {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .contenedor_texto_minifotos h1 {
    font-size: 2.2rem;
  }
  .somos {
    background-image: url(img/somos-img.png);
  }
  .f-izq {
    width: 50%;
  }
  .f-der {
    width: 50%;
  }
  .mejor_opcion {
    background-image: url(img/papeleria.png);
  }
  .contenedor_mini_fotos_1-2 {
    width: calc(25% - 30px);
    height: 275px;
    background-color: #a60100;
    position: relative;
    margin-top:15px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }



}



/*@screen-md laptops */
@media only screen and (min-width : 992px) {

}


/*@screen-lg*/
@media only screen and (min-width : 1290px) {

}
