.v-progress-circular{position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular--indeterminate>svg{-webkit-animation:progress-circular-rotate 1.4s linear infinite;animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{-webkit-animation:progress-circular-dash 1.4s ease-in-out infinite;animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.v-progress-circular__info{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{stroke:hsla(0,0%,62%,.4);z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .6s ease-in-out}@-webkit-keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@-webkit-keyframes progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}.header-details{display:flex;align-items:baseline}.header-details .icon-title{color:var(--third-color);font-size:1.5rem;margin:0 10px;align-self:flex-end;transform:translateY(2.5px)}.header-details h1:first-child{font-weight:700}.header-details h1{font-family:Montserrat,sans-serif;font-weight:500;margin-bottom:0}.container-details{display:flex;width:100%;justify-content:center}.container-details .section{width:55%;height:70vh;margin:0 15px;transition:.5s}.overflow-content{overflow-y:scroll;padding:15px 5px}.toggle-map{display:none}@media (max-width:991px) and (min-width:768px){.container-details{flex-direction:column-reverse;justify-content:center;align-items:center;padding:0 0 100px 0}.container-details .section{width:100%;height:auto;margin:15px 0}.overflow-content{overflow-y:hidden;padding:15px 5px;height:auto}.toggle-map{display:block;font-family:Poppins,sans-serif;font-weight:400;color:var(--sixth-color);width:100%;display:flex;justify-content:center;font-size:1rem;cursor:pointer}.toggle-map .icon-toggle-map{transform:rotate(90deg) translate(2.5px);font-size:1.5rem;margin-left:5px;transition:.5s}.toggle-map.close .icon-toggle-map{transform:rotate(-90deg);transition:.5s}}@media (max-width:767px){.header-details .icon-title{color:var(--third-color);font-size:1.5rem;align-self:flex-end;transform:translateY(-20px)}.container-details{flex-direction:column-reverse;justify-content:center;align-items:center;padding:0 0 50px 0}.container-details .section{width:100%;height:auto;margin:15px 0}.overflow-content{overflow-y:hidden;padding:15px 5px;height:auto}.toggle-map{display:block;font-family:Poppins,sans-serif;font-weight:400;color:var(--sixth-color);width:100%;display:flex;justify-content:center;font-size:1rem;cursor:pointer}.toggle-map .icon-toggle-map{transform:rotate(90deg) translate(2.5px);font-size:1.5rem;margin-left:5px;transition:.5s}.toggle-map.close .icon-toggle-map{transform:rotate(-90deg);transition:.5s}}