:root {
    --orange: #E34A33;
    --black: #050505;
    --gray : #413E3E;
    --light-gray : #E9E9E9;
}
h1,h2,h3,h4,h5,h6,
p,div,ul,li,a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--black);
}
.inverse {
    color: white;
}

li::marker {
    color: var(--orange);
}
h2 {
    font-size: 28px;
    font-weight: 600;
}
h2.big {
    font-size: 32px;
}
h2.inverse {
    color: white;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
}
h3.inverse {
    color: white;
}
h1 {
    font-weight: 300;
}
h1 span, 
h2 span, 
h3 span,
h2.inverse span, 
h3.inverse span {
    color: var(--orange) !important;
}
ul li {
    padding-bottom: 8px;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    text-align: justify;
    text-justify: inter-word; 
}
p.inverse {
    color: white;
}
.bg-dark-custom {
    background-color: var(--gray);
}
.bg-light-custom {
    background-color: var(--light-gray);
}
.container-fluid-text {
    max-width: 650px;
    width: 100%;
    padding: 20px;
}
.container-fluid-text.text-right {
    justify-content: end;
}
header {
    border-bottom: 1px solid rgba(151,151,151,0.3);
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: white;
}
header .telefonos {
    padding-left: 40px;
}
@media all and (min-width: 1200px) {
    header .telefonos {
        padding-left: 150px;
    }
}
header .telefono {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 3px 10px;
}
header .telefono .lugar {
    font-size: 14px;
    color: var(--orange);
}
header .telefono .numero a {
    font-size: 16px;
    text-decoration: none;
}

.branding {
    padding: 10px 15px;
    position: relative;
    background-color: var(--orange);
}
.btn-menu {
    width: 36px;
}
.branding img.brand {
    width: 150px;
}
.branding::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 55px solid transparent;  /* Altura del bloque */
    border-left: 35px solid var(--orange);       /* Ancho del bloque */
}
@media all and (min-width: 768px) {
    .branding {
        padding: 15px 0;
    }
    .branding img.brand {
        width: 150px;
    }
    .branding::before {
        content: " ";
        position: absolute;
        right: 100%;
        top:0;
        width: 500px;
        background-color: var(--orange);
        height: 100%;
    }
    .branding::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-bottom: 67px solid transparent;  /* Altura del bloque */
        border-left: 50px solid var(--orange);       /* Ancho del bloque */
    }
}
@media all and (min-width: 992px) {
    .branding img.brand {
        width: 180px;
    }
    .branding::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-bottom: 73px solid transparent;  /* Altura del bloque */
        border-left: 55px solid var(--orange);       /* Ancho del bloque */
    }
}

nav.desktop a {
    text-decoration: none;
    transition: 0.4s all;
    padding: 7px 15px;
    font-size: 14px;
}
nav.desktop a:hover {
    color: var(--orange);
}
nav.desktop span.bullet {
    display: inline-block;
    background-color: var(--orange);
    height: 5px;
    width: 5px;
    margin-bottom: 3px;
    border-radius: 50%;
}
@media all and (min-width: 992px) {
    nav.desktop a {
        font-size: 16px;
    }
}

.hero-xs {
    width: 100%;
}
.hero-lg {
     width: 100%;
    display: none;
}
@media all and (min-width: 992px) {
    .hero-xs {
        display: none;
    }
    .hero-lg {
        display: block;
    }
}

.area {
    display: flex;
    flex-direction: row;
    padding: 25px;
}
.area .texto {
    padding-left: 0;
    padding-right: 0;
}
@media all and (min-width: 992px) {
    .area {
        display: flex;
        flex-direction: row;
        padding: 25px;
    }
}
#sitios-seguridad {
    margin-top: 60px;
    margin-bottom: 60px;
}
.container-rombos {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}
.container-rombos  .rombos {
    display: block;
    margin-left: -10%;
    width: 100%;
    max-width: 1400px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    object-fit: cover;
}
#gestion {
    background-image: url(../images/dots-left.png);
    background-repeat: no-repeat;
    background-position: -100% -150%;
    background-size: contain;
}
@media all and (min-width: 768px) {
    #gestion {
        background-image: url(../images/dots-left.png);
        background-repeat: no-repeat;
        background-position:left center;
        background-size: auto;
    }
}

#desarrollo-financiamiento {
    margin: 10px 15px;
}
#desarrollo-financiamiento .container {
    border-radius: 18px;
    overflow: hidden;
}
#desarrollo-financiamiento .container-area-1 {
    border-radius: 18px;
}
.area {
    display: flex;
    position: relative;
    flex-direction: column;
}
.area p {
    text-align: justify;
    text-justify: inter-word; 
}

.area .texto {
    padding: 0;
    font-size: 15px;
}
.area .imagen img {
    width: 80px;
}
.area.area__icon-float {
    flex-direction: column;
}
.area.area__content-centered-xs .imagen,
.area.area__content-centered-xs h3 {
    text-align: center;
}
.area-big {
    border-radius: 20px;
    padding: 40px;
    flex-direction: column;
}
@media all and (min-width: 1200px) {
    .area {
        flex-direction: row;
    }
    .area .texto {
        font-size: 16px;
    }
    .area .texto-pl {
        padding-left: 15px;
    }
    .area.area__icon-float h3{
        text-align: left;
    }
    .area.area__content-centered-xs .imagen,
    .area.area__content-centered-xs h3 {
        text-align: left;
    }
    .area.area__icon-float h3 {
        margin-bottom: 15px;
    }
    .area.area__icon-float {
        padding: 45px;
    }
    .area.area__icon-float .imagen {
        position: absolute;
        right: 35px;
        top: 25px;
    }
    .area.area__icon-float .imagen img {
        width: 80px;
    }
    .area-big {
        border-radius: 20px;
        padding: 30px;
        flex-direction: row;
        align-items: center;
    }
    .area-big .imagen {
        width: 140px;
    }
    .area-big .imagen img {
        width: 100px;
    }
    .area-big h3,
    .area-big p {
        padding: 25px;
    }
}
.arrow-absolute {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media all and (min-width: 768px) {
    .arrow-absolute {
        display: none;
    }
}
.dark-rounded {
    position: relative;
    /*width: calc(100% - 5px);*/
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;   
}

#hero {
    padding-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
    text-align: center;
}
#hero h1 {
    text-align: center;
    font-size: 24px;
}
@media all and (min-width: 768px) {
    #hero h1 {
        text-align: center;
        font-size: 30px;
    }
}
@media all and (min-width: 992px) {
    #hero {
        padding-top: 160px;
        margin-bottom: 80px;
        overflow: hidden;
        padding-left: 30px;
        text-align: left;
        
    }
    #hero h1 {
        text-align: left;
    }
}
@media all and (min-width: 1200px) {
    #hero {
        padding-left: 0;
    }
    #hero h1 {
        font-size: 36px;  
    }
}
.btn-contacto {
    background-color: var(--gray);
    color: white;
    padding: 10px 35px;
    border-radius: 15px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

@media all and (min-width: 992px) {

    .btn-contacto {
        margin: 20px 0;
        padding: 10px 35px 10px 5px;
        border-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; 
        display: inline-block;
    }
    .btn-contacto::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 100%;
        width: 500px;
        height: 100%;
        background-color: var(--gray);
    }
}
.btn-contacto img {
    margin-left: 10px;
}
#litigio{
    margin-top: 60px;
    margin-bottom: 60px;
}
.img-switches {
    width: 90%;
}
@media all and (min-width: 992px) {
    .img-switches {
    width: 100%;
    }
}
#intro {overflow: hidden;}
#intro h2 {
    padding-bottom: 20px;
}
#intro .clips {
    margin-bottom: 30px;
}
#areas {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}
#areas  h2 {
    position: relative;
}
#areas h2 div{
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 10px 15px;
    z-index: 2;
    
}
#areas h2::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 15px;
    border: 0.5px solid #979797;
    z-index: 0;
}

#cumplimiento {
    overflow: hidden;
}
.bolitas {
    width: 95%;
}
@media all and (min-width: 768px) {
    .bolitas {
        width: 140%;
    }
}
@media all and (min-width: 1200px) {
    .bolitas {
        width: 130%;
    }
}

#edificios,
#montanas,
#plants {
    margin-top: 45px;
}
@media all and (min-width: 1200px) { 
    #edificios { margin-top: 65px;
}
}
.city {
    width: 100%;
}
@media all and (min-width: 992px) { 
    .city { width: 80%; }
}
@media all and (min-width: 1200px) { 
    .city { width: 100%; }
}


/* ---------------------------- */
/* ---------- FOOTER ---------- */
/* ---------------------------- */

footer h2 {
    color: white;
    text-align: center;
    margin: 10px 0px;
    font-size: 36px;
}

@media all and (min-width: 768px) {
    footer h2 {
        text-align: left;
    }
    .footer-header {
        padding-bottom: 20px;
    }
}
.container-social-media {
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
@media all and (min-width: 768px) {
    .container-social-media {
        flex-direction: row;
        justify-content: end;
        align-items: center;
        padding-bottom: 0;
    }
}
.container-social-media p {
    color: white;
    margin: 0;
    padding: 7px;
    font-size: 14px;
}
.social-media{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social-media img {
    width: 50px;
}
.form-item {
    padding-bottom: 15px;
}
.form-label {
    color: white;
    font-size: 13px;
    font-weight: 500;
}
.form-control {
    background-color: #818181;
    border: 1px solid #818181;
}
.container-btn-send {
    display: flex;
    justify-content: end;
}
.btn-send {
    background: var(--orange);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--orange);
    width: 100%;
}
@media all and (min-width: 768px) {
    .btn-send {
        width: 50%;
    }
}
@media all and (min-width: 992px) {
    .btn-send {
        width: 45%;
    }
}
@media all and (min-width: 1280px) {
    .btn-send {
        width: 40%;
    }
}
footer form {
    margin-bottom: 30px;
}
.dr {
    background-color: #E34A33;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 7px;
}
.dr a {
    color: white;
    text-decoration: none;
    transition: 0.5s color;
}
.dr a:hover {
    color: yellow
}
.container-form {
    padding-top: 40px;
    padding-bottom: 40px;
}

#overlay {
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100vh;
    background: var(--orange) url(../images/bg-logo.png) no-repeat center left;
    background-size: contain;
    z-index: 100;
    transition: 0.4s all;
}
#overlay.open {
    left: 0;
}
@media all and (min-width: 768px) {
    #overlay {
        display: none !important;
    }
    #overlay.open {
        left: -110% !important;
    }
}
#overlay .inner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#overlay nav {
    border-top: 1px solid rgba(255,255,255,0.4);
    width: 100%;
}
#overlay .brand-mobile {
    margin: 25px 10px;
    width: 100%;
}
#overlay nav a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px;
    font-size: 16px;
}
#overlay .telefonos-mobile {
    border-top: 1px solid rgba(255,255,255,0.4);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
#overlay .telefono {
    padding: 15px ;
}
#overlay .telefono span{
    display: block;
    font-size: 16px;
    color: white;
}
#overlay .telefono .lugar {
    font-size: 14px;
    opacity: 0.8;
}
#overlay .telefono a {
    text-decoration: none;
    color: white;
}
.social-media-mobile {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.4);
    list-style: none;
    list-style-type: none;
    margin:  0;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.social-media-mobile li {
    margin: 0 8px;
}
.social-media-mobile img {
    width: 44px;
}
.close-overlay {
    position: absolute;
    right: 20px;
    top: 20px;
}
.close-overlay img {
    width: 35px;
    height: auto;
}
.bloque-negro {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 20px;
    background-color: var(--gray);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 8px solid var(--orange);   
    border-bottom: 8px solid var(--orange);   
}
.bloque-negro img {
    width: 140px;
}
.bloque-negro::after {
    content: " ";
    position: absolute;
    width: 300px;
    height: calc( 100% + 8px);
    top: 0;
    right: 100%;
    background-color: var(--gray);
    border-bottom: 8px solid var(--orange);  
}
section {
    overflow: hidden;
}
html {
    scroll-padding-top: 100px;
}
#whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
}
#whatsapp  a {
    display: inline-block;
}
#whatsapp img {
    width: 80px;
}