@font-face {
    font-family: GothamRnd-Book;
    src: url('../fonts/GothamRnd-Book.otf');
    }

body {
    font-family: 'GothamRnd-Book';
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}
.main_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #ffffff;

}

.menu_container h1 {
    text-align: center;
    font-family: GothamRnd-Book;
}

.header_container {
    font-family: GothamRnd-Book;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 6rem;
    background-color: #ffffff;
    padding-left: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

    
}
.header_container a img {
    position: absolute;
       top: 0px;
       right: 0px;
       padding:15px;
}
.banner{
    
  background-position: center;
    width: 100%;
    height: 14rem;
    background-color: #109dbf;
    background-image: url('../images/header.png');
    background-position: 60% 102%;

}
.banner_text{
    font-family: GothamRnd-Book;
    font-weight: bolder;
    margin-top: 15px;
    font-size: 45px;
    
}
.environment {
    color: #ff0000;
    font-weight: bold;
    margin-right: 1rem;
    font-family: GothamRnd-Book;
}

.footer_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    background-color: #ffffff;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-family: GothamRnd-Book;
}

._titulo {
    font-weight: bold;
}

.footer_content {
    font-family: GothamRnd-Book;
    border-right: 1px solid black;
}

.footer_content:nth-last-child(1) {
    border: none;
}

.footer_content {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.menu_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50rem;
    max-width: 100%;
    height: auto;
    background-color: #109DBF;
    border-radius: 10px;
    padding: 2rem 1rem 3rem 1rem;
    margin-top: 2rem;
}

.white_container {
    font-family: GothamRnd-Book;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25rem;
    max-width: 100%;
    height: auto;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    color: #000000;
}

.login_button {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.divisor_rojo {
    display: flex;
    width: 2rem;
    height: .8rem;
    background-color: #e71823;
    border-radius: 25px;
}

.white_container_2{
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.input_label {
    width: 7rem;
    text-align: left;
   /* background-color: black;*/
    align-self: flex-start;
    margin-right: 1rem;
}

form input {
    border: none;
    width: 34rem;
    max-width: 100%;
    height: 2.5rem !important;  
    border-radius: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 5px solid #F20505;
    padding: 1rem;
    font-size: 18px;
    margin-bottom: .5rem;
}

form select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfe0e0;
    -padding: 50px;
    font-size: 18px;
    margin-bottom: 1rem;
}


form input:focus {
    outline: none;
}

form button,
.button_menu {
    width: 12rem;
    height: 2rem;
    max-width: 100%;
    border-radius: 50px;
    background-color: #e71823;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}

.button_submit {
    background-color: #4CA649;
    border-radius: 10px;
    width: 10rem;
    height: 2.5rem;
    margin-right: 7.5rem;
}

.button_registrarse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0rem 0 2rem 0;
    max-width: 100%;
    border-radius: 50px;
    background-color: #19afea;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: .5rem 2rem .5rem 2rem;
}

.button_registrarse:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #16a0d6;
}

.button_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    text-decoration: none;
    width: 18rem;
    max-width: 100%;
}

.button_menu:visited {
    color: #ffffff;
}

.error_login {
    border-radius: 25px;
    color: white;
    background: #e71823;
    width: 18rem;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 20px;
    text-align: center;
}

.menu_botones {
    display: flex;
    justify-content: flex-end;
    width: 25rem;
    max-width: 100%;
}

.boton_salir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: .1rem;
    border-radius: 25px;
    color: #ffffff;
    background: #ffffff;
    margin-bottom: .5rem;
    margin-right: .1rem;
    padding: 1rem;
    text-align: center;
}

.boton_salir a {
    color: #04afdb;
    text-decoration: none;
}

.productor_datos {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25rem;
    max-width: 100%;
    height: .1rem;
    border-radius: 25px;
    color: #ffffff;
    background: #ffffff;
    margin-bottom: .5rem;
    margin-right: .1rem;
    padding: 1rem;
    text-align: center;
}

.productor_boxes {
    display: flex;
    flex-direction: row;
}

.productor_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 18rem;
    border-radius: 25px;
    background-color: #ffffff;
    margin: 2rem;
    box-shadow: 0px 0px 1px 1px #015579;
    transition: ease-in-out;
    transition-duration: .5s;
}

.productor_box_text,
.productor_box_text_nuevo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    width: 15rem;
    height: 5rem;
    border-radius: 25px;
    margin-top: 1rem;
    font-size: 20px;
    color: #ffffff;
}

.productor_box:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 2px 2px #015579;
}

.productor_box_text a,
.productor_box_text_nuevo a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

.productor_box_text {
    background-color: #e71823;
}

.productor_box_text_nuevo {
    background-color: #1781ab;
}

.recuperar_clave {
    margin-top: 1rem;
    text-align: center;
}

.recuperar_clave a {
    color: #dbde7b;
    text-decoration: none;
}


/*  ESTILOS DEL MENU DE ACCESO A LOS DIVERSOS PORTALES */

.banner_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7rem;
    margin-top: 0;
    background-image: url('../images/background1.jpg');
}

.banner_title h1 {
    font-weight: bold;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #ffffff;

    background-size: cover;
    padding: 1rem;
}

.exit_container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50rem;
    max-width: 100%;
}

.exit_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 2rem;
    background-color: white;
    border-radius: 25px;
    color: #1394b9;
    box-shadow: 0px 0px 3px 0px #838383bf;
}

.exit_button:hover {
    color: #1394b9;
    box-shadow: 0px 0px 5px 0px #838383bf;
}

.content_description {
    display: flex;
    flex-direction: column;
    width: 30rem;
    max-width: 100%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    margin-top: 1rem;
    padding: .2rem;
    text-align: center;
}

.access_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50rem;
    max-width: 100%;
    height: auto;
    padding: 1rem;
    background-color: #ffffff;
}

.access_button {
    width: 20rem;
    height: 12rem;
    border-radius: 20px;
    margin: 1rem;
    padding: 1rem;
    box-shadow: 0px 2px 4px 1px #d4d4d4;
    transition: ease-in-out;
    transition-duration: .5s;
}

.access_button:hover {
    transform: scale(1.01);
    box-shadow: 0px 2px 6px 1px #d4d4d4;
}

a {
    color: #ffffff;
}

.button_cotizar {
    background-color: #1394b9;
}

.button_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 41px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.button_header {
    display: flex;
    align-items: center;
    width: 100%;
}

.button_description {
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
    padding: 0 4rem 0 4rem;
}

.button_division {
    background-color: #f38a91;
}

ul li {
    margin: 0;
    text-align: center;
    padding: 0;
}

.button_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.button_cartera {
    background-color: #ed2d2c;
}

.button_novedades {
    background-color: #ffffff;
}

.button_header_complete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem 0 1rem;
    width: 100%;
    height: 41px;
    border-radius: 50px;
    background-color: #7c7b7b;
}

.button_altas {
    background-color: #ffffff;
}

.header_altas {
    background-color: #2c2b4d;
}


/*2c2b4d*/


/* Responsive pantallas chicas */

@media screen and (max-width: 800px) {
    .footer_container {
        flex-direction: column;
        height: auto;
    }
    .footer_content {
        border: none;
        padding: .5rem 0 .5rem 0;
    }
    .productor_datos {
        height: auto;
    }
    .datos {
        display: flex;
        flex-direction: column;
    }
    .productor_boxes {
        flex-direction: column;
    }
}