﻿/* --- MAIN ---*/
body {
    align-items: center;
    background-color: white;
    border: 1px none;
    flex-direction: column;
    height: 100%;
}

/* --- HEADER ---*/
.smysecretHeader {
    align-items: center;
    background-color: #90D6D9;
    display: flex;
    height: 80px;
    padding: 0 90px;
}

/* --- LOGO ---*/
.logo-smysecret{
    margin-left:auto;
    margin-right:auto;
}
/* --- FOOTER ---*/
.footer-copy {
    width: 100%;
    align-items: flex-start;
    display: flex;
    height: 180px;
    justify-content: center;
    margin-top: 3%;
    background-color: #90D6D9;
}

.linksDiv {
    display: inline-block;
    width: 60%;
    padding-right: 5%;
    padding-left: 5%;
    vertical-align: middle;
}

.copyDiv {
    display: inline-block;
    width: 30%;
}

.terminos-legales-p {
    /* width: 280px;*/
    min-width: 30%;
    color: #000000;
    font-family: "Manrope";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 21px;
    margin-top: 60px;
}

.copyright-p, .mobile-copy {
    margin-top: 1.64px;
    min-height: 21px;
    color: #000000;
    font-family: "Manrope";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 60px;
}

.mobile-copy {
    display: none;
}

.link {
    color: #000000;
    font-size: 13.6px;
    text-decoration: none;
}

.footerNavUl{
    display:flex;
    flex-wrap:wrap;
    font-weight:500;
}

/* --- BODY ---*/
/* Title*/
.appointmentinfo-title {
    color: #0B518C;
    font-family: "Manrope";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 31px;
    margin-left: 1px;
    margin-top: 50px;
    min-height: 29px;
    text-align: center;
    white-space: nowrap;
}

.title-bg {
    display: inline;
    line-height: 45px;
    text-align: center;
    background-image: url(../img/bg-title-theme.svg);
    background-position: 0 50%;
    background-repeat: space no-repeat;
    color: black;
    font-family: "Manrope";
}

/* Subtitle*/
.appointmentinfo-subtitle {
    left: 13.54%;
    right: 13.54%;
    top: 9.5%;
    bottom: 85.89%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-top: 31px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
    /* or 160% */

    text-align: center;
    color: #062846;
}

.span-1 {
    color: rgba(6,40 70,1);
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 700;
}

.dividingLine {
    background-color: #99D9D9;
    height: 2px;
    margin-top: 40px;
    width: 75%;
    margin: 0 auto;
}

/* Appointment info*/
.appointmentinfo-container {
    align-items: flex-start;
    display: flex;
    gap: 5%;
    margin-top: 50px;
    width: 60%;
    margin: 0 auto;
    border: 1px solid;
}

.appointmenttInfoTxt {
    top: 344px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: #000000;
    text-align: start;
    padding-left: 10px;
    padding-top: 4px;
}

#appointmentDate {
    padding-top: 6px;
}

#appoinmentDateGroup {
    display: flex;
    justify-content: start;
}

#appoinmentHourGroup {
    display: flex;
    justify-content: center;
}

#appoinmentLocationGroup {
    display: flex;
    justify-content: end;
}

.table {
    display: table;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    border-collapse: separate;
    font-family: 'Manrope';
    font-weight: 400;
}

.table_row {
    display: table-row;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    padding-left: 10px;
    width: 5%;
}

.table_small {
    display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Mask info.*/
.mask-info {
    left: 13.54%;
    right: 13.54%;
    top: 9.5%;
    bottom: 85.89%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-top: 31px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
    /* or 160% */

    text-align: center;
    color: #062846;
}

/* ICS Button.*/
.addAppointmentCalendar {
    display: flex;
    justify-content: center;
}

#buttonStyle1 {
    background-color: #90D6D9;
    box-sizing: border-box;
    border:none;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: white;
}

#buttonStyle1:hover {
    background-color: #88BFBF;
    box-sizing: border-box;
    border: none;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: white;
}

#buttonStyle2 {
    background-color: white;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #90D6D9;
    /* border-radius: 4px;*/
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: black;
}

#buttonStyle2:hover {
    background-color: white;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #90D6D9;
    /* border-radius: 4px;*/
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #90D6D9;
}

#buttonStyle3 {
    background-color: #90D6D9;
    color: black;
    box-sizing: border-box;
    border: 2px solid #90D6D9;
    /*    border: 1px solid #0B518C;
    border-radius: 4px;*/
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
}

    #buttonStyle3:hover {
        background-color: #88BFBF;
        color: black;
        box-sizing: border-box;
        border: 2px solid #88BFBF;
        /*    border: 1px solid #0B518C;
    border-radius: 4px;*/
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 15px;
    }

#buttonStyle4 {
    background-color: #ED5637;
    color: white;
    box-sizing: border-box;
    border: 1px solid #ED5637;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}

.buttonStyle5 {
    background-color: #0B518C;
    color: white;
    box-sizing: border-box;
    border: 1px solid #0B518C;
    border-radius: 4px;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}

#buttonPideCitaStyle {
    background-color: #90D6D9;
    color: black;
    box-sizing: border-box;
    border: 2px solid #90D6D9;
    /*    border: 1px solid #0B518C;
    border-radius: 4px;*/
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
}


#buttonPideCitaStyle:hover {
    background-color: #88BFBF;
    color: black;
    box-sizing: border-box;
    border: 2px solid #88BFBF;
    /*    border: 1px solid #0B518C;
border-radius: 4px;*/
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
}

/*Clinic INFO*/

.clinicNameTxt {
    top: 344px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: black;
    text-align: start;
    margin-bottom: 10px;
}

.clinicInfoTxt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    color: #062846;
}

.clinicinfo-title {
    color: #062846;
    font-family: "Manrope";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 31px;
    margin-left: 1px;
    margin-top: 30px;
    min-height: 29px;
    text-align: center;
    white-space: nowrap;
}

#clinicinfo-container {
    display: table;
    width: 75%;
    /*    height: 275px;*/
    margin: 0 auto;
}

#clinicData {
    width: 50%;
    padding: 5px;
    float: left;
    height: 275px;
}

#clinicMap {
    width: 50%;
    float: left;
    height: 275px;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    background-color: antiquewhite;
}

#gmaps {
    width: 100%;
    height: 100%;
}
/* Video*/
#video-container {
    sdisplay: flex;
    width: 75%;
    height: 460px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #DEE2E6;
    /*    background-color: lightblue;*/
}

#video {
    width: 100%;
    height: 100%;
}

/* Appointment confirm*/
.appoinmentConfirm {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
}

/* Change appointment. */
.changeAppointment {
    display: flex;
    justify-content: center;
}

/* ---------------------------------------------------------- Responsive - Mobile ---------------------------------------------------*/
/*HEADER*/
@media screen and (max-width: 500px) {
    .smysecretHeader {
        align-items: center;
        background-color: #90D6D9;
        display: flex;
        height: 66px;
        padding: 0 30px;
    }

    /*FOOTER*/
    .link {
        float: none;
        /*display: block;*/
        text-align: left;
        color: #000000;
        font-size: 13.6px;
        text-decoration: none;
    }

/*    #separator {
        visibility: hidden;
    }*/

    .copyright-p {
        display: none;
    }

    .terminos-legales-p {
        line-height: 28px;
        margin-top: 30px;
        text-align:center;
    }

    .footer-copy {
        height: 247px;
        text-align:center;
    }

    .mobile-copy {
        display: inline;
        color: #000000;
        font-size: 13.6px;
        line-height: 10px;
    }

    .linksDiv {
        display: inline-block;
        width: 1000px;
        padding-right: 0;
        padding-left: 5%;
        vertical-align: middle;
    }

    /* -- BODY -- */
    .appointmentinfo-title {
        width: 100%;
        font-size: 28px;
        line-height: 30px;
        white-space: break-spaces;
        text-align: center;
        padding-left: 12%;
        padding-right: 12%;
    }

    .appointmentinfo-subtitle {
        left: 5.13%;
        right: 5.13%;
        top: 8%;
        bottom: 86.11%;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        color: #062846;
        padding-left: 2%;
        padding-right: 2%;
        color:black;
    }

    .dividingLine {
        background-color: #99D9D9;
        height: 2px;
        margin-top: 40px;
        width: 75%;
        margin: 0 auto;
    }

    .columns {
        width: 100%;
        padding-top: 10px;
    }

    .appointmenttInfoTxt {
        font-size: 22px;
    }

    .table {
        width: 85%;
    }

    #appoinmentLocationGroup {
        justify-content: start;
    }

    .divide1 {
        display: none;
    }

    #clinicinfo-container {
        /*display: flex;*/
        width: 90%;
        height: 210px;
    }

    #clinicData {
        width: 80%;
    }

    #clinicMap {
        width: 80%;
    }

    #video-container {
        width: 90%;
        height: 350px;
    }

    #clinicMap {
        margin-right: 20px;
    }

    .clinicinfo-title {
        margin-bottom: 10px;
    }

    .appoinmentConfirm {
        display: grid;
    }

    #buttonStyle2 {
        padding-left: 70px;
        padding-right: 70px;
        width: 100% !important;
    }

    #buttonStyle3 {
        padding-left: 70px;
        padding-right: 70px;
        width: 100% !important;
    }

    #buttonStyle4 {
        padding-left: 85px;
        padding-right: 85px;
    }

    @media screen and (max-width: 1450px) {
        #appoinmentHourGroup {
            justify-content: start;
        }

        #appoinmentLocationGroup {
            justify-content: start;
        }
    }

    @media screen and (max-width: 650px) {
        .table {
            display: block;
        }

        .table_row:nth-child(2n+3) {
            background: none;
        }

        .theader {
            display: none;
        }

        .table_row > .table_small > .table_cell:nth-child(odd) {
            display: table-cell;
            width: 50%;
        }

        .table_cell {
            display: table-cell;
            width: 50%;
        }

        .table_row {
            display: table;
            width: 100%;
            border-collapse: separate;
            padding-bottom: 20px;
            margin: 5% auto 0;
            text-align: center;
        }

        .table_small {
            display: table-row;
        }

        .mask-info {
            font-size: 16px;
            width: 85%;
        }

        .clinicinfo-title {
            width: 100%;
            font-size: 28px;
            line-height: 30px;
            white-space: break-spaces;
            text-align: center;
            padding-left: 12%;
            padding-right: 12%;
        }

        #clinicMap {
            margin-right: 20px;
        }

        #clinicData {
            width: 100%;
        }

        #clinicMap {
            width: 100%;
            height: 210px;
        }

        .clinicNameTxt {
            font-size: 20px;
        }

        #clinicinfo-container {
            /*display: flex;*/
            height: 210px;
        }

        /*    #video-container {
        width: 75%;
        height: 350px;
    }*/
    }
