* {

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Century_Gothic;

}


/*/////////////////////////////////////////////////
Fonts ___________________________________________*/

@font-face {
    font-family: "Century_Gothic";
    src: url("fonts/GOTHIC.TTF");
  }


/*/////////////////////////////////////////////////
Basics ___________________________________________*/

  .container {

    max-width: 1280px;

}

/*/////////////////////////////////////////////////
Header ___________________________________________*/

/* ///////////////// Header 1 - Logos ///////////////// */

.content1 {

    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;

}

.logoPrincipalGI {

    max-width: 290px;
    height: auto;

}

.selectMenu {

    max-width: 110px;
    border: none;

}

.search_btn {

    background-color: transparent;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px rgb(0, 145, 65) solid;

}

.info2head {

    justify-content: center;

}

.search_control {

    border: none;
    border-bottom: 1px solid rgb(0, 145, 65);

}

.logo_kal {

    max-width: 70px;

}

/* ///////////////// Header 1 - Logos ///////////////// */

/* ///////////////// Header 2 - Menu ///////////////// */

.navbar {

    padding: 0;

}

.navbar-colorp {

    background-color: rgb(0, 145, 65);
    color: white;
    margin: 0 auto;

}

.navbar-colorp a {

    color: white;
    padding: 12px 0;

}

.navbar-toggler {
    border: 0;
    border-radius: .25rem;
    margin: 10px auto;
}

.inicioMenu {

    background-color: rgb(5, 119, 5);
    padding: 0 20px;

}

/* ///////////////// Header 2 - Menu ///////////////// */

/*/////////////////////////////////////////////////
Content ___________________________________________*/

/* ///////////////// Content1 - inicio ///////////////// */

.bg-inicio {

    background-image: url(img/fondoinicio_insenlinea.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

    display: flex;
    align-items: initial;

}

.formulario {

    background-color: rgba(255, 255, 255, 0.877);
    border-radius: 8px;
    text-align: center;
    padding: 28px 39px;
    max-width: 100%;
    margin: 0;
}

.logoInsenLinea {

    max-width: 240px;
    padding-top: 30px;

}

.int-inicio {

    margin: 10px 0;
    padding: 25px 10px;
    border: rgb(207, 207, 207) 1px solid;
    background-color: transparent;

}

.int-inicio::placeholder {

    color: rgb(185, 185, 185);
    font-size: 12px;

}

.int-inicio:hover,
.int-inicio:focus {

    background-color: rgba(255, 255, 255, 0.527);
    border: rgb(0, 165, 107) 1px solid;
    box-shadow: inset rgba(0, 136, 88, 0.26) 1px 1px 1px;

}

.btn-inicio {

    border: rgb(0, 165, 107) 1px solid;
    border-radius: 7px;
    font-size: 12px;
    color: rgb(0, 165, 107);
    background-color: transparent;
    padding: 11px 49px;
    margin-top: 22px;

}

.text-iniciar {

    color: rgb(137, 197, 46);
    text-decoration: none;
    font-size: 16px;

}

.text-iniciar:hover {
    color: rgb(137, 197, 46);
    text-decoration: none;
    font-size: 19px;
}

.cmodreg {
    text-align: center;
    min-height: auto;
    padding: 40px;
}

.cmodreg span {
    display: block;
    margin-bottom: 20px;
}

.cmodreg a{
    text-decoration: none;
    color: green;
}

.img_regis {

    max-width: 100px;

}


/* ///////////////// Content2 - call to action ///////////////// */

.contenedor_interactivo2 {

    background-color: rgb(34, 34, 34);
    color: white;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: flex;

}

.contenedor_interactivo2 span {
    float: left;
}

.int2 {

   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   flex-wrap: wrap;

}

.btn_Action {

    color: yellowgreen;
    border: 1px solid yellowgreen;
    border-radius: 9px;
    text-decoration: none;
    padding: 10px 70px;
    float: right;
    margin-top: 10px;

}

/*/////////////////////////////////////////////////
Footer ___________________________________________*/

/* ///////////////// Foot1-Carbono Neutral ///////////////// */

.logoCN {

    width: 100%;
    max-width: 300px;
    margin-right: 10px;

}

.cn_foot {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.resalt_cn {

    color: rgb(151, 209, 43);
    font-weight: bold;

}

/* ///////////////// Foot2 - Menu ///////////////// */

.menu_foot {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}

.btn-group_reg {

    width: 100%;

}

.btn_menufoot1 {

    background-color: #fafafa;
    color: grey;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 10px 0px;
    margin: 4px 0px

}

.btn_menufoot1 a {

    text-decoration: none;
    color: grey;
    font-size: 12px;

}

.btn_menufoot2 {

    background-color: rgb(0, 165, 107);

}

.btn_menufoot2 a {

    color: white;

}

/* ///////////////// Foot3 - Contactos ///////////////// */

.contactZ {

    text-align: center;
    flex-direction: column;

}

.contactZ a img {
    max-height: 52px;
}

.contactZ a {

    align-self: flex-start;

}

/* ///////////////// Foot4 - texto informativo ///////////////// */

.texto_foot {

    text-align: center;
    font-size: 10px;
    color: rgb(194, 194, 194);
    line-height: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;

}

.texto_foot h6 {

    color: rgb(0, 145, 65);

}

/* ///////////////// Foot5 - end ///////////////// */

.footer_end {

    background-color: rgb(0, 145, 65);
    color: white;
    padding: 8px 0;
    margin: 0;
    font-size: 12px;

}

.footer_end dl, ol, ul, p {
    margin: 0;
}

.footend2 {

    background-color: rgb(247, 247, 247);
    padding: 10px;
    font-size: 12px;
    text-align: center;

}

.footend2 dl, ol, ul, p {
    margin: 0;
}

.cotfoot {

    background-color: rgb(0, 165, 107);
    color: rgb(255, 255, 255) ;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;

}

.logokalfoot {

    max-width: 110px;
    margin-top: 5px;

}

.logoGIfoot {

    max-width: 140px;
    padding: 18px 0;

}

.rsfoot {
    color: white;
}

.rsfoot:hover {
    color: white;
}

.siguenos {
    display: none;
}


@media screen and (min-width:500px){

    .formulario {
        max-width: 80%;
        min-width: 200px;
    }

    .bg-inicio {
        align-items: flex-end;
        height: auto;
        min-height: 500px;
    }

    .navbar-toggler {
        border: none;
        border-radius: .25rem;
        margin: 4px auto;
    }

}

@media screen and (min-width: 720px) {

    .bg-inicio {
        min-height: 700px;
    }

    .formulario {
            margin-right: 50px;
            margin-bottom: 50px;
            max-width: 80%;
            min-width: 380px;
        }

        .info2head {

            justify-content: flex-end;
        
        }

        .contenedor_interactivo2 {

            display: flex;
            flex-direction: row;

        }

        .int2 {
            
            justify-content: space-between;
        }

        .btn_Action {
            margin-top: 0;
            margin-left: 20px;
        }

        /* ///////////////// Foot1-Carbono Neutral ///////////////// */
    
    .content1 {

        text-align: left;

    }

    .logoCN {

        width: 100%;
        max-width: 300px;
        margin-right: 10px;
        margin-bottom: 20px;

    }

    .cn_foot {

        padding-top: 20px;
        display: flex;
        flex-direction: row;

    }

    .resalt_cn {

        color: rgb(151, 209, 43);
        font-weight: bold;

    }

    .cotfoot:hover {

        color: rgb(176, 199, 91) ;
        text-decoration: none;

    }

        /* ///////////////// Foot2 - Menu ///////////////// */

    .menu_foot {

        display: flex;
        flex-direction: row;
        flex-grow: 1;
        flex-wrap: wrap;

    }

    .btn_menufoot1 {

        background-color: #fafafa;
        color: grey;
        text-align: center;
        font-size: 12px;
        border: none;
        border-radius: 8px;
        min-width: 290px;
        max-width: 440px;
        flex-grow: 1;
        width: 20%;
        padding: 10px 0px;
        margin: 2px 0px

    }

    .btn_menufoot2 {

        background-color: rgb(0, 165, 107);

    }

    .btn_menufoot2 a {

        color: white;

    }

    .btn-group_reg {

        width: auto;
        flex-grow: 1;

    }

    /* ///////////////// Foot3 - Contactos ///////////////// */

    .contactZ {

        text-align: center;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contactZ img {

        max-height: 68px;

    }

    .logoGIfoot {
        padding: 9px 0;
    }

    .cotfoot {

        margin-top: 0;

    }

}

@media screen and (min-width:890px) {
    .siguenos {
        display: initial;
    }
}

@media screen and (min-width:0\0) { 
    /* Tus estilos CSS para IE9, IE10, IE11  */
    
    .formulario {

        margin-top: 20%;

    }

    .int-inicio {

        padding: 0 16px;

    }

    .form-control {

        height: calc(1.5em + .75rem + 16px);

    }

}