body{
  font-family: 'Questrial', sans-serif !important;
  background:fafafa !important;
  font-size: 1.5rem;
  font-weight: 500;
  color:#091520;
}
.header_parallax_ink{
    background:#383639;
    padding:180px 0px;
    color:#FFF;
    background-image: url('../images/2018/julio/header_4500_px_optimizado.jpg');
    background-repeat: no-repeat;
    background-position: left center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
button:focus {
    outline: none;
    background-color: #2ab7a9;
    border: 1px solid #2ab7a9;
}
/* Map */
.map {
    height: 350px;
    margin: 60px 0px;
}
@media(max-width:768px) {
    .map {
        height: 450px;
    }
}
.map iframe {
    pointer-events: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2001;
}
.justificado {
    text-align: justify;
}
@media only screen and (max-width: 600px) {
    .justificado {
        text-align: left;
    }
}
.text-muted {
    color: #Fe0000 !important;
    font-size: 100% !important;
    cursor: pointer;
}
.cuadro_blanco{
  background: none;
  color:#ffffff;
  padding: 25px 25px 25px 25px !important;
}
.fondo_trans{
  background-image: url('../images/transparencia_grey.png');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.text_form_rojo{
  color: #BF192F;
  background-color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*fin listaprecios*/

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 /*paquetes*/
 
.itempaquete{
    margin-bottom:50px;
}
 
 /*fin paquetes*/
.dropdown-content li > a, .dropdown-content li > span {
    color: #333 !important;
}

.collection.with-header .collection-item {
    padding-left: 25px;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 25px 25px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar i.circle {
    font-size: 26px !important;
}
.rojotexto{
  font-family: 'Yellowtail', cursive;color:#dd0519;font-size: 22px;font-weight: 300;
}
.espacio10{
  margin-top:25px !important;
}
.espaciocolumna{
  padding: 30px 30px 30px 30px !important;
}
.cuadrado{
  max-height: 350px !important;
}
.blur{
   background-color: rgba(0,0,0,0.60);
   /*border-radius: 20px;*/
}
.pre{
   background: url(../images/parallax/preloader.gif);
   background-repeat: no-repeat;	
   background-size: contain;
   background-position: center top;
}
.espacio2{
    padding: 10px 10px 10px 10px !important;
}
.espacio3{
    padding: 15px 15px 15px 15px !important;
}
.cursor1{
  cursor:pointer;
}
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #fff;
    z-index: 100;
}
#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    background: url(../images/preloader.GIF) no-repeat center 0;
    background-repeat: no-repeat;	
    background-size: contain;
    margin:-50px 0 0 -50px;
}
.fondofooter {
    background-image: url(../images/parallax/parallax_ink_footer_background.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.userView {
    background-image: url(../images/parallax/parallax_ink_footer_background.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
.rojo{
  color:#b71c1c;
}
.navfooter{
  color: #3eedde;
  font-size: 1.3rem;
  font-weight: bold;
}
.navfooter2{
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
.navfooter:hover{
  color: #fff;
}
.labelBlack{
   color: #000 !important;
   font-weight: 600 !important;
   font-size: 1.1rem !important;
}
.portafolio{
   background-color: #b21e2c;
   color: #fff;
   padding: 10px;
}
html{
   font-family: 'Raleway', sans-serif !important;
   letter-spacing: 2px !important;
}
.hideme
{
    opacity:0;
}
.btn-red{
    background-color: #db0f24;
    color: #fff;
    border: 1px solid #db0f24;
    border-radius: 4px;
    padding: 8px 25px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.toast {
    background-color: #db0f24 !important;
}
nav ul a,
nav .brand-logo {
  color: #fff;
}
#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 997;
    will-change: opacity;
}
p {
  line-height: 2rem;
}

.button-collapse {
  color: #fff;
}

.parallax-container {
  min-height: 510px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.jus_izq{
    text-align:justify;
}
.quienes_somos{
    font-size: 3rem;text-align: center;margin:10px 0px 20px 0px;
}
/*nuestros clientes*/

.textonuestrosclientes{
    text-align:center;
}
/*fin nuestros clientes*/


/* marketing */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #606060;
  z-index: 5;
}

.serviciomarketing:hover .overlay {
  opacity: .5;
}

.serviciomarketing:hover .overlay {
  opacity: .5;
}

.serviciomarketing {
  position: relative;
}

.marketing-web{
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  opacity: 1 !important;
}

.marketing-movil{
  display: none;
}
/* fin marketing */

/* Redes sociales*/
.nuestrospaquetesrrss{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  margin: 50px 0;
}

.cuadrospaquetes {
  margin-bottom: 50px;
}

.paqueterrssnegro{
  background-color: black;
  padding: 20px;
}
.paqueterrssrojo{
  background-color: #D61516;
  padding: 20px;
}

.detallerojo {
  background-color: #D61516;
  height: 10px;
}
.detallenegro {
  background-color: black;
  height: 10px;
}

.campañasEn {
  margin-top: 60px;
}

.quepublicamos {
  margin-bottom: 50px;  
}
.dot {
    height: 70px;
    width: 70px;
    background-color: #D61516;
    border-radius: 50%;
    display: inline-block;
    margin: -50px;
  }

  .dotinvisible {
    height: 70px;
    width: 70px;
    background-color: #D61516;
    border-radius: 50%;
    display: inline-block;
    margin: -50px;
    opacity: 0;
  }
/* fin de redes sociales */

@media screen and (max-width: 10000px) {
    .espacio{
      padding: 90px 140px 90px 140px !important;
    }
    .imgportafolio{
      max-height: 300px !important;
      min-height: 280px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 1800px) {
    .imgportafolio{
      max-height: 250px !important;
      min-height: 260px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 1670px) {
    .espacio{
      padding: 70px 100px 70px 100px !important;
    }
    .imgportafolio{
      max-height: 200px !important;
      min-height: 160px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 1300px) {
    .espacio{
      padding: 40px 100px 40px 100px !important;
    }
    .imgportafolio{
      max-height: 240px !important;
      min-height: 110px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 1180px) {
    .espacio{
      padding: 30px 50px 30px 50px !important;
    }
}
@media screen and (max-width: 992px) {
    .imgportafolio{
      max-height: 230px !important;
      min-height: 200px !important;
      cursor:pointer;
    }
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}
@media screen and (max-width: 850px) {
    .espacio{
      padding: 30px 30px 30px 30px !important;
    }
    .imgportafolio{
      max-height: 200px !important;
      min-height: 170px !important;
      cursor:pointer;
    }
    .header_parallax_ink{
        padding:120px 0px;
    }
}
@media screen and (max-width: 750px) {
    .imgportafolio{
      max-height: 170px !important;
      min-height: 150px !important;
      cursor:pointer;
    }
    .jus_izq{
        text-align:left;
    }
    .quienes_somos{
        font-size: 2rem;
    }
    .marketing-movil{
      display: block;
    }

    .overlay {
      display:none;
    }

    .marketing-web {
      display: none;
    }
}
@media screen and (max-width: 600px) {
    .imgportafolio{
      max-height: 260px !important;
      min-height: 260px !important;
      cursor:pointer;
    }
    .header_parallax_ink{
        padding:100px 0px;color:#FFF;
        background-image: url('../images/2018/julio/header_575_px_optimizado.jpg');
        background-attachment: scroll !important;
    }
    #index-banner .section {
        top: 0;
    }
}
@media screen and (max-width: 544px) {
    .imgportafolio{
      max-height: 220px !important;
      min-height: 170px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 460px) {
    .imgportafolio{
      max-height: 210px !important;
      min-height: 190px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 450px) {
    .espacio{
      padding: 20px 20px 20px 20px !important;
    }
}
@media screen and (max-width: 430px) {
    .imgportafolio{
      max-height: 200px !important;
      min-height: 170px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 390px) {
    .imgportafolio{
      max-height: 170px !important;
      min-height: 170px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 360px) {
    .imgportafolio{
      max-height: 160px !important;
      min-height: 130px !important;
      cursor:pointer;
    }
}
@media screen and (max-width: 290px) {
    .imgportafolio{
      max-height: 130px !important;
      min-height: 130px !important;
      cursor:pointer;
    }
}

