@font-face {
    font-family: 'Metropolis Bold';
    src: url('../fonts/Metropolis-Bold.eot');
    src: url('../fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff'),
        url('../fonts/Metropolis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBold.eot');
    src: url('../fonts/Metropolis-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff'),
        url('../fonts/Metropolis-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
	font-family: 'Libre Baskerville', serif;
}

a{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.fbold{
	font-family: 'Metropolis Bold', 'Libre Baskerville', serif;
}

.fexbold{
	font-family: 'Metropolis Extra', 'Libre Baskerville', serif;
}

.bg{
	background-image: url('../img/bg.jpg');
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}


.box-white{
	background: #fff;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 0;
	border: 2pt solid #1fb7c7;
}

.txt1{
	color: #4d4d4d;
	font-size: 24px;
	margin-bottom:40px;
}
.list-buttons{
	margin: 0;
	padding:0;
}
.list-buttons li{
	list-style-type: none;
	margin-bottom:20px;
	
}
.link1{
	margin-left: 50px;
	display:inline-block;	
}

.link1 .word{
	background-color: #1fb7c7;
	text-decoration:none;
	font-size: 28px;
	letter-spacing: 2px;
	float:left;
	width: 200px;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.link1 .arrow{
	width:50px;
	float:left;
	margin-left: 10px;
	margin-top: 6px;
}

.link1:hover, .link1:focus, .link1:active{
	text-decoration:none;
	
}
.link1:hover  .word, .link1:focus  .word, .link1:active  .word{
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	
}
.box-logo{
	text-align:center;
	margin-bottom: 30px;
	margin-top: -150px;	
}

.logo{
	width: 250px;
}


.box-social{
	text-align:center;
	padding-top:15px;
}

.box-social a{
	font-size: 20px;
	background: #000;
	padding: 2px;
	width: 30px;
	height:30px;
	display:inline-block;
	border-radius:30px;
}

.box-social a:hover, .box-social a:focus, .box-social a:active{
	text-decoration:none;
	
}

.btn-fb:hover{
	background-color: #395693;
}

.btn-ig:hover{
	background-color: #BD299E;
}

.btn-wpp:hover{
	background-color: #24CC63;
}

.mastfoot{
width: 100%;
float: left;
text-align: center;
left: 0;	
}

.txt2{
	color: #fff;
	font-size:12px;
}

.txt2 span{
	display:inline-block;
	width: 20px;
}

.box-white-foot{
	text-align:right;
}

.carrito{
	width:120px;
	margin-right:60px;
	margin-top:30px;
	margin-bottom: -3px;
}
.aviso{
	background: #ED1C24 ;
	color: #fff;
	font-weight: 700;
	padding: 5px;
	top: 0;
	width: 100%;
	text-align:center;
	font-size: 12px;
}
@media (max-width:1450px){
	.box-logo{
	margin-top: -60px;	
	}
	.carrito{
	width: 90px;

	 margin-top: 15px;
	}
	.logo{
		width:200px;
	}
}
@media (max-width:767px){
	.box-logo{
    margin-top: 40px;		
	}
	.mastfoot{
    margin-top: 10px;		
	}
	.box-logo{
    margin-top: 40px;		
	}
	.mastfoot{
    margin-top: 10px;		
	}
}
@media  (max-width:1200px) and (max-height:400px){
	.box-logo{
    margin-top: 40px;		
	}
	.mastfoot{
    margin-top: 10px;
	position:relative;	
	}
}
@media (max-width:420px){

	
	.link1{
		margin-left: auto;
	}

}