
body{
    
   background: url(../img/received_24065530fer.jpg);
    background-position:center;
    background-size: cover;
    
  
    
    background-repeat: no-repeat;
    background-attachment:fixed;
   
    width: 100%;
    height: auto;
  
    
}

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*color de fondo del logo */
div{background:;
    padding:0;
    margin: 0;
    margin-top:0;
    

}
img{
    width:20%;
    height: auto;
    margin: auto;
    display: 0; 
   
}


h2{
    text-align: center;
    font-size: 70px;    
    /*separacion*/
    margin-top: 0px; 
   // background: #D18901;
    color: #fff;
     width: 100%;
    
    
    background-position:center;
     background-attachment:inherit;
    background-repeat: no-repeat;
   
    text-shadow: 0px 0px 50px #fff;
}
h3{ text-align:center;
    font-size: 20px;   
    margin-top: 2px;
    color: #fff;
   background:#00;
    width: 100%;
    
     }
h4{
   
    margin-left:110px;
    
    
}

h5{
    text-align:center;
    font-size: 20px;
    font-family:;
    margin: 2rem auto;
    color: #fff;    
 
    width: 85%;
    
    
}
.conter-ofer img{
     display: block;
     
}
.footer{
   margin-top:120px;

  
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;

    
}
.footer img{
   height:40px;
    width:auto;
    margin-left: 100px;
    border-radius: 90%; 
   
}


.social {
    
    
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 200; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
	.social ul li .icon-facebook {background:#000;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-instagram {background: #000;}
	.social ul li .icon-microsoftoutlook {background: #000;}
	.social ul li .icon-pinterest {background: #fff;}
	.social ul li .icon-youtube {background: #000;}
 
	.social ul li a:hover {
		background:#0003cc; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}
.pro{
   
    width:100%;
    
   
    
     
    
}
.pro img {
    width: 550px; 
    height: auto;
    display: block;
   
    background-position: center
    
}



