html {
    scroll-behavior: smooth;
}

.w-100 {
    width: 100vw!important;
    height: 100vh;
    margin: 0 auto;
}
.w-90{
    overflow: hidden;
    width: 100%;
}
a{
    color: white !important;
    font-size: 17px;
    transition: .2s linear;
}

.navbar-nav a:hover{
    color: darkslategrey !important;
}

.navbar-brand img{
    width: 190px;
}

#left, #right{
    font-size: 25px !important;
}

.navbar{
    height: 75px;
    background-color: rgba(0, 178, 191, .8) !important;
}

.carousel-control-next, .carousel-control-prev{
    width: 9% !important;
}

#carruselHome .carousel-item{
    height: 70vh;
    overflow: hidden;
}

#carouselExampleControls{
    width: 1110px;
    margin: 0 auto;
    height: 400px !important;
    overflow: hidden;
    margin-top: 40px;
}
.carousel-bot{
    height: 400px;
}
.carruselHome .carousel-item{
    height: 70vh;
    overflow: hidden;
}

.carousel-control-prev{
    height: 70% !important;
}

.carousel-control-next{
    height: 70% !important;
}

.flecha{
    height: 100% !important;
}

.fa-chevron-circle-left:before{
    color: gray;
    opacity: .7;
}

.fa-chevron-circle-right:before{
    color: gray;
    opacity: .7;
}

#carruselHome .carousel-indicators li{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
}

#carruselHome .carousel-indicators .active{
    background-color: #00B2BF;
}

.container-fluid{
    padding: 0px !important;
}

h1{
    display: block !important;
    text-align: center;
    padding-top: 70px;
    color: #979797;
    font-size: 28px; 
}
h1::after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #00B2BF;
    margin-bottom: 20px;
    margin-top: 20px;
}

h5{
    color: #5B5B5B;
    font-size: 18px; 
    margin: 0;
    margin-top: 25px;
}


#Logo{
    margin-top: 50px;
}

p{
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}

.wppIcon img{
  width: 100%;
  height: auto;
}

.wppIcon {
  position: fixed;
  right: 26px;
  bottom: 150px;
  width: 50px;
  z-index: 90000;
  border-color: #4f9e4f;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 0 0 #4f9e4f inset, 0 0 0 0 #4f9e4f;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.wppIcon:hover {
  box-shadow: 0 0 15px 0 #4f9e4f inset, 0 0 15px 0 #4f9e4f;
}

.pbot{
    margin-top: 65px !important;
}

#contenedorNosotros{
    margin-bottom: 70px;
}

#fondo{
    background-color: #f2f2f1;
    padding-bottom: 80px !important;
}
#servicios{
    padding-top: 70px;
}
h2{
    color: #00B2BF;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}
.centrarImg{
    width:150px;
    height:100px;
    display:block;
    margin:auto;
    
}

#perio{
    padding-left: 30px;
}
#estetica{
    padding-right: 20px;
}

ul{
    padding-left: 20px;
    text-align: justify;
}
article{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.separar{
    margin-top: 40px;
}
.alto{
    height: 350px;
    margin-top: 30px;
}
#ultimoArticulo{
    overflow:scroll;
    overflow-x:hidden;
}
#sinMargen{
    margin-top: 0px !important;
}

#mapa{
    margin-top: 40px;
    margin-bottom: 20px;
}

.mapa{
    text-align: center;
    width: 1110px;
}

h3{
  font-size: 17px;
  font-weight: 400;
  color: grey !important;
  padding-left: 25px;
}

.infoFooter{
  width: 330px;
  display: flex;
  align-items: center;
  margin: 10px;
}

.mail{
    margin-bottom: 25px;
}
.horario{
    margin-bottom: 25px;
}

/*footer{
    height: 80px;
    padding: 20px;
    background-color: #333;
}

h4{
    color: white;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

footer a{
    margin-left: 20px;
    margin-right: 20px;
}*/
footer{
    display: flex;
    background-color: #333;
    height: 80px;
}
footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer h4{
    display: inline-block;
    color: whitesmoke;
    font-size: 14px;
    margin-right: 25px;
    margin-top: 10px;
}
footer img{
    margin-right: 15px;
}

#fb{
    margin-left: 250px;
    margin-right: 35px;
}

#prefooter{
    display: none;
}

.infoFooter a{
    display: inherit;
}
.copyr {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    margin-right: 50px;
    position: absolute;
    right: 0px;
}

.copyr a {
    font-size: 14px;
}

/* -----------------RESPONSIVO--------------------*/

@media screen and (max-width: 1600px)
{
    .copyr{
        display: none;
    }
    .mapa{
        width: 100%;
    }

    #mapa{
        width: 90%;
    }

}

@media screen and (max-width: 1000px)
{
    .wppIcon{
    position: fixed;
    left: 20px;
    bottom: 16px;
    width: 65px;
    }
    
    footer h4{
        display: none;
    }
    .navbar-nav{
        height: 50vh;
        text-align: center;
        justify-content: center;
    }

    .navbar-nav .nav-link{
        font-size: 28px;
        font-weight: 400;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: 0px;
    }
    .justify-content-end {
        justify-content: center !important;
    }

    
    .bg-light{
        height: auto !important;
    }

}

@media screen and (max-width: 480px)
{
    
    #prefooter{
        display: block;
        width: 95%;
    }
    
    .w-100{
    height: auto;
    }

    .carousel-indicators{
        bottom: 0px;
    }
    #carruselHome .carousel-item{
    height: auto;
    }

    .carousel{
    height: 100%;
    }

    .carousel-control-prev{
        height: 270px !important;
    }

    .carousel-control-next{
        height: 270px !important;
    }

    .container-fluid{
        margin-top: 57px;
    }

    #Logo{
        display: none;
    }
    #fb{
        margin-left: 0px;
        margin-right: 0px;
    }

    .infoFooter{
        width: 95%;
    }
    .horario{
    margin-bottom: 0px;
}

    .separar1{
        margin: 0;
    }

    #carouselExampleControls{
    width: 100%;
    height: auto !important;
    }

    .carousel-bot{
        height: auto;
    }
    .pbot{
        margin-top: inherit !important;
    }

    .fa-chevron-circle-left:before{
    display: none;
}

.fa-chevron-circle-right:before{
    display: none;
}
}
