*{
	box-sizing: border-box;
	text-decoration: none;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #3c3c3b; /**gris oscuro**/
	cursor: default;
}
a{
	font-family: inherit;
	text-decoration: none;
	color: inherit;
}
span{
	font-family: sans-serif;
	font-weight: bold;
}

/* Cabecera Top*/
#container{
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
}
.wrapper{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
#header-top{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.top{
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#header-bottom{
	background-color: #0000ff; /*Azul*/
	position: fixed;
	left: 0;
	top: 37px;
	right: 0;
}
.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-dw{
	font-weight: 800;
	font-size: 4rem;
	color: #fff;
}

/**CONTACTO**/
.logo2{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #bc0a2c; /**rojo**/
}
.color{
	font-weight: 800;
	font-size: 3rem;
	color: #bc0a2c;
}
.nav{
	display: flex;
}
.nav li a{
  color: #fff;
  text-decoration: none;
  padding: 25px 25px 25px 28px;
  display: block;
  transition: all 0.4s ease-in;
}
.nav>li>a:hover{
  background-color: #bc0a2c; /**Rojo**/
  color: #fff;
}
.nav>li{
  display: flex;
  margin-left: 1px;
}
.nav li ul{
  margin-top: 62px;
  display: none;
  box-shadow: 0px 3px 15px 0px #979797;
  position: absolute;
  background: #e9e9e9;/**Gris claro**/
  width: 265px;
  border-top: 4px solid #bc0a2c;
}
.nav li ul a{
  text-align:left;
  color: #828282; /**Gris medio*//
  transition: all 0.3s linear;
}
.nav li ul a:hover{
  background: #0000ff;
  color: #e9e9e9;
}
.nav li:hover>ul{
  display: block;
}

.red{
	color: #bc0a2c;
	font-weight: 800;
}

/**CONTACTO**/

main {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 96px;
    background-color: #eee;
}
.mapa{
	padding: 0px 23px 21px 23px;
	background-color: #d5d5d5;
}
#contact{
	margin: 0 auto;
}
.sitio{
	display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}
.cliente{
	margin-left: 50px;
}

/** FOOTER **/
footer{
	  background-color: #bc0a2c;
	  color: #fff;
}
#footer-top .wrapper>div{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px 12px 0px;
	margin-bottom: 20px;
}
.logo-dw1, .logo1{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 10px;
}
.direccion>.descripcion2{
	line-height: 1.5rem;
	margin-bottom: 5px;
}
.fa-instagram, .fa-facebook-f{
	margin-top: 15px;
	font-size: 2rem;
}
h6{
	font-size: 1.5rem;
	font-weight: 800;
	margin-top: 21px;
	margin-bottom: 16px;
}
p{
	line-height: 1.5rem;
}
.filete-blanco{
	background: #fff; 
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	*.wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px){

*.wrapper{
	flex-wrap: wrap;
	max-width: 100%;
	overflow: hidden;
}
.top{
	font-size: 1rem;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.info{
	font-size: 2rem;
	    margin-bottom: -5px;
}
.top p{
	font-size: 1rem;
	line-height: 1.8rem;
}
.logo-dw {
    font-weight: 800;
    font-size: 3.2rem;
    color: #fff;
}
.logo2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    color: #bc0a2c;
}
#header-bottom {
    background-color: #0000ff;
    position: fixed;
    left: 0;
    top: 62px;
    right: 0;
}
.logo{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 31px;
}
.nav {
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    display: block;
    transition: all 0.4s ease-in;
    margin-top: 2px;
}
.nav li ul {
    margin-top: 45px;
    display: none;
    box-shadow: 0px 3px 15px 0px #979797;
    position: absolute;
    background: #ffffff;
    width: 381px;
    border-top: 4px solid #bc0a2c;
}
main {
	flex-wrap: wrap;
    padding-top: 188px;
    margin-top: 96px;
    background-color: #eee;
    margin-bottom: -35px;
}
h1 {
    font-size: 1rem;
    background-color: #bc0a2c;
    padding: 8px 13px 8px 13px;
    color: #fff;
}
h6{
    font-size: 1.1rem;
    text-align: center;
}
.mapa {
    padding: 0px 23px 21px 23px;
    background-color: #e1b5bd00;
    margin-bottom: 31px;
}
.sitio {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
footer {
    background-color: #bc0a2c;
    color: #fff;
    margin-top: 0px;
}
#footer-top .wrapper>div {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.condiciones{
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.footer-bottom {
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.cliente{
	margin-left: 0px;
    line-height: 0.2rem;
}
.mapa iframe{
    height:88%;
    width:100%;
}

