@import url('https://fonts.googleapis.com/css2?family=Istok+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body , html {
   background-color:   #F0F4F8;
   height: 100%;
  /*  position: relative; */
}

/* --main-color: #186ADC;
--el-gradient1: #1859B4;
--el-gradient2: #0467F1;
--primary-color: #ffffff;
--primary-bg-color: #F0F4F8;
--text-primary: #303036;
--text-secondary: #63636b;
--border-color: #D4D4E1;
--placeholder-color: #6F6F76; */

.top_bar_background {
   width: 100%;
   height: 45.59px;
   display: flex;
   justify-content: center;
   background-color: #303036;
}

.top_bar {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   max-width: 1140px;
   font-family: 'Istok Web', sans-serif;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: space-between;
}



.top_left {
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FFFFFF;
   font-size: 1em;
}

.top_left > div {
   margin-right: 15px;
}

.top_right {
   display: flex;
   justify-content: center;
   align-items: center;
}

.top_icono_web {
   margin-right: 15px;
   color: #FFFFFF;
   font-size: 1em;
}



.cabecera {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1140px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: whitesmoke;
}

.logos {
    width: 38.23px;
    height: 38.23px;;
}

.logo_leng {
    width: 22.22px;
    height: 22.22px;;
}

.navegacion {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 .nav_boton {
    margin: 0px 20px 0px 20px;
    font-family: 'Istok Web', sans-serif;
    color: #303036;
    font-size: 1em;
 }

 .titulo{
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    font-size: 1.5em;
    color: #303036;
    display: flex;
    justify-content: center;
 }
 

 .formulario {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: auto;
    padding: 20px;
    background-color: #186ADC;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .caja_tit {
    width: 250px ;
    border: none;
    background: none;
    size: 1em;
    color: whitesmoke;
    margin-bottom: 5px;
 }

 .caja_perd {
    width: 250px ;
    border: none;
    background: none;
    size: 1em;
    color: whitesmoke;
    text-align: center;
    margin: 5px 0px 5px 0px;
 }

 .fila_form {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
 }

 .caja_text {
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    border-style: solid;
    width: 250px;
    text-align: center;
    border-width: 0;   
 }

 .caja_bot {
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    border-style: solid;
    width: 250px;
    background-color: #303036;
    color: whitesmoke;
    border-width: 0;  
}

a:link, a:visited, a:hover, a:active {
   text-decoration: none;
}

.pie {

   margin-top: 50px;

   width: 100%;
   height: 350px;
   color: whitesmoke;
   background-color: #303036;
   display: flex;
   justify-content: center;


}

.pie > div {
   width: 100%;
   height: auto;
   max-width: 1140px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   font-family: 'Istok Web', sans-serif;
}

.columna {
   width: 250px;
   height: auto;
   margin-bottom: 50px;
   justify-content: left;

}
.columna > div {
   margin-bottom: 10px;
}

.pie_boton {
   margin: 0px 20px 0px 20px;
   font-family: 'Istok Web', sans-serif;
   color: whitesmoke;
   font-size: 1em;
   line-height: 1.5em;
}

.fila_c {
   line-height: 1.5em;
   text-align: justify;
   margin-bottom: 20px;
   display: flex;
}

.icono_web {
   margin-right: 10px;
}


