@import "fonts.css";

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: "AvenirNextLTPro-Regular";
    background-color: #FFFFFF;
}

header {
    background-image: url('../img/header_business.svg');
    background-size: contain;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    height: 250px;
}

.header {
    height: 215px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header__logo{
    margin-top: 75px;
    margin-left: 15px;
}

.header__logo__img {
    width: 35%;
}

.header__icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 215px;
    margin: auto;
    width: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
}

.header__icons__qr{
    width: 40px;
    margin-left: 5px;
}
.header__icons__download {
    width: 30px;
    margin-left: 10px;
}
.header__icons_share {
    width: 25px;
    margin-right: 10px;
}
.header__icons img{
    position: relative;
}
.header__icons_download {
    width: 30px;
}

.header__user__img {
    width: 170px;
    height: 170px;
    border: 6px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    background-image: url('../img/perfil/user.webp');
    box-shadow: 0px 3px 6px #00000029;
}
.above{
    width: 100%;
    height: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    padding-top: 15px;
}
.above__txt {    
    font-family: "AvenirNextLTPro-Bold";
    position: relative;
    color: #000000;
    text-align: center;
    left: 72px;
}
.above__txt .txtname {
    font-size: 20px;
    margin-bottom: 5px;
}
.above__txt .subtext {
    font-size: 15px;
    font-family: "AvenirNextLTPro-Regular";
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.menu {
    position: fixed;
    bottom: 0px;
    width: 100%;    
    height: auto;
    margin: auto; 
    z-index: 3;
}
.menu__list {
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #FFF; 
}

.menu__list li {
    list-style: none;
    margin: 0 7px;
    position: relative;
    padding-top: 10px;
}

.menu__empresa,
.menu__info,
.menu__testimonios,
.menu__ubication,
.menu__servicios {
    position: absolute;
    display: none;
    margin-top: 10px;
}
.menu__empresa {
    display: block;
    height: 45px;
}
.menu__testimonios {
    height: 25px;
    right: -15px;
}
.menu__info{
    height: 25px;
    left: -5px;
}
.empresa{
    font-size: 18px;
    background-color: #fff;
    height: 830px;
    padding-top: 25px;
    opacity: 1;
}
.empresa__title,
.testimonios__title,
.servicios__title,
.ubication__title,
.info__title_principal {
    padding: 10px 20px;
    position: relative;
    bottom: 20px;
    padding-bottom: -25px;
    margin-left: 7%;
    font-size: 24px;
}
.empresa__line,
.testimonios__subline,
.servicios__line {
    border-top: 1px solid #e2e0e0;
    width: 160px;
    margin-left: 20px;
    margin-bottom: 30px;
    display: none;
}
.empresa p {
    padding-bottom: 20px;
    margin: 0 25px;
    text-align: justify;
    line-height: 25px;
    height: 810px;
}
.empresa__icon {
    width: 20px;
    vertical-align: middle;
}

.empresa__iframe{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.servicios {
    display: none;
    padding: 0;
    padding-bottom: 30px;
    background-color: #fff;
    padding-top: 25px;
    height: 550px;
    margin: auto;
    width: 100%;
}
.servicios__items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.servicios__items p{
    width: 40%;
}
.servicios__arrow{
    position: relative;
    bottom: 5px;
    width: 20px;
    padding: 7px;
}
.square_green{
    margin-left: 5%;
    position: relative;
    display: block;
    background-color: #428C06;
    width: 17px;
    height: 15px;
    top: 10px;
}
.contacto {
    display: none;
    padding: 0;
    padding-bottom: 50px;
    background-color: #fff;
    height: 500px;
    box-shadow: 0px 3px 6px #7B7B7B29;
    padding-top: 25px;
}

.info__section {
    margin-left: 5%;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.info_section_empresa{
    background-color: #fff;
    height: 600px;
    padding-left: 5%;
    padding-bottom: 50px;

}
.info__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #3E3E3E;
}
.info__icons__emp2{
    width: 100%;
    background-color: #fff;
    position: relative;
    
}
.info__icons img {
    margin-top: 20px;
    width: 60px;
    padding: 3px;
}
.info__icons__emp img {
    width: 60px;
    padding: 3px;
    padding-bottom: 20px;
}

.info__icons__emp2 img{
    width: 45px;
    margin-top: 10px;
    margin: 0 10px;
    padding-bottom: 80px;
}
.info__icons__emp3 img{
    width: 45px;
    margin-top: 10px;
    padding: 5px;
}

.info__icons__emp3 {
    display: flex;
    display: none;
    width: 100%;
    align-content: center;
    justify-content: space-around;
}
.info__ubi{
    padding-bottom: 30px;
}

.info__ubi__title{
    font-size: 20px;
    color: #3E3E3E;
    padding-bottom: 20px;
}

.info__sections__titles{
    width: 100%;
    height: 40px;
    display: flex;
    margin-left: -5%;
    justify-content: space-around;
}

.info__sections__titles a{
    color: #3E3E3E;
    text-decoration: none;
}

.info__sub__section__title{
    display: inline;
}

.info__sub__section__line{
    position: relative;
    bottom: 30px;
    background-color: #428C06;
    height: 2px;
    width: 50px;
}
.info__sub__section__line2{
    position: relative;
    bottom: 25px;
    right: 70px;
    display: none;
    background-color: #428C06;
    height: 2px;
    width: 50px;
}
.info__sub__section__line3{
    display: none;
    background-color: #428C06;
    height: 2px;
    width: 50px;
}
.info__title__personal{
    font-weight: bold;
}
.info__title__personal2{
    display: none;
    font-weight: bold;
}

.info__title__empresa{
    position: relative;
    right: 70px;
}

.info__title__empresa2{
    display: none;
}

.info__ubi__map{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info__ubi__direct{
    max-width: 90%;
}

.info__ubi__direct p{
    line-height: 25px;
}

.testimonios {
    display: none;
    padding-bottom: 130px;
    background-color: #fff;
    padding-top: 25px;
}
.testimonios__perfil {
    text-align: center;
}
.testimonios__img1 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil1.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}
.testimonios__img2 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil2.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.testimonios__img3 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil3.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.testimonios__img4 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil4.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.testimonios__img5 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil5.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.testimonios__img6 {
    width: 70px;
    height: 70px;
    border: 6px solid #fff;
    border-radius: 90px;
    background-image: url(../img/testimonios/perfil6.webp);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.testimonios__item {
    display: flex;
}
.testimonios__nombre {
    font-weight: bold;
}
.testimonios__empresa {
    color: #1C7CDB;
}
.testimonios__perfil {
    width: 35%;
}
.testimonios__txt {
    width: 60%;
    margin-top: 20px;
    font-style: italic;
}
.testimonios__line {
    width: 160px;
    border-top: 1px solid #ccc;
    margin: 30px auto;
}

.ubication{
    display: none;
    background-color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 2;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 4;
}

.share {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 400px;
    background: #fff;
    z-index: 5;
}
.share__header {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.share__header__left {
    color: #3B3A3B;
    font-weight: bold;
    font-size: 18px;
}
.share__header__right {
    color: #1C7CDB;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.share__content {
    margin: 20px;
}
.share__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.share__item__left a,
.share__item__left a:visited {
    color: #3B3A3B;
}
.share__item__left img {
    width: 26px;
    vertical-align: middle;
    margin-right: 10px;
}
.share__item__right img {
    width: 14px;
}

.card__menu {
    display: none;
}

.hide {
    display: none;
}

.qr__box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.qr__box__img {
    width: 200px;
    border-radius: 16px;
}
.qr__box__close {
    position: absolute;
    top: -140px;
    right: -40px;
    cursor: pointer;
}

@media (device-height : 568px) and (device-width : 320px) and (-webkit-min-device-pixel-ratio: 2){

    .info__ubi__map iframe{
        width: 280px;
    }

    .info__icons{
        padding-bottom: 15px;
    }

    .header__logo{
        margin-top: 65px;
        margin-left: 5px;
    }

    .header__logo__img {
        margin-left: 5px;
    }

    .header__user__img {
        width: 160px;
        height: 160px;
    }
    .above__txt {
        left: 60px;
        bottom: 10px;
    }

}


@media screen and (min-width: 400px) {
    header{
        width: 400px;
        margin: auto;
    }
    body {
        background-color: #DDDDDD;
    }
    .menu__list li {
        margin: 0 10px;
    }
    
    .menu__list,
    .empresa,
    .above,
    .ubication,
    .contacto,
    .testimonios,
    .servicios {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .info__ubi__map {
        display: flex;
        justify-content: left;
    }

    .info__ubi__map iframe{
        width: 360px;
    }

    .above__txt {
        left: 85px;
    }

}

@media screen and (min-width: 500px) {
    .empresa {
        padding: 0;
        padding-top: 25px;
    }
    .info__icons.info__icons__emp img {
        width: 50px;
        margin-right: 10px;
    }
    .share {
        width: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
    }
    .info__ubi__map {
        display: flex;
        justify-content: center;
    }
    .info__ubi__map iframe{
        margin-left: -15px;
        width: 90%;
    }
}

@media screen and (min-width: 900px) {
    .card {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        position: relative;

    }
    .card__left {
        position: relative;
        margin-left: 10px;
        z-index: 0;
        height: 630px;
        background-color: #FFF;

    }
    .card__right {
        position: relative;
        margin-left: 10px;
    }

    .card__right__content {
        height: 630px;
        overflow-y: scroll;
        position: relative;
    }
    .header__txt{
        height: 200px;
    }
    .menu {
        display: none;
    }

    .empresa__title,
    .servicios__title,
    .testimonios__title,
    .ubication__title {
        display: block;
        margin-left: 0px;
        padding-top: 30px;
        top: -5px;
        padding-bottom: 30px;
        font-weight: bold;
        color: #3E3E3E;
    }
    .empresa__line,
    .servicios__line,
    .testimonios__subline {
        display: block;
    }

    .contacto {
        display: block;
        max-height: 305px;
        box-shadow: 0px 3px 6px #7B7B7B29;
        opacity: 1;
    }

    .info__icons{
        position: relative;
        bottom: 20px;
    }
    .info__section {
        margin-bottom: 0px;
    }

    .info__sub__section__title a:disabled{
        text-decoration: none;
    }
    .info__icons__emp{
        display: flex;
        align-items: center;
        justify-content: left;
        position: relative;
    }
    .info__ubi__title{
        color: #000000;
    }
    .info__ubi__direct{
        margin-left: 25px;
    }
    .info__title__empresa{
        display: none;
    }
    .info__title__empresa2{
        display: block;
        margin-left: 10%;
        font-weight: bold;
        position: relative;
        bottom: 40px;
    }
    .info__sub__section__line3{
        display: block;
        position: relative;
        bottom: 65px;
        margin-left: 10%;
    }

    .info__sub__section__line, 
    .info__title__personal2{
        margin-left: -30%;        
    }
    .info__title__personal{
        margin-left: -30%;
    }
    .info__icons__emp3, 
    .info__title__personal2{
        display: block;
        font-weight: bold;
    }
    .info__icons__emp3 img{
        margin-left: 5%;
    }
    .info_section_empresa{
        display: block;
        height: 10px;
    }
    .facebook__empresa{
        display: block;
    }
    .siguenos2{
        margin-left: 8%;
    }
    .info__title_principal {
        bottom: 0px;
    }
    .empresa {
        padding: 0 20px;
        height: 700px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        box-shadow: 0px 3px 6px #7B7B7B29;
        opacity: 1;
    }
    .empresa__iframe{
        justify-content: left;
        margin-left: 4.55%;
    }
    .testimonios {
        display: block;
        padding: 0 20px;
        padding-bottom: 30px;
        height: auto;
        box-shadow: 0px 3px 6px #7B7B7B29;
        opacity: 1;
    }

    .servicios {
        background-color: #fff;
        display: block;
        padding: 0 20px;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 30px;
        box-shadow: 0px 3px 6px #7B7B7B29;
        opacity: 1;
    }
    .servicios__items{
        margin: auto;
        width: 95%;
    }

    .ubication {
        display: block;
        padding: 0 20px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 30px;
        box-shadow: 0px 3px 6px #7B7B7B29;
        opacity: 1;
    }
    .phone{
        display: none;
    }
    .square_green{
        display: none;;
    }
    .info__fbk__link1{
        display: none;
    }

    .info__icons__emp2,.info__title__personal{
        display: none;
    }

    .info__ubi{
        display: none;
    }
    .info__ubi__map iframe{
        width: 335px;
    }
    ::-webkit-scrollbar {
        width: 0;
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
}

@media screen and (min-width: 1000px) {

    .servicios,
    .empresa,
    .testimonios,
    .ubication {
        width: 450px;
    }
    
}

@media screen and (min-width: 1200px) {

    .card__menu {
        display: block;
        margin-left: 10px;
    }
    .card__menu__list {
        list-style: none;
    }
    .card__menu__list li {
        margin-bottom: 10px;
    }
    .card__menu__label{
        padding-left: 3px;
        visibility: hidden;
    }
    .label__testimonios, .label__ubication{
        margin-bottom: 15px;
    }

    .info{
        padding-bottom: 0;
    }
}
