* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #093664 !important;
    height: 100%;
    margin-bottom: 0 !important;
}

nav {
    width: 440px;
    position: relative;
    bottom: 0;
}

.wave-wrap {
    position: relative;
    width: 100%;
    height: 32px;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 999;
    background-color: transparent;
}

.wave-wrap #wave {
    position: absolute;
    width: 150px;
    transform-origin: bottom;
    transform: scaleY(0.8);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.wave-wrap #wave .path {
    fill: #1a1a1a;
}

.list-wrap {
    display: flex;
    width: 100%;
    height: 80px;
    background: #1a1a1a;
    list-style: none;
    justify-content: space-around;
    padding: 0 20px;
    margin-bottom: 0;
}

.list-wrap li {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.list-wrap li i {
    position: relative;
    font-size: 1.5em;
    color: #a4b0be;
    z-index: 5;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.list-wrap li:before {
    content: "";
    position: absolute;
    background: #ff6809;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
    border-radius: 50%;
    z-index: 0;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 9999;
}

.list-wrap li.active {
    margin-top: -10px;
}

.list-wrap li.active i {
    color: #2f3542;
    z-index: 99999;
}

.list-wrap li.active i .black {
    display: block;
    opacity: 1;
    transition: ease-in-out .5;
}

.list-wrap li.active i .orange {
    display: none;
    opacity: 0;
    transition: ease-in-out .5;
}

.list-wrap li i .black {
    display: none;
    opacity: 0;
    transition: ease-in-out .5;
}

.list-wrap li i .orange {
    display: block;
    opacity: 1;
    transition: ease-in-out .5;
}

.list-wrap li.active:before {
    transform: scale(1);
}


/* .list-wrap li:nth-child(1):before {
    background: #537895;
}

.list-wrap li:nth-child(2):before {
    background: #ff6b81;
}

.list-wrap li:nth-child(3):before {
    background: #7bed9f;
}

.list-wrap li:nth-child(4):before {
    background: #70a1ff;
}

.list-wrap li:nth-child(5):before {
    background: #dfe4ea;
} */

.phone {
    position: absolute;
    height: 610px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    background-color: #093664;
    border: 3px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px #151515;
}

.phone .page {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 5pt;
    /* padding-top: 50px; */
    display: none;
}

.icons {
    width: 30px;
}

.img_profile {
    width: 140px;
    display: block;
    margin: auto;
    border-radius: 100%;
    background-color: #2f2f2f;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 5px #d2d4d5, 0px 3px 15px 10px rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.card {
    background-color: #093664 !important;
    border: 0px !important;
}

.card_profile {
    width: 440px;
    padding: 0 15px;
    text-align: center;
    height: 100%;
    /* background-image: url('../images/logos/logo_card.png');
        background-size: 250px;
        background-repeat: no-repeat;
        background-position-y: 100%;
        background-position-x: 50%; */
    background-color: #093664;
}

.card_whatsapp {
    width: 440px;
    padding: 0px;
    height: 100%;
}

.qr {
    width: 250px;
    display: block;
    margin-top: 20px !important;
    margin: auto;
}

.card_web {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #1e4870 #0a3663;
}

.card_mail,
.card_web {
    width: 440px;
    padding: 15px;
    height: 100%;
    background-color: #093664;
}

.card_mail p {
    color: #ddd;
}

.card_web .card-header {
    background-color: #ff6809;
    margin-bottom: 20px;
}

.card_web h4 {
    text-align: center;
    color: #fff;
}

.card_web a,
.card_web a:hover {
    text-align: center;
    color: #000;
    text-decoration: none;
}

.card_web h5 {
    margin-top: 20px;
    color: #ddd;
}

.carousel-caption {
    right: 2% !important;
    bottom: -18px !important;
    left: 2% !important;
    color: #fff !important;
}

.carousel-caption h5 {
    margin-top: 20px;
    color: #fff;
    background-color: #fa680acf;
    border-radius: 100px;
    padding: 5px 0;
}

.card_web .logo_web {
    width: 130px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 20px auto;
    display: block;
}

.logo_web {
    margin: 10px auto;
}

.logo_mail {
    margin: 10px auto;
    display: block;
    width: 150px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e08b1769 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 146, 18, 0.37) !important;
}

.btn_send_mail {
    background-color: #ff6809 !important;
    color: #fff !important;
}

.name_person {
    margin-top: 40px;
    margin-bottom: 10px;
}

.name_person h3 {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 3px 10px #5b5b5b;
    color: #ddd;
}

.name_person h3::after {
    content: '';
    width: 60%;
    height: 3px;
    background-color: #ff6809;
    display: block;
    left: 20%;
    position: relative;
    margin-top: 5px;
}

.name_person h5 {
    font-size: 15px;
    text-shadow: 0px 3px 10px #5b5b5b;
    color: #ddd;
    font-weight: 300;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.logo {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wave_bg {
    border-radius: 8px;
    position: relative;
    z-index: -1;
}

.wave-01 {
    position: absolute;
    width: 450px;
    height: 450px;
    background: linear-gradient(to top right, #fa680a, #fc7f2e);
    border-radius: 50%;
    top: 0%;
    left: 0%;
    animation: rotate 10s linear infinite;
    margin-top: -200px;
    margin-left: -20px;
}

.wave-02 {
    position: absolute;
    width: 450px;
    height: 450px;
    background: linear-gradient(to top right, #fa680a, #fc7f2e);
    border-radius: 40%;
    top: 0%;
    left: 0%;
    opacity: 0.5;
    animation: rotate 15s linear infinite;
    margin-top: -200px;
    margin-left: -20px;
}

.wave-03 {
    position: absolute;
    width: 450px;
    height: 450px;
    background: linear-gradient(to top right, #fa680a, #fc7f2e);
    border-radius: 45%;
    top: 0%;
    left: 0%;
    opacity: 0.2;
    animation: rotate 15s linear infinite;
    margin-top: -200px;
    margin-left: -20px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}


/* .description {
    text-align: justify;
    text-justify: inter-word;
} */

.description p {
    background-color: #000000c4;
    color: #fff;
    border-radius: 10px;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-family: 'quickpen';
    font-size: 26px;
    font-weight: 700;
}

.card_visible {
    display: block;
    opacity: 1;
    /* transition: ease-in-out 15s; */
    z-index: 999;
}

.card_invisible {
    display: none;
    opacity: 0;
    /* transition: ease-in-out 15s; */
    z-index: -1;
}

.social {
    display: inline-flex;
    margin: 20px auto;
}

.social li {
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
    width: 40px;
    height: 40px;
    background-color: #ff6809;
    padding: 5px;
    border-radius: 30px;
    /* border: 2px solid #000; */
}

.social li i {
    font-size: 20px;
    margin-top: 1px;
    color: #fff;
}


/********************************CARD WHATSAPP ************************/

.marvel-device .screen {
    text-align: left;
}

.screen-container {
    height: 100%;
}


/* Status Bar */


/* 
.status-bar {
  height: 25px;
  background: #004e45;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}

.status-bar:after {
  content: "";
  display: table;
  clear: both;
}

.status-bar div {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 8px;
  font-weight: 600;
} */


/* Chat */

.chat {
    height: calc(100% - 45px);
}

.chat-container {
    height: 100%;
}


/* User Bar */

.user-bar {
    height: 65px;
    background: #005e54;
    color: #fff;
    padding: 10px 17px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.user-bar:after {
    content: "";
    display: table;
    clear: both;
}

.user-bar div {
    float: left;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.user-bar .actions {
    float: right;
    margin: 0 0 0 20px;
}

.user-bar .actions.more {
    margin: 0 12px 0 32px;
}

.user-bar .actions.attachment {
    margin: 0 0 0 30px;
}

.user-bar .actions.attachment i {
    display: block;
    transform: rotate(-45deg);
}

.user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px;
}

.user-bar .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
}

.user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
}

.user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}


/* Conversation */

.conversation {
    height: calc(100% - -12px);
    position: relative;
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
    z-index: 0;
}

.conversation ::-webkit-scrollbar {
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
    background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
}

.conversation .conversation-container {
    height: calc(100% - 100px);
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
}

.conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
}


/* Messages */

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}

.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}

.metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
}

.metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
}

.metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
    margin: 16px 0 8px;
}

.message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

.message.received .metadata {
    padding: 0 0 0 16px;
}

.message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
}

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

.message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}


/* Compose */

.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
}

.conversation-compose div,
.conversation-compose input {
    background: #fff;
    height: 100%;
}

.conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px 0 0 5px;
    flex: 0 0 auto;
    margin-left: 8px;
    width: 48px;
}

.conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    outline: none;
    min-width: 50px;
}

.conversation-compose .photo {
    flex: 0 0 auto;
    border-radius: 0 0 5px 0;
    text-align: center;
    position: relative;
    width: 48px;
}

.conversation-compose .photo:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
}

.conversation-compose .photo i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
}

.conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: -2px;
}

.card_mail a,
.card_mail a:hover,
.card_mail a:focus,
.card_mail a:active {
    color: #ff6809;
    text-decoration: none;
}

.number_office_view,
.number_office_view:hover,
.number_office_view:active,
.number_office_view:focus {
    display: block;
    color: #ddd;
    text-decoration: none;
}

.number_office_none {
    display: none;
}

.avatar_view {
    display: block;
}

.avatar_none {
    display: none;
}

.btnCardContact {
    background-color: #ff6809 !important;
    color: #fff !important;
}


/* Small Screens */


/* @media (max-width: 768px) {
    .marvel-device.nexus5 {
        border-radius: 0;
        flex: none;
        padding: 0;
        max-width: none;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .marvel-device>.screen .chat {
        visibility: visible;
    }
    .marvel-device {
        visibility: hidden;
    }
    .marvel-device .status-bar {
        display: none;
    }
    .screen-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .conversation {
        height: calc(100vh - 55px);
    }
    .conversation .conversation-container {
        height: calc(100vh - 120px);
    }
} */

@media (max-width: 414px) {
    .wave-01,
    .wave-02,
    .wave-03 {
        width: 450px;
        height: 450px;
        margin-top: -195px;
        margin-left: -40px;
    }
    .phone {
        height: 100% !important;
        width: 100%;
        background-color: #093664;
        border: 3px solid rgba(0, 0, 0, 0.05);
    }
    .list-wrap li::before {
        height: 70% !important;
        width: 80% !important;
        top: 14% !important;
    }
    .list-wrap {
        margin-top: -2px !important;
    }
    .card_profile,
    .card_web,
    .card_whatsapp,
    .card_mail,
    nav {
        width: 100%;
    }
    .wave-wrap #wave {
        width: 135px;
    }
    .conversation {
        height: calc(100% - -2px);
    }
    .wave-wrap {
        height: 28px;
        background-color: transparent;
    }
    .chat {
        height: calc(100% - 40px);
    }
}


/* @media (max-width: 720px) {
        .card_profile,
        .card_web,
        .card_whatsapp,
        .card_mail,
        nav {
            width: 100%;
        }
        .phone {
            height: 700px;
        }
        .wave-01,
        .wave-02,
        .wave-03 {
            width: 380px;
            height: 380px;
            margin-top: -125px;
            margin-left: -30px;
        }
        .list-wrap li::before {
            height: 60%;
            width: 80%;
            top: 19%;
        }
        .wave-wrap #wave {
            width: 135px;
        }
        .conversation {
            height: calc(100% - -2px);
        }
        .wave-wrap {
            height: 28px;
        }
        .chat {
            height: calc(100% - 40px);
        }
    } */

@media (max-width: 375px) {
    .phone {
        height: 100% !important;
        width: 100%;
    }
}