/*
Theme Name: Ecoambiental
Theme URI: www.urbaser.co
Description: Tema desarrollado para Urbaser Colombia. 
Version: 2021
Author URL: www.indeev.co
*/

/*-----------------------------------------------------------
* Project Name: Urbaser Colombia
* File name:  style_20220611.css
* Data: Jan 2021
* Author: www.indeev.co
------------------------------------------------------------*/


/*--------------------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 {
    width: 100%;
    height:100%
}
body {
    font-family: 'RaptorV3PremiumRegular';
    text-rendering: optimizelegibility;
    font-size: 17px;
    color: #053630;
    letter-spacing: .2px;
}


/*-- GENERAL STYLES --*/

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

h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 24px 0 15px;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px
}
h5 {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0
}
h6 {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0
}

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

a {
    color: #053630;
    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: 24px
}
ol li {
    margin-top: 8px
}
hr {
    margin: 24px 0
}
img {
    width: 100%;
}
*::-moz-selection {
    color: #FFFFFF;
    background: #51d1c9;
}
*::selection {
    color: #FFFFFF;
    background: #51d1c9;
}

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

.cursor {
    cursor:pointer
}

.btn {
    font-family: 'RaptorV3PremiumSemibold';
    font-size: 15px;
    width: auto;
    text-align: center;
    border-radius: 4px;
    background: #053630;
    color: #FFFFFF;
    border: none;
    padding: 14px 30px;
    margin: 8px 8px 8px 0;
    display: inline-block;
    position: relative;
    transition: all .4s ease-in-out
}
.btn:hover {
    background: #51d1c9;
    color: #053630
}
.btn:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}
.btn img {
    width: 24px;
    margin-right: 8px;
}
.btn-secondary {
    background-color: #FFFFFF;
    border: 1px solid #51d1c9;
    color: #51d1c9;
    border-radius: 32px;
}
.btn-info {
    background-color: transparent;
    border: 1px solid #053630;
    color: #053630;
}
.btn-politica img {
    width: 56px;
}

.btn-politica span {
    display: inline-block;
    vertical-align: middle;
}
.btn-politica:hover {
    background: #C3DBDB;
    color: #053630
}


.btn-light {
    width: 100%;
    padding: 8px;
    background-color: #51d1c9;
    color: #053630;
}
.btn-light:hover {
    background-color: #053630;
    color: #FFFFFF;
}


.icon {
    width: 64px !important;
    height: 64px !important;
    display: inline-block;
    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
}
.top80{
    margin-top: 80px
}
.top100{
    padding-top: 100px;
}
.top150{
    margin-top: 150px;
}

/*--- GENERAL --- */

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}
.container-fluid .row .col {
    padding: 0
}
.container-default {
    padding-top: 190px;
}
.bg {
    position: relative;
}
.bg-light {
    background: #ebece1 !important;
    margin-top: 96px;
    padding-bottom: 96px;
}

.bg-green {
    background: #053630;
    padding: 80px 0
}

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


/* --- HEADER --- */

header {
    width: 100%;
    height: 160px;
}
header.nav-scroll {
    height: 94px;
}
.topbar {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    padding-left: 1rem;
}
.topbar-social{
    width: auto;
    display: inline-block;
    padding: 8px 0;
}
.topbar-social a {
    width: auto;
    display: inline-block;
    margin-right: 12px;
    text-decoration: none;
}
.topbar-social a img {
    width: 24px;
}
.topbar-social a b {
    margin: 2px 0 0 8px;
}
.topbar-menu {
    width: auto;
    height: 100%;
    float: right;
}
.menu-top-bar-container {
    height: 100%;
}
.topbar-navbar {
    height: 100%;
    margin-bottom: 0;
}
.topbar-menu li {
    height: 100%;
    display: inline-flex;
    float: left;
}
.topbar-menu a {
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
}
.topbar-menu li:nth-child(3) a {
    background-color: #C3DBDB;
}
.topbar-menu li:last-child a {
    background-color: #51d1c9;
}
.topbar-menu li:last-child:hover a {
    color: #FFFFFF;
}
.topbar-item {
    background-color: #C3DBDB;
}
li.topbar-item a {
    color: #053630 !important;
}

.navbar {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    background: #053630;
    text-transform: uppercase;
    align-items: initial;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    width: 180px;
    margin-left: 16px;
    padding-top: 12px;
    transition: .3s ease-in-out
}

.navbar-nav {
    max-height: 580px;
    overflow-y: scroll;
}
.navbar-nav>li {
    padding: 0;
}
.navbar-nav>li>a {
    width: 100%;
    display: inline-block;
    padding: 16px 24px;
    text-decoration: none;
    color: #FFFFFF;
}

.navbar-nav>li>a:hover {
    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: #E5EAEA;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 0 16px
}
.dropdown-menu li a {
    width: 100%;
    color: #053630;
    padding: 8px 24px;
    display: inline-block;
    text-decoration: none;
}
.dropdown-menu .dropdown-menu {
    padding: 0
}

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


.dropdown.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;
}

header.nav-scroll .navbar {
    box-shadow: 0 4px 4px rgba(0,0,0,.2)
}
header.nav-scroll .navbar-brand {
    width: 120px;
    padding-top: 8px;
}
.navbar-collapse {
    transition: all .3s ease-in-out;
}
header.nav-scroll .navbar-collapse {
    margin-top: 8px
}

.navbar-toggler {
    height: 40px;
    margin: 20px 12px 0 0;
    padding-top: 10px;
    border-color: #FFFFFF;
    transition: all .3s ease-in-out;
}
.nav-scroll .navbar-toggler {
    margin: 6px 12px 0 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.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 -1px;
}
.navbar-toggler span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 4px -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;
}

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


/* --- HOME --- */

.main-banner {
    padding: 60px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 116px
} 
.main-banner-text {
    width: 100%;
    max-width: 480px;
    color: #FFFFFF;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}
.main-banner-text p {
    margin-top: 64px;
}
.main-banner-text span {
    color: #51d1c9;
}
.main-banner-text .destacado {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 16px;
}
.main-banner-curves {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.banner-shadow {
    width: 100%;
    max-width: 480px;
    height: 100%;
    background-color: #053630;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
}


/* 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 div {
    height: 72px;
    font-size: 20px;
    line-height: 1.1;
    color: #FFFFFF;
    background-color: #053630;
    border-radius: 36px;
    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;
}
#trazabilidad {
    top: 2px;
    left: 125px;
}
#cultura {
    top: 88px;
    right: 3px;
}
#valorizacion {
    bottom: 20px;
    right: 53px;
}
#disrupcion {
    bottom: 24px;
    left: 47px;
}
#integralidad {
    top: 85px;
    left: 5px;
}
.btn-circ div {
    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 div span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: -12px;
    right: 12px;
    cursor: pointer;
}
.btn-circ div h3, .btn-circ div p  {
    margin-top: 8px;
}

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

/* INTERNAS */

.container-intern {
    margin-top: 116px;
}
.main-banner.intern {
    margin-top: 0;
    min-height: 400px;
}
.banner-intern-text {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-intern-text h1 {
    margin-top: 40px;
}
.box-default {
    width: 100%;
    background-color: #C3DBDB;
    padding: 16px;
    border: 3px solid #51d1c9;
    margin-bottom: 16px;
}

/* --- INFRAESTRUCTURA --- */

.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;
}

/* HUB SOLUCIONES */

.container-hub-soluciones {
    width: 100%;
    display: inline-flex;
   justify-content: center;
}
.solucion {
    width: 280px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0 0 16px;
    text-decoration: none;
    margin: 16px;
    transition: all .4s ease-in-out;
}
.solucion:hover {
    box-shadow: 0 0 16px rgba(0,0,0,.1);
}
.solucion:hover .btn-secondary {
    background-color: #51d1c9;
    border: 1px solid #51d1c9;
    color: #053630;
}
.solucion-img {
    width: 280px;
    height: 200px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.solucion h3 {
    padding: 0 16px;
}

/* PAGOS */

.box-pagos-presenciales {
    padding: 0 12px;
}
.box-pagos-presenciales div {
   align-items: center;
}
.box-pagos-presenciales img {
    max-width: 240px;
    margin-top: 16px;
 }
.pagos-digitales-logo {
    width: 180px;
    margin-bottom: 8px;
    margin-right: 40px;
}
.box-pagos-digitales .entidades {
    width: 190px;
}

/* CANALES */

.canales-icon {
    width: 48px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 8px 0 ;
}

/* NUESTRA COMPAÑÍA */
.trayectoria {
    width: 310px;
    height: 450px;
    margin: 0 auto 72px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trayectoria-linea {
    width: 3px;
    height: 100%;
    left: 10px;
    padding: 0;
    position: absolute;
    z-index: -1;
    background-color: #C3DBDB;
}
.trayectoria-hito {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    background-color: #C3DBDB;
    position: relative;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.trayectoria-hito:hover, .trayectoria-hito.active {
    background-color: #51d1c9;
}
.trayectoria-hito-text {
    width: 280px;
    margin-left: 22px;
    padding-left: 16px;
    position: absolute;
    top: -4px;
    text-align: left;
    display: none;
}

.trayectoria .trayectoria-hito:nth-child(1) .trayectoria-hito-text{
    display: block;
}
.trayectoria-hito-text p {
    margin-top: 8px;
}

.certificacion {
    max-width: 116px;
    display: inline-block;
    margin: 16px;
}
.certificacion:last-of-type {
    max-width: 168px;
}

/* COBERTURA */
.cobertura-map {
    max-width: 800px;
    margin-bottom: 16px;
}

/* FORM */

.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wpforms-container input.wpforms-field-medium {
    max-width: none !important;
}

.wpforms-container legend {
    font-size: 17px;
}
.wpforms-field-label {
    font-family: 'RaptorV3PremiumSemiBold';
    margin: 24px 0 0 12px;
}
.wpforms-field-sublabel {
    font-size: 15px;
    margin: 0 0 0 12px;
}
.wpforms-container input, .wpforms-container textarea {
    height: 40px;
    width: calc(100% - 24px);
    display: block;
    margin: 0 12px;
    padding: 8px;
}
.wpforms-container textarea {
    height: 100px;
}
.wpforms-field-checkbox {
   margin-top: 24px;
}
.wpforms-field-checkbox legend {
    display: none;
}
.wpforms-container ul {
    list-style: none;
    padding-left: 0;
}
.wpforms-container input[type='checkbox'] {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin: 0 12px 0;
    padding: 0;
    position: relative;
    top: 4px;
}
.wpforms-container input:focus {
    border-color: red;
}
.wpforms-container input:active {
    border-color: green;
}

div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=checkbox]:after {
    top: -6px !important;
}
.wpforms-container .btn {
    margin: 24px 0 0 12px;
}

div.wpforms-container-full button[type=submit] {
    margin: 0!important;
    background-color: #053630 !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #053630 !important;
    color: #FFFFFF;
    border: none;
}
div.wpforms-container-full button[type=submit]:hover {
    background-color: #51d1c9 !important;
    color: #053630 !important;
}


/* BLOG */
.hub-blog-box {
    width: 320px;
    display: inline-block;
    margin: 8px;
    position: relative;
    text-decoration: none;
}
.hub-blog-img {
    width: 320px;
    height: 240px;
    margin-bottom: 8px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transition: all .4s ease-in-out;
}
.hub-blog-box time {
    position: absolute;
    font-family: 'RaptorV3PremiumBold';
    font-size: 13px;
    line-height: 1;
    background-color: #51d1c9;
    top: 16px;
    left: 0;
    padding: 6px 12px;
    transition: all .4s ease-in-out;
}
.hub-blog-box h3 {
    margin-top: 4px;
    font-family: 'RaptorV3PremiumSemibold';
    transition: all .4s ease-in-out;
}
.hub-blog-box:hover .hub-blog-img {
    opacity: .85;
}
.hub-blog-box:hover time {
    color: #FFFFFF;
}
.hub-blog-box:hover h3 {
    color: #51d1c9;
}

.img-container img, .wp-block-image img {
    width: 100%;
    height: auto;
}

.aside-blog-box {
    width: 320px;
    display: inline-block;
    margin: 16px 0 8px;
    position: relative;
    text-decoration: none;
}
.aside-blog-img {
    width: 120px;
    height: 80px;
    margin-bottom: 8px;
    margin-right: 8px;
    float: left;
    background-size: cover;
    background-position: center;
    transition: all .4s ease-in-out;
}
.aside-blog-text {
    width: calc(100% - 130px);
    float: left;
}
.aside-blog-box time {
    font-size: 13px;
    line-height: 1;
    transition: all .4s ease-in-out;
}
.aside-blog-box h3 {
    font-size: 15px;
    margin-top: 4px;
    font-family: 'RaptorV3PremiumSemibold';
    transition: all .4s ease-in-out;
}


  /* --- FOOTER --- */

footer {
    width: 100%;
    padding: 64px 0;
    background: #053630;
    color: #FFFFFF;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.row-logos {
    width: 100%;
    display: inline-block;
}
.row-logos img {
    width: auto;
    height: 56px;
    margin: 0 0 24px 32px;
    display: inline-block;
}
footer .col-lg-5 span {
    font-family: 'RaptorV3PremiumSemibold';
}
footer .col-lg-4 ul li:first-child a, footer .col-lg-5 span {
    display: inline-block;
    margin-top: 24px;
}
footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
footer ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px
}

footer ul li a {
    width: 100%;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

footer a:hover {
    color: #51d1c9;
}
.footer-social a {
    width: 24px;
    display: inline-block;
    margin-left: 16px;
}




/*-- RESPONSIVE -- */


@media (min-width: 576px) {
    .navbar-brand {
        width: 200px;
    }

    .email-ventas {
        font-size: 28px;
    }
    .politicas {
        padding-top: 10px;
        text-align: right;
    }

    .img-circularidad {
        max-width: 440px;
    }
    .btn-circ {
        width: 114px;
        height: 114px;
    }
    #trazabilidad {
        top: 2px;
        left: 172px;
    }
    #cultura {
        top: 121px;
        right: 4px;
    }
    #valorizacion {
        bottom: 26px;
        right: 72px;
    }
    #disrupcion {
        bottom: 32px;
        left: 65px;
    }
    #integralidad {
        top: 116px;
        left: 6px;
    }

    .box-pagos-digitales .entidades {
        float: right;
    }

    .box-canales-text {
        display: inline-block;
        width: calc(100% - 64px);
    }
    .box-canales-text strong {
        font-size: 20px;
    }

}

@media (min-width: 768px) {
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }

    .container>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        transition: all .3s ease-in-out
    }
    .navbar-nav {
        max-height: none;
        overflow-y: auto;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand {
        width: 180px;
    }
    .main-banner {
        padding: 80px 0;
    }
    .container-intern {
        margin-top: 116px;
    }


    .container-cifras {
        text-align: center;
    }
    .box-cifra {
        margin: 24px 16px;
    }
    .cifra-icon {
        top: 12px;
    }
    .cifra-number {
        font-size: 100px;
    }
    .cifra-number img {
        left: -20px;
    }
    .cifra-number img.cifra-comp-text1 {
        top: 20px;
        left: -32px
    }
    .cifra-text {
        font-size: 14px
    }


    .box-social {
        top: 160px;
    }

    
    .hub-blog-box.comunicado {
        max-width: 380px;
    }
    .comunicado .hub-blog-img {
        height: 380px;
    }

    .blog-content h1 {
        font-size: 56px
    }
    .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;
    }

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

    .footer-brand {
        max-width: 250px;
        margin: 0;
    }
    .politicas {
        padding-top: 36px;
    }

    .wpforms-one-half {
        width: 50%;
        float: left;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { 

    .main-banner {
        height: 100%;
        background-attachment: unset !important;
    }
    #home {
        background-attachment: fixed
    }

}

@media (min-width: 992px) {
    .topbar-item {
        display: none;
    }
    .container>.navbar-header {
        border-bottom: none;
    }
    .navbar {
        padding: 8px
    }
    .navbar-collapse {
        height: 36px;
        box-shadow: none;
        margin-top: 20px;
        border-bottom: none;
        justify-content: end;
    }
    .navbar-nav>li>a {
        padding: 16px 14px;
        position: relative;
        font-size: 14px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 100vw;
        max-width: 280px;
        border-radius: 2px;
        background: #C3DBDB;
        position: fixed !important;
        top: 110px;
        left: auto;
        right: 1%;
        padding: 4px 8px;
    }
    li.menu-item-60>.dropdown-menu {
        right: 480px;
    }
    .dropdown-menu li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        position: relative;
    }

    .dropdown-menu li ul {
        position: relative !important;
        background: transparent;
    }
    
    .dropdown-menu li ul li{
        width: 100%;
    }
    
    .dropdown-menu>li>a {
        padding: 12px 24px;
        display: block;
    }
    .dropdown-menu li ul li{
        box-shadow: none;
        border-radius: 6px;
        position: relative;
        transition: all .4s ease-in-out
    }
    .dropdown-menu li ul li::before{
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #76B82A;
        border-radius: 6px 0 0 6px;
        transition: all .2s ease-in-out
    }
    .dropdown-menu li ul li:hover{
        box-shadow: 0 0 6px rgba(0,0,0,.2);
    }
    .dropdown-menu li ul li:hover::before{
        width: 4px;
    }

    .nav-scroll .navbar-nav>li>.dropdown-menu {
        top: 80px;
    }

    .main-banner-curves {
        width: 329px;
        display: block;
    }
    .container-intern {
        margin-top: 124px;
    }

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

    .banner-intern-text h1 {
        margin-top: 0;
    }

    /* QUIÉNES SOMOS */
    .trayectoria {
        width: 100%;
        max-width: 1200px;
        height: 180px;
        margin: 0 auto 24px;
        flex-direction: row;
        padding: 0 16px;
    }
    .trayectoria-linea {
        width: calc(100% - 32px);
        height: 3px;
        left: 16px;
        top: 10px;
    }
    .trayectoria-hito-text {
        width: 360px;
        margin-left: 0;
        padding-left: 0;
        top: 32px;
        left: -169px;
        text-align: center;
    }
    .trayectoria .trayectoria-hito:nth-child(1) .trayectoria-hito-text{
        left: 0;
        text-align: left;
    }
    .trayectoria .trayectoria-hito:nth-child(7) .trayectoria-hito-text{
        left: initial;
        right: 0;
        text-align: right;
    }


    .blog-box-text {
        min-height: 210px
    }

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

    .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;
    }

    footer .col-lg-4 ul li:first-child a, footer .col-lg-5 span {
        margin-top: 0;
    }

}


@media (min-width: 1200px) {

    .navbar {
        padding: .5rem 2.4rem;
    }
    .navbar-nav>li>a {
        font-size: 15px;
        padding: 16px 24px;
    }
    li.menu-item-60>.dropdown-menu {
        right: 620px;
    }

    .container-operacion-text {
        padding: 120px 100px;
    }
    .box-contacto-text {
        margin-right: 80px;
    }

    .box-contacto-text {
        margin-right: 120px;
        padding: 140px 24px;
    }
    .mapa {
        height: 470px;
    }
    .main-banner.intern {
        min-height: 460px;
    }

    .circ-bullet {
        width: 18px;
        position: absolute;
    }
    .circ-linea {
        width: 180px;
        height: 22px;
        position: absolute;
    }
    .btn-circ h3 {
        position: absolute;
        color: #FFFFFF;
    }
    #trazabilidad div {
        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 div {
        top: -88px;
        right: -410px;
    }
    #cultura .circ-bullet {
        top: -9px;
        left: 100px;
    }
    #cultura .circ-linea {
        top: -12px;
        left: 118px;
    }
    #cultura h3 {
        width: 120px;
        text-align: right;
        top: -75px;
        left: 108px;
    }

    #valorizacion div {
        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 div {
        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 div {
        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;
    }

    
    .curve-right {
        width: 44%;
    }

    .slide-rellenos {
        max-height: 680px
    }
    .text-rellenos {
        left: auto;
        right: calc(50% + 40px)
    }
    .piedefoto {
        bottom: 13%;
        right: 16px;
    }

    .hub-blog-text h3 {
        font-size: 28px
    }

    .container_container-cifras {
        max-width: 1280px;
    }

    .submenu-regionales {
        width: 90%;
        left: 58px;
        position: absolute;
        padding: 8px 0 0;
    }
    .submenu-regionales a {
        width: auto;
        min-width: 171px;
        float: left;
        padding: 10px 19px 8px 20px;
    }

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


    

    .footer-brand {
        max-width: 300px;
    }
    .politicas {
        padding-top: 44px;
    }

}


@media (min-width: 1600px) {

    .main-banner {
        padding: 100px 0;
    }
    .main-banner.intern {
        min-height: 520px;
    }
    .main-banner-text {
        margin-left: 40px;
    }
    .banner-shadow {
        max-width: 540px;
    }

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

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

    #cultura div {
        right: -435px;
    }
    #cultura .circ-linea {
        top: -12px;
        left: 118px;
    }
    #cultura h3 {
        top: -84px;
        left: 160px;
    }

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

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

    #integralidad div {
        top: -58px;
        left: -445px;
    }
    #integralidad .circ-linea {
        top: -4px;
        right: 118px;
    }
    #integralidad h3 {
        top: -38px;
        left: -200px;
    }

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