/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.videitos{
position:relative;
top:-64px;

}
.edicion h6 a{
font-size: 20px;
font-weight:lighter;
color: gray;
}
#videosfondo{
background-color:white;
margin-top:-90px;


}


@media only screen and (max-width: 900px) {
  #imgnosotrostxt p{
   width:400px;
  }
}
@media only screen and (max-width: 900px) {
  #imgnosotrostxt h3{
   width:400px;
  }
}

@media only screen and (max-width: 900px) {
  #imgnosotrostxt h3{
   font-size:50px;
  }
}
 .todonosotros{
position:relative;
top: 89px;
color: #c1c1c6;
 }
 p{
 font-weight: 100;
 }
 
 h3{
 font-family: "Lato script=all rev=1", sans-serif;
    font-weight: 600;
    font-style: normal;
 padding-bottom:-10px;
 font-size: 80px;
 }
.fancybox-thumbs__list{
background-color: black;
}

span{
 text-shadow: 2px 2px 2px black;
}

.sectionproyectos{
margin-top:-45px;

}

 .segundafila{
 margin-top:-20px;
 }
.row .col {
 padding: 0 0.0rem; 

 }
.nosotrosp{
margin:0 auto;
text-align:justify;
padding-right:45px;
padding-left:30px;
padding-top: 40px;
}


 .side-nav li>a::before{
  background-color: #e43e6a;
 }
 
 .side-nav li>a{
 color: black;
 }
  .side-nav li>a{
 color: black;
 }
 .nosotrosp{
 text-align: justify;
 }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}



/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top:15px;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e43e6a;
  background-color: hsla(#e43e6a, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top:15px;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #e43e6a;
  border-top: 5px solid hsla(#e43e6a, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


nav{
background-color: #e43e6a; 
}
@media only screen and (max-width: 950px)
#iconito {
    visibility: visible;
    position: absolute;
    top: 0px;
}
#iconito{

position:relative;
top:-50px;
}

.sticky-nav{
position: fixed;
    top: 0;
    z-index: 9999;
}

#imgnosotrostxt p{
font-size:15px;
color:black


}
.nav.navbar.solid.dark, nav.navbar.solid{
background-color: #e43e6a; 
}

@media only screen and (max-width: 600px) {
  #imagenos{
  visibility:hidden;
  

  }
}
#proyectosfondo{
background-color: white;
}
#publicacionfondo{
background-color: #1890c2;

}
.feature p{
color: black;
}
@media only screen and (max-width: 600px) {
  #logo1{
   visibility:hidden;
  }
}
.fondocontacto{
padding-bottom:10px;
padding-top:10px;
background-color:white;
}

