
body{
  background-color:rgb(85, 85, 85) !important;
}

@media (width < 576px){
.carousel{
  height: 36vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.info{
  min-width: 430px;
  /*width: 400px;*/
  height: 200px;
  background-color: #f3d235;
  grid-column-gap: 0;
  justify-items: stretch;
  display: inline-block;
}

.imgMuestra, .Descripcion{
  height: 290px;
  width: 90%;
}

.container-lg{
  background-color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
  width: 450px !important ;
}

.linea {
  border-top: 1px solid rgb(255, 255, 255);
  
  max-width: 1200px;
  padding: 0;
}

.lineaDerecha {
  border-top: 1px solid rgb(0, 0, 0);
  width: 355px;
  height: 1px;
  padding: 0;
  /*justify-items: stretch;
  display: inline-block;*/
  margin-left: 35px;
}
.relleno {
  background-color: #f3d235;
  /*background-color: #000000;*/
  padding: 0;
  justify-items: stretch;
  display: block;
  width: 430px;
  height: 1px;
}

img.pequeña{
  width: 50px;
  height: 50px;
}
img.mediana{
  width: 125px;
  height: 125px;
  margin-top: 20px;
}
img.grande{
  width: 200px;
  height: 125px;
  margin-top: 20px;
}

img.logo{
  width: 224.5px;
  height: 100px;
}
.logo{
  position: absolute;
  width: 30%;
  height: 100px;
  z-index: 2;
}

.logo>.navbar-brand>.logo{
  background-image: url('');
}

.logos{
  display: -webkit-inline-box;
  align-self: auto;
}

.tel{
  width: 25px;
  /*padding-left: 20%;*/
  align-self: auto;
}

.icon{
  width: 28px;
  padding-left: 20%;
}

.Telefono{
  color: #FFFFFF;
  /*padding-top: 6%;*/
  border-color: #b03e3e;
  /*border: 10px;*/
  align-self: auto;
}

.top-pading{
  padding-top: 10px;
}
.boton{
  background-color: #f3d235;
  width: 200px;
  height: 60px;
  text-align: left;
}



.boton img{
  width: 25px;
  height: 35px;
}


.portafolio{
  background-color: #f3d235;
  margin-bottom: 3em;
}

.portafolio p{
  display: flex;
  justify-content: center;
  align-items:end;
  height: 40px;
}

.dudas{
  align-items:end;
  display: flex;
  height: 100px;
  /*justify-content: center;*/
}

.dudas p {
  font-weight: bold;
  font-size: 120%;
}


.nuestroTrabajo{
  align-items:top;
  display: flex;
  /*justify-content: center;*/
  color: #ffffff;
  
}

.nuestroTrabajo p{
  font-weight: bold;
  font-weight: 900;
  font-size: x-large;
}

.botonPortafolio{
  align-items:center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
}

.PortafolioBoton{
  background-color: #000000;
  width: 200px;
  height: 60px;
  text-align: left;
  color: #FFFFFF;
}
.botonPortafolio img{
  width: 25px;
  height: 35px;
}


.clientes{
  background-color: #000000;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}

.LetreroClientes{
  align-self: auto;
  width: 90%;
}

.LetreroClientes p{
  color: #e8b923;
  font-weight: bold;
  font-weight: 700;
  font-size: x-large;
  background-color: #000000;
}

.comentarios{
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 100;
  width: 90%;
  font-size: x-small;
}

.footer{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.izquierdaFooter, .derechaFooter{
  width: 100%;
  height: 140px;
  background-color:  #090815;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;

}

.direccionFooter, .HorariosFooter{
  margin-left: 5px;
  margin-right: 15x;
}

.telefonoFooter{
  color: #FFFFFF;
  display: flow;
}

.footer{
  display: inline-block;
  width: 100%
}


.ContInfo{
  display: inline;
}

.direccion{
  align-self: auto;
  color: #FFFFFF;
}

.direccion p{
  color:#f3d235;
  font-size: 90%;
}

.redesFooter{
  display: flex;
  margin-left: 10px;
  margin-bottom: 30px;
}

.contactoBotonFooter{
  margin-left: 10px;
  margin-bottom: 7px;
}

.conecta{
  margin-top: 15px;
}

.copyright{
  background-color: #000000;
  height: 20px;
  display: flex;
justify-content: center;
align-items: center;
font-size: x-small;
}

.copyright p{
  color:#FFFFFF;
}
}

@media (576px <= width < 768px){
  .carousel{
    height: 45vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .navbar-toggler{
    background-color: #FFCC00;
  }
  
  .imgMuestra, .Descripcion{
    height: 350px;
    width: 90%;
  }

  .flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
   /* gap: 1rem;
    align-items: center;
    align-content: center;*/
  }
  
  .info{
    min-width: 430px;
    /*width: 400px;*/
    height: 200px;
    background-color: #f3d235;
    grid-column-gap: 0;
    justify-items: stretch;
    display: inline-block;
  }
  
  .container-lg{
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    width: 548px !important ;
  }

  .linea {
    border-top: 1px solid rgb(255, 255, 255);
    
    max-width: 1200px;
    padding: 0;
  }

  .lineaDerecha {
    border-top: 1px solid rgb(0, 0, 0);
    width: 355px;
    height: 1px;
    padding: 0;
    /*justify-items: stretch;
    display: inline-block;*/
    margin-left: 35px;
  }
  .relleno {
    background-color: #f3d235;
    /*background-color: #000000;*/
    padding: 0;
    justify-items: stretch;
    display: block;
    width: 430px;
    height: 1px;
  }

  img.pequeña{
    width: 50px;
    height: 50px;
  }
  img.mediana{
    width: 125px;
    height: 125px;
    margin-top: 20px;
  }
  img.grande{
    width: 200px;
    height: 125px;
    margin-top: 20px;
  }

  img.logo{
    width: 274.5px;
    height: 100px;
  }
  .logo{
    position: absolute;
    width: 30%;
    height: 100px;
    z-index: 2;
  }

  .logo>.navbar-brand>.logo{
    background-image: url('');
  }

  .logos{
    display: -webkit-inline-box;
    align-self: auto;
  }

  .tel{
    width: 25px;
    /*padding-left: 20%;*/
    align-self: auto;
  }

  .icon{
    width: 28px;
    padding-left: 20%;
  }

  .Telefono{
    color: #FFFFFF;
    /*padding-top: 6%;*/
    border-color: #b03e3e;
    /*border: 10px;*/
    align-self: auto;
  }

  .top-pading{
    padding-top: 20px;
  }
  .boton{
    background-color: #f3d235;
    width: 200px;
    height: 60px;
    text-align: left;
  }

  

  .boton img{
    width: 25px;
    height: 35px;
  }
  

  .portafolio{
    background-color: #f3d235;
    margin-bottom: 3em;
  }

  .portafolio p{
    display: flex;
    justify-content: center;
    align-items:end;
    height: 40px;
  }

  .dudas{
    align-items:end;
    display: flex;
    height: 100px;
    justify-content: center;
  }

  .dudas p {
    font-weight: bold;
    font-size: 120%;
  }


  .nuestroTrabajo{
    align-items:top;
    display: flex;
    justify-content: center;
    color: #ffffff;
    
  }

  .nuestroTrabajo p{
    font-weight: bold;
    font-weight: 900;
    font-size: xx-large;
  }

  .botonPortafolio{
    align-items:center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
  }

  .PortafolioBoton{
    background-color: #000000;
    width: 200px;
    height: 60px;
    text-align: left;
    color: #FFFFFF;
  }
  .botonPortafolio img{
    width: 25px;
    height: 35px;
  }


  .clientes{
    background-color: #000000;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .LetreroClientes{
    align-self: auto;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    margin-left: 50px;
    background-color: #000000;
  }

  .comentarios{
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 100;
    font-size: x-small;
  }

  .footer{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .izquierdaFooter, .derechaFooter{
    width: 100%;
    height: 140px;
    background-color:  #090815;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;

  }

  .direccionFooter, .HorariosFooter{
    margin-left: 5px;
    margin-right: 15x;
  }

  .telefonoFooter{
    color: #FFFFFF;
    display: flow;
  }

  .footer{
    display: inline-block;
    width: 100%
  }


  .ContInfo{
    display: inline;
  }
  
  .direccion{
    align-self: auto;
    color: #FFFFFF;
  }

  .direccion p{
    color:#f3d235;
    font-size: 90%;
  }

  .redesFooter{
    display: flex;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .contactoBotonFooter{
    margin-left: 10px;
    margin-bottom: 7px;
  }

  .conecta{
    margin-top: 15px;
  }

  .copyright{
    background-color: #000000;
    height: 20px;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-small;
  }

  .copyright p{
    color:#FFFFFF;
  }
}

@media (768px <= width < 992px){
  .carousel{
    height: 65vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .navbar-toggler{
    background-color: #FFCC00;
  }
  
  .imgMuestra, .Descripcion{
    height: 450px;
  }

  .flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    top: -185px; 
    left: 0px;
    display: flex;
    flex-wrap: wrap;
   /* gap: 1rem;
    align-items: center;
    align-content: center;*/
  }
  
  .info{
    min-width: 240px;
    /*width: 400px;*/
    height: 200px;
    background-color: #f3d235;
    grid-column-gap: 0;
    justify-items: stretch;
    display: inline-block;
  }
  
  .container-lg{
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    width: 740px !important ;
  }

  .linea {
    border-top: 1px solid rgb(255, 255, 255);
    
    max-width: 1200px;
    padding: 0;
  }

  .lineaDerecha {
    border-right: 1px solid rgb(0, 0, 0);
    width: 1px;
    height: 150px;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    margin-top: 25px;
  }
  .relleno {
    background-color: #f3d235;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    width: 1px;
    height: 200px;
  }

  img.pequeña{
    width: 50px;
    height: 50px;
  }
  img.mediana{
    width: 125px;
    height: 125px;
    margin-top: 20px;
  }
  img.grande{
    width: 200px;
    height: 125px;
    margin-top: 20px;
  }

  img.logo{
    width: 355.5px;
    height: 155px;
  }
  .logo{
    position: absolute;
    width: 30%;
    height: 100px;
    z-index: 2;
  }

  .logos{
    display: -webkit-inline-box;
    align-self: auto;
  }

  .tel{
    width: 25px;
    /*padding-left: 20%;*/
    align-self: auto;
  }

  .icon{
    width: 28px;
    padding-left: 20%;
  }

  .Telefono{
    color: #FFFFFF;
    /*padding-top: 6%;*/
    border-color: #b03e3e;
    /*border: 10px;*/
    align-self: auto;
  }

  .top-pading{
    padding-top: 0%;
  }
  .boton{
    background-color: #f3d235;
    width: 200px;
    height: 60px;
    text-align: left;
  }

  

  .boton img{
    width: 25px;
    height: 35px;
  }
  

  .portafolio{
    background-color: #f3d235;
    margin-bottom: 3em;
  }

  .portafolio p{
    display: flex;
    justify-content: center;
    align-items:end;
    height: 40px;
  }

  .dudas{
    align-items:end;
    display: flex;
    height: 100px;
    justify-content: center;
  }

  .dudas p {
    font-weight: bold;
    font-size: 120%;
  }


  .nuestroTrabajo{
    align-items:top;
    display: flex;
    justify-content: center;
    color: #ffffff;
    
  }

  .nuestroTrabajo p{
    font-weight: bold;
    font-weight: 900;
    font-size: xx-large;
  }

  .botonPortafolio{
    align-items:center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
  }

  .PortafolioBoton{
    background-color: #000000;
    width: 200px;
    height: 60px;
    text-align: left;
    color: #FFFFFF;
  }
  .botonPortafolio img{
    width: 25px;
    height: 35px;
  }


  .clientes{
    background-color: #000000;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .LetreroClientes{
    align-self: auto;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    margin-left: 50px;
    background-color: #000000;
  }

  .comentarios{
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 100;
    font-size: x-small;
  }

  .footer{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .izquierdaFooter, .derechaFooter{
    width: 100%;
    height: 180px;
    background-color:  #090815;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

  }

  .direccionFooter, .HorariosFooter{
    margin-left: 20px;
    margin-right: 25px;
  }

  .telefonoFooter{
    color: #FFFFFF;
  }



  .ContInfo{
    display: inline;
  }
  
  .direccion{
    align-self: auto;
    color: #FFFFFF;
    font-size: 10px;
  }

  .direccion p{
    color:#f3d235
  }

  .redesFooter{
    display: flex;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .contactoBotonFooter{
    margin-left: 10px;
    margin-bottom: 7px;
  }

  .conecta{
    margin-top: 15px;
    font-size: 15px;
  }

  .copyright{
    background-color: #000000;
    height: 60px;
    display: flex;
  justify-content: center;
  align-items: center;
  }

  .copyright p{
    color:#FFFFFF;
  }

}

@media (992px <= width < 1200px){
  .carousel{
    height: 65vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .navbar-toggler{
    background-color: #FFCC00;
  }
  
  .imgMuestra, .Descripcion{
    height: 450px;
  }

  .flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    top: -25px; 
    left: 0px;
    display: flex;
    flex-wrap: wrap;
   /* gap: 1rem;
    align-items: center;
    align-content: center;*/
  }
  
  .info{
    min-width: 300px;
    /*width: 400px;*/
    height: 200px;
    background-color: #f3d235;
    grid-column-gap: 0;
    justify-items: stretch;
    display: inline-block;
  }
  
  .container-lg{
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    width: 970px !important ;
  }

  .linea {
    border-top: 1px solid rgb(255, 255, 255);
    
    max-width: 1200px;
    padding: 0;
  }

  .lineaDerecha {
    border-right: 1px solid rgb(0, 0, 0);
    width: 1px;
    height: 150px;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    margin-top: 25px;
  }
  .relleno {
    background-color: #f3d235;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    width: 1px;
    height: 200px;
  }

  img.pequeña{
    width: 50px;
    height: 50px;
  }
  img.mediana{
    width: 125px;
    height: 125px;
    margin-top: 20px;
  }
  img.grande{
    width: 200px;
    height: 125px;
    margin-top: 20px;
  }

  img.logo{
    width: 355.5px;
    height: 155px;
  }
  .logo{
    position: absolute;
    width: 30%;
    height: 100px;
    z-index: 2;
  }

  .logos{
    display: -webkit-inline-box;
    align-self: auto;
  }

  .tel{
    width: 25px;
    /*padding-left: 20%;*/
    align-self: auto;
  }

  .icon{
    width: 28px;
    padding-left: 20%;
  }

  .Telefono{
    color: #FFFFFF;
    /*padding-top: 6%;*/
    border-color: #b03e3e;
    /*border: 10px;*/
    align-self: auto;
  }

  .top-pading{
    padding-top: 10%;
  }
  .boton{
    background-color: #f3d235;
    width: 200px;
    height: 60px;
    text-align: left;
  }

  

  .boton img{
    width: 25px;
    height: 35px;
  }
  

  .portafolio{
    background-color: #f3d235;
    margin-bottom: 3em;
  }

  .portafolio p{
    display: flex;
    justify-content: center;
    align-items:end;
    height: 40px;
  }

  .dudas{
    align-items:end;
    display: flex;
    height: 100px;
    justify-content: center;
  }

  .dudas p {
    font-weight: bold;
    font-size: 120%;
  }


  .nuestroTrabajo{
    align-items:top;
    display: flex;
    justify-content: center;
    color: #ffffff;
    
  }

  .nuestroTrabajo p{
    font-weight: bold;
    font-weight: 900;
    font-size: xx-large;
  }

  .botonPortafolio{
    align-items:center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
  }

  .PortafolioBoton{
    background-color: #000000;
    width: 200px;
    height: 60px;
    text-align: left;
    color: #FFFFFF;
  }
  .botonPortafolio img{
    width: 25px;
    height: 35px;
  }


  .clientes{
    background-color: #000000;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .LetreroClientes{
    align-self: auto;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    margin-left: 50px;
    background-color: #000000;
  }

  .comentarios{
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 100;
    font-size: x-small;
  }

  .footer{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .izquierdaFooter, .derechaFooter{
    width: 100%;
    height: 180px;
    background-color:  #090815;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

  }

  .direccionFooter, .HorariosFooter{
    margin-left: 20px;
    margin-right: 25px;
  }

  .telefonoFooter{
    color: #FFFFFF;
  }



  .ContInfo{
    display: inline;
  }
  
  .direccion{
    align-self: auto;
    color: #FFFFFF;
  }

  .direccion p{
    color:#f3d235
  }

  .redesFooter{
    display: flex;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .contactoBotonFooter{
    margin-left: 10px;
    margin-bottom: 7px;
  }

  .conecta{
    margin-top: 15px;
  }

  .copyright{
    background-color: #000000;
    height: 60px;
    display: flex;
  justify-content: center;
  align-items: center;
  }

  .copyright p{
    color:#FFFFFF;
  }

}
/*------------------------------------------------------------------------------------------------*/
@media (width >= 1200px) {
  .carousel{
    height: 65vh;
    min-height: 200px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .navbar-toggler{
    background-color: #FFCC00;
  }
  
  .imgMuestra, .Descripcion{
    height: 450px;
  }

  .flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    top: 120px; 
    left: 0px;
    display: flex;
    flex-wrap: wrap;
   /* gap: 1rem;
    align-items: center;
    align-content: center;*/
  }
  
  .info{
    min-width: 300px;
    /*width: 400px;*/
    height: 200px;
    background-color: #f3d235;
    grid-column-gap: 0;
    justify-items: stretch;
    display: inline-block;
  }
  
  .container-lg{
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    width: 1140px !important ;
  }

  .linea {
    border-top: 1px solid rgb(255, 255, 255);
    
    max-width: 1200px;
    padding: 0;
  }

  .lineaDerecha {
    border-right: 1px solid rgb(0, 0, 0);
    width: 1px;
    height: 150px;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    margin-top: 25px;
  }
  .relleno {
    background-color: #f3d235;
    padding: 0;
    justify-items: stretch;
    display: inline-block;
    width: 1px;
    height: 200px;
  }

  img.pequeña{
    width: 50px;
    height: 50px;
  }
  img.mediana{
    width: 125px;
    height: 125px;
    margin-top: 20px;
  }
  img.grande{
    width: 200px;
    height: 125px;
    margin-top: 20px;
  }

  img.logo{
    width: 355.5px;
    height: 155px;
  }
  .logo{
    position: absolute;
    width: 30%;
    height: 100px;
    z-index: 2;
  }

  .logos{
    display: -webkit-inline-box !important;
    align-self: auto;
  }

  .tel{
    width: 25px;
    /*padding-left: 20%;*/
    align-self: auto !important;
  }

  .icon{
    width: 28px;
    padding-left: 20%;
  }

  .Telefono{
    color: #FFFFFF;
    /*padding-top: 6%;*/
    border-color: #b03e3e;
    /*border: 10px;*/
    align-self: auto;
  }

  .top-pading{
    padding-top: 20%;
  }
  .boton{
    background-color: #f3d235;
    width: 200px;
    height: 60px;
    text-align: left;
  }

  

  .boton img{
    width: 25px;
    height: 35px;
  }
  

  .portafolio{
    background-color: #f3d235;
    margin-bottom: 3em;
  }

  .portafolio p{
    display: flex;
    justify-content: center;
    align-items:end;
    height: 40px;
  }

  .dudas{
    align-items:end;
    display: flex;
    height: 100px;
    justify-content: center;
  }

  .dudas p {
    font-weight: bold;
    font-size: 120%;
  }


  .nuestroTrabajo{
    align-items:top;
    display: flex;
    justify-content: center;
    color: #ffffff;
    
  }

  .nuestroTrabajo p{
    font-weight: bold;
    font-weight: 900;
    font-size: xx-large;
  }

  .botonPortafolio{
    align-items:center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
  }

  .PortafolioBoton{
    background-color: #000000;
    width: 200px;
    height: 60px;
    text-align: left;
    color: #FFFFFF;
  }
  .botonPortafolio img{
    width: 25px;
    height: 35px;
  }


  .clientes{
    background-color: #000000;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

  }

  .LetreroClientes{
    align-self: auto;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    margin-left: 50px;
    background-color: #000000;
  }

  .comentarios{
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 100;
    font-size: x-small;
  }

  .footer{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .izquierdaFooter, .derechaFooter{
    width: 100%;
    height: 180px;
    background-color:  #090815;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

  }

  .direccionFooter, .HorariosFooter{
    margin-left: 50px;
    margin-right: 25px;
  }

  .telefonoFooter{
    color: #FFFFFF;
  }



  .ContInfo{
    display: inline;
  }
  
  .direccion{
    align-self: auto;
    color: #FFFFFF;
  }

  .direccion p{
    color:#f3d235
  }

  .redesFooter{
    display: flex;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .contactoBotonFooter{
    margin-left: 10px;
    margin-bottom: 7px;
  }

  .conecta{
    margin-top: 15px;
  }

  .copyright{
    background-color: #000000;
    height: 60px;
    display: flex;
  justify-content: center;
  align-items: center;
  }

  .copyright p{
    color:#FFFFFF;
  }
  
}
  
#link{
  width: 20px;
  height: 20px;
}
  

 

 

