html {
    scroll-behavior: smooth;
}
body{
    font-family: "Montserrat-Regular";
    background-color : white;
    overflow-x:hidden !important;
    display: inline;
    
}

/*CARLOS ARGUELLO 15/10/2019*/

.font-weight-bold{
    font-family: "Montserrat-Bold";
    font-weight: bold;
    color: #5A5865;
}

.font-weight-medium{
    font-family: "Montserrat-Regular";
    font-weight: 400;
    color: #5A5865;
}
/*CARLOS ARGUELLO 15/10/2019*/


.linea-vertical{
    position: absolute;
    border-left: 2px solid white;
    top: 0;
    height:7020px;
    left: 5px;
    z-index:999;
    
}

#btn-login{
    background-color: #22a1f9;
    border-radius: 8px;
    width: 129px;
    height: 37px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    margin-top: 12px;  
}

.alert-login-error{
    position: relative;
    color: red;
    margin-top: -5px;
    font-size: 13px;
}

.title-form{
    font-size: 22px;
    font-weight: 700;
    color: #22a1f9;
}

.circle1-login{
    background-color: #8ecffc;
    border-radius: 50%;
    width: 154px;
    height: 154px;
    overflow: hidden;
    position: absolute;

    right: -45px;
    top: -50px;
}

.circle2-login{
    background-color: #8ecffc;
    height: 77px;
    width: 77px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.circle3-login{
    background-color: #8ecffc;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: -75px;
}


.circle4-login{
    background-color: #8ecffc;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -45px;
    left: 101px;
    z-index:-100;
}

/* .lock{
    position: absolute;
    right: 13%;
    top: 45%;
    transform: translateY(-50%);
    width: 15px;
} */

h2{
    /* font-size: 20px; */
    font-size:1vw;
    font-weight: 500;
    color: #5b626b;
    font-weight: bold;
}

h4{
    margin-left:15px;
    /* font-size: 15px; */
    font-size: 1vw;
    font-weight: 500;
    color: #5b626b;
}


.ancla{
    position:relative;
    transition: "all 3s";
}
h2.content1-odontolgy-sld {
    text-align: center;
}

.btn{
    
    border-radius: 34px;
    width: 248px;
    height: 69px;
    overflow: hidden;

}
button.navbar-toggler {
    position: absolute;
    top: 80%;
    display: flex;
    right: 2%;
}
input{
    border-radius: 34px !important;
}
textarea{
    border-radius: 14.5px !important;
}
#img-enmascarar{
    position: absolute;
    top: -50px;
    right:0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: -1;
}
#contact-fixed{
    position: fixed;
    bottom: 40px;
    right: 18px;

    background-image: linear-gradient(125.8deg, #2a27da 0%, #00ccff 100%);
    border-radius: 24px;
    background-image: linear-gradient(125.8deg, #2a27da 0%, #00ccff 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    /* width: 61px; */
    width: 148px;
    height: 49px;
    border:blue;
    overflow: hidden;
    z-index: 9999;
    color: white;



}

@media only screen and (max-width: 500px){
    #contact-fixed{
        width: auto;
        height: auto;
        padding: 10px 19px;
        font-size: 12px;

    }
}

#message{
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-image: linear-gradient(125.8deg, #2a27da 0%, #00ccff 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    box-shadow: 0px 0px 10px 0px rgba(33, 98, 243);
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border:blue;
    z-index: 9999;
    
}
/* .form-title{
    font-size: 18px;
} */


.chat{
    color: white;
}

#container-contacto p{
    font-weight: bold;
}

#container-contacto span{
    font-size: 11.5px;
    font-weight: 600;
    color: #8A8B8D;
}

.content-contact .contactanos{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: white;
    box-shadow: 1px 1px 10px 0px #ccc;
}

.hover-icon-form:hover{
    background-image: linear-gradient(125.8deg, #2a27da 0%, #00ccff 100%);
    border: blue;
    color: white !important;
}

.hover-icon-form:hover :nth-child(1n){

    color: white !important;
}


footer{
    font-weight: bold;
}

footer #items-footer{
    padding: 20px 0;
}
footer > #items-footer .cant-products ul li{
    padding: 2px;
}

footer ul{
    padding:15px;
}

footer  li{
    list-style:none;
    letter-spacing: .42px;
    color: white;
}
.btn-enviar{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 114px;
    height: 43px;
}
/* .input-log{
    background-color: #ffffff;
    border-radius: 8px !important;
    border: 1px solid #8f9ea1;
    width: 206px;
    height: 35px;
    overflow: hidden;
}

.input-log:focus{
    border-radius: 8px !important;
    outline: 0;
    border-color: #3490dc !important;
} */

#enviar{
    font-size: 13px !important;
    margin-left: 17px;
    color: #ffffff !important;
}

.btn-slider{
    background-color: #3b8aed;
    color:white;
    border-radius: 34px;
    width: 248px;
    height: 69px;
    overflow: hidden; 
    border:none;
}

.circle{
    position: absolute;
    right:0;
    background-color: #3b8aed;
    width: 200px;
    height: 100px;
    border-radius:0 0 100px 100px;
    overflow: hidden;
    transform: rotate(90deg);
    margin-right: -50px;
    margin-top: 200px;
}

.circle2{
    position: absolute;
    left:0;
    background-color: #8dade487;
    width: 200px;
    height: 100px;
    border-radius:0 0 100px 100px;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -50px;
    margin-top: 400px;
}

.circle3{
    position: absolute;
    left: 0;
    background-color: #a0d6e8;
    width: 60px;
    height: 40px;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -27px;
    margin-top: 415px;
    z-index: 300;
}

.circle4{
    position: absolute;
    left: 0;
    background-color: #a0d6e8;
    width: 80px;
    height: 80px;
    border-radius:50%;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -27px;
    margin-top: 500px;
    z-index: 300;
}


.circle5{
    position: absolute;
    left: 50%;
    background-color: #8dd4e4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -27px;
    /* 40037.00 */
        z-index: -1;
    margin-top: 6px;
}

.circle6{
    position: absolute;
    left: 59%;
    background-color: #a0d6e8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -27px;
    z-index: -200;
    margin-top: -65px;
}

.circle7{
    position: absolute;
    left:0;
    background-color: #8dd4e4;
    /* width: 200px; */
    width: 152px;
    height: 100px;
    border-radius:0 0 100px 100px;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -75px;
    margin-top: 700px;
}



.circle8{
    position: absolute;
    left: 4%;
    background-color: #a0d6e8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: rotate(270deg);
    margin-left: -57px;
    z-index: 300;
    margin-top: 825px;

}



.rec2{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    height: 440px;
    transform: skewY(4deg);
    margin-top: 370px;
    z-index: -12;
}

.rec3{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    height: 500px;
    transform: skewY(-4deg);
    margin-top: 406px;
    z-index: -12;
}

.header{
    
    height:73px;
    background: white;
}
.fixed{
    position:fixed;
    background: white;
    border-bottom: 1px solid white;
    z-index:9999;
}



/*
#btn-slider img{
    cursor: pointer;
}

.btn-cliente{
    border-radius: 4px;
    border: 1px solid #3b8aed;
    width: 187px;
    height: 56px;
    overflow: hidden;
    margin-right: 5px;
}
.btn-admin{
    background-color: #3b8aed;
    border-radius: 5px;
    width: 158px;
    height: 57px;
    overflow: hidden;
}
*/

#usuario{
    padding-left: 10px;
}

#clave{
    padding-left: 10px;
    padding-right: 40px;
}


.input-form:hover{
    color: #495057;
    background-color: #fff;
    border-color: #3490dc;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(52, 144, 220, 0.25);
}

.form-control:focus{
    border-color: #3490dc;
    box-shadow: 0 0 0 0.1rem rgba(52, 144, 220, 0.25) !important;
}
.btn-info:focus, .btn-info.focus, #contact-fixed {
    outline: none;
}


.btn-outline-primary:hover {
    color: #3b8aed !important;
    background-color:white !important;
    border-color:#3b8aed !important;
}

/***************************************************************************************/
.dropdown-toggle::after {
    content: none;
}

.dropdown-menu{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .6);
    width: 421px;
    height: 260px;
    overflow: hidden;
    left:-220px
}

.dropdown-menu form{
    padding: 35px;
}


/***************************************************************************************/

.btn-info{
     position:absolute;
}

.general-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* Efectos sliders */

.title1-manager{
    position: relative;
    animation-name: example;
    animation-duration: 1s;
}

@keyframes example{
    0%   {left:0px; top:10px; opacity: 0}
    100% { left:0px; top:0px; opacity: 1}
}



.content1-aesthetic-sld{
    position: relative;
    animation-name: example2;
    animation-duration: 1s;
}

@keyframes example2{
    0%   {left:-600px; top:0px;opacity:0}
    100% { left:0px; top:0px; opacity:1}
}


.img1-aestethic-sld{
    position:relative;
    animation-name: example3;
    animation-duration: 1s;
}

@keyframes example3{
    0% { right: 0px; top:0px;opacity:0}
    100% { right:0px; top:0px; opacity:1 }
}

.img2-aestethic-sld{
    position:absolute;
    width:65%;
    right:0;
    animation-name: example4;
    animation-duration: 1s;
}

@keyframes example4{
    0% { right: -600px; top:0px; opacity:0}
    100% { right:0px; top:0px; opacity:1 }
}

.content1-odontolgy-sld{
    position: relative;
    animation-name: example5;
    animation-duration: 1s;
}

@keyframes example5{
    0% { right: -600px; top:0px;opacity:0}
    100% { right:0px; top:0px; opacity:1 }
}

.img1-odontology-sld{
   animation-name: example6;
   animation-duration: 1s;
}


@keyframes example6{
    0% { left: -300px; top:-30px;opacity:0}
    100% { left:0px; top:-30px; opacity:1 }
}


.content1-managerdoor-sld , .img1-managerdoor-sld{
    position:relative;
    animation-name: example7;
    animation-duration: 1s;
}
.img1-managerdoor-sld {
    position: absolute;
    width: 90%;/*Req40042*/
    right: 0;
}

@keyframes example7{
    0%   {top:10px; opacity: 0}
    100% {top:0px; opacity: 1}
}

.content1-puntoe-sld{
    position:relative;
    animation-name: example8;
    animation-duration: 1s;
}

@keyframes example8{
    0%   {left:-600px; top:0px;opacity:0}
    100% { left:0px; top:0px; opacity:1}
}

.img1-puntoe-sld{
    position:absolute;
    width: 80%;
    right: 0;
    animation-name: example9;
    animation-duration: 1s;
}

@keyframes example9{
    0%   {right:-600px; top:0px;opacity:0}
    100% { right:0px; top:0px; opacity:1}
}

.content1-managerplus-sld{
    position:relative;
    animation-name: example10;
    animation-duration: 1s;
}

@keyframes example10{
    0%   {right:-600px; top:0px;opacity:0}
    100% {right:0px; top:0px; opacity:1}
}

.img1-managerplus-sld{
    position:relative;
    animation-name: example11;
    animation-duration: 1s;
}

@keyframes example11{
    0%   {left:-600px; top:0px;opacity:0}
    100% {left:0px; top:0px; opacity:1}
}



@media (min-width: 1401px){
    
    .logo_manager_clinic{
        width:18%;
    }


}

@media (max-width:1600px){
    .linea-vertical{
        position: absolute;
        border-left: 2px solid white;
        top: 0;
        height:6780px;
        left: 5px;
        z-index:999;
        
    }
}


@media (max-width: 1400px) {
   

    .nav-link {
        font-size: 10px !important;
       
    }

    .navbar-nav li{
        margin-right: 10px;
    }

    #btn-slider{
        position: absolute;
        top: 550px;
        left: 50%;
        transform: translate(-50%);
    }
    .circle7 {
        position: absolute;
        left: 0;
        background-color: #8dd4e4;
        width: 200px;
        height: 100px;
        border-radius: 0 0 100px 100px;
        overflow: hidden;
        transform: rotate(270deg);
        margin-left: -50px;
        margin-top: 470px;
    }
    .circle8 {
        position: absolute;
        left: 4%;
        background-color: #a0d6e8;
        border-radius: 50%;
        width: 71px;
        height: 71px;
        overflow: hidden;
        transform: rotate(270deg);
        margin-left: -27px;
        z-index: 300;
        margin-top: 620px;
    }
  
    
    .btn-cliente, .btn-admin{
        width: 125px !important;
        height: 40px !important;
        font-size: 9px !important;
    }


     .rec2 {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #f6f6f6;
        height: 440px;
        transform: skewY(4deg);
        margin-top: 565px;
        z-index: -12;
    }

    .rec3 {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #f6f6f6;
        height: 480px;
        transform: skewY(-4deg);
        margin-top: 800px;
        z-index: -12;
    }

}



@media only screen and (max-width: 100px){
    .circle7{
        width: 100px;
    }
}




/*REQ #40314: RESPONSIVE DE LA PAGINA INICIO*/



/*CONTENEDOR DE INFORMACION*/
.content-products{
    padding: 5%;
}

@media (max-width: 1000px){
    .content-products{
        padding: 5% 10%;
    }

    .btn{
        height: 55px;
        border: none;
    }

    /* div[class^="circle"]{
        display: none !important;
    } */
}

/*FIN CONTENEDOR DE INFORMACION*/



/*INICIO INFO PRODUCTOS*/
.item-information:not(:first-child){
    margin-top: 130px;
}
.item-information{
    position: relative;
    white-space: pre-line; 
    height: 662px;
    grid-row-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.item-information ul{
    margin: 20px 0;
}

#manager{
    margin-top: 0 !important;
}

.item-information:first-child{ margin-top: 0 !important; background: red; }

#manager, #manager-door, #plus{ grid-template-areas: "ilustration logo" "ilustration description"; }

#aesthetic, #odontology, #puntoe{ grid-template-areas: "logo ilustration" "description ilustration"; }

.item-information .ilustration{
    grid-area: ilustration;
}

.item-information .description{
    grid-area: description;
    display: flex;
    flex-direction: column;
}


.rec1{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
    height: 450px;
    transform: skewY(4deg);
    margin-top: 160px;
    z-index: -12;
}

.item-information .logo-information{
    grid-area: logo;
    align-self: flex-end;
    width:30%;
}



@media (max-width: 1000px){
    .rec1{
        height: 140px;
    }

    .item-information{
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas: "logo" "ilustration" "description" !important;
        white-space: normal;
    }

    .item-information .logo-information{
        justify-self: center;
        min-width: 200px;
    }

    .item-information .description{
        /* align-items: center; */
    }

    .item-information .description h2{
        width: 100%;
        font-size: 14px !important;
        line-height: 20px !important;
        /* white-space: normal !important; */
        text-align: left;

        white-space: normal !important;
        margin-top: 15px;
        /* text-align: justify; */
    }

    .item-information .description h4{
        font-size: 14px;
        color:#5B626B;
        line-height: 34px;
        margin: 0;

        white-space: normal !important;
        margin-top: 10px;
        word-spacing: 8px;
        /* text-align: justify; */
    }

    .item-information .description ul{
        font-size: 14px;
        padding-left: 6%;
        color:#5B626B;
        line-height: 34px;
    }

    .item-information .description button{
        background:#54B5B9;
        /* margin-top: 20px; */
        margin: 15px auto !important;
    }
/* 
    [class^=circle]{
        display: none;
    } */

    .circle3, .circle4, .circle5{
        display: none;
    }

    .circle2{
        width: 120px;
        height: 100px;
        margin-top: 50px;
    }

    .circle{
        width: 100px;
        height: 55px;
        margin-top: 30px;
        right: 0;
        overflow: hidden;
        margin-right: 0;
        transform: translateX(23px) rotate(90deg);
    }

    .circle7{
        width: 100px;
        height: 50px;
        margin-top: 580px;
    }

    .circle8{
        left: 8%;
        width: 40px;
        height: 40px;
        margin-top: 650px;
    }

    .rec1{
        transform: skewY(4deg);
        height: 380px;
        margin-top: 170px;
    }

    .rec2{
        transform: skewY(4deg);
        margin-top: 430px;
        height: 300px;
    }

    .rec3{
        transform: skewY(4deg);
        margin-top: 400px;
    }
}

@media (max-width: 700px){
    .rec1{
        height: 350px;
        margin-top: 130px;
    }

    .rec2{
        height: 250px;
        margin-top: 380px;
    }

    .rec3{
        height: 350px;
    }
}

/* @media (max-width: 630px){
    .rec1{
        height: 320px;
    }

    .rec2{
        height: 220px;
        margin-top: 380px;
    }

    .rec3{
        height: 300px;
    }
} */

@media (max-width: 630px){
    .rec1{
        height: 300px;
    }

    .rec2{
        margin-top: 300px;
        height: 240px;
    }

    .rec3{
        height: 260px;
    }
}

@media (max-width: 480px){
    .rec1{
        height: 220px;
    }

    .rec2{
        height: 180px;
        margin-top: 310px;
    }

    .rec3{
        height: 180px;
    }
    
}

@media (max-width: 400px){
    .rec1{
        /* height: 260px; */
    }

    .rec2{
        height: 180px;
        margin-top: 300px;
    }

    .rec3{
        margin-top: 350px;
    }
    
}



@media(max-width: 500px){
    .item-information .description h2{
        display: block;
        /* white-space: pre-line; */
        font-size: 0.9rem;
        /* text-align: justify s; */
    }
    
}
/*FIN CONTENEDOR DE INFORMACION*/


/*CONTENEDOR DE INFORMACION DEPARTAMENTOS Y CONTACTO*/


#info-contactanos{
    background: #F6F6F6;
    position: relative;
    padding: 60px 10% 0;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "departments contact";
    grid-column-gap: 20px;

}

@media (max-width: 1200px){
    #info-contactanos{
        grid-template-columns: 1fr;
        grid-template-areas: "departments" "contact";
    }
}
@media(max-width: 900px){
    #img-enmascarar{
        width: 125%;
    }
}

@media (max-width: 600px){
    #info-contactanos{
        margin-top: 50px;
        padding: 50px 5%;
    }
}
/*FIN CONTENEDOR DE INFORMACION DEPARTAMENTOS Y CONTACTO*/



/* CONTACTO  */
.content-contact{
    grid-area: contact;
}

.content-contact .infoVendedores,
.content-contact .contacto{
    padding: 0 !important;
}


.infoVendedores
.content-contact .title{
    text-align: center; 
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.grupo-trabajo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.grupo-trabajo > div{
    display:flex;
    flex-direction:row;
    padding:10px;
    align-items:flex-start; 
    width: 50%;
    min-width: 300px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.grupo-trabajo > div > .foto{
    min-width: 90px;
    min-height: 90px;
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 2px 2px 5px #ccc, -2px 2px 5px #ccc;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.grupo-trabajo > div > .foto > img{
    display: block;
    /* min-height: 100%; */
    max-height: 130%;
    width: 100%;
    
}


.grupo-trabajo .informacion .nombre{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "montserrat-regular";
}

.grupo-trabajo .informacion .cargo{
    font-weight: 600;
    font-size: 14px;
    font-family: "montserrat-regular";
}

.grupo-trabajo .informacion .nombre > .contactar{
    background: #4286D1;
    padding: 2px 8px;
    font-size: 9.5px;
    border-radius: 10px;
    color:white !important;
    cursor: pointer;
}

.grupo-trabajo .informacion .nombre p{
    font-size: 17px;
    color: #4286D1;
    color: rgb(38, 121, 221);
    margin:0;
    margin-right: 10px;
}

.grupo-trabajo .informacion .mail,
.grupo-trabajo .informacion .skype,
.grupo-trabajo .informacion .telefono{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #8A8B8D;
    padding: 1px 0;
    font-size: 13px;
    font-family: "montserrat-regular";
}

.grupo-trabajo .informacion .mail a > img,
.grupo-trabajo .informacion .skype a > img,
.grupo-trabajo .informacion .telefono a > img{
    margin-right: 12px
}

.grupo-trabajo .informacion .telefono{ padding: 2px 0}

@media (max-width: 1200px){
    #foto-descrip{ 
        flex-direction: column !important;
        align-items: center;
    }

    #foto-descrip > div{ 
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px){
    .grupo-trabajo > div{
        width: 100%;
    }
    .grupo-trabajo > div .foto{
        margin-bottom: 20px;
    }

    .content-contact .title{
        margin-bottom: 12px;
        font-size: 23px !important;
        text-align: center; 
    }
    

}

@media (max-width: 650px){
    .content-contact .title{
        font-size: 20px !important
    }
    .grupo-trabajo{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .grupo-trabajo > div .foto{
        margin-right: 0 !important;
        min-height: 0 !important;
        min-width: 0 !important;
        height: 65px;
        width: 65px;
    }

    .grupo-trabajo > div{
        flex-direction: column;
        align-items: center;
    }

    .grupo-trabajo .informacion{
        width: 400px;
    }


}

@media (max-width: 440px){
    .grupo-trabajo .informacion{
        width: 100%;
    }

    .grupo-trabajo .informacion .nombre-comercial{
        font-size: 16px;
    }
}
/*REQ #40314*/