@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;600;900&display=swap');

body {
    margin: 0px;
    background: #000;
    }
    
html{
	font-family: 'Montserrat', sans-serif;

}
h1{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #808080;
	margin: 0 auto;
	font-weight: 400;
	text-transform: uppercase
}

strong{
	font-weight: 600;
	color: #fff
}
.foto {
    margin-bottom: -4px;
}

.foto img {
    width: 100%;
    height: auto;
}
.footer{
	background: #000;
    border-top: 4px solid #f02645;
}

@media(min-width:999px){
	.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
}
}
.texto {

    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;

    }

.enlaces {
    display: flex;
    width: 650px;
    justify-content: space-between;
    align-items: center;
}

.enlaces img {
    width: 25px;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.enlaces img:hover {
    opacity: 1;
}

button {
    background: grey;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 5px 10px;
    color: #000;
    border: 0px;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button:hover {
    background: #fff;
}

@media(max-width:768px){
	.texto {
    flex-direction: column;
}
.cc {
    margin-bottom: 30px;
}
.enlaces {
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.enlaces img {
    width: 50px;
    margin-bottom: 30px;
}

button{
	margin-bottom: 30px;
	font-size: 15px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

h1{
	font-size: 20px
}

.enlaces span img {
	width: 41px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
}

.enlaces span img {
    opacity: 1;
    width: 11px;
    margin-right: 4px;
}

a {
    text-decoration: none;
}

@media(min-width:769px){

.enlaces img {
    margin: 0px 5px 0px 5px;
}

button{
    margin: 0px 5px 0px 5px;
}

}

