*{
    margin: 0;
    border: 0;
    padding: 0;
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/GillSans-Bold.ttf");
}

@font-face {
  font-family: "Light";
  src: url("../fonts/GillSans-Light.ttf");
}

@font-face {
  font-family: "SemiBold";
  src: url("../fonts/GillSans-SemiBold.ttf");
}

@font-face {
  font-family: "Normal";
  src: url("../fonts/GillSans.ttf");
}


.w_600{
    width: 40%;
    margin: 0 auto;
}

.txt_1{
    font-family: "Light";
    color: #fff;
    font-size: 20px;
}

.txt_2{
    font-family: "Bold";
    color: #fff;
    font-size: 20px;
}

.text_center{
    text-align: center;
}

.s_10{
    width: 100%;
    height: 10px;
}

.s_20{
    width: 100%;
    height: 20px;
}

.s_100{
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 600px) {
    table.w_600 {
        width: 90%;
    }
    
    img.imagen_app{
        width: 90%;
    }
}

@media screen and (max-width: 414px) {
    table {
		width:100%;
    }
 
	tbody td {
		display: block;
		text-align:center;
    }
    
	tbody td:before {
		content: attr(data-th);
		display: block;
		text-align:center;
    }
	
	img.imagen_app{
        width: 45%;
		margin-top: 15px;
    }
}

.imagen_app{
    width: 80%;
}