/*
Theme Name: UrbaserColombia
Theme URI: www.urbaser.co
Description: Tema desarrollado para Urbaser Colombia. 
Version: 2024
*/

/*-----------------------------------------------------------
* Project Name: Urbaser Colombia
* File name:  style.css
* Data: Jan 2024
------------------------------------------------------------*/


/*--------------------COMENTARIOS-----------------------------
* Width: 1600px
* Parallax: NO
* Responsive: YES
-------------------------------------------------------------*/

/*-- FONTS --*/

@font-face {
    font-family: 'RaptorV3PremiumBold';
    src: url('fonts/RaptorV3PremiumBold.eot');
    src: url('fonts/RaptorV3PremiumBold.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumBold.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumBold.woff') format('woff'),
         url('fonts/RaptorV3PremiumBold.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumBold.svg#RaptorV3PremiumBold') format('svg');
}
@font-face {
    font-family: 'RaptorV3PremiumSemibold';
    src: url('fonts/RaptorV3PremiumSemibold.eot');
    src: url('fonts/RaptorV3PremiumSemibold.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumSemibold.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumSemibold.woff') format('woff'),
         url('fonts/RaptorV3PremiumSemibold.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumSemibold.svg#RaptorV3PremiumSemibold') format('svg');
}
@font-face {
    font-family: 'RaptorV3PremiumRegular';
    src: url('fonts/RaptorV3PremiumRegular.eot');
    src: url('fonts/RaptorV3PremiumRegular.eot') format('embedded-opentype'),
         url('fonts/RaptorV3PremiumRegular.woff2') format('woff2'),
         url('fonts/RaptorV3PremiumRegular.woff') format('woff'),
         url('fonts/RaptorV3PremiumRegular.ttf') format('truetype'),
         url('fonts/RaptorV3PremiumRegular.svg#RaptorV3PremiumRegular') format('svg');
}

 
/*-- RESET --*/

*,.no-margin {
    margin:0;
    padding:0;
}
.no-margin{
    margin: 0!important
}

body,html,#loader {
    width: 100%;
    height:100%
}
body {
    font-size: 20px;
    font-family: 'RaptorV3PremiumRegular';
    text-rendering: optimizelegibility;
    color: #053630;
    letter-spacing: .2px
}

img {
    width: 100%;
}


/*-- GENERAL STYLES --*/

h1 {
    font-family: 'RaptorV3PremiumSemibold';
    font-size: 40px;
    line-height: 1;
    margin: 0 0 24px;
}
h2 {
    font-family: 'RaptorV3PremiumSemibold';
    font-size: 32px;
    line-height: 1.1;
    display: inline-block;
    margin: 0 0 16px;
}

h3 {
    font-family: 'RaptorV3PremiumSemibold';
    font-size: 28px;
    line-height: 1.2;
    margin: 15px 0;
}

h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}
h5 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0
}

p {
    line-height: 1.5;
    margin: 12px 0 0
}
b, strong {
    font-family: 'RaptorV3PremiumBold';
}

a {
    color: #181A37;
    cursor: pointer;
    transition: all .3s ease-in-out
}
a:active,a:focus,a:hover,button:focus {
    outline:0!important;
    text-decoration:none;
    color: #51d1c9;
}
ol {
    padding-left: 32px
}
ol li {
    margin-top: 8px
}

hr {
    margin: 24px 0
}
*::-moz-selection {
    color: #FFFFFF;
    background: #51d1c9
}
*::selection {
    color: #FFFFFF;
    background: #51d1c9
}

.uppercase {
    text-transform: uppercase !important;
}
.text-shadow {
    text-shadow: 0 0 8px black
}

.cursor {
    cursor:pointer
}

.btn {
    width: auto;
    max-width: 274px;
    text-align: center;
    border-radius: 4px;
    background: #053630;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    padding: 14px 30px;
    margin: 8px 8px 8px 0;
    position: relative;
    transition: all .4s ease-in-out
}
.btn:hover {
    background: #51d1c9;
    color: #053630;
}
.btn:focus {
    border: 0;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
}

.btn-white {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.btn-green {
    background-color: transparent;
    color: #51d1c9;
    border: 1px solid #51d1c9;
}
.btn-green:hover {
    background-color: #51d1c9;
    color: #FFFFFF;
}
.btn-secondary {
    background-color: transparent;
    color: #053630;
    border: 1px solid #053630;
}
.btn-secondary:hover {
    background-color: #51d1c9;
    color: #FFFFFF;
    border: 1px solid #51d1c9;
}


.icon {
    width: 24px !important;
    height: 24px !important;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}



/* --- MARGINS --- */
.center {
    margin: 0 auto;
    float: none
}
.right {
    float: right;
}

.top16{
    margin-top: 16px
}
.top24{
    margin-top: 24px
}
.top32{
    margin-top: 32px
}
.top40{
    margin-top: 40px
}
.top56{
    margin-top: 56px
}
.top64{
    margin-top: 64px
}
.top72{
    margin-top: 72px
}
.top80{
    margin-top: 80px
}
.top96{
    margin-top: 96px;
}
.top140{
    margin-top: 140px;
}

/*--- GENERAL --- */

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}
.container-fluid .row .col {
    padding: 0
}

.bg {
    position: relative;
}
.bg-green {
    background: #053630;
    padding: 80px 0;
}
.bg-light {
    background: #eff6f6 !important;
    padding: 72px 0
}
.bg-lightgreen {
    background: #cae0e0;
    padding: 72px 0
}
.bg-medium {
    padding: 0;
}

.text-green {
    color: #51d1c9
}

.text-grey {
    color: #829895
}
.text-white {
    color: #FFFFFF
}
.text-min {
    font-size: 14px
}
.text-big {
    font-size: 26px
}


/* --- HEADER --- */

header .container-social {
    width: 164px;
    position: absolute;
    top: 2px;
    right: 196px;
    z-index: 10
}

.container-social a {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.container-social a img {
    width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: 115px;
    position: relative;
    top: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    background: #053630;
    border: none;
    padding:48px 0 8px;
    align-items: initial;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    width: 230px;
    margin-left: 12px;
    padding-top: 8px;
    transition: .3s ease-in-out
}
.btn-proveedores {
    width: 196px;
    height: 36px;
    background-color: #51d1c9;
    color: #053630;
    text-align: center;
    padding: 10px 16px;
    border-radius: 0 0 0 8px;
    left: initial;
    right: 0;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    font-size: 13px;
}
.btn-proveedores:hover {
    color: #FFFFFF;
}

.navbar-nav {
    max-height: 520px;
    overflow-y: scroll;
}
.navbar-nav>li {
    padding: 0;
}
.navbar-nav>li>a {
    width: 100%;
    display: inline-block;
    color: #FFFFFF;
    padding: 16px 24px;
    font-size: 15px;
    text-decoration: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a.show {
    color: #51d1c9;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #51d1c9;
}


.dropdown-menu {
    border: none;
    background: #d1e4e4;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 0 16px
}
.dropdown-menu li {
    margin-top: 12px
}
.dropdown-menu li a {
    width: 100%;
    color: #181A37;
    padding: 8px 24px;
    display: inline-block;
    text-decoration: none;
    opacity: .35
}
.dropdown-menu li.menu-item-11030 a {
    opacity: 1;
}
.dropdown-menu li.menu-item-11030 ul {
   padding: 8px 0 0 24px;
   opacity: .7;
   font-size: 13px;
}
.dropdown-menu .dropdown-menu {
    padding: 0
}
.dropdown-menu li ul li a, .dropdown-menu li a:last-child {
    opacity: 1;
}

.dropdown-menu li a:hover, .dropdown-menu li ul li a:hover {
    background-color: #51d1c9;
}


.dropdown-menu.show ul.dropdown-menu {
    display: block;
}
.dropdown-menu li ul li{
    margin-top: 0
}
.dropdown-toggle::after {
    display: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: transparent;
    color: transparent;
}

.navbar-toggler {
    margin: 12px 8px 0;
    border-color: transparent;
}
.navbar-toggler .icon-bar {
    background-color: #FFFFFF;
}
.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: all 0.15s;
}

.navbar-toggler.collapsed span {
    margin-bottom: 6px
}
.navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 12px 0px;
}

.navbar-toggler span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 5px -1px;
}

.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(3) {
    transform: rotate(0);
}

.navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1;
}

.navbar-collapse {
    padding: 16px 0;
    background-color: #053630;
    z-index: 100;
}

.caret {
    width: 11px;
    height: 8px;
    background-image: url(img/caret.svg);
    display: inline-block;
    margin-left: 4px;
}


/* --- HOME --- */

.home-main-banner {
    padding: 300px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-title {
    width: 75%;
    max-width: 580px;
    padding: 24px 32px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 1;
}
.home-main-banner-pie {
    width: 100%;
    max-width: 590px;
    padding: 8px 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, .8);
}
.home-main-banner-curves {
    width: 56%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-banner-text {
    margin-bottom: 24px;
}
.home-title-2 {
    width: 100%;
    padding: 32px 16px;
    background-color: #053630;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: .9;
    color: #FFFFFF;
}
.home-title-2 span {
    color: #51d1c9;
}

.container-servicios {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    padding: 0;
}
.box-servicio {
    width: 90%;
    max-width: 330px;
    text-align: center;
    font-size: 21px;
    padding: 24px 0;
    margin: auto;
    transition: all .4s ease-in-out;
}
.box-servicio:hover {
    color: #51d1c9;
}
.box-servicio a {
    text-decoration: none;
}
.box-servicio img {
    width: 82px;
    display: block;
    margin: 0 auto 8px;
}
.line-servicio {
    width: 90%;
    max-width: 330px;
    height: 3px;
    margin: auto;
    background-color: #51d1c9;
}
.container-servicios div:last-child, .container-canales div:last-child {
    display: none;
}

.container-cifras {
    width: calc(100% - 48px);
    margin: 0 24px;
}
.box-cifra {
    width: auto;
    display: block;
    margin: 16px 0 28px;
    position: relative;
    font-family: 'RaptorV3PremiumSemibold';
}
.cifra-number {
    font-size: 58px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 4px
}
.cifra-number span.zero {
    opacity: 1;
    position: absolute;
    left: 70px;
}
.cifra-number-value {
    opacity: 0;
    display: inline-block;
    margin-left: -10px;
}
.cifra-number-prefix, .cifra-number-unit {
    display: inline-block;
}
.cifra-number-prefix {
    margin-left: 10px;
}

.cifra-text {
    font-size: 13px
}

.observer {
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 40%
}


.container-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}
.popup {
    width: 94%;
    max-width: 980px;
    position: fixed;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0,0,0,.2);
    padding: 12px;
    border-radius: 16px;
}
.popup img {
    width: 100%
}
.popup span {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: 24px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-radius: 50%;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 0 8px;
}
.popup-small {
    max-width: 640px
}
.popup-small p {
    display: none;
}

.popup-body {
    text-align: left;
}
.popup-body p {
    display: block;
}
.popup-box-regional {
    width: calc(50% - 10px);
    max-width: 420px;
    text-align: left;
    margin: 8px 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.popup-box-regional h3 {
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin: 6px 0;
}
.popup-box-regional h3::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 36px;
    background: #74b738;
    top: 0;
    left: 4px
}
.popup-box-regional a {
    height: 32px;
    font-size: 13px;
    line-height: 1;
    color: #939e9d;
    padding-left: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.popup-box-regional p {
    margin: 0;
}
.popup-box-regional a span {
    background-image: url(img/bullet-hand.png);
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 4px;
    left: 0;
    box-shadow: none;
}


/* --- MAIN BANNER --- */

.main-banner {
    width: 100%;
    padding: 80px 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 48px;
}
.main-banner.intern {
    padding: 160px 16px;
}
.medium-banner-img {
    padding: 180px 0;
}
.main-banner h1 {
    position: relative;
    z-index: 10;
}
.main-banner img {
    position: relative;
    z-index: 1;
}
.main-banner-curves-left {
    width: 75%;
    max-width: 720px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: .4;
}


/* --- QUIÉNES SOMOS --- */

.img-ceo div::after {
    content: '';
    width: 0;
    height: 0
}
.quotes {
    width: 44px;
    margin-top: 12px
}


/* --- SERVICIOS --- */

.servicios-title {
    width: auto;
    height: 88px;
    padding: 24px 16px;
    background-color: #51d1c9;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 40px;
    border-radius: 0 0 44px 0;
}
.container-text-servicios {
    width: 100%;
    display: inline-block;
    padding: 64px 0 0 16px;
}
.text-servicio{
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 16px;
    border-left: 1px solid #51d1c9;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.text-servicio::before {
    content: url(img/arrow-servicio.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: -3px;
}

/* Soluciones */
.container-soluciones {
    width: 100%;
    text-align: center;
}
.box-solucion {
    width: 200px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 32px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}
.box-solucion img {
    width: 140px;
}
.box-solucion div {
    height: 72px;
    font-size: 20px;
    line-height: 1.1;
    color: #FFFFFF;
    background-color: #053630;
    border-radius: 4px;
    margin-top: 24px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
.box-solucion:hover div {
    color: #51d1c9;
}

/* Cobertura */
.container-cobertura {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.cobertura-datos {
    width: auto;
    margin: 16px auto 0;
    font-size: 24px;
    color: #053630;
}
.cobertura-datos img {
    width: 64px;
    position: relative;
    top: -8px;
    margin-right: 4px;
}
.cobertura-datos b {
    font-size: 36px;
}

/* Circularidad */
.img-circularidad {
    max-width: 320px;
    position: relative;
    margin: 40px auto 0;
}
.btn-circ {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}
.btn-circ h3 {
    font-size: 19px;
}
.btn-circ::after {
    width: 86px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 10;
}

.pulse {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  animation: pulse 3s infinite;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,.6);
}
@keyframes pulse {
  0% {
    width: 82px;
    height: 82px;
    opacity: 1
  }
  60% {
    width: 102px;
    height: 102px;
    top: -10px;
    right: -10px;
    opacity: 0
  }
  100% {
    width: 82px;
    height: 82px;
    opacity: 0
  }
}

#trazabilidad {
    top: 2px;
    left: 125px;
}
#trazabilidad::after {
    content: url('img/oferta-trazabilidad.svg');
}

#trazabilidad .pulse {
  animation-delay: .5s;
  opacity: 0
}

#cultura {
    top: 88px;
    right: 3px;
}
#cultura::after {
    content: url('img/oferta-cultura.svg');
}
#cultura .pulse {
  animation-delay: .25s;
  opacity: 0
}

#valorizacion {
    bottom: 20px;
    right: 53px;
}
#valorizacion::after {
    content: url('img/oferta-valorizacion.svg');
}
#valorizacion .pulse {
  animation-delay: .45s;
  opacity: 0
}

#disrupcion {
    bottom: 24px;
    left: 47px;
}
#disrupcion::after {
    content: url('img/oferta-disrupcion.svg');
}
#disrupcion .pulse {
  animation-delay: .65s;
  opacity: 0
}

#integralidad {
    top: 85px;
    left: 5px;
}
#integralidad::after {
    content: url('img/oferta-integralidad.svg');
}
#integralidad .pulse {
  animation-delay: .85s;
  opacity: 0
}

.btn-circ-infobox {
    width: auto;
    min-width: 240px;
    max-width: 280px;
    height: auto;
    position: absolute;
    z-index: 100;
    padding: 8px 12px 12px;
    background-color: #C3DBDB;
    text-align: left;
    font-size: 15px;
    cursor: auto;
    display: none;
}

.btn-circ-infobox span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -12px;
    right: 12px;
    cursor: pointer;
}
.btn-circ-infobox h3, .btn-circ-infobox p  {
    margin-top: 8px;
}

#trazabilidad .btn-circ-infobox {
    top: 10px;
    left: -96px;
}
#cultura .btn-circ-infobox {
    top: -76px;
    right: 24px;
}
#valorizacion .btn-circ-infobox {
    
    bottom: -80px;
    right: -26px;
}
#disrupcion .btn-circ-infobox {
    bottom: 15px;
    left: -18px;
}
#integralidad .btn-circ-infobox {
    top: -42px;
    left: 24px;
}

/* Internas soluciones */
.banner-intern-text {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-infraestructura {
    width: 100%;
    position: relative;;
}
.infraestructura-img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}
.infraestructura-text::before {
    content: url(img/arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: calc(50% - 20px);
}
.infraestructura-text {
    padding: 8px 24px;
    position: relative;
}
.row-infraestructura:nth-child(even) .infraestructura-text {
    background-color: #053630;
    color: #FFFFFF;
}
.hub-soluciones .row-infraestructura:nth-child(even) .infraestructura-text {
    background-color: #C3DBDB;
    color: #053630;
}
.infraestructura-text p {
    margin: 0 0 16px;
}
.infraestructura-text ul {
    list-style: none;
}
.infraestructura-text ul li {
    position: relative;
}
.infraestructura-text ul li::before {
    width: 18px;
    height: 18px;
    content: "";
    background: url(img/bullet.svg);
    background-size:18px 18px;
    position: absolute;
    top: 5px;
    left: -24px;
}




/* --- PÁGINA CIUDAD --- */

.box-social {
    margin-top: 8px;
}
.box-social a {
    text-decoration: none;
}
.icon-social,
.box-contacto-ciudad img.icon-social {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #053630;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    position: relative;
    top: 8px;
    left: 0;
    transition: all .3s ease-in-out
}

.box-contacto-ciudad a:hover {
    color: #51d1c9
}

.banner-contacto {
    padding: 140px 0;
}

.box-contacto-ciudad {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 32px 0;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.box-contacto-ciudad::after {
    content: '';
    width: 280px;
    height: 3px;
    background-color: #51d1c9;
    position: absolute;
    left: 50%;
    bottom: -32px;
    margin-left: -140px;
}
.box-contacto-ciudad:last-child::after {
    content: '';
    width: 0;
}
.bcc-img {
    width: 72px;
    display: block;
    margin: 0 auto;
}

.foto-cac {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 0 0 16px 16px;
    background-position: center;
    background-size: cover
}
.container-contact-form {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0 0 16px 16px;
    padding: 24px 16px
}
.bcc-green {
    min-height: 220px;
    background-color: rgba(118,184,42,.1);
}
.bcc-blue {
    min-height: 220px;
    background-color: rgba(39,53,128,.1);
}
.box-contacto-text {
    text-align: left;
    margin: 8px 0 4px;
    padding: 0 16px 0 28px;
    position: relative;
}
.box-contacto-text span {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(img/icon-mail.svg);
}
.box-contacto-text.local span {
    background-image: url(img/icon-marker.svg);
}
.box-contacto-text.horarios span {
    background-image: url(img/icon-clock.svg);
}
.box-contacto-text.celular span {
    background-image: url(img/icon-celphone.svg);
}
.box-contacto-text.pbx span {
    background-image: url(img/icon-celphone.svg);
}
.box-contacto-text.pqr span {
    background-image: url(img/icon-pqr-blue.svg);
}
.box-contacto-text.mail {
    font-size: 15px;
}
.box-contacto-text div {
    width: calc(100% - 32px);
    padding-left: 4px;
    display: inline-block;
}
.box-contacto-ciudad p {
    text-align: left;
}
.container-datos .box-contacto-ciudad:last-child a, .box-contacto-ciudad.notifs {
    font-size: 13px;
}
.box-contacto-ciudad.notifs b {
    display: inline-block;
    padding-top: 8px;
}

.box-link {
    width: calc(100% - 24px);
    max-width: 264px;
    margin: 32px 18px 0;
    display: inline-block;
    vertical-align: top;
}
.box-link img {
    width: 88px;
    margin-bottom: 8px
}
.box-link a {
    text-decoration: none;
}


/* --- CIUDAD SERVICIOS --- */

.bg-servicio {
    padding: 72px 0;
    border-bottom: 1px solid #51d1c9;  
}
.bg-servicio:last-child {
    border-bottom: none;  
}
.archivo-docs {
    display: none
}
.container-bg-servicios .bg-servicio:first-child {
    margin-top: -80px
}
.container-bg-servicios .bg-servicio:nth-child(3) .archivo-docs {
    display: block;
}

.icon-servicio {
    width: 100px;
    margin-bottom: 16px;
    display: block;
}
.box-archivo {
    width: 100%;
    height: 68px;
    margin-bottom: 20px;
    color: #053630;
    display: inline-block;
    font-size: 22px;
    padding: 0 16px 0 80px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all .4s ease-in-out
}
.box-archivo:hover {
    color: #51d1c9
}
.box-archivo span {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #053630;
    border-radius: 50%;
    padding: 14px;
    text-align: center;
}


.box-collapse {
    width: 100%;
    min-height: 56px;
    margin-top: 16px;
    background-color: #E5EAEA;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    padding: 14px 64px 8px;
    position: relative;
}
.box-tarifas {
    background-color: #053630;
    color: #FFFFFF
}
.box-preguntas {
    height: auto;
    background-color: #053630;
    color: #FFFFFF;
    text-decoration: none;
}
.box-collapse::before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 12px;
    left: 16px;
    background-image: url(img/icon-docs-grey.svg);
}
.box-tarifas::before {
    background-image: url(img/icon-docs-white.svg);
}
.box-preguntas::before {
    background-image: url(img/icon-qa-white.svg);
}
.box-collapse::after {
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    top: 24px;
    right: 24px;
    background-image: url(img/caret-grey.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all .4s ease-in-out
}
.box-tarifas::after, .box-preguntas::after {
    background-image: url(img/caret.svg);
}
.box-collapse.active-acc::after {
    transform: rotate(180deg);
}
.box-collapse.collapsed::after, .box-collapse.cerrado::after {
    transform: rotate(0);
}


.box-collapse:hover {
    color: #51d1c9
}
.box-tarifas:hover, .box-tarifas:focus, .box-tarifas.active-acc::after,
.box-preguntas:focus {
    color: #FFFFFF
}
.box-archivo-old {
    width: calc(100% - 64px);
    height: 48px;
    line-height: 22px;
    margin-left: 64px;
    padding: 16px 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #E5EAEA;
    position: relative;
    transition: all .4s ease-in-out
}
.box-archivo-old::after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 16px;
    background-image: url(img/icon-open-grey.svg);
}

.container-datos {
    display: none;
}


/* --- SOLUCIONES INDUSTRIALES --- */

.container-empresas {
    width: 100%;
    max-width: 340px;
    margin: auto;
}
.container-empresas img {
    margin: 0 8px;
}

/* --- BOTÓN WHATSAPP --- */

.btn-whatsapp-mobile, .btn-whatsapp-desktop {
    width: 72px;
    height: 58px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: .9;
    transition: all .4s ease-in-out;
}
.btn-whatsapp-mobile:hover, .btn-whatsapp-desktop:hover {
    opacity: 1;
}
.btn-whatsapp-desktop {
    display: none;
}
.btn-whatsapp-mobile img, .btn-whatsapp-desktop img {
    width: 72px;
    position: absolute;
}


/* --- BOTÓN PSE --- */

.btn-pse {
    width: 266px;
    height: 90px;
    background-image: url(img/btn-pse.svg);
    display: block;
    margin: 24px auto;
    
}
.pagos-imgs img {
    max-width: 120px;
    display: inline-block;
}


/* --- BOTÓN AULAS SOSTENIBLES --- */

.btn-aulas {
    width: 150px;
    height: 180px;
    position: fixed;
    bottom: 150px;
    right: 32px;
    z-index: 10;
    transition: all .4s ease-in-out;
}
.btn-aulas:hover {
    width: 158px;
    bottom: 154px;
    right: 28px;
}


/* --- BOTÓN AGENDAMIENTO --- */

.btn-agendamiento {
    width: 280px;
    border-radius: 16px;
    background-color: #51d1c9;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    position: fixed;
    bottom: 80px;
    right: 32px;
    z-index: 10;
    padding: 12px 12px 12px 40px;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}
.btn-agendamiento:hover {
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    color: #053630;
}
.btn-agendamiento span {
    width: 56px;
    height: 56px;
    background-image: url(img/icon-agendamiento.svg);
    position: absolute;
    top: -16px;
    left: -28px;
}


/* --- RELLENOS SANITARIOS --- */

.relleno-bg {
    padding: 96px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}
.relleno-bg h2 {
    font-size: 64px;
    margin-bottom: 0;
    display: block;
}
.relleno-text {
    max-width: 580px;
    position: relative;
    z-index: 10
}


/* --- SOSTENIBILIDAD --- */

.medium-banner-text {
    margin: 48px 0 32px;
}
.medium-banner-img {
    background-size: cover;
    background-position: center;
}
.ods-icon {
    width: 145px;
    margin: 0 2px 8px;
    display: inline-block;
    border-radius: 4px;
}
.box-programa {
    width: calc(100% - 32px);
    max-width: 400px;
    padding: 32px 24px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(5, 54, 48, .15);
}
.programa-icon {
    width: 68px;
    margin: 0 auto 24px;
    display: block;
}

.box-recorrido-text li {
    padding-left: 24px;
    margin-top: 12px;
    position: relative;
    list-style: none
}
.box-recorrido-text li::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 2px;
    background-image: url(img/icon-check-green.svg);
}
.container-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    margin-bottom: 16px;
    height: 0;
    overflow: hidden;
}
.container-video iframe {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}
video:active, video:focus {
    outline: none;
}


/* --- ATENCIÓN AL CLIENTE --- */

.box-tramite {
    width: calc(100% - 32px);
    max-width: 364px;
    height: 136px;
    font-family: 'RaptorV3PremiumSemibold';
    font-size: 20px;
    text-decoration: none;
    color: #053630;
    border-bottom: 2px solid #51d1c9;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.box-tramite img {
    width: 64px;
}
.box-tramite:nth-child(1), .box-tramite:nth-child(2) {
    background-color: hsl(174, 61%, 96%);
    border: none;
}


/* --- TRANSPARENCIA --- */

.container-transp-icons {
    height: 160px;
    margin-top: 48px;
}
#transparencia-default, #transparencia-reload {
    max-width: 140px;
    position: absolute;
    margin-left: -70px
}
#transparencia-reload {
    display: none;
}


/* --- CANALES DE ATENCIÓN --- */

.contact-default {
    max-width: 240px;
    margin-bottom: 96px
}

.franja-etica {
    background: #86abd1;
    padding: 96px 0;
    margin-top: 96px;
    display: none
}
.title-etica {
    height: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1
}
.contacto-etica {
    padding-left: 32px;
    position: relative;
}
.contacto-etica img {
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0
}


/* --- SELECT --- */

.form-select {
    height: 48px;
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    border-bottom: 1px solid #8ebb1f;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}



/* --- NOTICIAS --- */
.hub-blog-box {
    width: calc(100% - 24px);
    max-width: 420px;
    margin: 0 12px 48px;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.post-categories {
    display: inline-block;
    margin-right: 8px;
    padding-left: 0;
    font-size: 13px;
    transition: all .4s ease-in-out;
}
.post-categories li a {
     color: #51d1c9;
}
.post-categories li a:hover {
    color: #053630;
}
.post-categories li {
    list-style: none;
    text-transform: uppercase;
}

.hub-blog-box:hover .post-categories li a {
    color: #053630;
}

.hub-blog-box a {
    text-decoration: none;
}
.hub-blog-img {
    width: calc(100% + 24px);
    height: 180px;
    background-position: center;
    background-size: cover;
    margin-top: 8px;
    cursor: pointer;
    transition: all .4s ease-in-out
}
.blog-date {
    font-size: 16px;
    margin: 4px 0;
}
.hub-blog-text {
    width: 100%;
    display: block;
    background-color: #eaf5f5;
    padding: 2px 36px 12px 12px;
    margin-top: 4px;
    position: relative;
    font-size: 17px;
}
.hub-blog-text-btn {
    content: url('img/arrow-white.svg');
    width: 36px;
    height: 32px;
    padding: 3px 5px;
    background: #51d1c9;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hub-blog-box h3 {
    margin: 0
}
.hub-blog-box.first .hub-blog-text {
    margin-top: -6px;
}

.img-container {
    width: 100%;
    max-width: 800px;
}
.img-container img {
    width: 100%;
    height: auto;
}

.screen-reader-text, .screen-reader-response {
    display: none !important
}
.pagination {
    text-align: center;
}
.nav-links {
    margin: auto
}
.nav-links span, .nav-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 24px;
    background-color: #829895;
    display: inline-block;
    margin: 4px;
    padding: 4px 0;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.nav-links span.current, .nav-links a:hover {
    background-color: #51d1c9;
}

.blog-content h1 {
    font-size: 36px;
    line-height: 1.1;
    text-transform: none;
}
.blog-content h4 {
    margin-bottom: 16px;
    padding-left: 10%
}
.excerpt {
    font-size: 20px
}
.blog-content p {
    margin: 0 0 24px;
}

.blog-content ul {
    padding-left: 16px
}
.blog-content ul li {
    padding-top: 8px
}

ul.post-categories li {
    display: inline-block;
}
ul.post-categories li:first-of-type {
    margin-right: 12px
}
.blog-content img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 640px;
    display: inherit;
    margin: 0 auto 16px;
}
.blog-content .wp-block-embed__wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.blog-content td {
    padding: 8px;
    border: 1px solid #CCCCCC;
}
figcaption {
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
    color: #829895
}
.box-share {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-share {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #053630;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    top: 6px;
    transition: all .3s ease-in-out
}
.btn-share img {
    width: 20px;
    margin: 0;
    transition: all .3s ease-in-out
}
.btn-share:hover {
    width: 36px;
    height: 36px;
    margin-left: -2px;
    margin-top: -4px;
    background: #51d1c9;
    border: 2px solid #51d1c9;
}
.btn-share:hover img {
    width: 24px;
}

.wp-block-embed__wrapper {
    max-width: 920px !important;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.wp-block-embed__wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

.elfsight-app-2d22a110-e0a3-4ab2-a90f-6a8662f24b08,
.elfsight-app-58754de0-3e0b-44cd-ac0c-42be5d84ff6c {
    position: relative;
}
.elfsight-app-2d22a110-e0a3-4ab2-a90f-6a8662f24b08::after, .elfsight-app-58754de0-3e0b-44cd-ac0c-42be5d84ff6c::after {
    content: '';
    width: calc(100% - 16px);
    height: 48px;
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 100000;
}


/* --- TRABAJA CON NOSOTROS --- */

.cta-trabaja {
    width: calc(100% - 32px);
    max-width: 316px;
    margin: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}
.cta-trabaja a:hover {
    color: #053630
}

.cta-trabaja img {
    width: 100%;
}
.btn-trabaja {
    width: 100%;
    color: #FFFFFF;
    background: #51d1c9;
    padding: 28px 16px 28px 32px;
    font-size: 20px;
    text-align: left;
    margin-top: 16px;
    display: inline-block;
    box-shadow: 4px 4px 0 rgba(0,0,0,.1);
    position: relative;
    cursor: pointer;
}
.btn-trabaja::before {
    content: url('img/arrow-trabaja.svg');
    width: 14px;
    height: 22px;
    position: absolute;
    left: 8px;
    top: 24px;
}
.btn-trabaja::after {
    content: '';
    width: 244px;
    height: 1px;
    position: absolute;
    background: #568428;
    left: 0;
    bottom: 22px;
}
.btn-trabaja span {
    width: 212px;
    display: inline-block;
}
.btn-trabaja img {
    width: 56px;
    float: right;
}

.submenu-regionales {
    width: auto;
    margin-bottom: 16px;
    display: none;
}
.submenu-regionales a {
    width: 100%;
    max-width: 316px;
    padding: 8px 16px;
    background: #51d1c9;
    font-size: 13px;
    border: 1px solid #FFFFFF;
    display: block;
    margin: auto;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.submenu-regionales a:hover {
    background: #E6EAEA;
}
.submenu-regionales a:last-child {
    background: #053630;
    color: #FFFFFF;
}
.submenu-regionales a:last-child:hover {
    background: #568428;
    color: #FFFFFF;
}

.btn-trabaja-cv {
    width: calc(100% - 32px);
    max-width: 580px;
    background: #053630;
    color: #FFFFFF;
    margin: 32px auto 0;
    padding: 16px 32px;
    text-decoration: none;
}

.submenu-regional a {
    width: 100%;
    max-width: 366px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    color: #FFFFFF;
    display: inline-block;
    background-color: #053630;
    text-decoration: none;
    border-radius: 4px;
    margin: 4px 2px;
}
.submenu-regional a:hover {
    color: #053630;
    background-color: #51d1c9;
}

.trabaja-info-titulo {
    width: 94%;
    max-width: 540px;
    font-size: 28px;
    line-height: 1;
    background: #51d1c9;
    padding: 12px 40px;
    position: absolute;
    top: -20px;
    left: 4%;
}
.trabaja-info-box {
    width: 100%;
    position: relative;
    background: #eff6f6;
    text-align: center;
    padding: 56px 0 16px;
    display: inline-block;
}
.trabaja-info-box div {
    width: calc(100% - 32px);
    position: relative;
    margin: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #51d1c9;
}
.trabaja-info-box div:last-child {
    border-bottom: none;
}
.trabaja-info-box a b{
    font-size: 15px;
}

.container-vacantes {
    padding-top: 40px;
}
.box-vacante {
    padding: 24px;
    margin: 16px 0;
    box-shadow: 0px 0px 10px 0px rgba(5, 54, 48, .15);
    border-radius: 12px;
}
.btn-aplicar {
    padding: 14px 28px 4px 0;
    display: inline-block;
    margin-top: 16px;
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    font-family: 'RaptorV3PremiumSemibold';
    text-decoration: none;
    border-bottom: 1px solid #053630;
}
.btn-aplicar::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 20px;
    background-image: url(img/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.btn-aplicar.btnActive {
    pointer-events: initial;
    cursor: pointer;
}
.aviso-politica {
    display: inline-block;
    color: #CCCCCC;
    font-size: 14px;
    padding-left: 16px;
}
.aviso-politica a {
    color: #CCCCCC;
}

.container-practicas a {
    display: inline-block;
    margin-bottom: 16px;
}

/* --- CHECKBOX --- */
.container-checkbox {
    height: 25px;
    display: inline-block;
    position: relative;
    top: 16px;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .container-checkbox input:checked ~ .checkmark {
    background-color: #51d1c9;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  .container-checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checkbox-text {
    display: inline-block;
    margin-left: 36px;
    position: relative;
  }


/* --- VISITAS GUIADAS --- */

.img-espacios {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.visitas-box {
    width: 100%;
    max-width: 374px;
    margin: 16px auto;
}
.visitas-box-img {
    width: 100%;
    height: 374px;
    float: left;
    background-size: cover;
    background-position: center;
}
.visitas-box-text {
    width: 100%;
    height: 374px;
    background: #053630;
    color: #FFFFFF;
    padding: 48px;
    font-size: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.visitas-box-text img {
    width: 52px;
    margin: 0 auto 20px;
    display: block;
}

.box-recorrido {
    width: 280px;
    height: 280px;
    margin: 16px auto;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.box-recorrido-text {
    text-align: left;
}

.visitas-inscripcion-titulo {
    margin-bottom: 32px;
}
.visitas-contacto {
    padding: 8px 0;
    border-bottom: 1px solid #FFFFFF;
}
.visitas-contacto:last-child {
    border-bottom: none;
}
.visitas-datos {
    width: calc(100% - 44px);
    margin-left: 12px;
    display: inline-flex;
    position: relative;
    top: -6px;
}


  /* --- Botones pago --- */

  .container-botones-pago a img {
    width: 100%;
    max-width: 262px;
    opacity: 1;
    transition: all .4s ease-in-out;
  }
  .container-botones-pago a img:hover {
    opacity: .7;
  }


/* --- RUTAS SERVICIOS --- */

input#buscaBarrio {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    padding: 8px 16px;
    margin-top: 24px;
    border: 2px solid #053630;
}
#tableBarrio {
    display: none;
    width: 100%;
    max-width: 840px;
    font-size: 16px;
    background-color: #f2f2f2;
    margin: 16px auto;
}
#tableBarrio table {
    width: 100%;
    line-height: 1.1;
}
#tableBarrio table thead th {
    font-weight: 700;
    padding: 6px 4px;
    border-bottom: 1px solid #CCCCCC;
}
#tableBarrio table tbody td {
    padding: 6px 4px;
}
#tableBarrio table thead tr th:nth-child(1), #tableBarrio table tbody tr td:nth-child(1) {
    width: 50%;
}
#tableBarrio table thead tr th:nth-child(2), #tableBarrio table tbody tr td:nth-child(2) {
    width: 230px;
}
#tableBarrio table thead tr th:nth-child(3), #tableBarrio table tbody tr td:nth-child(3) {
    width: 120px;
}

.container-iframe {
    width:100%;
    margin:0 auto 16px;
}
.container-iframe div {
    width:100%;
    height:0;
    overflow:hidden;
    padding-bottom:156.25%;
    position:relative;
}
.container-iframe div iframe {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
}


/* --- Botón FonUrbaser --- */

.btn-fonurbaser {
    width: 180px;
    height: 52px;
    position: fixed;
    bottom: 40px;
    right: 12px;
    color: #053630;
    z-index: 100;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 8px 0 28px;
    border-radius: 0 24px 24px 0;
    cursor: pointer;
    background-color: #d5ecef;
}
.btn-fonurbaser::before {
    content: url('img/icon-fonurbaser-dark.svg');
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: -7px;
    left: -44px;
}


  /* --- FOOTER --- */

  .btn-pago-factura {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #51d1c9;
    position: fixed;
    bottom: 100px;
    right: 35px;
    cursor: pointer;
    background-image: url(img/icon-factura.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
  }
.btn-pago-factura.active {
    background-image: url(img/icon-close-grey.svg);
    background-size: 24px;
  }
.pago-factura {
    width: 188px;
    height: 48px;
    border-radius: 4px;
    background-color: rgba(255,255,255,.9);
    position: fixed;
    bottom: 104px;
    right: 100px;
    font-size: 15px;
    color: #053630;
    padding: 12px 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    z-index: 100;
  }
  .pago-factura span {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-image: url(img/icon-close-grey.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
  }

  .pago-factura-links {
    width: 252px;
    height: auto;
    padding: 8px 0;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 168px;
    right: 38px;
    font-size: 15px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    display: none;
  }

    .pago-factura-links a {
    width: 252px;
    padding: 10px 24px;
    display: block;
    color: #053630;
  }

footer {
    width: 100%;
    padding: 64px 0 32px;
    background: #053630;
    color: #FFFFFF
}
footer ul {
    list-style: none;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
}
footer ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
footer a:hover {
    color: #51d1c9;
}
footer ul li a {
    width: 100%;
    display: inline-block;
    font-size: 16px
}

footer .caret {
    display: none;
}
.footer-brand {
    width: calc(100% - 16px);
    max-width: 220px;
    display: block;
    margin-bottom: 24px;
}

footer .container-social {
    width: 100%;
    margin-bottom: 24px;
}

.footer-info {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all .3s ease-in-out
}
.footer-info div {
    width: calc(100% - 24px);
    padding-left: 24px;
    display: inline-block;
    position: relative;
}
.footer-info div::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-info .footer-direccion::before {
    content: url('img/icon-marker-footer-2.svg');
}
.footer-info .footer-horarios::before {
    content: url('img/icon-time-footer.svg');
}
.footer-info .footer-telefono::before {
    content: url('img/icon-celphone-footer.svg');
}
.footer-info .footer-mail::before {
    content: url('img/icon-mail-footer.svg');
}
.footer-info .footer-politicas::before {
    content: url('img/icon-doc-footer.svg');
}
.bottom-bar {
    width: 100%;
    font-size: 14px;
    background: #F7F8F8;
    padding: 12px 0;
}
.container-politicas {
    padding: 12px;
}
.container-politicas a {
    text-decoration: none;
    margin: 0 24px 8px 0;
    display: inline-block;
}
.logo-superservicios {
    width: 120px
}



/*-- RESPONSIVE -- */

@media (min-width: 576px) {

    .main-banner {
        padding: 160px 16px;
    }
    .main-banner.intern {
        padding: 200px 16px;
    }
    .home-title-2 {
        width: 90%;
        padding: 40px 24px;
    }

    .banner-contacto {
        padding: 180px 0;
    }
    .trabaja-info-box a b{
        font-size: 20px;
    }
    .servicios-title {
        padding: 24px 80px;
    }
    .container-datos .box-contacto-ciudad:last-child a, .box-contacto-text.mail, .box-contacto-ciudad.notifs {
        font-size: 18px
    }
    .politicas {
        padding-top: 0;
    }
    .politicas a {
        width: auto;
        margin-right: 36px;
        margin-bottom: 0;
    }
    .politicas a:last-child {
        margin-right: 0;
    }

    .container-iframe div {
        padding-bottom:126.25%;
    }
    
    .box-contacto-ciudad {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .box-contacto-ciudad::after {
        content: '';
        width: 3px;
        height: 100%;
        left: 100%;
        bottom: 0;
        margin-left: 0;
    }

    .img-circularidad {
        max-width: 360px;
    }
    .btn-circ {
        width: 94px;
        height: 94px;
    }
    .btn-circ::after {
        width: 98px;
    }
    .pulse {
        width: 94px;
        height: 94px;
    }
        @keyframes pulse {
        0% {
            width: 94px;
            height: 94px;
            opacity: 1
        }
        60% {
            width: 134px;
            height: 134px;
            top: -20px;
            right: -20px;
            opacity: 0
        }
        100% {
            width: 94px;
            height: 94px;
            opacity: 0
        }
    }
    #trazabilidad {
        top: 2px;
        left: 140px;
    }
    #cultura {
        top: 98px;
        right: 2px;
    }
    #valorizacion {
        bottom: 22px;
        right: 58px;
    }
    #disrupcion {
        bottom: 26px;
        left: 52px;
    }
    #integralidad {
        top: 95px;
        left: 4px;
    }

    .container-empresas {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 64px;
    }
    .home-title h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 16px;
    }

    .container>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        transition: all .3s ease-in-out
    }
    .navbar-nav {
        max-height: none;
        overflow-y: visible;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .container-cifras {
        text-align: center;
    }
    .box-cifra {
        margin: 36px 48px;
    }
    .cifra-number {
        font-size: 80px;
    }
    .cifra-text {
        font-size: 15px
    }

    .main-banner {
        padding: 160px 16px;
    }
    .medium-banner-img {
        padding: 220px 0;
    }
    .home-title-2 {
        width: 80%;
        padding: 48px 24px;
    }

    .banner-contacto {
        padding: 220px 0;
    }

    .box-social {
        top: 160px;
    }
    .box-contacto-ciudad.box-cac {
        width: calc(100% - 28px)
    }
    .box-contacto-text {
        padding: 0 24px;
    }
    .foto-cac {
        width: calc(50% - 24px);
        height: 100%;
        position: absolute;
        border-radius: 0 16px 16px 0;
        top: 0;
        right: 0
    }
    .bcc-column {
        width: calc(50% - 28px);
        display: inline-block;
        vertical-align: top;
    }
    .bcc-left {
        width: 24%;
        height: 100%;
        background-image: url(img/curve-cac.svg);
        background-position: right;
        background-size: cover;
        border-radius: 16px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .hub-blog-box {
        max-width: 320px;
    }
    .blog-content h1 {
        font-size: 64px
    }
    .excerpt {
        font-size: 24px
    }

    .popup-body {
        padding: 0 24px;
    }
    .popup-box-regional h3 {
        font-size: 22px;
        padding-left: 20px;
        margin: 8px 0;
    }
    .popup-box-regional h3::before {
        height: 40px;
        top: -8px;
    }
    .popup-box-regional a {
        height: 36px;
        font-size: 17px;
        line-height: 1.1;
        padding-left: 40px;
    }
    .popup-box-regional a span {
        width: 34px;
        height: 34px;
        top: -2px;
    }
    .popup-logo {
        width: 80px;
        position: absolute;
        right: 32px;
        bottom: 24px;
    }

    .trabaja-info-titulo {
        left: 50%;
        margin-left: -260px;
    }

    .modal-dialog {
        max-width: 540px;
    }

    .box-tramite {
        width: calc(33.33% - 6px);
        border-bottom: none;
        border-right: 2px solid #51d1c9;
        vertical-align: top;
    }
    .box-tramite:nth-child(1), .box-tramite:nth-child(2) {
        width: calc(50% - 12px);
        max-width: 514px;
    }
    .box-tramite:last-child {
        border-right: none;
    }

    .container-iframe div {
        padding-bottom:106.25%;
    }
    .box-zona {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
    }

    .btn-whatsapp-mobile {
        display: none;
    }
    .btn-whatsapp-desktop {
        display: block;
    }

    .container-empresas {
        max-width: 800px;
    }

}


@media (min-width: 992px) {

    header {
        height: 139px;
    }

    .container>.navbar-header {
        border-bottom: none;
    }
    .navbar-expand-lg {
        flex-direction: column;
        padding: 32px 8px 0;
    }
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
    .navbar-collapse {
        height: 48px;
        box-shadow: none;
        border-bottom: none;
    }
    .navbar-nav>li>a {
        height: 48px;
        font-size: 12px;
        line-height: 1;
        padding: 8px 12px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav>li>.dropdown-menu {
        width: auto;
        min-width: 240px;
        max-width: 380px;
        top: 48px;
        left: 0;
        padding: 0;
    }
   .navbar-nav>li.menu-item-6985 .dropdown-menu {
        min-width: 320px;
   }

    .dropdown-menu.show ul.dropdown-menu {
        margin-top: 12px;
    }

    .dropdown-menu li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        position: relative;
        margin-top: 0;
    }

    .dropdown-menu li ul {
        position: relative !important;
        background: transparent;
    }
    
    .dropdown-menu li ul li{
        width: 100%;
    }
    
    .dropdown-menu>li>a {
        padding: 14px 36px;
        display: block;
    }
    .dropdown-menu li ul li{
        box-shadow: none;
        border-radius: 6px;
        position: relative;
        transition: all .4s ease-in-out
    }

    .home-main-banner {
        padding: 220px 0;
    }
    .home-title {
        bottom: 40px;
    }
    .home-title h1 {
        font-size: 56px;
    }

    .box-cifra {
        min-width: 280px;
        display: inline-block;
    }

    .main-banner {
        padding: 250px 24px;
        margin-bottom: 0;
        top: 12px;
    }
    .main-banner.intern {
        padding: 220px 16px;
        top: 0;
    }

    .main-banner-text, .medium-banner-text {
        padding: 0 24px;
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }
    .medium-banner-img {
        padding: 260px 0;
    }

    .box-recorrido {
        width: 220px;
        height: 220px;
    }

    .container-servicios {
        flex-direction: row;
    }
    .box-servicio {
        width: 25%;
        max-width: none;
        border-bottom: none;
        padding: 0 8px;
    }
    .line-servicio {
        width: 3px;
        height: 100%;
    }

    .row-infraestructura {
        display: flex;
    }
    .infraestructura-img {
        width: 50%;
        height: inherit;
    }
    .infraestructura-text {
        width: 50%;
        height: auto;
        min-height: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 16px 32px;
    }
    .row-infraestructura:nth-child(even) .infraestructura-img {
        order: 2;
    }
    .row-infraestructura:nth-child(even) .infraestructura-text {
        order: 1;
    }
    .infraestructura-text::before {
        transform: rotate(-90deg);
        top: calc(50% - 20px);
        left: -20px;
    }
    .row-infraestructura:nth-child(even) .infraestructura-text::before {
        transform: rotate(90deg);
        left: initial;
        right: -20px;
    }

    .hub-blog-box.first {
        margin: 0 auto;
    }
    .hub-blog-title {
        min-height: 110px;
    }

    .container-datos .box-contacto-ciudad:last-child a, .box-notifs a {
        font-size: 14px
    }

    .modal-dialog {
        max-width: 580px;
    }

    .visitas-box {
        max-width: none;
    }
    .visitas-box-img {
        width: 50%;
    }
    .visitas-box-text {
        width: 50%;
    }
    .visitas-box:nth-child(2) .visitas-box-img {
        float: right;
    }

    .box-tramite {
        height: auto;
        margin: 36px 0;
    }
    .box-tramite:nth-child(1), .box-tramite:nth-child(2) {
        padding: 36px 0;
        margin: 0;
    }

    .container-iframe div {
        padding-bottom:86.25%;
    }

    .btn-fonurbaser {
        bottom: initial;
        top: 240px;
    }

    #trazabilidad .btn-circ-infobox {
        top: -20px;
        left: 300px;
    }
    #cultura .btn-circ-infobox {
        top: -50px;
        right: -268px;
    }
    #valorizacion .btn-circ-infobox {
        bottom: -40px;
        right: -340px;
    }
    #disrupcion .btn-circ-infobox {
        bottom: -30px;
        left: -330px;
        text-align: right;
    }
    #integralidad .btn-circ-infobox {
        top: -60px;
        left: -270px;
        text-align: right;
    }

    .container-empresas {
        max-width: 980px;
    }

}


@media (min-width: 1200px) {

    .navbar-nav>li>a {
        font-size: 14px;
        padding: 16px 18px;
    }

    .main-banner.intern {
        padding: 240px 16px;
    }
    .home-main-banner {
        padding: 260px 0;
    }
    .home-title {
        bottom: 80px;
    }
    .main-banner-text {
        padding: 0 32px;
    }
    .col-lg-4.main-banner-text {
        padding: 0 7% 0 24px;
    }

    .home-title-2 {
        max-width: 700px;
        padding: 48px 28px;
    }

    .container_container-cifras {
        max-width: 1280px;
    }
    .container-cifras {
        text-align: center;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .container-cifras.cifras-home {
        justify-content: space-between;
    }
    .box-cifra {
        margin: 32px 0;
    }
    .observer {
        bottom: 20%;
    }

    .hub-blog-box {
        max-width: 336px;
    }

    .container-canales {
        display: inline-flex;
    }
    .box-contacto-ciudad::after {
        content: '';
        width: 3px;
        height: 100%;
        left: initial;
        right: 0;
        bottom: 0;
        margin-left: 0;
    }
    .box-link {
        width: calc(33.33% - 24px);
        max-width: 420px;
        margin: 32px 8px 0;
    }

    .submenu-regionales {
        width: 700px;
        top: 16px;
        left: 0;
        position: relative;
        padding: 8px 0 0;
        z-index: 1;
    }
    .submenu-regionales a {
        width: auto;
        min-width: 168px;
        float: left;
        padding: 10px 19px 8px 20px;
    }
    .btn-trabaja-cv {
        margin-top: 88px;
    }

    .modal-dialog {
        max-width: 640px;
    }

    .box-recorrido {
        width: 240px;
        height: 240px;
        margin: 16px 0;
    }
    .text-servicio{
        max-width: 540px;
    }

    .container-iframe div {
        padding-bottom:66.25%;
    }

    .circ-bullet {
        width: 18px !important;
        position: absolute;
    }
    .circ-linea {
        width: 180px;
        height: 22px;
        position: absolute;
    }

    .btn-circ h3 {
        position: absolute;
        color: #FFFFFF;
    }
    
    #trazabilidad .btn-circ-infobox {
        top: -60px;
        left: 280px;
    }
    #trazabilidad .circ-bullet {
        top: -17px;
        left: 82px;
    }
    #trazabilidad .circ-linea {
        top: -11px;
        left: 102px;
    }
    #trazabilidad h3 {
        top: -42px;
        left: 152px;
    }

    #cultura .btn-circ-infobox {
        top: -88px;
        right: -414px;
    }
    #cultura .circ-bullet {
        top: -9px;
        left: 94px;
    }
    #cultura .circ-linea {
        top: -12px;
        left: 112px;
    }
    #cultura h3 {
        width: 120px;
        text-align: right;
        top: -75px;
        left: 100px;
    }

    #valorizacion .btn-circ-infobox {
        bottom: -70px;
        right: -440px;
    }
    #valorizacion .circ-bullet {
        bottom: -2px;
        left: 100px;
    }
    #valorizacion .circ-linea {
        bottom: 4px;
        left: 118px;
    }
    #valorizacion h3 {
        bottom: 12px;
        left: 136px;
    }

    #disrupcion .btn-circ-infobox {
        bottom: -50px;
        left: -430px;
        text-align: right;
    }
    #disrupcion .circ-bullet {
        bottom: -8px;
        right: 90px;
    }
    #disrupcion .circ-linea {
        bottom: -2px;
        right: 108px;
    }
    #disrupcion h3 {
        bottom: 6px;
        left: -120px;
    }

    #integralidad .btn-circ-infobox {
        max-width: 230px;
        top: -58px;
        left: -370px;
        text-align: right;
    }
    #integralidad .circ-bullet {
        top: -9px;
        right: 100px;
    }
    #integralidad .circ-linea {
        top: -4px;
        right: 118px;
    }
    #integralidad h3 {
        top: -52px;
        left: -124px;
    }

    .container-empresas {
        max-width: 1200px;
    }

}


@media (min-width: 1600px) {

    .navbar {
        padding: 32px 6rem 0;
    }

    .navbar-nav>li>a {
        font-size: 15px;
        padding: 18px 24px;
    }
    .dropdown-menu {
        font-size: 15px;
    }
    .navbar-nav>li>.dropdown-menu::before {
        margin-left: -238px;
    }

    .home-main-banner {
        background-size: cover;
        background-position: center;
        padding: 340px 0;
    }
    .home-title {
        max-width: 720px;
        padding: 24px 52px 24px 7%;
        bottom: 140px;
    }
    .home-main-banner-pie {
        max-width: 620px;
        padding: 8px 52px 8px 9%;
    }
    .home-main-banner-text {
        margin-left: -120px
    }

    .main-banner {
        padding: 220px 16px;
        padding-left: 156px;
    }
    .main-banner.intern {
        padding: 260px 16px;
    }
    .medium-banner-img {
        padding: 320px 0;
    }
    .main-banner-text {
        padding: 0 7%;
    }

    .home-title-2 {
        max-width: 660px;
        padding: 72px 32px 72px 6%;
    }

    .banner-contacto {
        padding: 240px 16px;
        background-position: top;
    }

    .hub-blog-box {
        max-width: 390px;
        margin: 0 16px 48px;
    }

    .trabaja-info-box div {
        width: calc(33.33% - 32px);
        float: left;
        padding: 0 12px;
        border-bottom: none;
        border-right: 1px solid #51d1c9;
    }
    .trabaja-info-box div:last-child {
        border-right: none;
    }
    .modal-dialog {
        max-width: 720px;
    }

    .main-banner-text, .medium-banner-text {
        padding: 0 48px;
    }
    .box-link {
        padding: 0 32px;
    }

    .text-servicio{
        max-width: 640px;
    }

     .btn-circ h3 {
        font-size: 20px;
    }
    .circ-linea {
        width: 214px;
        height: 26px;
    }

    #trazabilidad .btn-circ-infobox {
        left: 313px;
    }
    #trazabilidad .circ-linea {
        top: -11px;
        left: 102px;
    }
    #trazabilidad h3 {
        top: -44px;
        left: 158px;
    }

    #cultura .btn-circ-infobox {
        right: -500px;
    }
    #cultura .circ-linea {
        top: -13px;
        left: 112px;
    }
    #cultura h3 {
        width: 190px;
        top: -56px;
        left: 114px;
    }

    #valorizacion .btn-circ-infobox {
        bottom: -108px;
        right: -514px;
    }
    #valorizacion .circ-linea {
        bottom: 4px;
        left: 118px;
    }
    #valorizacion h3 {
        bottom: -20px;
        left: 176px;
    }

    #disrupcion .btn-circ-infobox {
        bottom: -50px;
        left: -485px;
    }
    #disrupcion .circ-linea {
        bottom: -2px;
        right: 108px;
    }
    #disrupcion h3 {
        bottom: -26px;
        left: -194px;
    }

    #integralidad .btn-circ-infobox {
        top: -58px;
        left: -472px;
    }
    #integralidad .circ-linea {
        top: -4px;
        right: 118px;
    }
    #integralidad h3 {
        top: -38px;
        left: -220px;
    }

    .container-empresas {
        max-width: 1400px;
    }
}
