html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{font-family:Oswald,sans-serif;font-size:1.6rem}p{color:#212529;font-size:2rem}.contenedor{margin:0 auto;max-width:120rem;width:95%}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{margin:0 0 2rem}h1{font-size:4rem}h2{font-size:3.6rem}h3{font-size:3.2rem}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.text-center{text-align:center}.flex,.header{display:-webkit-box;display:-ms-flexbox;display:flex}.header{background-color:#f9f9f9;padding:2rem 1rem;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media (min-width:768px){.header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 4rem}}.header .header__logo h1 span{color:#ff6392;text-shadow:2px 2px #eb336a}.header .header__menu-btn{background-color:#ff6392;border:none;border-radius:.5rem;color:#f9f9f9;cursor:pointer;font-weight:700;padding:1rem 2.5rem;text-transform:uppercase;-webkit-transition:all .3s;transition:all .3s}.header .header__menu-btn:hover{background-color:#eb336a}.header .header__btn{color:#212529}.hero{margin-bottom:2rem;padding:0 1.4rem}@media (min-width:768px){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:2rem;height:85rem;justify-content:center}}@media (min-width:1024px){.hero{padding:0 6.5rem}}.hero .hero__container,.hero .hero__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero .hero__title{height:32rem;-ms-flex-pack:distribute;background-color:#e9ecef;border-radius:1.5rem;justify-content:space-around;padding:2rem 1rem}@media (min-width:768px){.hero .hero__title{height:100%}}.hero .hero__title .title{color:#ff6392;font-size:5.4rem;margin:0}@media (min-width:1024px){.hero .hero__title .title{font-size:7rem}}.hero .hero__title .title span{text-transform:uppercase}.hero .hero__title .slogan{font-size:1.4rem}@media (min-width:768px){.hero .hero__title .slogan{font-size:2rem}}.hero .hero__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-top:2rem}@media (min-width:768px){.hero .hero__images{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hero .hero__images .image1{background-image:url(../img/brackets.jpg)}.hero .hero__images .image2{background-image:url(../img/teeth.jpg)}.hero .hero__images .image1,.hero .hero__images .image2{background-repeat:no-repeat;background-size:cover;border-radius:1.5rem;height:30rem;-webkit-transition:all .3s ease-in-out,-webkit-transform .3s ease-in-out .2s;transition:all .3s ease-in-out,-webkit-transform .3s ease-in-out .2s;transition:transform .3s ease-in-out .2s,all .3s ease-in-out;transition:transform .3s ease-in-out .2s,all .3s ease-in-out,-webkit-transform .3s ease-in-out .2s}@media (min-width:768px){.hero .hero__images .image1,.hero .hero__images .image2{height:20rem;width:100%}}.hero .hero__images .image1:hover,.hero .hero__images .image2:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hero .hero__booking{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;background-color:#c7cbcf;border-radius:1.5rem;justify-content:space-around;margin-top:2rem;padding:2rem 1rem}@media (min-width:768px){.hero .hero__booking{height:100%}}.hero .hero__booking .title{font-size:1.4rem}@media (min-width:768px){.hero .hero__booking .title{font-size:2rem}}.hero .hero__booking .booking{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.hero .hero__booking .booking .booking__title{color:#ff6392;max-width:50%;text-transform:uppercase}@media (min-width:768px){.hero .hero__booking .booking .booking__title{font-size:4rem}}.hero .hero__booking .booking .booking__btn{background-color:#f9f9f9;border-radius:4rem;color:#ff6392;font-weight:700;margin-left:50%;max-width:50%;padding:1rem 2.4rem;text-align:center;-webkit-transition:all .3s;transition:all .3s}@media (min-width:1024px){.hero .hero__booking .booking .booking__btn{margin-left:70%;max-width:30%}}.hero .hero__booking .booking .booking__btn:hover{background-color:#ff6392;color:#f9f9f9}.hero .hero__image{background-image:url(../img/hero.jpeg);background-position:25% 75%;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;border-radius:1.5rem;height:80rem;justify-content:flex-end;margin-top:2rem;padding:2rem 1rem}@media (min-width:768px){.hero .hero__image{width:50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:1rem;height:auto;margin-top:0}}.hero .hero__image .card1{display:-webkit-box;display:-ms-flexbox;display:flex;height:6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;background-color:#f9f9f9;border-radius:1.5rem;-ms-flex-direction:row;flex-direction:row;justify-content:space-around;padding:2rem 1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .hero__image .card1 a{background-color:#ff6392;color:#f9f9f9;-webkit-transition:.3s;transition:.3s}.hero .hero__image .card1 a:hover{background-color:#f9f9f9;color:#212529}.hero .hero__image .card2{display:-webkit-box;display:-ms-flexbox;display:flex;height:6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;background-color:#f9f9f9;border-radius:1.5rem;-ms-flex-direction:row;flex-direction:row;justify-content:space-around;padding:2rem 1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backdrop-filter:blur(15px) saturate(180%);backdrop-filter:blur(15px) saturate(180%);background-color:hsla(0,0%,100%,.55);border:1px solid hsla(0,0%,100%,.125);margin-top:2rem}.hero .hero__image .card2 a{color:#212529;-webkit-transition:.3s;transition:.3s}.hero .hero__image .card2 a:hover{border:1px solid #f9f9f9;color:#f9f9f9}.hero .hero__image .card1,.hero .hero__image .card2{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:1.5rem}@media (min-width:768px){.hero .hero__image .card1,.hero .hero__image .card2{height:20rem;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero .hero__image .card1 div,.hero .hero__image .card2 div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.hero .hero__image .card1 div p,.hero .hero__image .card2 div p{font-size:3rem;margin:0}}@media (min-width:768px) and (min-width:1024px){.hero .hero__image .card1 div p,.hero .hero__image .card2 div p{width:60%}}.hero .hero__image .card1 a,.hero .hero__image .card2 a{border:1px solid #212529;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:4rem;height:4rem;text-align:center;width:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.hero .hero__image .card1 a,.hero .hero__image .card2 a{margin-left:80%}}.services{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.5rem;margin-top:8rem;padding:0 1.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.services{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);padding:0 6.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.services .services__title p{margin-bottom:-2rem;text-align:center;text-transform:uppercase}.services .service{border-radius:5rem;height:40rem;max-width:35rem;padding:2rem}.services .service .service__title{color:#ff6392;font-size:3rem}.services .service .service__img{max-width:30rem}.services .service .service__img img{-webkit-filter:drop-shadow(0 0 10px rgba(0,0,0,.8));filter:drop-shadow(0 0 10px rgba(0,0,0,.8))}.services .service .service__text{color:#ff6392;font-size:1.6rem}.services .service:nth-child(2){background-color:#ffe0e9;text-align:right}.services .service:nth-child(3){background-color:#e0e0ff;text-align:right}.services .service:nth-child(4){background-color:#fff5e0}.services .service:nth-child(5){background-color:#c7f9cc}.doctors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:4rem;margin-top:8rem;overflow:hidden;padding:0 2.5rem}@media (min-width:768px){.doctors{display:grid;grid-template-columns:6fr 4fr}}.doctors .doctors__title p{text-transform:uppercase}.doctors .doctors__title h3{color:#ff6392}.doctors .doctors__title .doctors__text{text-transform:none}.doctors .doctors__title .doctors__slogan{font-size:1.6rem;margin-top:4.5rem;text-transform:none}.swiper{height:30rem;margin-top:3.5rem;width:20rem}@media (min-width:768px){.swiper{display:-webkit-box;display:-ms-flexbox;display:flex;height:36rem;width:26rem}}.swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;background-repeat:no-repeat;background-size:cover;border-radius:18px;color:#fff;font-size:22px;font-weight:700;justify-content:center}.swiper-slide p{background-color:#ff6392;color:#f9f9f9;padding:1rem 0;text-align:center;width:100%}.swiper-slide:nth-child(1n){background-image:url(../img/doctor1.jpg);background-position:50%}.swiper-slide:nth-child(2n){background-image:url(../img/doctor2.jpg);background-position:0}.swiper-slide:nth-child(3n){background-image:url(../img/doctor3.jpg)}.swiper-slide:nth-child(4n){background-image:url(../img/doctor4.jpg);background-position:50%}.swiper-slide:nth-child(5n){background-image:url(../img/doctor5.jpg)}.map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem;margin-bottom:4rem;margin-top:8rem;padding:0 2.5rem;text-align:center}@media (min-width:768px){.map{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0 8rem}}.map .map__map{border-radius:1.2rem;overflow:hidden}.map div{width:100%}@media (min-width:768px){.map div{width:50%}}.map div p{font-size:3rem}.map div .map__address{color:#ff6392;font-size:2.2rem;margin:0}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4rem;margin-top:8rem}.footer p{margin:0;text-align:center}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ff6392;border:none;border-radius:5px;cursor:pointer;gap:15px;height:4rem;margin:2rem auto;outline:3px solid #eb336a;outline-offset:-3px;padding:10px 15px}.button,.button .text{-webkit-transition:.4s;transition:.4s}.button .text{color:#fff;font-size:1em;font-weight:700}.button svg path{-webkit-transition:.4s;transition:.4s}.button:hover{background-color:transparent}.button:hover .text{color:#ff6392}.button:hover svg path{fill:#ff6392}
/*# sourceMappingURL=app.css.map */
