/*Colores*/

:root {
    --negro: #182538;
   
    --claro: #F6F6F6;
    --blanco: #ffffff;
    --celeste: #BCCDDF;
    --ingles:#184124;
}
.Mackinac{
font-family: "p22-mackinac-pro", serif;
font-weight: 400;
font-style: normal;
}
/*fuentes*/
@font-face {
    font-family: 'Fakt Blond';
    src: url('../fonts/Fakt-Blond.woff2') format('woff2'),
        url('../fonts/Fakt-Blond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Bold';
    src: url('../fonts/Fakt-Bold.woff2') format('woff2'),
        url('../fonts/Fakt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Birka';
    src: url('../fonts/Birka-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansVariable-Roman';
    src: url('../fonts/SourceSansVariable-Roman.otf') format('truetype');
}

p {
    font-family: 'Fakt Blond';
    font-size: 1.2rem;
}

h1 {
    font-family: 'Neutro-Medium';
    font-size: 4rem;
}

h2 {
    font-family: 'Fakt Blond';
    font-size: 3rem;
}

h3 {
    font-family: 'Fakt Blond';
}

h4 {
    font-family: 'Fakt Blond';
}

.carousel-control-prev-icon, .carousel-control-next-icon {
   
    width: 4rem;
    height: 4rem;
}

.bg-gris {
    background-color: var(--ingles);
}

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

::placeholder {
    font-family: 'Fakt Blond' !important;
}

.espacio {
    width: 100%;
    height: 60px;
}

.espacioMapa {
    width: 100%;
    height: 60px;
    display: block;
}

.espacio2 {
    width: 100%;
    height: 30px;
}

@media (max-width: 991px) {
    .box-h2-vivir {
        line-height: 32px;
        margin-bottom: 0px;
    }

    .d-none-tablet {
        display: none;
    }
}

@media (max-width: 576px) {

    h2 {
        font-size: 2rem;
    }

    .menu-principal {
        display: none;
    }

    .d-none-mobile {
        display: none;
    }

    .mobile h1 {
        font-size: 3.5rem;
    }

    

}



/* Slider */

.c-img {
    height: 100%;
    object-fit: cover;
}

.c-item {
    margin-top: 125px;
    height: 600px;
}

.carousel-caption {
    position: absolute;
    right: 45%;
    top: 10rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
  }
  .carousel-caption h1{
    font-family: "Fack Blond", sans-serif;
    color: #19a69d;
    font-size: 3rem;
    line-height: 0.9;
  }
  .carousel-caption h1 strong{
    font-family: "Fack Bold", sans-serif;
  }
  .carousel-caption h5{
    font-family: "Fack Blond", sans-serif;
    color: #fff;
    font-size: 1rem;
    padding-left: 3px;
}

.homy {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
}

.logo-home-css {
    margin: 1rem auto 0 2rem;
    max-width: 200px;
    float: left;
}
.boton-home-css {
    margin: 2.5rem 2rem 0 auto;
    max-width: 200px;
    float: right;
}
.lanza {
    margin-left: 18.5%;
    color: #69efef !important;
}

.logo-home-contact {
    max-width: 318px;
}

.bg-franja-degra {
    background-image: url('../img/franja-degrade@2x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 992px) {
    .box-h2-vivir {
        max-width: 730px;
        font-size: 60px;
        line-height: 38px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .box-h2-vivir {
        line-height: 32px;
        margin-bottom: 0px;
    }

    
}

@media (max-width: 576px) {

    .c-item {
        height: 600px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 3rem;
        left: 15%;
        padding-top: 1.25rem;
     
      }
      
      .carousel-caption h5{
        
        font-size: .8rem;
        padding-left: 3px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
      }
      .proyecto{
        height: 1120px !important;
      }
    .proyecto p{
        font-size: 1rem;
    }
    .consultorio {
        background-image: url('../img/consultorio-mb.jpg') !important;
        height: 720px !important;
    }
    .cartel{
        background-color: rgb(247, 240, 229, .9) !important;
        padding: 36px 36px !important;
    }
    .consultorio .espacio{
        height: 0px !important;
    }
   
    .box-h2-vivir {
        line-height: 22px;
        margin-bottom: 0px;
    }

    .logo-home-css,
    .logo-home-contact {
        margin: auto;
        max-width: 160px;
    }
    .boton-home-css
    {
        margin: 1.8rem 0 0 auto;
        max-width: 160px;
    }
    .lanza {
        margin: auto;
        text-align: center;
    }
    .w-75{
        width: 50% !important;
    }
    .w-50{
        width: 35% !important;
    }
    .mw-600{
        max-width: 300px !important;
    }
    .pt-4{
    padding-top: .75rem !important;
    }
    h1{
        font-size: 2.2rem !important;
        line-height: 2rem;
        margin-bottom: 0px;
    }
    .menu{display: none;}
    
    footer .boton {
        display: block;
        margin: auto !important;
    }
}




/* nav redes */

.nav-redes {
    background-color: transparent !important;
}

.li-redes {
    border: 2px solid #ffffff;
}

.icon-bar {
    position: fixed;
    bottom:  0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
    right: 25px;
    max-width: 60px;
    
}

@media (max-width: 767px) {
    .icon-bar {
        top: 60%;
        right: 10px;
    }
}

.icon-bar a {
    display: block;
    text-align: right;
    padding: 3px 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 22px;
    width: 60px;
}


/* section menu */

.nav-link {
    font-family: 'Fakt Blond';
    color: var(--ingles);
}

.nav-link:hover {
    color: var(--cian);
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar {
    --bs-navbar-padding-y: 1.5rem;
}



/* section mas cerca de todo */
.mw-50{
    max-width: 70%;
    margin:auto !important;
    height: auto;
}
.mw-600{
    max-width: 600px;
    min-width: 300px;
    margin: auto;
}

.mw-300 {
    max-width: 300px;
    min-width: 200px;
    margin: auto;
}

.mw-400 {
    max-width: 400px;
    margin: auto;
}

.img-flechas {
    max-width: 135px;
    margin: auto;
    display: block;
}

@media (min-width: 992px) {
    .img-map {
        display: block;
        max-width: 730px;
        margin: auto;
    }

    .box-h2-mas-cerca {
        max-width: 730px;
        margin: auto;
        font-size: 60px;
        line-height: 64px;
    }
}

@media (max-width: 576px) {

    .box-h2-mas-cerca {
        font-size: 2.5rem;
        line-height: 64px;
    }
}


/* section proyecto */

.proyecto {
    background-image: url('../img/bg-especialidades.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 820px;
}
.consultorio {
    background-image: url('../img/bg-consultorio.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 820px;
}
.cartel{
    background-color: #f7f0e5;
    padding: 46px 46px;
    border-radius: 30px;
}
.cartel h2{
    color: #19a69d;
    line-height: 0.9;
    margin-bottom: 20px;
}
.align-end {
    display: flex;
    align-items: flex-end;
}

.franja {
    background-image: url(../img/franja.svg);
    height: 13px;
}

.numeros {
    
    padding: 2rem 0rem;
}
.numeros h2, .numeros h5{
    color: var(--celeste) !important;
}
.vida-nova{background-color: var(--celeste);}

.br-1 {
    border-right: 1px solid var(--negro);
}
.br-2 {
    border-bottom: 1px solid var(--celeste);
}

.color-verde {
    color: #19a69d;
}

/* section ubicación */

span.pto {
    margin-right: 5px;
    background: #69efee;
    padding: 3px 7px;
    border-radius: 50px;
    font-size: 13px;
}

.space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* section vida nova */

.mw-550 {
    max-width: 550px;
    margin: auto;
}

.bb-1 {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--negro);
}

.d-flex-center {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .d-flex-justify-center {
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .d-flex-justify-center {
        display: flex !important;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .d-flex-justify-center {
        display: block !important;
    }

    .br-1-mobile {
        border-right: 1px solid var(--negro);
    }
}


.mw-60 {
    max-width: 60px;
}

.mh-115 {
    min-height: 115px;
}


/* footer */

footer {
    background-color: #313438;
    padding: 1.2rem 0rem;
}
footer .logo {
    width: 130px;
}
footer .boton {
    width: 180px;
    margin: auto;
}

.turquesa {
    color: var(--turquesa);
}

h2.turquesa {
    line-height: 3rem;
}

.footer-mobile {
    display: none;
}

.mwf-icon {
    max-width: 30px;
}

.mwf-icon:hover {
    background-color: #69efee;
    border-radius: 45px;
}

footer a {
    color: var(--blanco);
}

footer a:hover {
    color: var(--turquesa);
}

.logo-height-footer {
    height: 60px;
}

input::placeholder {
    color: var(--negro) !important;
    font-family: 'Fakt Blond';
}

@media (min-width: 992px) {
    .rbr-1 {
        border-right: 1px solid var(--blanco);
    }
}

@media (max-width: 991px) {
    .responsive-text-center {
        text-align: center;
    }
    h1 {
        font-size: 3rem;
    }
    .w-75 {
        width: 40% !important;
      }
      .w-50 {
        width: 25% !important;
      }  
}

.confi {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/galeria-1.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.bg-claro{
    background-color: var(--claro);
}
.bg-celeste{
    background-color: var(--celeste);
}

.btn-enviar {
    color: var(--ingles);
    border-radius: 50px;
    border: 1px solid var(--ingles);
    padding: 7px 45px;
    font-family: "Fakt Blond", sans-serif;
}

.btn-enviar:hover {
    color:var(--blanco);
    background-color: var(--ingles);
    border: 1px solid var(--ingles);
    border-radius: 50px;
    padding: 7px 45px;
}