

.media {
  display: flex;
  align-items: flex-start;
   background-color: white;
}

.media .content {
  flex: 1;
  padding: 10px;
}

.media .content {
  flex: 1;
  padding: 10px;
}

.image {
  flex: 1;


}

.box {
        display: flex;
      }

      .box > * {
        width: 200px;
      }

      .one {
        flex: 1 1 auto;
    }

    .two {
        flex: 1 0 auto;
    }

    .three {
        flex: 2 4 auto;
    }
  
  
  
  #blog h3,h4 {
    text-align: center;
	  font-family: 'Century Gothic', sans-serif;
	
}

#blog .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	background:white;
}

#blog article {
    margin: 15px;
	
}
#blog img {
    width: 100%;
    max-width: 280px;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}





	
.viewe-sixthe img {  /* texto en imagen con pasar el cursor mas pequeña */
transition: all 0.4s ease-in-out 0.5s;
}

.viewe-sixthe .maske {
background: #F4D03F;
filter: alpha(opacity=0);
opacity: 0;
transition: all 0.3s ease-in 0.5s;
}

.viewe-sixthe h2 {
filter: alpha(opacity=0);
opacity: 0;
border-bottom: 10px solid rgba(255, 111, 0);
background: transparent;
margin: 30px 40px 0px 40px;
transform: scale(10);
transition: all 0.3s ease-in-out 0.1s;
}

.viewe-sixthe p {
filter: alpha(opacity=0);
opacity: 0;
transform: scale(10);
transition: all 0.3s ease-in-out 0.2s;
}

.viewe-sixthe a.info {
filter: alpha(opacity=0);
opacity: 0;
transform: translateY(100px);
transition: all 0.3s ease-in-out 0.1s;
}

.viewe-sixthe:hover .maske {
filter: alpha(opacity=100);
opacity: 1;
transition-delay: 0s;
}

.viewe-sixthe:hover img {
transition-delay: 0s;
}

.viewe-sixthe:hover h2 {
filter: alpha(opacity=100);
opacity: 1;
transform: scale(1);
transition-delay: 0.1s;
}

.viewe-sixthe:hover p {
filter: alpha(opacity=100);
opacity: 1;
transform: scale(1);
transition-delay: 0.2s;
}

.viewe-sixthe:hover a.info {
filter: alpha(opacity=100);
opacity: 1;
transform: translateY(0px);
transition-delay: 0.3s;
}

.viewe {
width:280px;
height: 260px;
margin: 0px;
border: 0px solid #fff;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #fff no-repeat center center;

}

.viewe .maske,.viewe .content {
width: 280px;
height: 255px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}

.viewe img {
display: block;
position: relative;
box-shadow: 0 0 0 1px white,
	        0 0 0 0px,
	        0 1px 10px;

}

.viewe h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: #F4511E ;
margin: 0px 0 0 0;
}

.viewe h4 {
font-size: 16px;
padding: 1px;
}

.viewe p {
font-family: Century Gothic, serif;
font-style: ;
font-size: 15px;
position: relative;
color: black;
padding: 5px 0px 15px;
text-align: center;
}

.viewe a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: black;
text-transform: uppercase;
box-shadow: 0 0 1px #000;

}

.viewe a.info:hover {
box-shadow: 0 0 5px #000;
}


.copy {
    font-size: 15px;
	color:  black;
    
}
  
 



.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 10px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
    
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
	
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: -3px 1px 3px #D6DBDF;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
    
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
    
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
     font-family: 'Baloo Tamma', cursive;
	text-align: center;
    color: #D81B60;
	
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
	
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
	font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}



.svg-wrapper {
  color: #515A5A;
  height: 40px;
   margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  
}

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: orange;
}

.text {
  color: orange: 'century gothic';
  font-size: 35px;
  letter-spacing: 4px;
  line-height: 35px;
  position: relative;
  top: -48px;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

.svg-wrapper:hover .shape {
  -webkit-animation: 0.6s draw linear forwards;
  animation: 0.5s draw linear forwards;
}










.text-longshadow {
  
  font-size: 3rem; 
  line-height: 4rem;
  font-family: 'century gothic', Arial, sans-serif;
  user-select: none;
 
  font-weight: 900;
  text-align: center;
   text-shadow: -3px 1px 3px #FCF3CF;
 
    letter-spacing: -0.05em;
   
    font-size: 38px;
    transition: all 0.25s ease-out;

}













 img {
        max-width: 100%;
        height: auto;
        display: block;
		
      }

      .section {
        padding: 3rem 0;
      }

      .section-title {
        position: relative;
        font-size: 1.25rem;
        color: #2a3b47;
        margin: 2rem 0;
        text-align: center;
      }

      .section-title::after {
        position: absolute;
        content: "";
        width: 32px;
        height: 0.18rem;
        left: 0;
        right: 0;
        margin: auto;
        top: 2rem;
        background-color: #5361ff;
      }

      .grid {
        max-width: 1024px;
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 2rem;
        width: calc(100% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
      }

      .gallery {
        background-color: #fafaff;
      }

      .gallery__container {
        justify-items: center;
        row-gap: 2rem;
      }

      .gallery__img {
        position: relative;
        overflow: hidden;
      }

      .gallery__img img {
        border-radius: 0.5rem;
      }

      .gallery__link {
        position: absolute;
        bottom: -100%;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0.5rem;
        cursor: pointer;
        backdrop-filter: blur(10px);
        transition: 0.3s;
      }

      .gallery__img:hover .gallery__link {
        bottom: 0;
      }

      .gallery__link-name {
        color: #01128c;
      }

      @media screen and (min-width: 768px) {
        body {
          margin: 0;
        }

        .section {
          padding-top: 4rem;
        }

        .section-title {
          margin-bottom: 3rem;
        }

        .section-title::after {
          width: 64px;
          top: 3rem;
        }

        .gallery__container {
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: repeat(2, 1fr);
          column-gap: 2rem;
        }
      }

      @media screen and (min-width: 1024px) {
        .grid {
          margin-left: auto;
          margin-right: auto;
        }
      }




































































 
  /* texto en menu de materiales 
  @import url('https://fonts.googleapis.com/css?family=Roboto:700');


#container {
  color:#656463 ;
  text-transform: uppercase;
  font-size:25px;
  font-weight:bold;
  width:100%;
  bottom:55%;
  display:block;
}

#flip {
  height:25px;
  overflow:hidden;
  
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

p {
  position:fixed;
  width:100%;
  bottom:30px;
  font-size:12px;
  color:#999;
  margin-top:200px;
} */
