@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

body {
    background-color: white;
    font-family: Arial, sans-serif;
}

h5 {
    font-family: "Arial", cursive !important;
}

.active_menu {
    background: #23a300;
    color: #ffffff !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #23a300;
    color: white;
    font-size: 1.6rem;
}

.nav-tabs>li>a {
    color: #989998;
    font-size: 1.6rem;
}

.nav-tabs {
    border-bottom: 1px solid #23a300;
}

.title-green {
    font-family: Arial, sans-serif;
    background-color: #23a300;
    text-align: center;
    color: #ffffff;
    padding: 6rem 0;
    text-transform: uppercase;
    letter-spacing: 3rem;
    font-size: 4rem;
    font-weight: normal;
    margin: 0;
}

.title-blue {
    font-family: Arial, sans-serif;
    background-color: #000065;
    text-align: center;
    color: #ffffff;
    padding: 6rem 0;
    text-transform: uppercase;
    letter-spacing: 3rem;
    font-size: 4rem;
    font-weight: normal;
    margin: 0;
}

.hexagono {
    height: 3.7rem;
    margin: 3rem auto;
    background: #000065;
    color: #ffffff;
    width: 6rem;
    text-align: center;
    line-height: 3.7rem;
    font-size: 3rem;
    position: absolute;
    left: 40%;
    top: -5rem;
}

.hexagono:before {
    border-right: 3rem solid transparent;
    border-bottom: 2rem solid #000065;
    border-left: 3rem solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -2rem;
    width: 0;
}

.hexagono:after {
    border-top: 2rem solid #000065;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    bottom: -2rem;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.subtitle {
    color: #23a300;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.8rem;
    margin-top: 8rem;
}

.header {
    height: 100vh;
    position: relative;
}

.header_list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.header_item {
    transition: 0.4s;
    list-style: none;
    margin-right: 2rem;
}

.header_item_link {
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 2.2rem 1rem 1rem 1rem;
    color: #989998;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}

.header_item:hover {
    background: #23a300;
    text-decoration: none;
}

.header_item:hover .header_item_link {
    color: white;
    text-decoration: none;
}

.header_item_link:focus {
    text-decoration: none;
}

.header_network {
    position: absolute;
    top: 0;
    right: 2.5rem;
}

.header_network-item {
    display: inline-block;
    padding-top: 5rem;
    padding-bottom: 4px;
    width: 2.5rem;
    background: #000065;
    color: white;
    text-align: center;
    text-decoration: none;
}

.header_mainCont {
    display: flex;
    padding: 6% 2rem;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.header_sliderCont {
    display: flex;
    width: 60%;
}

.header_imgCont {
    width: 24%;
    height: 44vh;
    padding: 1rem;
}

.header_imgCont:nth-child(odd) {
    position: relative;
    top: 10rem;
}

.header_img {
    width: 100%;
    height: 100%;
}

.header_contImgGtc {
    width: 40%;
}

.header_imgGtcBox {
    width: 60%;
    margin: 0 auto;
}

.header_imgGtc {
    width: 100%;
}

.header_gtc--paragraph {
    font-size: 1.5rem;
    padding: 1rem 3rem;
    text-align: justify;
    color: #989998;
    font-size: 1.8rem;
}

.header_infoCont {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
}

.header_info_listCont {
    display: flex;
    background: #23a300;
    height: 7rem;
    color: #ffffff;
    align-items: center;
    margin: 0;
    width: 100%;
    list-style: none;
}

.header_info_list {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    margin-right: 6rem;
}

.header_info_upCont {
    width: 5%;
    text-align: center;
    background-color: #000065;
    height: 7rem;
    line-height: 7rem;
}

.header_info_up {
    display: inline-block;
    color: #ffffff;
    width: 100%;
}

.header_info_up:hover {
    color: #ffffff;
}

.header_info_up:focus {
    color: #ffffff;
}

.scrol_top {
    background: #23a300;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.scrol_top_link {
    color: #ffffff;
}

.scrol_top_newtwork {
    position: fixed;
    z-index: 2;
}

.arrow_fixed {
    position: fixed;
    right: 0;
    z-index: 3;
}

nav {
    background: none !important;
    height: auto;
    line-height: auto;
}

@media only screen and (min-width: 601px) {
    nav,
    nav .nav-wrapper i,
    nav a.sidenav-trigger,
    nav a.sidenav-trigger i {
        height: auto;
        line-height: auto !important;
    }
}

.nosotros_assetsContainer {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
}

.nosotros_assets_imgCont {
    border-radius: 8px;
    margin-right: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #000065;
    padding: 0 3px;
    font-weight: bold;
}

.nosotros_assets_img {
    width: 10rem;
    padding: 1rem;
}
.nosotros_assets_imgCont img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}
.nosotros_assets_imgCont:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.nosotros_mvContainer {
    display: flex;
    justify-content: space-around;
    background-color: #000065;
    margin-top: 5rem;
    padding: 4rem 3rem;
}

.nosotros_mv_Item {
    background: #ffffff;
    width: 43%;
    border-radius: 1rem;
}

.nosotros_mv_imgBox {
    background: #ffffff;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}

.nosotros_mv_imgCont {
    height: 15rem;
    width: 15rem;
    margin: 0;
}

.nosotros_mv_img {
    background: #ffffff;
    width: 100%;
    height: 100%;
}
.nosotros_mv_imgCont img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}
.nosotros_mv_imgCont:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.nosotros_mv_title {
    font-family: "Bebas Neue", cursive;
    text-align: center;
    margin: 0;
    color: #23a300;
    text-transform: uppercase;
    font-size: 3.3rem;
    font-weight: bold;
    position: relative;
    top: -1.6rem;
}

.nosotros_mv_paragraph {
    padding: 0 4rem 1rem 4rem;
    text-align: justify;
    font-size: 1.8rem;
    color: gray;
}

.nosotros_plantBox {
    background: url(../img/medio_ambiente.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 60vh;
    margin: 0;
    padding: 0;
}

.nosotros_plant_cont {
    background: rgba(255, 255, 255, 0.4);
    padding: 1rem;
}

.nosotros_plant_title2Cont {
    display: flex;
}

.nosotros_plant_title {
    font-size: 7rem;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.nosotros_plant_title2 {
    font-size: 12rem;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.nosotros_plant_img {
    width: 4rem;
}

.contacto_container {
    display: flex;
    height: 60vh;
    justify-content: center;
    align-items: center;
    background: url(../img/contact_bg.png);
    background-position: center;
    background-size: cover;
}

.contacto_imgBox {
    width: 50%;
}

.contacto_imgCont {
    width: 50%;
    margin: 0 auto;
}

.contacto_img {
    width: 100%;
}

.contacto_formBox {
    width: 40%;
    background: rgba(255, 255, 255, 0.4);
    padding: 2rem;
}

.contacto_inputCont {
    display: flex;
    margin-bottom: 2rem;
}

.contacto_label {
    width: 20%;
    color: #989998;
    text-transform: uppercase;
}

.contacto_input {
    background: #ffffff !important;
    border: none !important;
    width: 80%;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.contacto_btn {
    display: block;
    background: #23a300;
    color: white;
    border: none;
    padding: 1rem;
    margin: 0 auto;
    width: 30%;
    margin-top: 1.5rem !important;
    text-transform: uppercase;
}

.services_container {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 3rem;
}

.services_imgCont {
    width: 50%;
    margin: 0;
    padding: 0;
}

.services_img {
    width: 100%;
    border-radius: 10px;
}

.services_textBox {
    position: relative;
    width: 50%;
}

.services_textCont {
    width: 100%;
    position: relative;
}

.services_title {
    width: 15%;
    transform: rotate(-90deg);
    font-size: 6rem;
    color: #000065;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    font-weight: bold;
    bottom: 9rem;
    left: -3%;
}

.services_paragraph {
    width: 85%;
    text-align: justify;
    color: #989998;
    margin-left: 7rem;
    font-size: 1.9rem;
}

.services_link {
    display: inline-block;
    background: #23a300;
    padding: 0.5rem 3rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 2.1rem;
}

.proyect__contBox {
    padding-top: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.proyect__cont {
    flex: 0 0 auto;
    position: relative;
    width: 24%;
    margin-right: 2rem;
}

.proyect__cont:last-child {
    margin-right: 0;
}

.proyect_imgCont {
    margin: 0;
    padding: 0;
    width: 100%;
}

.proyect_img {
    width: 100%;
    height: 45vh;
}

.proyect_imgTitle {
    background-color: #23a300;
    color: #ffffff;
    text-align: justify;
    padding: 1rem;
    display: block;
    position: relative;
    min-height: 8rem;
}

.proyect__linkCont {
    position: absolute;
    top: -45px;
    left: 0;
    text-align: center;
    width: 100%;
}

.proyect__link {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.4s;
    padding: 0.4rem;
    font-size: 1.9rem;
    color: #fff;
}

.proyect__link:active,
.proyect__link:focus {
    color: #fff;
    text-decoration: none;
}

.proyect__link:hover {
    background-color: #000065;
    color: white;
    text-decoration: none;
}

.proyect__sliderPhotos {
    margin-top: 4rem;
}

.proyect__linkCont>.active {
    background-color: #000065;
}

.splide_small {
    top: -5rem !important;
}

.proyect_box {
    position: relative;
    padding: 2rem;
}

.proyect_dataCont {
    display: flex;
}

.proyect_data {
    width: 50%;
}

.proyect_mapa {
    width: 50%;
}

.proyect_data--item {
    border-bottom: 1px solid #989998;
}

.proyect_data--title {
    color: #23a300;
    font-size: 2rem;
}

.proyect_data--paragraph {
    color: #989998;
    font-size: 1.7rem;
}

.proyect_data--paragraph ul li {
    color: #989998;
    font-size: 1.7rem;
}

.proyect_videoCont {
    display: flex;
}

.proyect_video {
    width: 50%;
}

.mapa {
    width: 100%;
    height: 42rem;
}

.footer {
    margin-top: 10rem;
    background: #23a300;
    height: 3rem;
}

.Overlay_room {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(256, 256, 256, 0.75);
    /*color: white;*/
    z-index: 2100;
    display: flex;
    justify-content: center;
    align-items: center
}


@media (max-width: 600px) {
    .header_item_link {
        font-size: 1.3rem;
    }

    .header_list {
        flex-wrap: wrap;
    }

    .header_network {
        display: none;
    }

    .header_mainCont {
        flex-wrap: wrap;
        padding: 0;
    }

    .header_sliderCont {
        width: 100%;
    }

    .header_contImgGtc {
        width: 100%;
    }

    .header_imgCont:nth-child(odd) {
        top: 0;
    }

    .header_imgCont {
        height: 30vh;
        width: 25%;
        padding: 1px;
    }

    .header_gtc--paragraph {
        padding: 1rem;
    }

    .header_info_listCont {
        flex-wrap: wrap;
        padding: 1rem 1rem;
        height: auto;
    }

    .header_info_upCont {
        display: none;
    }

    .subtitle {
        margin-top: 4rem;
    }

    .title-green {
        font-size: 2.5rem;
        padding: 5rem 1rem;
    }

    .nosotros_assetsContainer {
        flex-wrap: wrap;
        padding: 1rem 0;
    }

    .nosotros_mvContainer {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .nosotros_mv_Item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .nosotros_plantBox {
        display: none;
    }

    .title-blue {
        font-size: 2.5rem;
        padding: 5rem 1rem;
    }

    .contacto_inputCont {
        flex-wrap: wrap;
    }

    .contacto_label {
        width: 100%;
    }

    .contacto_input {
        width: 100%;
        padding: 1.1rem 0;
    }

    .contacto_inputCont {
        margin-bottom: 5px;
    }

    .contacto_imgBox {
        display: none;
    }

    .contacto_formBox {
        width: 100%;
    }

    .proyect__contBox {
        flex-wrap: wrap;
    }

    .proyect__contBox {
        padding: 0;
    }

    .proyect__cont {
        margin-top: 6rem;
        width: 44%;
        margin-right: 0;
        margin-left: 1.4rem;
    }

    .proyect_img {
        height: 36vh;
    }

    .proyect_dataCont {
        flex-wrap: wrap;
    }

    .proyect_data {
        width: 100%;
    }

    .proyect_mapa {
        width: 100%;
    }

    .proyect_videoCont {
        flex-wrap: wrap;
    }

    .proyect_video {
        width: 100%;
    }

    .services_container {
        flex-wrap: wrap;
    }

    .services_imgCont {
        width: 100%;
    }

    .services_textBox {
        width: 100%;
    }

    .services_title {
        font-size: 3.5rem;
    }

    .services_paragraph {
        margin-left: 4rem;
    }
}
