* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 
  background-image: url(../imgTalles/fondo.jpg);
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

  
:root{
  scroll-behavior: smooth;
  
}


/*Enlaces del Nav*/
.logo-principal {
  margin-right: auto;

}
.logo-principal .logo img {
  margin-top: 15px;
  width: 50px;
  border-radius: 100%;
}

.contenedor-nav {
  width: 100%;
  background: #337ab7;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.descripcion .indumentaria {
   color: #fff;
   display: flex;
   font-size: 15px;
   margin-left: 60px;
   position: relative;
   bottom: 40px;
}



 .contenedor-nav .enlaces a {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 20px;
  margin-right: 50px;
}

.contenedor-nav .enlaces a:hover {
  border: 2px solid rgba(255, 255, 255, .4);
}

.contenedor-nav .celular {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.contenedor-nav .celular img {
  width: 55px;
  
}
.contenedor-nav .celular .numero {
  color: #fff;
}


/*Tabla de talles*/

h2 {
  color: #c14300;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
}

.contenedor-talles {
  margin: auto;
  max-width: 1000px;
  width: 90%;
  overflow: hidden;
  padding: 60px 0;
}
.contenedor-talles p {
  font-weight: 600;
  text-align: center;
  margin: 30px 0;
}


 .tabla-talles .tabla img {
  width: 100%;
  margin: auto;
}

.tabla-talles p {
  font-size: 25px;
}







/*Mapa*/
.container-fluid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  text-align: center;
  justify-content: center;
}

.container-fluid .title {
  font-size: 20px;
  color: #5804a7;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

 .contacto .title span {
  padding: 0 15px;
  z-index: 99;
  position: relative;
  letter-spacing: 3px;
}


.contacto p {
  font-size: 20px;
  font-family: sans-serif;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}


.telefono {
  width: 100%;
  padding: 10px;
  margin: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
}

 .number {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  margin-top: 30px;
  width: 100%;
  border: 10px;
  text-decoration-line: underline;
  text-decoration-color: #030303 ;
   
  
}
.telefono img {
  background: #ccc;
  border-radius: 100px;
  background: #337ab7;
  cursor: pointer;
  }
.telefono img:hover {
  animation: icono .5s ease;
}

@keyframes icono {
  from {
    transform: rotate3d(0,0,0,0);
  }
  to {
    transform: rotate3d(0,1,0, 360deg)
  }
}


.datos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.datos .direccion {
  padding: 10px;
  margin-right: 1%;
}
.direccion h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-decoration-line: underline;
  text-decoration-color: #030303 ;
}
.datos .horario {
  padding: 10px;
  margin-right: 1%;
}
.horario h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-decoration-line: underline;
  text-decoration-color: #030303 ;
}

.domicilio {
  font-weight: 700;
  margin-top: 30px;
}
.horarios {
  font-weight: 700;
  margin-top: 30px;
}

button {
  border: none;
  background: none;
 
 
}

.flecha-arriba {
   margin-left: 80%;
   margin-bottom: auto;
  
}

.flecha-arriba img {
  width: 50px;
  background-color: #337ab7;
  padding: 5px;
}

/*===============================================*/

/*FOOTER*/
footer {
  padding: 20px;
  margin-top: 50px; 
}
.footer {
  background: #337ab7;
}
footer .redes-sociales {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

footer .redes-sociales a {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  margin: 20px;
  text-align: center;
  border-radius: 100px;
  transition: .3s ease all;
}


footer .redes-sociales .gmail {
  background: #fff;
}
footer .redes-sociales .gmail img {
  align-content: center;
  margin: 16px 1px;
  width: 70%;
  
}
footer .redes-sociales .facebook {
  background: #3b5998;
}
footer .redes-sociales .instagram {
  background: #c13584;
}
footer .redes-sociales .linkedin {
  background: rgba(0, 102, 153);
}

footer .redes-sociales a i {
  font-size: 20px;
  line-height: 60px;
}

.footer-icono:hover a {
  animation: icono .5s ease;
}


@keyframes icono {
  from {
    transform: rotate3d(0,0,0,0);
  }
  to {
    transform: rotate3d(0,1,0, 360deg)
  }
}

footer .footer-descripcion {
 /* background:   #337ab7;*/
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.logo-footer img{
  margin: 15px;
  width: 50px;
  border-radius: 100%;
}
.texto {
  letter-spacing: 3px;
  margin-top: 25px;
 
}

/*Social*/
.social {
  position: fixed;
  left: 0;
  top: 300px;
  z-index: 2000;
}
.social ul {
  list-style: none;
}
.social ul li a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 15px 18px;
  text-decoration: none;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.social ul li a:hover {
  padding: 15px 30px;
  background: #000;
}
.social .gmail {
  color: #b20000;
  
  
}
.social ul li .facebook{background: #3b5998;}
.social ul li .instagram{background: #c13584;}
.social ul li .linkedin{background: rgba(0, 102, 153);}
.social ul li .gmail{background: #fff;}












@media screen and (max-width: 800px) {

  .contenedor-nav {
    width: 100%;
  }
 
  .enlaces a{
    display: inline-block;
    justify-content: center;
    text-align: center;
    margin: 5px 15px;
  }
 .datos {
  width: 100%;
  justify-content: space-around;
}
   .datos .direccion {
    justify-content: center;
     text-align: center;
  }
  

  
}

  
@media screen and (max-width: 600px) {
  .contenedor-nav {
    display: inline-block;
    justify-content: center;
    text-align: center;
    height: auto;
    width: 100%;
  }
  .descripcion .indumentaria {
    justify-content: center;
    text-align: center;
    top: 6px;
    margin-right: 40px;
  }
  .enlaces {
    text-align: center;
    justify-content: center;
    margin-left: 40px;
    margin-top: 20px;
  }
}
  
  
  
  
  












