*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.textos{
    margin: -27% 0%;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5); 
    width: 100%; 
    height: 250px; 
    border: 0.5px solid #555; 
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg); /**/
}
.titulo {font-size: 85px;margin-bottom:30px;margin-top:30px}
.fr{font-family: 'Monoton', cursive;color: #fff;}
.fd{font-family: 'Poppins', sans-serif;font-size:60px;color: #fff;}
.tm{font-size: 90px;}
.subtitulo {
    font-size: 52px;
    margin-bottom: 32px;
}

.slide-contenedor{
    max-width:100%;
    height:500px;
    position: relative;
    align-content: center;
    justify-content: center;  
    color: #fff;  
    overflow: hidden;
}

 .miSlider{
    display: none;
    transition: 1s;
    align-content: center;  
    color: #fff;
} 

.miSlider img{
    width: 100%;
    vertical-align: top;
    transition: 4s;  
}

.direcciones{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;align-content: center; 

}

.direcciones a{
    color: #fff;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

.direcciones a:hover{
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.barras{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom:15px;
}

.barra{
    cursor: pointer;
    height:2px;
    width: 25px;
    margin: 0 2px;
    background: #dcdde1;
    display: inline-block;
    margin-left: 3px;
}

.active{
    background-color: #052A3E;
}

.fade{
    animation-name: fade;
    animation-duration:8.5s;    
}

@keyframes fade {
    from {opacity: 1;}
    to{opacity:1;}
}


@media screen and (max-width:800px) {

.textos{
    margin: -37% 0%;
    text-align: center;
    width: 100%; 
    height: 100px; 
}
.titulo {font-size:32px;margin-bottom:5px;margin-top:5px}
.fr{font-size:25px;}
.fd{font-size:25px;}
.tm{font-size:30px;}
.subtitulo{
    font-size: 30px;
    margin-bottom: 20px;
}
.slide-contenedor{
    margin-top:20%;
    max-width:100%;
    height:250px;
}
.miSlider img{
    width: 100%;
    height:250px;
    vertical-align: top;
    transition: 4s;  
}
.direcciones{
    margin-top: -40%;
    width: 100%;
    top: 0;
}
.direcciones a{
    margin-top: 80%;
    padding: 10px;}
.barras{margin-top: -60%;}

.barra{
    height:2px;
    width: 10px;
    margin: 0 2px;
    margin-left: 3px;
}

}


.cardst{
  align-content: center;
  padding:70px 60px;
}

.col-sm-3{
  height: auto;
  position: relative;
  width: 100%;
  float: left;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;

}

@media screen and (max-width:800px){
.col-sm-3{
  height: auto;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

}

figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  height: 400px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  padding: 15px 1em 15px 1em;
}
}

figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: -0.8px;
  min-width: 320px;
  max-width:100%;
  max-height: 50%;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  height: 280px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  padding: 15px 1em 15px 1em;
}
figure.snip0016 figcaption {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 55px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 3.5px solid rgba(255, 255, 255, 0.8);
  content: 'GSRR SAC';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 10;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 h2 span {
  font-weight: 50;
}
figure.snip0016 p {
  font-weight: 10;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;color: #fff;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;color: #fff;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


