a:-webkit-any-link {
    color: #2F3152;
    text-decoration: none;
}

body {
    margin: 0px;
    background-color: #F7F9FF;
    font-family: Inter;
}

.button {
    border: none;
    color: white;
    background: #FF8A73;
    font-size: 16px;
    border-radius: 5px;
    align-items: center;
    height: 35px;
    width: 126px;

    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    cursor: pointer;

}

.button2 {
    border: none;
    color: white;
    background: #FF8A73;
    font-size: 16px;
    border-radius: 5px;
    align-items: center;
    height: 43px;
    width: 202px;

    font-style: normal;
    font-weight: 600;
    line-height: 19px;

}

.button3 {
    background: #5580FF;
    border-radius: 5px;
    height: 43px;
    width: 73px;
    border-width: 0px;
    margin-top: 40px;

    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.button-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 4%;
}

.button-flex2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 4%;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropbtn {
    margin-right: 6%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.flex-container1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 550px;*/
    /*padding-top: 122px;*/
    padding-bottom: 50px;
}



.flex-container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left:5%;
    width: 30%;

    /*height: 550px;*/
}
.column{
display: flex;
flex-direction:column;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#wrapper-columnas{
padding:2% 10% 2% 10%;
background: #E0E0E0;
}

.card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    margin: 20px;
    /*background: #FFFFFF;*/
    /*box-shadow: 2px 2px 6px 4px rgba(89, 96, 207, 0.15);*/
    /*border-radius: 10px;*/
    flex: 0 0 calc(50% - 50px);
    margin-bottom: 20px;
    box-sizing: border-box;

    /* Blanco */

    background: #FFFFFF;
    /* Contenedor Desktop */

    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items:center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: inherit;
    box-shadow: none;
    border-radius: 5px;
    margin-right: 10px;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* height: 58px; */
    padding-left: 29px;
    width: 100%;
}

.flex-container10{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: left;
    justify-items: flex-start;
    flex-wrap: wrap;
    background: #276C77;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-content: space-around;
    justify-content: space-around;

}

.flex-container11 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.flex-container12 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}


.form-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    position: static;
    width: 426px;
    height: 35px;
    left: 0px;
    top: 22.5px;
    background: #FFFFFF;
    border: 1px solid #4D4F7D;
    box-sizing: border-box;
    border-radius: 5px;
}

.form-control2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    position: static;
    width: 426px;
    height: 131px;
    left: 0px;
    top: 22.5px;
    background: #FFFFFF;
    border: 1px solid #4D4F7D;
    box-sizing: border-box;
    border-radius: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: left;
    padding: 0px;
    padding-top: 20px;
    text-align: left;
    width: 426px;
}

h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}

h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    /* color: #333333; */
    margin-bottom: 50px;
}

h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 0px;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 6px;

    background: #FFFFFF;
    box-shadow: 2px 2px 6px 4px rgba(89, 96, 207, 0.15);
}
 a{
    text-decoration: none;
}

.image1{
    padding-top: 120px;
    padding-left: 10%;
    padding-right: 3%;

}

.image-footer {
    margin-right: 25px;
    width: "17px";
    height: "17px";
}

.label {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F3152;
    margin-bottom: 5px;
}

.logo {
    margin-left: 4%;
    margin-right: 13%;
}

.logo2 {
    margin-top: 45px;
    margin-bottom:62px;
}

li {
    width: 69px;
}

.nav_links {
    list-style: none;
    /*display: flex;
    flex-direction: row;*/
}

.nav_links li {
    display: inline-block;
    margin-right: 40px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #5580FF;
}


.text1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #373FBF !important;
    margin-left: 2%;
}

.text2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #5BADDB !important;
    margin-left: 5%;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
    flex: none;

    margin: 2px 0px;


}

.text7 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 100px;
}

.text8 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #E0E0E0;
       overflow-wrap: break-word;

}
a{
overflow-wrap: break-word;}

.footer-mobile{
display:none;}
ul {
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F3152 !important;
    text-decoration: none !important;
}

.flex-container10 p{
    line-height: 45px !important;
}
#showcase h2{
/* H2 */

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 34px;

/* White */

color: #FFFFFF;
margin-bottom: 20px;
}
#showcase p {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;

/* White */

color: #FFFFFF !important;}
.escondido{
display:none;}


.card:hover .escondido{
display: unset;
}
.card:hover{
    box-shadow: 0px 5px 20px rgba(39, 108, 119, 0.5);
}

.tag-campo{
    display: flex;
    flex-direction: column;

    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    padding: 10px 20px 10px 20px;
}
.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: unset !important;

}

.campo{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
        /* background: #D7D9F4; */
    background: #ffffff;

    /* Text2 */
    border: 1px solid #4D4F7D;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 5px 0px;
    height: 31px;

}