﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700,0,900,1,400&display=swap');

/*Generales*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    border-width: 0;
    line-height: 1.1;
    list-style: none;
    text-decoration: none;
    outline-style: none;
    font-family: 'Lato', sans-serif;
}

/*body {
    margin: 8px 0px;
}*/

a.menuOpt {
    color: #FFF;
    display: flex;
    right: 10%;
    position: relative;
}

div.body-content {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding-top: 65px;
}

.imgCont {
    position: relative;
    display: flex;
    height: 100%;
}

    .imgCont img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

div.indexPan {
    position: relative;
    display: -webkit-box;
    width: 100%;
    /* height: calc(100vh - 100px); */
    /* overflow: hidden; */
}

    div.indexPan div.indexPanUnit {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        right: 0%;
        /* overflow: auto; */
        transition: .5s;
    }

/*Layout*/

.hookHeader {
    position: fixed;
    display: flex;
    width: calc(100% - 40px);
    top: 0;
    padding: 2.5px 20px;
    height: 60px;
    background: #5A5A5A;
    /*border-bottom: 2px solid #2D6997;*/
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 600;
    transition: .5s;
    z-index: 10
    /*CAMBIOS PROVSIONALES*/
    /* position: fixed;
    display: flex;
    width: calc(100% - 40px);
    top: 0;
    padding: 2.5px 20px;
    height: 8%;
    background: #5A5A5A;
    border-bottom: 2px solid #2D6997;
    justify-content: space-between;
    color: #FFFFFF;
    font-weight: 600;
    transition: .5s;
    z-index: 10;*/
}

.hookContItem {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

    .hookContItem .imgCont {
        height: 60%;
        width: 15%;
        margin: 0px 25px;
    }

.hookContacCont {
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
    font-size: 1.7em;
}

.hookContacRedes {
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: end;
}

.hookAdressItem {
    position: relative;
    display: flex;
    width: 50%;
    justify-content: end;
    height: 90%;
    align-items: center;
    padding-right: 25px;
    border-right: 2px solid #FFFFFF;
}

.hookRedItem {
    position: relative;
    display: flex;
    width: 18%;
    justify-content: flex-end;
    align-items: center;
}

.InstagramIcon {
    padding: 5px 11px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    color: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 2em;
    margin: 10px 4px;
    height: 36px;
    align-items: center;
    /*        background: #000000;
        position: relative;
        display: flex;
        padding: 2px;
        border-radius: 50%;
        justify-content: center;
        font-size: 2em;
        color: #FFFFFF;
        height: 50px;
        align-items: center;
        width: 50px;
        margin: 0px 5px;*/
}

.FacebookIcon {
    padding: 5px 11px;
    color: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 2em;
    margin: 10px 4px;
    height: 36px;
    align-items: center;
    background-color: rgb(35, 104, 231);
    /*        background: #000000;
        position: relative;
        display: flex;
        padding: 2px;
        border-radius: 50%;
        justify-content: center;
        font-size: 2em;
        color: #FFFFFF;
        height: 50px;
        align-items: center;
        width: 50px;
        margin: 0px 5px;*/
}

.TiktokIcon {
    padding: 5px 11px;
    color: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    background: black;
    font-size: 2em;
    margin: 10px 4px;
    height: 36px;
    align-items: center;
    /*        background: #000000;
        position: relative;
        display: flex;
        padding: 2px;
        border-radius: 50%;
        justify-content: center;
        font-size: 2em;
        color: #FFFFFF;
        height: 50px;
        align-items: center;
        width: 50px;
        margin: 0px 5px;*/
}

header.header {
    position: absolute;
    display: flex;
    top: 85px;
    height: 70px;
    padding: 10px 10px;
    background: #FFFFFF;
    opacity: 0.8;
    width: 99%;
    justify-content: space-between;
    box-shadow: 0px 5px 5px rgb(150 150 150 / 50%);
    z-index: 5;
    /*CAMBIOS PROVISIONALES*/
    /*position: fixed;
    display: flex;
    top: 85px;
    height: 70px;
    padding: 10px 10px;
    background: #FFFFFF;
    opacity: 0.8;
    width: 99%;
    justify-content: space-between;
    box-shadow: 0px 5px 5px rgb(150 150 150 / 50%);
    z-index: 5;*/
}

    header.header div.headIcon {
        position: relative;
        display: block;
        height: 100%;
        cursor: pointer;
        margin: 0px 5px;
        z-index: 3;
    }

        header.header div.headIcon img {
            height: 100%;
            width: auto;
            object-fit: contain;
        }

    header.header .headMenu {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1.5em;
        margin-left: auto;
        /*CAMBIOS PROVISIONALES*/
        /*position: relative;
        display: flex;
        align-items: center;
        font-size: 1.5em;*/
    }

        header.header .headMenu .menuOpt {
            position: relative;
            display: flex;
            margin: 0px 15px;
            color: #000000;
            cursor: pointer;
            transition: .5s;
        }

            header.header .headMenu .menuOpt:hover {
                color: #36B4E4;
            }

        header.header .headMenu .srchBttn {
            position: relative;
            display: flex;
            margin: 0px 45px;
            color: #000000;
            cursor: pointer;
            transition: .5s;
        }

            header.header .headMenu .srchBttn:hover {
                color: #36B4E4;
            }

        header.header .headMenu .userBttn {
            position: relative;
            display: flex;
            margin: 0px 35px;
            color: #FFFFFF;
            background: #000000;
            font-size: 0.8em;
            cursor: pointer;
            padding: 5px 7px;
            transition: .5s;
            border-radius: 50%;
        }

            header.header .headMenu .userBttn:hover {
                background: #36B4E4;
            }

    header.header .headBttns {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1.5em;
        margin: 0px 18px;
    }

/*Index*/

.slider {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 733px;
    margin: auto;
}

.sliderHolder {
    position: relative;
    display: -webkit-inline-box;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-top: 0px;
}

    .sliderHolder .sliderUnit {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        transition: .5s;
        right: 0%;
        cursor: pointer;
    }

        .sliderHolder .sliderUnit .imgSlidHold {
            position: relative;
            display: flex;
            width: 100%;
            height: 100%;
            margin-bottom: 100px;
        }

            .sliderHolder .sliderUnit .imgSlidHold img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }

div.indexPan div.indexPanUnit .slidArrows {
    position: absolute;
    display: flex;
    width: 95%;
    bottom: 45%;
}

    div.indexPan div.indexPanUnit .slidArrows .slideSwch {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0px auto;
        justify-content: space-between;
    }

        div.indexPan div.indexPanUnit .slidArrows .slideSwch .arrwCont {
            position: relative;
            display: flex;
            font-size: 1.5em;
            cursor: pointer;
            transition: .5s;
            background: #FFFFFF;
            width: 35px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            padding: 4px 0px;
        }

.sectTittle {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

    .sectTittle .tittlCont {
        position: relative;
        display: flex;
        font-size: 2.1em;
        font-weight: 700;
        background: #36B4E4;
        color: #FFFFFF;
        padding: 15px 40px;
        border-radius: 50px;
        width: 40%;
        justify-content: center;
        margin: 35px;
    }

        .sectTittle .tittlCont.grisBack {
            background: #7F7F7F;
        }

.servCont {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px auto;
}

    .servCont .servSect {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24em, 0fr));
        position: relative;
        height: 100%;
        width: 100%;
        margin: 45px 0;
        gap: 3em 0.5em;
        justify-content: center;
        align-items: center;
    }

        .servCont .servSect .servCard {
            position: relative;
            display: flex;
            padding: 25px;
            border: 2px solid #DEDEDE;
            border-radius: 20px;
            cursor: pointer;
            height: 430px;
            flex-direction: column;
            justify-content: space-between;
            transition: .5s;
        }

            .servCont .servSect .servCard:hover {
                box-shadow: 5px 5px 10px rgb(0 0 0 / 60%);
                z-index: 3;
            }

            .servCont .servSect .servCard .servTipo {
                position: relative;
                display: flex;
                justify-content: center;
                margin: 15px auto;
                font-size: 1.6em;
                font-weight: 700;
                color: #7F7F7F;
            }

            .servCont .servSect .servCard .servImg {
                position: relative;
                display: flex;
                overflow: hidden;
                height: 170px;
                justify-content: center;
            }

                .servCont .servSect .servCard .servImg .imgCont {
                    border-radius: 90px;
                    overflow: hidden;
                }

                    .servCont .servSect .servCard .servImg .imgCont img {
                        object-fit: fill;
                    }

            .servCont .servSect .servCard .servDescrp {
                position: relative;
                display: flex;
                text-align: center;
                color: #7E7E7E;
                font-size: 1.2em;
            }

            .servCont .servSect .servCard .verBttn {
                position: relative;
                display: flex;
                width: 100%;
                justify-content: center;
                margin: 25px auto;
                font-size: 1.6em;
                color: #7E7E7E;
            }

.publiCont {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

    .publiCont .imgCont {
        margin: 0;
    }

.certCont {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px auto;
}

    .certCont .entidadCont {
        position: relative;
        display: flex;
        width: 100%;
        margin: 35px auto;
        align-items: center;
    }

.ubicInfo {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px auto;
    justify-content: center;
}

    .ubicInfo .ubiCont {
        position: relative;
        display: block;
        width: 40%;
        margin: 10px 25px;
    }

        .ubicInfo .ubiCont .sectTittle .tittlCont {
            margin: 35px auto;
            width: 100%;
        }

        .ubicInfo .ubiCont .footSecCont {
            position: relative;
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .ubicInfo .ubiCont .footSecCont .footSecMap {
                position: relative;
                display: flex;
                width: 100%;
                height: 380px;
                justify-content: center;
            }

                .ubicInfo .ubiCont .footSecCont .footSecMap iframe {
                    width: 100%;
                    height: 100%;
                }

        .ubicInfo .ubiCont .locationInfo {
            position: relative;
            display: block;
            width: 100%;
            margin: 50px auto;
        }

            .ubicInfo .ubiCont .locationInfo .ttleLabel {
                position: relative;
                display: flex;
                width: 100%;
                justify-content: center;
                font-size: 2.5em;
                font-weight: 700;
                color: #7F7F7F;
            }

            .ubicInfo .ubiCont .locationInfo .adressCont {
                position: relative;
                display: block;
                text-align: center;
                margin: 25px auto;
                font-size: 2.5em;
                color: #7F7F7F;
            }

.calendCont {
    position: relative;
    display: block;
    width: 40%;
    margin: 10px 25px;
}

.agendCont {
    position: relative;
    display: block;
    width: 100%;
}

.dateLbel {
    display: none;
}

    .dateLbel label {
        font-size: 1.3em;
        margin: 0;
        color: #36B4E4;
        font-weight: 600;
    }

.formRow {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px auto;
}

input.formInput {
    padding: 10px 25px;
    background: #E5E5E5;
    font-size: 1.5em;
    font-weight: 600;
    color: #7F7F7F;
    border-radius: 20px;
    width: 100%;
}

select.formInput {
    padding: 10px 25px;
    background: #E5E5E5;
    font-size: 1.5em;
    font-weight: 600;
    color: #7F7F7F;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
}

.calendar {
    position: relative;
    display: flex;
    width: 95%;
    padding: 15px;
    background: #E5E5E5;
    border-radius: 20px;
    margin: 15px auto;
}

.contName {
    position: relative;
    display: flex;
    font-size: 1.5em;
    justify-content: space-between;
    font-weight: 600;
    color: #7F7F7F;
    margin-left: 10px;
    cursor: pointer;
}

span.contNameIcon {
    transition: .5s;
}

.calendConteiner {
    position: relative;
    display: block;
    width: 100%;
}

    .calendConteiner .expandHora form {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 15px auto;
    }

.expandHora {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.tipoColoresAgend {
    position: relative;
    display: block;
    width: 100%;
}

.agendColors {
    position: relative;
    display: flex;
    width: 100%;
}

.colorIndex {
    position: relative;
    display: flex;
    margin: 5px;
    width: 25%;
    align-items: center;
}

    .colorIndex span {
        height: 20px;
        width: 30px;
        margin: 0px 5px;
    }

.fullCalHold {
    background: #FFFFFF;
    margin: 0px 15px;
    padding: 15px;
    border-radius: 15px;
    width: 40%;
}

.horaSelect {
    position: relative;
    display: block;
    width: 40%;
    margin: 0px 15px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 15px;
    height: fit-content;
}

.formRow .campoFlex {
    position: relative;
    display: flex;
    width: 100%;
    font-size: 1.3em;
    font-weight: 600;
    align-items: center;
}

    .formRow .campoFlex label {
        color: #7F7F7F;
    }

select.formSelect {
    padding: 5px 15px;
    background: #E5E5E5;
    font-size: 1em;
    font-weight: 600;
    color: #7F7F7F;
    border-radius: 20px;
    width: 100%;
    position: relative;
    margin: 0px 5px;
    cursor: pointer;
}

button.formBttn {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 0.9em;
    font-weight: 600;
    padding: 6px 0px;
    border-radius: 10px;
    color: #FFFFFF;
    background: #36B4E4;
    cursor: pointer;
    transition: .5s;
}

    button.formBttn:hover {
        opacity: 0.8;
    }

.footerCont {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 15px 115px;
    background: #7F7F7F;
    align-items: center;
}

    .footerCont .footerTxt {
        position: relative;
        display: block;
        color: #FFFFFF;
        font-weight: 800;
    }

        .footerCont .footerTxt label:nth-child(1) {
            font-size: 6em;
        }

        .footerCont .footerTxt label:nth-child(3) {
            font-size: 4.5em;
        }

    .footerCont .footerRedes {
        position: relative;
        display: flex;
        width: 40%;
        justify-content: center;
    }

        .footerCont .footerRedes .redesCont {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
            font-size: 2em;
            background: #DEDEDE;
            padding: 10px 20px;
            border-radius: 35px;
            color: #7F7F7F;
        }

            .footerCont .footerRedes .redesCont span.icon {
                font-size: 1em;
            }

span.icon.social {
    background: #36B4E4;
    color: #FFFFFF;
    height: 35px;
    width: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
}


/*Especialidades*/

.MedProf {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.profInfo {
    position: relative;
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin: 15px;
    justify-content: center;
}

.profImg {
    position: relative;
    display: flex;
    height: 550px;
    width: 45%;
    margin: 10px 15px;
    align-items: center;
    justify-content: center;
}

.profText {
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
    height: 80%;
    margin: auto;
}

.profTittle {
    position: relative;
    display: block;
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 600;
    color: #7E7E7E;
}

.profDescrp {
    position: relative;
    display: block;
    font-size: 1.2em;
}

.procedTypes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25em, 0fr));
    position: relative;
    height: 100%;
    width: 100%;
    margin: 45px 0;
    gap: 3em 0.5em;
    justify-content: center;
    align-items: center;
}

.procedCard {
    position: relative;
    display: block;
    width: 100%;
}

.procedTypesCont {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
}

    .procedTypesCont .procedImg {
        width: 100%;
        height: 100%;
    }

        .procedTypesCont .procedImg .imgCont {
            width: 100%;
            height: 100%;
        }

            .procedTypesCont .procedImg .imgCont img {
                object-fit: cover;
            }

.procedInfo {
    position: absolute;
    display: flex;
    width: 100%;
    height: 65px;
    margin: 0px auto;
    bottom: 10px;
}

.infoItem {
    position: relative;
    display: block;
    height: 100%;
    width: 25%;
    margin: 0px auto;
}

    .infoItem .infoImg .imgCont img {
        object-fit: contain;
    }

.infoImg {
    position: relative;
    display: flex;
    justify-content: center;
    height: 50%;
}

.infoText {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
}

    .infoText label:nth-child(1) {
        font-size: 0.8em;
        font-weight: 600;
        color: #FFFFFF;
    }

    .infoText label:nth-child(3) {
        font-size: 0.6em;
        font-weight: 500;
        color: #FFFFFF;
    }

.procedName {
    position: relative;
    display: block;
    text-align: center;
    margin: 15px auto;
    color: #7E7E7E;
    font-weight: 500;
}

    .procedName span:nth-child(1) {
        font-size: 1.1em;
    }

.tecnoSlider {
    position: relative;
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 35px auto;
}

.slickSlider {
    position: relative;
    display: -webkit-inline-box;
    vertical-align: top;
    /*overflow: hidden;*/
    height: 510px;
    width: 80%;
    margin-top: 0px;
}

.tecnoCont {
    position: relative;
    display: flex;
    height: 100%;
    transition: .5s;
    justify-content: center;
    align-items: center;
    width: 33%;
}

/*Responsive*/

@media screen and (max-width:1600px) {
    header.header {
        top: 0px;
        /*CAMBIO PROVISIONAL*/
        /*top: 65px;*/
    }

    div.body-content {
        padding-top: 0;
    }

    .slider {
        height: 700px;
    }

    .footerCont .footerRedes {
        width: 50%;
    }
}

@media screen and (max-width:1440px) {
    .slider {
        height: 640px;
    }

    .footerCont .footerTxt label:nth-child(1) {
        font-size: 4em;
    }

    .footerCont .footerTxt label:nth-child(3) {
        font-size: 2.5em;
    }

    .footerCont .footerRedes .redesCont {
        font-size: 1.9em;
    }

    span.icon.social {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width:1440px) {
    /*.ubicInfo .ubiCont {
        width: 60%;
    }*/

    .fc .fc-toolbar-title {
        font-size: 1.2em;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 0.6em;
    }

    .footerCont {
        padding: 15px 25px;
    }

        .footerCont .footerRedes .redesCont {
            font-size: 1.5em;
        }

    span.icon.social {
        height: 20px;
        width: 20px;
    }

    .sectTittle .tittlCont {
        width: 50%;
        font-size: 1.8em;
    }

    .slider {
        height: 390px;
        margin-top: 159px;
    }

    .slider {
        height: 555px;
        margin-top: 60px;
    }

    .calendConteiner .expandHora form {
        display: block;
    }

    .fullCalHold {
        margin: 15px auto;
        width: 60%;
    }

    .horaSelect {
        width: 60%;
        margin: 0px auto;
    }
}

@media screen and (max-width:1370px) {
    .slider {
        margin-top: 45px;
    }

    header.header {
        height: 50px;
    }

    .fullCalHold {
        width: 50%;
    }

    .fullCalHold {
        margin: 15px auto;
        width: 80%;
    }

    .horaSelect {
        width: 80%;
        margin: 0px auto;
    }
}

@media screen and (max-width:1024px) {
    .sectTittle {
        margin-top: 15px;
    }

    .slider {
        margin-top: 0;
        height: 520px;
    }
}

@media screen and (max-width:768px) {
    .hookContacCont {
        font-size: 1em;
    }

    .hookContacRedes {
        justify-content: space-between;
    }

    .hookRedItem {
        width: 33%;
    }

    .InstagramIcon {
        padding: 5px 9px;
        font-size: 1em;
        height: 25px;
    }

    .FacebookIcon {
        padding: 5px 10px;
        font-size: 1em;
        height: 25px;
    }

    .TiktokIcon {
        padding: 5px 10px;
        font-size: 1em;
        height: 25px;
    }

    .slider {
        margin-top: 0;
        height: 430px;
    }

    .servCont .servSect {
        grid-template-columns: repeat(auto-fit, minmax(20em, 0fr));
    }

    .sectTittle .tittlCont {
        width: 55%;
        font-size: 1.4em;
    }

    .ubicInfo .ubiCont .locationInfo .ttleLabel {
        font-size: 1.6em;
    }

    .ubicInfo .ubiCont .locationInfo .adressCont {
        font-size: 1.6em;
    }

    .footerCont .footerTxt label:nth-child(1) {
        font-size: 2.5em;
    }

    .footerCont .footerTxt label:nth-child(3) {
        font-size: 2em;
    }

    .footerCont .footerRedes {
        width: 60%;
    }

        .footerCont .footerRedes .redesCont a {
            position: relative;
            margin: 0px 3px;
        }

    .MedProf {
        display: block;
    }

    .profInfo {
        width: 95%;
        margin: 15px auto;
    }

    .ubicInfo {
        display: block;
    }

        .ubicInfo .ubiCont {
            width: 80%;
            margin: 10px auto;
        }

    .calendCont {
        width: 80%;
        margin: 10px auto;
    }
}

@media screen and (max-width:425px){
    .hookContItem {
        display: none;
    }

    .hookRedItem {
        display: none;
    }

    .hookAdressItem {
        display: none;
    }

    .sectTittle {
        margin-top: 15px;
    }

    .slider {
        display: none;
    }

    .servCont {
        margin: 60px auto;
    }

    .publiCont {
        display: none;
    }

    .sectTittle .tittlCont {
        text-align: center;
    }

    .certCont {
        display: none;
    }

    .footerCont {
        display: block;
    }

        .footerCont .footerRedes .redesCont label {
            display: none;
        }


        .footerCont .footerTxt {
            width: 50%;
            margin: 10px auto;
        }

        .footerCont .footerRedes {
            margin: 5px auto;
        }

    div.indexPan {
        margin-top: 55px;
    }

    .profInfo {
        display: block;
    }

    .profImg {
        width: 90%;
    }

    .profText {
        width: 90%;
    }

    .TecnoCont {
        display: none;
    }
}
