html, body {width: 100%;height: 100%;margin: 0 auto;text-align: center;font-size: 16px;font-family: 'Open Sans', sans-serif;background-color:#e9eee5;}
h1 {position: absolute;left: -9999px;}
h2 {text-align:center;font-size:2em;}
.logo {width:100%;max-width: 700px;height:auto;}
.card-image {display: block;min-height: 14rem;background: #fff center center no-repeat;background-size: cover;}
.card-image > img {display: block;width: 100%;opacity: 1;}
.card-list {display: block;margin: 1rem auto;padding: 0;font-size: 0;text-align: center;list-style: none;max-width: 1100px;}
.card {display: inline-block;width: 100%;max-width: 14rem;margin: 0.8rem;font-size: 1rem;text-decoration: none;overflow: hidden;align:left;box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);transition: transform 0.1s ease-in-out, box-shadow 0.1s;color: #3f4042;padding:3px;border:solid 1px #ccc;background-color:#fff;}
.card:hover {transform: translateY(-0.5rem) scale(1.0125);box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);}
.card-description-texto1 {padding: 10px;font-size:20px;font-weight: bold;}
.logo {margin:0 auto;}
.card-info {background-color:#fff;margin: 20px auto;padding: 16px;font-size: 18px;text-align: justify;max-width: 1100px;border:1px solid #ccc;box-shadow:0 0 0 10px #fff;line-height:1.5em;color:#484b46;font-style:normal;}
.page-footer {padding: 40px;text-align:center;font-weight:300;color:#484b46;font-size:16px;}
.word1 {color: #1c6129;}
.word2 {color: #e20534;}

.facebook-share-btn {background-image: url('../icons/facebook-icon.png');background-repeat: no-repeat;display: inline-block;width: 42px;height: 42px;background-size: contain;margin-right: 10px;margin-top:20px}
.x-share-btn {background-image: url('../icons/x-icon.png');background-repeat: no-repeat;display: inline-block;width: 42px;height: 42px;background-size: contain;margin-right: 10px;}
.whatsapp-share-btn {background-image: url('../icons/whatsapp-icon.png');background-repeat: no-repeat;display: inline-block;width: 42px;height: 42px;background-size: contain;margin-right: 10px;}
.telegram-share-btn {background-image: url('../icons/telegram-icon.png');background-repeat: no-repeat;display: inline-block;width: 42px;height: 42px;background-size: contain;margin-right: 10px;}
.favorite-btn {background-image: url('../icons/favorite-icon.png');background-repeat: no-repeat;display: inline-block;width: 42px;height: 42px;background-size: contain;}
.facebook-share-btn:hover, .x-share-btn:hover, .whatsapp-share-btn:hover, .telegram-share-btn:hover, .favorite-btn:hover {opacity: 0.5;cursor: pointer;}