@font-face {
	font-family: 'Spinwerad';
	src:url('../fonts/spinwerad.ttf') format('truetype');
}
@font-face {
	font-family: 'Morningtype';
	src:url('../fonts/Morningtype.ttf') format('truetype');
}
@font-face {
	font-family: 'akzindez';
	src:url('../fonts/akzidenz.otf') format('truetype');
}
@font-face {
	font-family: 'goupilparis';
	src:url('../fonts/goupilparis.otf') format('truetype');
}
h1{
    font-size: 82px;
    font-family: 'akzindez';
    margin-bottom: 15px;
    color: white;
    text-shadow: #797979 1px 1px 2px;
    line-height: 60px;
}
.text-home h1 span{
    display: block;
    font-size: 72px;
    color: #f7ef1d;
}
.subTitle{
    font-weight: 600;
    font-size: 28px;
    color: white;
    line-height: 42px;
    font-family: 'goupilparis';
}
.HT{
    font-size: 28px;
    color: white;
    font-style: italic;
    font-weight: bold;
}
.hp-this{
    min-height: 580px;
    background-color: #ffffff57 !important;
}
.flex-eqh{
    display: flex;
    justify-content: space-between;
}
.flex-number{
    flex: 1;
}
.hp-this{
    min-height: 620px;
    background-color: #ffffff57 !important;
}
.opacity::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color:rgba(0, 0, 0, 0.25);
  }
.max-350{
    max-width:350px;
}
.Aligner{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
}
.anytop{
    margin-top: 0 !important;
}
.card{
    text-align: center;
    padding: 10px 5px;
}
.impar{
    background-color: #ddeaf3;
}
.par{
    background-color: #a4dbf5;
}
.card span{
    display: block;
    font-size: 32px;
    color: #e51b24;
}
.card h2{
    color: #15649c;
    font-size: 32px;
}
.card strong{
    font-size: 12px;
    color: #5e5e5e;
}
.bg-copito{
    background: #3786bf;
}
.focusText{
    display: block;
    margin-bottom: 9px;
    color: black;
    font-weight: 700;
    font-size: 12px;
}
.block_bullets-nieve{
    background-color: #f4f4f4;
    padding: 10px 5px;
    margin-bottom: 10px;
}
.block_bullets-nieve ul{
    list-style-position: inside !important;
}
.block_bullets-nieve ul li{
    list-style-type: decimal;
}
.hashtag{
    font-weight: 800;
}
.item-instagram {
    padding: 10px;
}
.item-instagram img {
    max-height: 373px;
}

@media screen and ( max-width: 1199px ){
    .item-instagram img { max-height: 302px; } 
}
@media screen and (max-width: 767px){
    h1{ 
        font-size: 4em !important;
        /* line-height: 60px; */
    }
    .text-home h1 span{
        /* display: block; */
        font-size: 1em !important;
        /* color: #f7ef1d; */
    }
}