@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chilanka&display=swap');

.first-content-felicidades {
    padding-top: 0;
}
.header-felicidades {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/fondo-greetings.jpg);
    background-size: 100%;
    background-position: top;
    background-attachment: fixed;
}
.header-felicidades h1{
    color: #fff;
    font-size: 3.3rem;
    margin:  0 0 10px 0 ;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
.header-felicidades h2{
    font-family: 'Cookie';
    font-weight: 400;
    font-size: 2.9rem;
    color: #fffa7c;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
.container-felicidades {
    margin-top: -50px;
}
.container-felicidades .card {
    display: flex;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    flex-direction: column;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
    background: rgb(64,53,7);
    background: linear-gradient(138deg, rgba(64,53,7,1) 0%, rgba(17,14,0,1) 100%);
}
.container-felicidades .card .imagen{
    height: 230px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.container-felicidades .card .mensaje{

    background-color: #fff;
    text-align: center;
    padding: 15px;
}
.container-felicidades .card.own .mensaje {
    background-color: rgb(253, 253, 239);
}
.container-felicidades .card .mensaje .msg {
    color: #454338;
    font-family: 'Chilanka';
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
    display: block;
    margin-bottom: 18px;
}
.container-felicidades .card .mensaje .autor{
    color: #45433880;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: -.3px;
    display: block;
}
.container-felicidades .card .imagen .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/overlay.png) no-repeat center, radial-gradient(circle, rgba(64,53,7,0) 0%, rgba(29, 24, 1, 0.34) 100%)  ;
    background-size: 200%;
}

.container-felicidades .card .upload {
    padding: 20px;
    text-align: center;
    background-color: #6b6b6b;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.container-felicidades h3 {
    font-family: 'Cookie';
    font-weight: 400;
    font-size: 1.8rem;
    background-image : linear-gradient(0deg, rgb(198 198 198) 0%, rgba(255,255,255,1) 50%, rgb(222 222 222) 50%, rgba(247,247,247,1) 100%);
    background-size: 100%;
    text-shadow: none;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    margin: 0 0 15px 0;
}
.form-group.imagen {
    display: flex;
    background-color: #eee;
    border-radius: 6px;
    padding: 10px;
}
.form-group.imagen .imagen{
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
}
.form-group.imagen ul {
    margin: 0;
}

.container-felicidades .greet:nth-child(4n+1) {
    clear: both;
}

.header-felicidades h2 {
    background-image : linear-gradient(0deg, rgb(198 198 198) 0%, rgba(255,255,255,1) 50%, rgb(222 222 222) 50%, rgba(247,247,247,1) 100%);
    background-size: 100%;
    text-shadow: none;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/* ################################################################################################################### */
/* ################################################################################################################### */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* ################################################################################################################### */
/* ################################################################################################################### */
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .container-felicidades .greet:nth-child(4n+1) {
        clear: none;
    }
    .container-felicidades .greet:nth-child(3n+1) {
        clear: both;
    }

}

/* ################################################################################################################### */
/* ################################################################################################################### */
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header-felicidades {
        background-size:     auto 58%;
    }
    .container-felicidades .greet:nth-child(4n+1) {
        clear: none;
    }
    .container-felicidades .greet:nth-child(3n+1) {
        clear: none;
    }
   .container-felicidades .greet:nth-child(2n+1) {
        clear: both;
    }
    .container-felicidades .card .imagen {
        height: 150px;
    }
    .container-felicidades .greet {
        padding-left: 7px;
        padding-right: 7px;
    }
    .container-felicidades .card .mensaje .msg {
        font-size: 1.4rem;
    }
    .btn {
        white-space: normal;
        line-height: 1;
        height: auto;
    }
    .container-felicidades h3 {
        font-size: 1.5rem;
    }

}

/* ################################################################################################################### */
/* ################################################################################################################### */
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* ################################################################################################################### */
/* ################################################################################################################### */
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}