@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.card-container::before,
.card-footer::after,
body {
    background-repeat: no-repeat;
    background-size: cover
}

.download-button a,
a {
    text-decoration: none
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center
}

.card-container,
.mail-phone,
.social-media a {
    background-color: #fff
}

.card-container::before,
.card-footer::after {
    content: "";
    position: absolute;
    left: 0;
    background-position: top
}

.main-container {
    font-family: Poppins !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.poppins-black,
.poppins-bold,
.poppins-extrabold,
.poppins-extralight,
.poppins-light,
.poppins-medium,
.poppins-regular,
.poppins-semibold,
.poppins-thin {
    font-family: Poppins, serif !important;
    font-style: normal
}

* {
    box-sizing: border-box
}

b,
h1 {
    color: #5388d9
}

.card-container {
    overflow: hidden;
    border-radius: 25px;
    text-align: center;
    width: 600px;
    height: 100%;
    position: relative;
    display: flex;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    z-index: 1
}

.foto-perfil-body,
.whatsapp-link {
    height: 220px;
    width: 220px
}

.card-container::before {
    top: 0;
    width: 100%;
    height: 250px;
    background-image: url(https://www.escuelaliving.com/external_code/tarjetaDiegoOrozco/img/frame_parte_superior.png);
    z-index: 0
}

.card-container div {
    position: relative;
    color: #122144;
    z-index: 999 !important;
    height: auto;
    align-self: start;
    padding: 10px;
    width: 100%
}

.card-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 0 40px;
    flex-wrap: wrap;
    align-items: center
}

.social-media,
.social-media a {
    justify-content: center;
    display: flex
}

.card-header img {
    width: 110px;
    height: 35px
}

.social-media {
    border: 1px solid #5388d9;
    padding: 10px;
    border-radius: 40px;
    gap: 5px
}

.social-media a {
    color: #122144;
    font-size: 24px;
    border-radius: 40px;
    width: 35px;
    height: 35px;
    transition: .5s;
    align-items: center;
    padding: 5px
}

.social-media a:hover,
.social-media-footer a:hover {
    background-color: #d4d3d3;
    transition: .5s
}

.social-media a svg {
    width: 100%
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    flex-direction: column;
    line-height: 0
}

div.card-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: -25px
}

div.card-title h1,
div.card-title h2,
div.card-title h3 {
    line-height: 130%;
    margin: 0
}

div.card-title h2 {
    font-size: 15px;
    font-weight: 600
}

.foto-perfil-body {
    transition: .5s
}

.foto-perfil-body:hover {
    height: 230px;
    width: 230px;
    transition: .5s
}

.mail-phone {
    border: 2px solid #00000010;
    width: 90%;
    margin-top: 10px;
    box-shadow: 0 0 10px #00000010;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px
}

.colored-service,
.download-button a {
    background-color: #496fb0
}

.logo-cornabis {
    width: 20%;
    height: 100%
}

.contact-card-text,
.contact-card-text p {
    width: 100%;
    display: flex;
    margin: 0 !important
}

.contact-card-text {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-content: center;
    justify-content: center
}

.memo-text,
.memo-text-mobile {
    line-height: 20px;
    margin-top: 20px;
    text-align: justify;
    width: 80%
}

.contact-card-text p {
    font-size: 18px;
    font-weight: 600 !important;
    justify-content: flex-start;
    align-items: center;
    gap: 5px
}

.memo-text-mobile {
    display: none
}

.download-button {
    margin-top: 50px;
    margin-bottom: 40px
}

.download-button a {
    padding: 12px 40px;
    color: #fff;
    border-radius: 30px;
    transition: .5s
}

.download-button a:hover {
    background-color: #628acb;
    transition: .5s
}

.card-footer {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px;
    bottom: 0;
    z-index: 1
}

.card-footer h3 {
    color: #fff !important
}

.card-footer::after {
    bottom: 0;
    width: 100%;
    height: 380px;
    background-image: url(https://www.escuelaliving.com/external_code/tarjetaDiegoOrozco/img/frame_parte_inferior.png);
    z-index: -1
}

.our-services {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    grid-auto-columns: (100px, auto);
    justify-items: center;
    align-items: center
}

.our-services section {
    border: 1px solid #496fb0;
    width: 90%;
    padding: 10px 5px;
    font-size: 10px;
    border-radius: 30px
}

.social-media-footer {
    width: 95%;
    border-top: 2px solid #496fb0;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px
}

.social-media-footer a {
    background-color: #fff;
    color: #122144;
    border-radius: 30px;
    transition: .5s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px
}

.social-media-footer svg {
    width: 100%;
    height: 100%
}

@media screen and (max-width:600px) {
    .contact-card-text p {
        font-size: 14px
    }

    .card-footer::after {
        height: 390px
    }

    .social-media a {
        width: 25px;
        height: 25px;
        font-size: 18px
    }
}

@media screen and (min-width:500px) {
    .card-body {
        margin-bottom: 40px
    }
}

@media screen and (max-width:497px) {
    .contact-card-text p {
        justify-content: center
    }

    .card-body h2 {
        line-height: 16px
    }
}

@media screen and (max-width:450px) {
    div.card-title {
        margin-top: 15px
    }

    .logo-cornabis {
        display: none
    }

    .whatsapp-link {
        height: 200px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .foto-perfil-body {
        height: 150px;
        width: 150px
    }

    .foto-perfil-body:hover {
        height: 210px;
        width: 210px;
        transition: .5s
    }

    .card-body {
        margin-top: 10px
    }

    .card-body h1 {
        font-size: 20px !important;
        line-height: 0
    }

    .card-body h2 {
        font-size: 10px !important;
        line-height: normal
    }

    .card-body h3 {
        font-size: 12px;
        line-height: 0
    }

    .memo-text {
        font-size: 10px;
        display: none
    }

    .memo-text-mobile {
        font-size: 10px;
        display: inline-block;
        line-height: 14px
    }
}

.poppins-thin,
.poppins-thin-italic {
    font-weight: 100
}

.poppins-extralight,
.poppins-extralight-italic {
    font-weight: 200
}

.poppins-light,
.poppins-light-italic {
    font-weight: 300
}

.poppins-regular,
.poppins-regular-italic {
    font-weight: 400
}

.poppins-medium,
.poppins-medium-italic {
    font-weight: 500
}

.poppins-semibold,
.poppins-semibold-italic {
    font-weight: 600
}

.poppins-bold,
.poppins-bold-italic {
    font-weight: 700
}

.poppins-extrabold,
.poppins-extrabold-italic {
    font-weight: 800
}

.poppins-black,
.poppins-black-italic {
    font-weight: 900
}

.poppins-black-italic,
.poppins-bold-italic,
.poppins-extrabold-italic,
.poppins-extralight-italic,
.poppins-light-italic,
.poppins-medium-italic,
.poppins-regular-italic,
.poppins-semibold-italic,
.poppins-thin-italic {
    font-family: Poppins, serif !important;
    font-style: italic
}