@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=range] {
    width: 100%
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 60px
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #cccccc
}

input[type=range]::-webkit-slider-thumb {
    border: 4px solid white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #e5382f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #cccccc
}

input[type=range]::-moz-range-thumb {
    border: 4px solid white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #e5382f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px
}

input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #cccccc
}

input[type=range]::-ms-thumb {
    border: 4px solid white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #e5382f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset,
figure {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical;
    font-size: 20px;
    padding: 5px 10px
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

:focus {
    outline: none
}

a {
    text-decoration: none
}

body {
    font-family: "Roboto", sans-serif;
    color: #4d4d4a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.container {
    width: 100%;
    max-width: 1172px;
    margin: auto
}

h2 {
    color: #e5382f;
    font-size: 38px;
    line-height: 20px;
    margin: 0;
    font-weight: 900;
    letter-spacing: -1px;
    font-family: "Open Sans", sans-serif
}

h3 {
    color: #303242;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 0
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

header {
    height: 768px;
    position: relative
}

header .container {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

header .container .content-data {
    margin-top: 89px;
    height: 314px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    width: 100%
}

header .container .content-data h1 {
    margin: 0;
    font-size: 76px;
    line-height: 72px;
    font-weight: 900;
    color: white;
    letter-spacing: -1.5px;
    font-family: "Open Sans", sans-serif;
    margin-left: -2px
}

header .container .content-data h1 span {
    color: #ffe44f
}

header .right-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 1200px;
    height: 100%;
    z-index: -2
}

header .right-media img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 128px
}

#nav .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#nav .container>a img {
    z-index: 3000;
    position: relative
}

#nav .container #toggle {
    display: none
}

#nav .container nav {
    margin-left: 80px
}

#nav .container nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

#nav .container nav ul li:last-child a {
    margin-right: 0
}

#nav .container nav ul li a {
    text-transform: uppercase;
    color: #ffe44f;
    font-weight: 800;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

#nav .container nav ul li a:before {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffe44f;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

#nav .container nav ul li a:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#obtene-tu-prestamo {
    padding-bottom: 68px
}

#obtene-tu-prestamo .cuanto-dinero-necesitas {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: auto;
    text-align: center;
    padding: 45px 91px;
    z-index: 30;
    background: white;
    border-radius: 4px;
    padding-top: 65px;
    padding-bottom: 92px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    top: -258px
}

#obtene-tu-prestamo .cuanto-dinero-necesitas h2 {
    margin-bottom: 51px
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .monto-group {
    margin-bottom: 62px
}

#obtene-tu-prestamo .cuanto-dinero-necesitas #monto-input {
    font-size: 26px;
    line-height: 30px;
    /*    color: #303242;*/
    font-weight: 900;
    padding-left: 20px;
    border: none;
    min-width: 100px;
    width: 100px;
    text-align: right
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .escribir-monto {
    position: relative
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .escribir-monto:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "$";
    left: 10px;
    font-size: 22px;
    font-weight: bold !important;
    color: black !important;
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow {
    position: absolute;
    top: -135px;
    left: -200px;
    text-align: left
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow p {
    color: #ffe44f;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.8px;
    font-weight: 500;
    margin: 0;
    margin-top: 22px
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow .arrow {
    position: absolute;
    left: 72px;
    bottom: -180px
}

#obtene-tu-prestamo .container {
    text-align: center;
    margin-top: -120px
}

#obtene-tu-prestamo .container .grid {
    margin-top: 143px;
    grid-row-gap: 120px
}

#obtene-tu-prestamo .container .grid .item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#obtene-tu-prestamo .container .grid .item .media {
    width: 102px
}

#obtene-tu-prestamo .container .grid .item .media .icon-box {
    width: 70px;
    height: 70px;
    margin-left: 4px
}

#obtene-tu-prestamo .container .grid .item .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#obtene-tu-prestamo .container .grid .item .data h3 {
    margin-bottom: 2px;
    margin-top: 14px
}

#obtene-tu-prestamo .container .grid .item .data p {
    color: #303242;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 300;
    letter-spacing: -.1px
}

#obtene-tu-prestamo .container .grid .item .number {
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 240px;
    line-height: 1;
    color: #e6e6ec;
    top: -130px;
    left: calc(50% + 34px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2
}

#obtene-tu-prestamo .container .grid .item .number:after {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 59%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 59%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(59%, rgba(255, 255, 255, 0.5)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 59%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 59%, white 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#completar-formulario {
    background: url(../img/testimonios/bg_testimonios_amtae.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
    padding-bottom: 75px;
    position: relative;
    margin-top: -260px
}

#completar-formulario .container {
    text-align: center
}

#completar-formulario .container h2 {
    color: white
}

#completar-formulario .formulario {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px
}

#completar-formulario .formulario .grid {
    grid-row-gap: 15px;
    grid-column-gap: 70px
}

#completar-formulario .formulario .grid>div .item {
    margin-top: 20px
}

#completar-formulario .formulario .grid>div .item:first-child {
    margin-top: 0
}

#completar-formulario .formulario .grid>div .item>.campos-ocultos {
    margin-top: 20px
}

#completar-formulario .formulario .grid>div .item .data input,
#completar-formulario .formulario .grid>div .item .data select {
    padding-right: 45px
}

#completar-formulario .formulario .campos-ocultos {
    display: none
}

#completar-formulario .formulario select {
    -webkit-appearance: none;
    background: #fff url(../img/arrow-down.png) no-repeat;
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat
}

#completar-formulario .formulario .terminos {
    color: #fff;
    margin-top: 40px
}

#completar-formulario .formulario .terminos-condiciones {
    margin-top: 50px
}

#completar-formulario .formulario .terminos-condiciones .terminos {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    width: 290px;
    margin: 0 auto;
    margin-top: 12px
}

#completar-formulario .formulario .terminos-condiciones .terminos input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

#completar-formulario .formulario .terminos-condiciones .terminos .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
}

#completar-formulario .formulario .terminos-condiciones .terminos:hover input~.checkmark {
    background-color: #ccc
}

#completar-formulario .formulario .terminos-condiciones .terminos input:checked~.checkmark {
    background-color: #e5382f
}

#completar-formulario .formulario .terminos-condiciones .terminos .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#completar-formulario .formulario .terminos-condiciones .terminos input:checked~.checkmark:after {
    display: block
}

#completar-formulario .formulario .terminos-condiciones .terminos .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#completar-formulario .formulario .btn {
    line-height: 20px;
    padding-top: 25px;
    height: 90px;
    margin: 0 auto;
    margin-top: 50px
}

#completar-formulario .formulario .btn span {
    color: #ffe44f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: normal
}

#completar-formulario .formulario .campo {
    /*    line-height: 60px;*/
    width: 100%;
    height: 30px;
    padding: 0px 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px
}

#completar-formulario .formulario .data.doble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#completar-formulario .formulario .data.doble .campo {
    width: calc(1/2*100% - (1 - 1/2)*10px)
}

#completar-formulario .formulario::-webkit-input-placeholder {
    color: #3D3F4E;
    opacity: 1
}

#completar-formulario .formulario:-ms-input-placeholder {
    color: #3D3F4E;
    opacity: 1
}

#completar-formulario .formulario::-ms-input-placeholder {
    color: #3D3F4E;
    opacity: 1
}

#completar-formulario .formulario::placeholder {
    color: #3D3F4E;
    opacity: 1
}

#completar-formulario .formulario:-ms-input-placeholder {
    color: #3D3F4E
}

#completar-formulario .formulario::-ms-input-placeholder {
    color: #3D3F4E
}

#testimonios {
    background: url(../img/testimonios/bg_testimonios_amtae.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 76px;
    padding-bottom: 75px;
    position: relative
}

#testimonios .container {
    text-align: center
}

#testimonios .container h2 {
    color: white
}

#testimonios .container .swiper-slide {
    margin-top: 63px
}

#testimonios .container .swiper-slide .item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#testimonios .container .swiper-slide .item .media {
    width: 102px
}

#testimonios .container .swiper-slide .item .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#testimonios .container .swiper-slide .item .data .name {
    color: white;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 0;
    margin-top: 10px;
    display: block
}

#testimonios .container .swiper-slide .item .data .stars-group {
    margin-top: 4px;
    margin-left: 1px
}

#testimonios .container .swiper-slide .item .data .stars-group img {
    margin-right: 7px
}

#testimonios .container .swiper-slide .item .data .stars-group img:last-child {
    margin-right: 0
}

#testimonios .container .swiper-slide .item .data p {
    font-weight: 300;
    letter-spacing: -.1px;
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin-top: 12px
}

#testimonios .swiper-container {
    width: 100%;
    height: 100%
}

#testimonios .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#testimonios .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px
}

#testimonios .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px
}

#testimonios .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

#testimonios .swiper-pagination .swiper-pagination-bullet-active {
    background: #e5382f
}

#porque-elegir {
    background: #eeeeee;
    text-align: center;
    padding: 74px 0;
    padding-bottom: 40px
}

#porque-elegir .container .grid {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    margin-top: 42px
}

#porque-elegir .container .grid .item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dbdbdc;
    padding-bottom: 8px;
    padding-top: 12px
}

#porque-elegir .container .grid .item:last-child,
#porque-elegir .container .grid .item:nth-last-child(-n+2) {
    border-bottom: none
}

#porque-elegir .container .grid .item .media {
    width: 81px
}

#porque-elegir .container .grid .item .media img {
    margin-left: 8px;
    margin-top: 4px
}

#porque-elegir .container .grid .item .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#porque-elegir .container .grid .item .data h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: -3px
}

#porque-elegir .container .grid .item .data p {
    font-weight: 300;
    letter-spacing: -.1px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0
}

#documentacion-obligatorias {
    padding-bottom: 68px
}

#documentacion-obligatorias .documentacion {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: auto;
    text-align: center;
    padding: 45px 91px;
    z-index: 30;
    background: white;
    border-radius: 4px;
    padding-top: 73px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    top: -171px;
    border-bottom: 14px solid #ED392B
}

#documentacion-obligatorias .documentacion h2 {
    margin-bottom: 43px
}

#documentacion-obligatorias .documentacion p {
    font-size: 18px;
    letter-spacing: -0.3px
}

#documentacion-obligatorias .documentacion .monto-group {
    margin-bottom: 62px
}

#documentacion-obligatorias .documentacion .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

#documentacion-obligatorias .documentacion .arrow {
    position: absolute;
    top: -10px;
    left: -128px
}

#documentacion-obligatorias .content-arrow {
    position: absolute;
    top: -165px;
    left: -200px;
    text-align: left
}

#documentacion-obligatorias .content-arrow p {
    color: #ffe44f;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.8px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px
}

#documentacion-obligatorias .content-arrow .arrow {
    position: absolute;
    left: 72px;
    bottom: -180px
}

#documentacion-obligatorias .content-arrow em {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-style: normal
}

#documentacion-obligatorias .wrapper {
    text-align: center;
    margin-top: -120px
}

#documentacion-obligatorias .wrapper .grid {
    margin-top: 153px;
    grid-row-gap: 15px
}

#documentacion-obligatorias .wrapper .grid .item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

#documentacion-obligatorias .wrapper .grid .item:last-child {
    border-bottom: 0px solid #ddd
}

#documentacion-obligatorias .wrapper .grid .item .media {
    width: 93px
}

#documentacion-obligatorias .wrapper .grid .item .media .icon-box {
    width: 70px;
    height: 70px;
    margin-left: 8px;
    background: none
}

#documentacion-obligatorias .wrapper .grid .item .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#documentacion-obligatorias .wrapper .grid .item .data h3 {
    margin-bottom: -2px;
    margin-top: 12px;
    letter-spacing: -.7px
}

#documentacion-obligatorias .wrapper .grid .item .data p {
    color: #303242;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 300;
    letter-spacing: -.1px
}

#documentacion-obligatorias .wrapper .grid .item .data span {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: -.1px;
    line-height: normal;
}

#documentacion-obligatorias .wrapper .grid .item .preview-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    margin-bottom: 10px;
}

#documentacion-obligatorias .wrapper .grid .item .preview-container img {
    padding: 2px 4px 1px 4px;
}

#documentacion-obligatorias .wrapper .grid .item .preview-container span {
    word-break: break-all;
    font-size: 8px;
    width: 85px;
    display: block;
    line-height: normal;
}

#monto-solicitado {
    padding-bottom: 68px
}

#monto-solicitado .content-arrow {
    position: absolute;
    top: -265px;
    left: -200px;
    text-align: left
}

#monto-solicitado .content-arrow p {
    color: #ffe44f;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.8px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px
}

#monto-solicitado .content-arrow .arrow {
    position: absolute;
    left: 72px;
    bottom: -180px
}

#monto-solicitado .content-arrow em {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-style: normal
}

#monto-solicitado .monto {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: auto;
    text-align: center;
    padding: 45px 91px;
    z-index: 30;
    background: white;
    border-radius: 4px;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    top: -100px;
    border-bottom: 14px solid #ED392B
}

#monto-solicitado .monto h2 {
    margin-bottom: 20px;
    font-size: 26px
}

#monto-solicitado .monto h3 {
    font-size: 38px
}

#monto-solicitado .monto .monto-group {
    margin-bottom: 62px
}

#monto-solicitado .monto .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

#monto-solicitado .monto .arrow {
    position: absolute;
    top: -10px;
    left: -128px
}

#adjuntar-documentacion {
    background: #eeeeee;
    text-align: center;
    padding: 67px 0;
    margin-top: -182px;
    padding-bottom: 40px
}

#adjuntar-documentacion .container .adjuntar {
    max-width: 620px;
    margin: 0 auto
}

#adjuntar-documentacion .container h2 {
    line-height: 37px;
    font-size: 32px
}

#adjuntar-documentacion .container p {
    margin-top: 15px
}

#adjuntar-documentacion img {
    margin-bottom: 13px
}

footer {
    background-image: url("../img/bg-footer_amtae.png");
    background-size: cover;
    background-position: left bottom;
    background-color: #eb382f;
    padding-top: 52px
}

footer .faqs {
    margin-bottom: 70px
}

footer .faqs h2 {
    color: white;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 20px
}

footer .faqs .ui-state-active a,
footer .faqs .ui-state-active a:link,
footer .faqs .ui-state-active a:visited {
    color: #454545 !important
}

footer .faqs .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    border: 0px;
    margin-top: 20px;
    zoom: 1;
    background: #fff url(../img/faqs_flecha_arriba.png);
    border-radius: 5px;
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat
}

footer .faqs .ui-accordion .ui-accordion-li-fix {
    display: inline
}

footer .faqs .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
    background: #fff url(../img/faqs_flecha_abajo.png);
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat
}

footer .faqs .ui-accordion .ui-accordion-header-active a {
    color: #111
}

footer .faqs .ui-accordion .ui-accordion-header a {
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: .45em .5em .45em .7em
}

footer .faqs .ui-accordion a {
    zoom: 1
}

footer .faqs .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em
}

footer .faqs .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
    display: none
}

footer .faqs .ui-accordion .ui-accordion-content {
    padding: .4em 2.2em 1em;
    border-top: 0;
    margin-top: -2px;
    text-align: center;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1
}

footer .faqs .ui-accordion .ui-accordion-content-active {
    display: block
}

footer .container .contacto .destacado {
    text-align: center
}

footer .container .contacto .destacado p {
    font-size: 38px;
    line-height: 36px;
    color: #ffe44f;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    margin: 0;
    letter-spacing: -.8px;
    margin-top: 27px;
    margin-bottom: 27px
}

footer .container .contacto .destacado h4 {
    font-size: 60px;
    line-height: 36px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    margin: 0
}

footer .container .contacto .destacado h4 a {
    color: white
}

footer .container .contacto .grid {
    padding-top: 58px;
    padding-bottom: 46px;
    border-bottom: 2px solid #f16d39
}

footer .container .contacto .grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .container .contacto .grid .item h4 {
    margin: 0;
    font-size: 26px;
    line-height: 24px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    margin-top: 17px
}

footer .container .contacto .grid .item h4 a {
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer .container .contacto .grid .item h4 a:hover {
    color: #ffe44f
}

footer .container .legal {
    padding-top: 32px;
    padding-bottom: 47px
}

footer .container .legal .content-text {
    position: relative;
    max-height: 128px;
    overflow: hidden;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background: -moz-linear-gradient(top, white 0%, rgba(238, 84, 76, 0.54) 86%, #eb382f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(86%, rgba(238, 84, 76, 0.54)), color-stop(100%, #eb382f));
    background: -webkit-linear-gradient(top, white 0%, rgba(238, 84, 76, 0.54) 86%, #eb382f 100%);
    background: -o-linear-gradient(top, white 0%, rgba(238, 84, 76, 0.54) 86%, #eb382f 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(238, 84, 76, 0.54) 86%, #eb382f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(86%, rgba(238, 84, 76, 0.54)), to(#eb382f));
    background: linear-gradient(to bottom, white 0%, rgba(238, 84, 76, 0.54) 86%, #eb382f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

footer .container .legal .content-text p {
    text-align: justify;
    color: white;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500
}

footer .container .legal .content-text p a {
    color: white
}

footer .container .legal .content-text.-expanded {
    max-height: 100vh;
    -webkit-text-fill-color: white
}

footer .container .legal .expand-button {
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    line-height: 16px;
    color: #ffe44f;
    display: block;
    text-align: center;
    cursor: pointer
}

footer .container .legal .expand-button i {
    color: #ffe44f;
    font-size: 15px
}

footer .container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}


footer .container .bottom>a {
    width: 132px
}

.floating-a-logo {
    position: relative;
    top: 30px;
}

footer .container .bottom>a img {
    width: 132px
}

footer .container .bottom .copy {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: white;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    margin-top: 3px;
    align-items: flex-end;
}

footer .container .bottom .copy>div {
    margin-right: 42px;

}

footer .container .bottom .copy a {
    color: white;
    position: relative
}

footer .container .bottom .copy a:after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffe44f
}

footer .container .bottom .socials {
    margin-right: 4px;
    margin-top: 5px
}

footer .container .bottom .socials>a {
    margin-right: 15px
}

footer .container .bottom .socials>a:last-child {
    margin-right: 0
}

footer .container .bottom .socials .fa {
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 22px
}

footer .container .bottom .socials .fa:hover {
    color: #ffe44f
}

.settima {
    font-size: 11px;
    line-height: 46px;
    font-weight: 500;
    color: white;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    display: block
}

.settima>div {
    margin-right: 0px
}

.settima a {
    color: white;
    position: relative
}

.settima a:after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffe44f
}

.page-2 .left-image-outer {
    margin-left: -4%;
    width: 66%
}

.page-2 header .container .content-data {
    max-width: 64%;
    height: 100%;
    padding-top: 89px;
    margin-top: 0;
    padding-bottom: 256px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-2 header .container .content-data h1 {
    font-size: 67px;
    line-height: 72px;
    margin-bottom: 24px
}

.page-2 header .container .content-data p {
    width: 92%;
    font-size: 32px;
    line-height: 36px;
    color: #ffe44f;
    letter-spacing: -.8px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 17px
}

@media only screen and (max-width: 1200px) {
    .floating-a-logo {
        top: 0;
    }
}

@media only screen and (max-width:1000px) {
    .page-2 .left-image-outer {
        margin-left: -5%;
        width: 67%
    }

    .page-2 header .right-media img {
        -o-object-position: center center;
        object-position: center center
    }

    .page-2 header .container .content-data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 180px;
        padding-top: 103px
    }

    .page-2 header .container .content-data h1 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 32px
    }

    .page-2 header .container .content-data p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .page-2 #monto-solicitado {
        padding-bottom: 0px
    }
}

@media only screen and (max-width:850px) {
    .page-2 .left-image-outer {
        margin-left: -7%;
        width: 69%
    }

    #monto-solicitado .monto {
        width: calc(100% - 40px)
    }
}

@media only screen and (max-width:660px) {
    .page-2 header .container .content-data h1 {
        font-size: 40px;
        line-height: 44px
    }

    .page-2 header .container .content-data p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .page-2 header .container .content-data>span {
        width: 100%;
        max-width: 93%
    }

    #completar-formulario .container .grid {
        grid-template-columns: 1fr
    }

    #completar-formulario .formulario {
        width: auto;
        margin-top: 20px
    }

    #completar-formulario .formulario .terminos-condiciones .terminos {
        width: auto;
        font-size: 16px;
        line-height: 18px
    }
}

@media only screen and (max-width:500px) {
    .page-2 .left-image-outer {
        margin-left: -20%;
        width: 74%
    }

    .page-2 header {
        height: 500px
    }

    .page-2 header .container .content-data {
        max-width: 100%
    }

    .page-2 header .container .content-data h1 {
        font-size: 28px;
        line-height: 34px
    }

    .page-2 header .container .content-data p {
        max-width: 100%
    }

    .page-2 header .container .content-data>span {
        max-width: 100%
    }

    .page-2 footer .faqs .ui-accordion-content {
        padding: .4em 1.5em 1em;
        font-size: 16px
    }

    .page-2 footer .faqs .ui-accordion .ui-accordion-header a {
        padding: .45em 1.8em .45em .5em
    }

    .page-2 #monto-solicitado .monto {
        padding-left: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        top: -183px
    }

    .page-2 #monto-solicitado .monto h2 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
        padding: 0 20px
    }

    .page-2 #monto-solicitado .monto h3 {
        font-size: 22px;
        margin-top: 4px
    }

    .page-2 #completar-formulario {
        padding-top: 120px
    }

    .page-2 #completar-formulario h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px
    }

    .page-2 #completar-formulario .formulario {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px
    }

    .page-2 #completar-formulario .formulario select {
        padding-right: 42px
    }

    .page-2 #completar-formulario .formulario input,
    .page-2 #completar-formulario .formulario select {
        font-size: 16px
    }

    .page-2 #completar-formulario .formulario .data.doble {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-2 #completar-formulario .formulario .data.doble .campo {
        width: 100%
    }

    .page-2 #completar-formulario .formulario .data.doble .campo1 {
        margin-bottom: 20px
    }
}

.page-3 .left-image-outer {
    margin-left: -4%;
    width: 66%
}

.page-3 header .container .content-data {
    max-width: 64%;
    height: 100%;
    padding-top: 89px;
    margin-top: 0;
    padding-bottom: 173px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
}

.page-3 header .container .content-data h1 {
    font-size: 50px;
    line-height: 72px;
    margin-bottom: 24px
}

.page-3 header .container .content-data p {
    width: 92%;
    font-size: 32px;
    line-height: 36px;
    color: #ffe44f;
    letter-spacing: -.8px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 17px
}

.page-3 header .container .content-data>span {
    font-size: 18px;
    line-height: 36px;
    color: white;
    font-weight: 500;
    display: block;
    margin-bottom: 44px
}

@media only screen and (max-width:1000px) {
    .page-3 .left-image-outer {
        margin-left: -5%;
        width: 67%
    }

    .page-3 header .right-media img {
        -o-object-position: center center;
        object-position: center center
    }

    .page-3 header .container .content-data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 140px;
        padding-top: 70px
    }

    .page-3 header .container .content-data h1 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 32px
    }

    .page-3 header .container .content-data p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .page-3 header .container .content-data>span {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .page-3 #documentacion-obligatorias .documentacion {
        top: -140px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:850px) {
    .page-3 .left-image-outer {
        margin-left: -7%;
        width: 69%
    }

    .page-3 #documentacion-obligatorias .documentacion {
        width: calc(100% - 40px);
        margin: auto;
        padding-top: 55px
    }

    .page-3 #documentacion-obligatorias .documentacion h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 36px
    }
}

@media only screen and (max-width:660px) {
    .page-3 header .container .content-data h1 {
        font-size: 40px;
        line-height: 44px
    }

    .page-3 header .container .content-data p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .page-3 header .container .content-data>span {
        width: 100%;
        max-width: 93%
    }
}

@media only screen and (max-width:500px) {
    .page-3 .left-image-outer {
        margin-left: -20%;
        width: 74%
    }

    .page-3 header {
        height: 650px
    }

    .page-3 header .container .content-data {
        max-width: 100%
    }

    .page-3 header .container .content-data h1 {
        font-size: 28px;
        line-height: 34px
    }

    .page-3 header .container .content-data p {
        max-width: 100%
    }

    .page-3 header .container .content-data>span {
        max-width: 100%
    }

    .page-3 #documentacion-obligatorias .documentacion {
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px
    }

    .page-3 #documentacion-obligatorias .documentacion h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px
    }

    .page-3 #documentacion-obligatorias .documentacion p {
        font-size: 16px;
        margin-top: 4px
    }

    .page-3 #documentacion-obligatorias .wrapper .grid {
        margin-top: 138px
    }

    .page-3 #documentacion-obligatorias .wrapper .grid .item .media {
        width: 70px
    }

    .page-3 #documentacion-obligatorias .wrapper .grid .item .media .icon-box {
        margin: auto
    }

    #adjuntar-documentacion {
        padding: 40px 0
    }

    #adjuntar-documentacion .container h2 {
        line-height: 28px;
        font-size: 22px
    }

    #adjuntar-documentacion .container p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0
    }
}

.page-interna header {
    height: 550px
}

.page-interna header .container .content-data {
    height: 290px
}

.page-interna #content .container {
    position: relative;
    width: 100%;
    max-width: 1172px;
    margin: auto;
    text-align: center;
    padding: 45px 80px;
    z-index: 30;
    background: white;
    border-radius: 4px;
    padding-top: 50px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    top: -171px;
    border-bottom: 14px solid #ED392B;
    text-align: left
}

.page-interna #content .container p {
    font-size: 16px;
    text-align: justify
}

.page-interna #content .container ol.list-none,
.page-interna #content .container ul.list-none {
    list-style: none
}

.page-interna #content .container ol li,
.page-interna #content .container ul li {
    text-align: justify;
    font-size: 16px;
    margin-top: 16px
}

.page-interna #content .container ol li:first-child,
.page-interna #content .container ul li:first-child {
    margin-top: 0
}

.page-interna #content .container ol li ol,
.page-interna #content .container ol li ul,
.page-interna #content .container ul li ol,
.page-interna #content .container ul li ul {
    margin-top: 16px
}

@media only screen and (max-width:1200px) {
    .page-interna header {
        height: 550px
    }

    .page-interna header .container .content-data {
        height: 310px
    }

    .page-interna #content {
        padding: 0 20px
    }
}

@media only screen and (max-width:850px) {
    .page-interna #content {
        padding: 0
    }

    .page-interna #content .container {
        padding: 20px 20px;
        padding-top: 30px
    }

    .page-interna #content .container ol li,
    .page-interna #content .container p,
    .page-interna #content .container ul li {
        font-size: 14px;
        line-height: 24px
    }

    .page-interna #content .container ol,
    .page-interna #content .container ul {
        padding-left: 20px
    }
}

@media only screen and (max-width:499px) {
    .page-interna header {
        height: 400px
    }

    .page-interna header .container .content-data {
        height: 216px;
        margin-top: 85px
    }

    .page-interna #content .container {
        top: -100px;
        padding-top: 40px
    }
}

.icon-box {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffe44f;
    border-radius: 50%
}

.icon-box i {
    color: #e5382f;
    font-size: 28px;
    font-weight: bold
}

.icon-box .orange {
    background: #e5382f;
    color: #ffe44f
}

.grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 auto
}

.grid.col3 {
    grid-template-columns: 1fr 1fr 1fr
}

.grid.col2 {
    grid-template-columns: 1fr 1fr
}

.btn {
    width: 312px;
    height: 70px;
    background: #e5382f;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 70px;
    font-weight: 700;
    border-radius: 4px;
    color: white;
    display: block
}

.form-range .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.form-range .data output,
.form-range .data strong {
    font-size: 26px;
    line-height: 30px;
    color: #303242;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.form-range .data output {
    font-weight: 900
}

.form-range .range {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.form-range .range span {
    position: absolute;
    font-size: 18px;
    line-height: 16px;
    color: #999999;
    font-weight: 700;
    top: 40px
}

.form-range .range span.min {
    left: 0
}

.form-range .range span.max {
    right: 0
}

.rangeslider__handle {
    height: 40px;
    width: 40px;
    background-image: none;
    background: #e5382f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 4px solid white;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rangeslider__handle:after {
    content: none
}

.rangeslider__handle:active {
    background-image: none;
    background: #e5382f;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rangeslider {
    background: #cccccc
}

.rangeslider--horizontal {
    height: 3px;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rangeslider__fill {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.left-image-outer {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -3%;
    overflow: hidden;
    width: 60%;
    height: 100%;
    background: white;
    -webkit-transform: skew(-6deg, 0deg);
    -ms-transform: skew(-6deg, 0deg);
    transform: skew(-6deg, 0deg)
}

.left-image-outer .left-image-inner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120%;
    -webkit-transform: skew(6deg, 0deg);
    -ms-transform: skew(6deg, 0deg);
    transform: skew(6deg, 0deg);
    background-size: cover;
    background-position: left center;
    /* margin-left: 5%; */
    height: calc(100% - 10px)
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@media only screen and (max-width:1450px) {
    header .right-media:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width:1350px) {
    .left-image-outer {
        margin-left: -8%;
        width: 60%
    }
}

@media only screen and (max-width:1200px) {
    .container {
        padding: 0 20px
    }

    header .container .content-data {
        max-width: 54%
    }

    header .container .content-data h1 {
        margin: 0;
        font-size: 66px;
        line-height: 70px
    }

    header .container .content-data p {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
        max-width: 80%
    }

    header .container .content-data p br {
        display: none
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow p {
        padding-left: 70px
    }

    footer .container .bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .container .bottom .copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

@media only screen and (max-width:1080px) {
    .btn {
        width: 300px;
        height: 65px;
        line-height: 65px;
        font-size: 22px
    }

    .form-range .data output,
    .form-range .data strong {
        font-size: 22px;
        line-height: 26px
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, width .35s;
        -o-transition: opacity .35s, visibility .35s, width .35s;
        transition: opacity .35s, visibility .35s, width .35s;
        z-index: 50
    }

    .overlay:before {
        content: '';
        background: #e5382f;
        left: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        -webkit-transition: left .35s ease;
        -o-transition: left .35s ease;
        transition: left .35s ease;
        opacity: .9
    }

    .overlay:after {
        content: '';
        background: #e5382f;
        right: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        opacity: .9
    }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        z-index: 100;
        margin-left: 0 !important
    }

    .overlay nav ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .overlay nav ul li {
        display: block;
        min-height: 50px;
        position: relative;
        opacity: 0;
        line-height: 60px;
        margin-bottom: 20px
    }

    .overlay nav ul li:last-child {
        margin-bottom: 0
    }

    .overlay nav ul li a {
        color: white;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0;
        position: relative;
        margin-right: 0 !important;
        overflow: hidden
    }

    .overlay nav ul li a:after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #ffe44f;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }

    .overlay nav ul li a:before {
        content: none !important
    }

    .overlay.open {
        visibility: visible;
        height: 100%
    }

    .overlay.open:before {
        left: 0
    }

    .overlay.open:after {
        right: 0
    }

    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s
    }

    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s
    }

    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .55s;
        animation-delay: .55s
    }

    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .65s;
        animation-delay: .65s
    }

    header .right-media:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0
    }

    header .container .content-data {
        margin-top: 70px;
        height: 354px
    }

    #nav.fixed {
        height: 90px;
        z-index: 200;
        position: fixed;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    #nav.fixed.scroll * {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    #nav.fixed.scroll {
        background: #ff381b;
        height: 65px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4)
    }

    #nav.fixed.scroll .container .button_container {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #nav.fixed.scroll .container #toggle:before {
        content: none
    }

    #nav.fixed.scroll .container>a img {
        width: 125px
    }

    #nav.fixed .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #nav.fixed .container #toggle {
        display: block;
        position: relative;
        height: 27px;
        width: 18px;
        cursor: pointer;
        z-index: 100;
        background: #fff000;
        height: 54px;
        width: 54px;
        border-radius: 50%
    }

    #nav.fixed .container #toggle:before {
        color: #fff000;
        content: "MENÚ";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -27px;
        font-size: 13px
    }

    #nav.fixed .container .button_container.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        -ms-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #e5382f
    }

    #nav.fixed .container .button_container.active .middle {
        opacity: 0;
        background: #e5382f
    }

    #nav.fixed .container .button_container.active .bottom {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
        transform: translateY(-10px) translateX(0) rotate(-45deg);
        background: #e5382f
    }

    #nav.fixed .container .button_container span {
        background: #e5382f;
        border: none;
        height: 4px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 5px;
        width: 34px
    }

    #nav.fixed .container .button_container span:first-of-type {
        left: 10px;
        top: 17px
    }

    #nav.fixed .container .button_container span:nth-of-type(2) {
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #nav.fixed .container .button_container span:nth-of-type(3) {
        top: 33px;
        left: 10px
    }

    #nav.fixed .container .button_container.active span:first-of-type {
        left: 10px;
        top: 15px
    }

    #nav.fixed .container .button_container.active span:nth-of-type(3) {
        top: 35px;
        left: 10px
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%
        }

        to {
            opacity: 1;
            left: 0
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%
        }

        to {
            opacity: 1;
            left: 0
        }
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas {
        padding-top: 55px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow {
        left: 0;
        top: -112px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow p {
        padding-left: 0px;
        font-size: 26px;
        line-height: 30px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow .arrow {
        left: -16px;
        bottom: -123px;
        display: block;
        bottom: -123px;
        width: 72px
    }

    footer .container .contacto .grid {
        grid-template-columns: 1fr
    }

    footer .container .contacto .grid .item h4 {
        font-size: 20px;
        line-height: 23px
    }

    footer .container .contacto .grid .destacado p {
        font-size: 28px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    footer .container .contacto .grid .destacado h4 {
        font-size: 40px;
        line-height: 32px
    }

    footer .container .bottom .copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container .bottom .copy>div {
        margin-right: 0
    }

    footer .container .bottom .copy>div.links {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:850px) {
    h2 {
        font-size: 32px;
        line-height: 34px
    }

    header {
        height: 690px
    }

    header .right-media {
        width: 100%
    }

    header .right-media img {
        -o-object-position: right center;
        object-position: right center
    }

    header .container .content-data {
        margin-top: 69px;
        height: 278px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .container .content-data h1 {
        font-size: 50px;
        line-height: 54px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas {
        width: calc(100% - 40px);
        margin: auto
    }

    #obtene-tu-prestamo .container .grid {
        grid-template-columns: 1fr 1fr
    }

    #obtene-tu-prestamo .container .grid .item .media {
        width: 90px
    }

    #obtene-tu-prestamo .container .grid .item .media .icon-box {
        margin: auto
    }
}

@media only screen and (max-width:600px) {
    input[type=range] {
        height: 40px
    }

    .form-range .data output,
    .form-range .data strong {
        font-size: 18px;
        line-height: 22px
    }

    .form-range .range span {
        font-size: 14px;
        line-height: 14px
    }

    .form-range .data {
        margin-bottom: 5px
    }

    .rangeslider__handle {
        height: 35px;
        width: 35px
    }

    header .container .content-data h1 {
        font-size: 44px;
        line-height: 48px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas {
        padding: 0px 40px;
        padding-top: 50px;
        padding-bottom: 92px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas h2 {
        margin-bottom: 50px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .monto-group {
        margin-bottom: 48px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas #monto-input {
        width: 100%;
        padding-left: 0px;
        margin-right: 0;
        text-align: center
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .escribir-monto {
        width: 124px;
        padding-left: 14px;
        margin: auto
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .escribir-monto:before {
        font-size: 22px;
        left: 0
    }

    #obtene-tu-prestamo .container .grid {
        grid-template-columns: 1fr
    }

    #porque-elegir .container .grid {
        grid-template-columns: 1fr
    }

    footer .container .bottom .copy {
        font-size: 14px;
        line-height: 14px
    }

    #testimonios {
        padding-top: 40px;
        padding-bottom: 50px
    }

    #testimonios .container .swiper-slide {
        margin-top: 30px
    }

    #testimonios .swiper-pagination {
        bottom: 20px
    }
}

@media only screen and (max-width:499px) {
    .sel__placeholder {
        line-height: 18px;
        font-size: 0.8em;
    }

    .overlay nav ul li a {
        font-size: 22px;
        line-height: 26px
    }

    .form-range .data {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .btn {
        width: 228px;
        height: 48px;
        line-height: 48px;
        font-size: 16px
    }

    header {
        height: 450px
    }

    header .container .content-data {
        height: 233px
    }

    header .container .content-data h1 {
        font-size: 31px;
        line-height: 35px
    }

    #nav .container>a img {
        width: 130px
    }

    #nav .container #toggle {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #obtene-tu-prestamo {
        padding-bottom: 40px
    }

    #obtene-tu-prestamo .container {
        margin-top: 0px
    }

    #obtene-tu-prestamo .container .grid {
        grid-row-gap: 80px;
        margin-top: 105px
    }

    #obtene-tu-prestamo .container .grid .item .media {
        width: 55px;
        margin-right: 10px
    }

    #obtene-tu-prestamo .container .grid .item .data p {
        font-size: 16px;
        line-height: 24px
    }

    #obtene-tu-prestamo .container .grid .item .number {
        top: -90px;
        font-size: 165px;
        left: calc(50% + 0px)
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas {
        top: -80px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 35px;
        padding-bottom: 80px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
        margin-bottom: 30px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow {
        top: -94px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow p {
        font-size: 20px;
        line-height: 24px
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas .content-arrow .arrow {
        left: -12px;
        bottom: -80px;
        width: 49px
    }

    #testimonios .container .swiper-slide .item .data .name {
        font-size: 18px;
        line-height: 26px
    }

    #testimonios .container .swiper-slide .item .data p {
        font-size: 16px;
        line-height: 24px
    }

    #porque-elegir {
        padding: 50px 0;
        padding-bottom: 40px
    }

    #porque-elegir .container .grid {
        margin-top: 20px
    }

    #porque-elegir .container .grid .item .data p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px
    }

    footer {
        padding-top: 30px
    }

    footer .container .contacto .destacado img {
        width: 62px
    }

    footer .container .contacto .destacado p {
        font-size: 22px;
        line-height: 26px;
        margin-top: 14px;
        margin-bottom: 24px
    }

    footer .container .contacto .destacado h4 {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 10px
    }

    footer .container .contacto .grid {
        padding-bottom: 35px;
        padding-top: 35px
    }

    footer .container .contacto .grid .item h4 {
        font-size: 18px;
        line-height: 20px
    }

    footer .container .bottom .copy {
        text-align: center
    }

    footer .container .bottom .copy>div.links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    footer .container .bottom .copy>div.links span {
        display: none
    }

    footer .container .bottom .copy>div.links a {
        line-height: 16px;
        margin-bottom: 20px
    }

    footer .container .bottom .copy>div.links a:last-child {
        margin-bottom: 0
    }

    footer .container .legal .content-text.-expanded {
        max-height: 500px;
        -webkit-text-fill-color: white;
        overflow-y: scroll;
        -webkit-background-clip: initial !important;
        background: transparent
    }

    .icon-box {
        width: 54px !important;
        height: 54px !important
    }

    .icon-box i {
        font-size: 22px !important
    }

    h2 {
        font-size: 24px;
        line-height: 28px
    }

    h3 {
        font-size: 18px;
        line-height: 24px
    }
}

#completar-formulario .formulario .btn {
    border: none;
    padding: 0px;
}

div.back {
    vertical-align: middle;
}

div.back a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#completar-formulario .formulario .btn:active {
    top: 2px;
    left: 2px;
    position: relative;
    background-color: #b11c00;
}

#obtene-tu-prestamo .cuanto-dinero-necesitas .btn:active {
    height: 70px;
    line-height: 51px;
    margin-left: 2px;
    bottom: -4px !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    color: rgb(0, 0, 0);
    display: block;
    height: 58px;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    text-align: start;
    background: transparent !important;
}

.adjuntar .dz-message {
    cursor: pointer;
}

#enviar_form {
    cursor: pointer;
}

.error-field {
    width: 100%;
    color: red;
    padding: 12px;
}

#completar-formulario .formulario .grid>div {}

#completar-formulario .formulario .grid>div .item {
    width: 45% !important;
    margin-right: 16px !important;
    float: left;
    margin-top: -5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {

    #completar-formulario .formulario .grid>div .item {
        width: 100% !important;
        margin-right: 16px !important;
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    header .right-media img {
        left: 64px;
        position: absolute;
    }

    #closeiframe {
        font-size: 16px !important;
        padding-left: 6px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 6px !important;
    }

    header .container .content-data h1 {
        font-size: 25px;
    }
}

#completar-formulario .formulario .grid>div .jojo.item:first-child {
    margin-bottom: 0px;
    margin-top: 1px;
    margin-left: 16px;
}

#completar-formulario .formulario .grid>div .item:first-child {
    margin-top: -5px;
}

#completar-formulario .formulario .grid>div .item .data input {
    padding-right: 17px !important;
    height: 21px;
}

#completar-formulario .formulario .grid>div .item>.campos-ocultos {
    margin-top: 0px !important;
}

.radios>div {
    float: left;
    width: 39%;
    line-height: 24px;
    margin-top: -5px;
}

.radios>div.dos {
    width: 61%;
    width: calc(78.5% - 2em);
}

.radios label {
    width: 92px;
    float: left;
    text-align: left;
    color: white;
}

#completar-formulario .formulario .grid>div .item .data input[type="radio"] {
    width: 10px;
}

.radios>div.pri {
    margin-top: -8px;
}

.antiguedad .sel {
    width: 48%;
    float: left;
}

.antiguedad .radios {
    width: 31% !important;
    float: left;
    margin-left: 14px;
    line-height: 30px;
    margin-top: -21px;
}

#completar-formulario .formulario .grid>div .item .antiguedad.data select {
    padding-right: 1px !important;
    width: 59%;
    float: left;
}


.container2 {}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
    position: relative;
    height: 17px;
    width: 17px;
    background-color: #eee;
    margin-top: 5px;
    float: left;
    margin-right: 8px;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked~.checkmark2 {
    background-color: #e5382f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked~.checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.checkmark2 {}

#completar-formulario .formulario .campo {
    /*    line-height: 60px;*/
    width: 100%;
    height: 30px;
    padding: 0px 15px;
    padding-right: 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

#nav .container nav ul li a.one {
    width: 196px !important;
}

@media screen and (min-width: 1080px) {
    #completar-formulario .formulario .terminos-condiciones .terminos {
        display: inline-flex !important;
    }

    #nav .container nav ul li a.tre {
        width: 230px !important;

    }

    .close {
        text-align: right;
        padding: 10px;
    }

    #nav .container nav ul li a.two:hover {
        width: 326px !important;
        color: #e5382f;
    }

    #nav .container nav ul li a.two::before {
        background: #e5382f !important;
    }

    #nav .container nav ul li a.two {
        width: 326px !important;
        color: #e5382f;
    }
}

#closeiframe {
    position: absolute;
    top: 1px;
    right: 19px;
    padding: 9px;
    padding-right: 9px;
    padding-left: 9px;
    background-color: red;
    border-radius: 9px;
    color: white;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
    margin-top: 6px;
    padding-left: 13px;
    padding-right: 13px;
}

.container2 .checkmark2::after {
    left: 4px;
    top: 0px;
}

.checkmark2 {

    position: relative;
}

.tres .radios label {
    width: 111px;
}

.tres .radios>div.dos {
    width: 51%;
    margin-top: 0px;
}

.tres .radios>div.pri {
    width: 49%;
    margin-top: -5px;
}

/********** Nuevo estilo ***************/

/* ===== Horizontal Rule ===== */
.rule {
    margin: 10px 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
    font-weight: bold !important;
    /*    font-size: 10px!important;*/
    display: inline-block;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    /*width: calc(100% - 2em);*/
    width: 213px;
    min-height: 36px;
}

.sel::before {
    position: absolute;
    /*  content: '\f063';
  font-family: 'FontAwesome';*/
    font-size: 2em;
    color: #FFF;
    right: 20px;
    top: calc(50% - 0.5em);
}

.sel.active::before {
    /*  transform: rotateX(-180deg);*/
}

.sel__placeholder {
    display: block;
    font-size: 0.8em;
    color: white;
    padding: 0.2em 0.5em;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 350px
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
    font-weight: bold !important;
    font-size: 0.8em !important;
    font-family: "Roboto", sans-serif;
}

.sel__box__options::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
}

.cobra .select2-selection__rendered {
    padding-left: 4px !important;
}

.sel__box__options.selected::after {
    display: inline;
}

.sel__box__options:hover {
    background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
    border-bottom: 3px solid white;
}

.sel--black-panther {
    z-index: 123123123;
}

.sel--black-panther.active {
    z-index: 123123123;
}

/* ----- Select Box Superman ----- */
.sel--superman {
    /*   display: none; */
    z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/******** INOUT NUEVOS *********/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */


@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@media screen and (max-width: 34em) {

    .input__field--kaede:focus+.input__label--kaede,
    .input--filled .input__label--kaede {
        -webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
        transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
        pointer-events: none;
    }
}

/* Isao */
.input__field--isao {
    z-index: 10;
    padding: 0.75em 0.1em 0.25em;
    width: 100%;
    background: transparent;
    color: white !important;
    font-weight: bold;
}

.input__label--isao {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: white;
    text-align: left;
}

.input__label--isao::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 7px;
    background: white;
    -webkit-transform: scale3d(1, 0.4, 1);
    transform: scale3d(1, 0.4, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--isao::after {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75em 0.15em;
    color: #e5382f;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none;
}

.input__field--isao:focus+.input__label--isao::before {
    background-color: #e5382f;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.input__field--isao:focus+.input__label--isao {
    pointer-events: none;
}

.input__field--isao:focus+.input__label--isao::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__label-content--isao {
    padding: 0.75em 0.15em;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--isao:focus+.input__label--isao .input__label-content--isao {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/**** Custom *******/
.item.selecter {
    margin-top: 13px !important;
    margin-top: 8px !important;
    height: 105px;
}

.select2-selection__rendered {
    color: white !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    font-family: "Roboto", sans-serif;

}

.select2-results__option {
    font-weight: bold !important;
    font-size: 0.8em !important;
    font-family: "Roboto", sans-serif;
}

.item.selecter.ocu {}

.item.selecter.localidad,
.item.selecter.detalle {
    margin-top: -20px !important
}

.item.selecter.localidad {
    margin-top: -3px !important;
    margin-bottom: 12px !important;
}

.item.selecter.recibo {
    margin-top: -6px !important;
}

#completar-formulario .formulario .grid>div .item.selecter.localidad {
    width: 39% !important;
    margin-left: 18px;
}

.radios .container2 {
    font-size: 12px;
}

.jojo .radios div.pri {
    width: 31%;
    margin-top: 22px;
}

.jojo .radios .dos .input--isao {
    margin-left: 0px;
    margin-right: 0px;
    /*width: 100%;*/
    width: 135px;
}

#completar-formulario .input.input--isao.tel {
    margin-left: 0px;
    width: 216px;
    float: left;
}

#completar-formulario .formulario .grid .item.jojo label {
    width: 100%;
}

.item.selecter.anti .antiguedad {
    margin-left: 16px;
}

/*************** acordion csutom ******************/
.accordion {
    width: 49%;
    float: left;
    padding: 20px;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    font-size: 1.15rem;
    font-weight: 400;
    color: white;

}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
}

.accordion a:hover::after {}

.accordion a.active {
    /*  color: #ffe44f;
  border-bottom: 4px solid #ffe44f;*/
}

.accordion a::after {
    font-family: 'Ionicons';
    content: '\f3d0';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 2rem;
    color: white;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f3d8';
    /*  color: #ffe44f;*/
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
    color: white;
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}

.item.selecter.cobra {
    margin-top: 8px !important;
}

@media screen and (max-width: 1080px) {
    .accordion {
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #completar-formulario .formulario .grid>div .item {
        margin-top: -22px;
        margin-right: 0px !important;
    }

    #completar-formulario .formulario .grid>div .item.selecter.localidad {
        width: 91% !important;
    }

    /*    
    .antiguedad .radios {
        margin-top: 6px;
    }*/
    .sel {
        width: calc(100% - 2em);
    }

    .input {
        max-width: 850px;
    }

    .item.selecter.detalle {
        margin-bottom: 46px !important
    }

    .item.selecter.mono {}

    .item.selecter.sex {
        margin-bottom: 2px !important;
    }

    .item.selecter.emple {
        margin-bottom: 35px !important
    }

    .item.selecter.anti .data.antiguedad {
        margin-left: 19px;
    }

    .antiguedad .sel {
        width: 60%;
    }

    .antiguedad .radios {
        width: 21% !important;
        margin-left: 62px;
    }

    .jojo .radios div.pri {}

    .radios>div.dos {
        width: calc(73.5% - 2em);
    }

    .item.number .input__label--isao {
        width: calc(73.5% - 2em);
    }

    header .right-media img {
        left: 0px;
        position: absolute;
    }

    .item.jojo {
        margin-bottom: 41px !important;
    }

    .item.selecter.recibo {
        margin-top: 14px !important;
    }

    .item.selecter.cobra {
        margin-top: 5px !important;
    }
}

.eac-sugg {
    color: #e5382f;
    line-height: 30px !important;
}

@-moz-document url-prefix() {
    .eac-sugg {
        line-height: 19px !important;
    }
}

.item.number .input__label--isao {
    width: 100%;
}

.input__label-content--isao {
    padding-left: 9px;
}

.dos .input__label-content--isao {
    padding-left: 0px;
    font-size: 90.25%;
}

.span.trigg {
    padding: 2px;
}

.data.provincia {
    width: calc(100% - 0em);
}

.prov span.select2-selection,
.cobra span.select2-selection {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 3px solid white !important;
    margin-top: 0px;
}

.prov .select2.select2-container {
    width: calc(100% - 2em) !important;
}

#select2-provincia-container {
    padding-left: 5px;
}

#completar-formulario .formulario .grid>div .item.selecter.prov {}

.localidad span.select2-selection,
.cobra span.select2-selection {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 3px solid white !important;
    margin-top: 0px;
}

.cobra .select2.select2-container {
    width: 86% !important;
}

.localidad .select2-selection__placeholder {
    color: white !important;
    font-size: 90.25%;
    line-height: 45px !important;
}

#select2-otra-localidad-container {
    padding-left: 5px !important;
    position: relative;
    top: -4px;
}

.data.provincia .sel__placeholder {
    height: 33px;
    padding-top: 7px;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-dropdown {
    /*    background-color: transparent!important;*/
}

.select2-results__options li {
    color: #838e95;
}

.select2-selection__rendered {
    font-weight: bold !important;
    line-height: 48px !important;
}

.profile-round {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

footer .container .bottom .copy {}

footer .container .bottom .copy .lik {
    width: auto;
    flex-basis: 220px;
    margin-right: 0;
}

footer .container .bottom {
    width: 100%;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.bottom2 {
    margin-top: 3em;
    float: left;
    width: 100%;
}

.bottom2 a .fa {
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 22px;
}

.bottom2 .socials {
    width: 164px;
}

.dere {}

.bottom.fl.dost {
    margin-left: 132px;
    margin-top: 10px;
}

footer .container .bottom .copy span {
    margin-left: 9px;
    margin-right: 9px;
    visibility: hidden;
}

.data.sexo {
    margin-top: 2px;
}

footer .container .bottom .copy span.fixe {
    margin-left: 19px !important;
}

footer .container .bottom .copy span.fixe2 {
    margin-left: -1px !important;
}

footer .container .bottom .copy span.fixe3 {
    margin-left: 87px !important;
}

footer .container .bottom .copy span.fixe4 {
    margin-left: 14px !important;
}

footer .container .bottom .copy span.fixe5 {
    margin-left: 82px !important;
}

#monto-cuo {
    font-size: 26px;
    line-height: 30px;
    color: #303242;
    font-weight: 900;
    padding-left: 20px;
    border: none;
    width: 238px;
    text-align: right;
}

span.cuotaa {
    font-size: 26px;
    line-height: 30px;
    color: #303242;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.accordion a {
    border-bottom: 4px solid white;
}

.accordion.auno {
    padding-right: 55px;
}

.accordion.ados {
    padding-left: 62px;
}

.input__label span {
    font-size: 90.25%;
}

span.trigg,
span.trigg2,
span.trigg3 {
    float: left;
    width: 100%;
    text-align: left;
    color: white;
    cursor: pointer;
    font-size: 90.25%;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-left: 28px;
}

span.trigg2 {
    margin-left: 11px;
    padding-top: 0px;
}

.input-er {
    border-bottom: 3px solid #e5382f;
}

.ls-modal {
    border-bottom: 1px solid #ffe44f;
    font-size: 15px;
}

.antiguedad span.trigg {
    margin-left: 12px;
    width: 54%;
    float: left;
}

#completar-formulario .formulario .grid>div .item.selecter.anti {
    margin-top: 21px !important;
}

.select2-selection.select2-selection--single {
    cursor: pointer !important;
}

.eac-input-wrap {
    width: 100%;
}

#toggle,
#overlay {
    display: none;
}

.from-pop h1 {
    font-size: 32px !important;
    position: absolute;
}

@media screen and (max-width: 1080px) {

    #toggle,
    #overlay {
        display: block;
    }

    footer .container .bottom .copy>div {
        height: 31px;
    }

    .dere {
        font-size: 13px;
    }

    footer .container .bottom .copy>div span {
        display: none
    }

    .bottom2 .socials {
        width: 119px;
    }

    #completar-formulario .input.input--isao.tel {
        margin-left: 20px;
        width: calc(100% - 2em);
        float: left;
    }

    .jojo .radios .dos .input--isao {
        margin-left: -29px;
        margin-right: 0px;
        width: calc(100% - 2em);
    }

    .bottom.fl.dost {
        margin-left: 0px;
        margin-top: -20px;
    }

    .accordion.auno {
        padding-right: 0px;
    }

    .accordion.ados {
        padding-left: 20px;
        padding-right: 0px;
    }

    .form-range .data strong {
        width: 191px;
        line-height: 62px;
        font-size: 13px;
        text-align: left;
    }

    #monto-cuo {
        width: 54px;
        padding-right: 3px;
        padding-left: 3px;
    }

    span.cuotaa {
        font-size: 1.2em;
        line-height: 59px;
    }

    .form-range .data {
        flex-direction: initial;
    }

    #obtene-tu-prestamo .cuanto-dinero-necesitas #monto-input,
    #monto-cuo {
        font-size: 1.2em;
    }

    .cobra .select2.select2-container {
        width: 90% !important;
    }

    #completar-formulario .formulario .terminos-condiciones {
        margin-left: 2em;
    }

}

.accordion-item {
    padding-bottom: 47px;
}

.accordion .content p {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    margin-top: 0px;
}

#completar-formulario .formulario .grid>div .item.selecter.prov {
    margin-top: 0px !important;
}

#ui-datepicker-div {
    z-index: 123123 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #838e95 !important;
    color: #838e95;
}

.cumple .input__label--isao::after {
    color: white !important;
}

.daterangepicker {
    font-family: "Roboto", sans-serif !important;
}

.item.selecter.prov {}

#completar-formulario .cumple #datepicker {
    height: 20px !important;
}

/* cambios ultima semana de diciembre */

footer .container .bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

footer {
    overflow-x: hidden;
}

footer .bottom.fl.dost {
    margin-top: 0;
}

footer .bottom2 .socials a:last-child {
    margin-right: 0px;
}


footer .bottom2 .socials a {
    margin-right: 15px;
}


#completar-formulario .formulario .grid>div .item .eac-sugg {
    top: -2px !important;
}

#completar-formulario .formulario .grid>div .item.selecter.localidad {
    margin-top: 0 !important;
}


.jojo .radios .dos .input--isao .input__label--isao::after {
    letter-spacing: -.6px;
    padding-left: 0;
    padding-right: 0;

}


#completar-formulario .formulario .grid>div {
    display: flex;
    flex-wrap: wrap;
}

#completar-formulario .formulario .grid>div .item {
    display: flex;
    justify-content: flex-end;
    margin-top: 0 !important;
    margin-bottom: 0;
    flex-direction: column;
    min-height: 120px;
}

.jojo .radios {
    display: flex;
    justify-content: space-between;
}

.jojo .dos .input__label-content--isao {
    padding: 0;
}

.jojo .radios .dos .input--isao,
#completar-formulario .input.input--isao.tel {
    margin: 0;
}

.jojo .radios .dos .input--isao .input__label--isao::after {
    padding: 0;
    height: 33px;
    display: flex;
    align-items: center;
}


#completar-formulario .formulario .grid>div .item .data input {
    margin-bottom: 7px;
}

.jojo .radios div.pri {
    width: 82px;
    margin: 0;
}

.radios>div.dos {
    width: calc(100% - 95px);
}

.input__label span {
    padding: 0px 9px;
    height: 33px;
    display: flex;
    align-items: center;
}

.input__label--isao::before {
    top: -7px;
}

.input__label--isao {
    overflow: inherit;
}


.item.selecter.detalle {
    margin-top: 0 !important;
}

span.trigg,
span.trigg2,
span.trigg3 {
    height: 33px;
    display: flex;
    align-items: center;
}


.item.selecter .sel__placeholder {
    position: absolute;
    bottom: 0;
}

.item.selecter .sel--index {
    margin-bottom: -7px;
}

.item .input {
    margin: 0;
}

#completar-formulario .formulario .data {
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    margin-bottom: 5px;
}


.localidad span.select2-selection,
.cobra span.select2-selection {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
}

.item.selecter .sel__placeholder {
    line-height: 20px;
    margin-bottom: 2px;
}

#completar-formulario .formulario .grid>div .item.selecter.anti {
    margin: 0 !important;
}

.item.selecter.anti .sel--index {
    margin-bottom: 0;
}

.cobra .select2.select2-container {
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    margin-left: 20px;
}

.localidad .select2.select2-container {
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
}

.provincia .select2.select2-container {
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
}

.provincia {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.provincia span.trigg {

    padding: 0 13px;
}

.input__label--isao::after {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 9px !important;
    height: 33px;
}

#completar-formulario .formulario .grid>div .item.selecter.localidad {
    margin-bottom: 0 !important;
}

#select2-otra-localidad-container {
    top: 0;
}

.prov span.select2-selection {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
}

.jojo .radios {
    justify-content: flex-start;
}

.jojo .radios .dos .input--isao {
    width: 100%;
}

.jojo .radios .dos .input--isao .input__label--isao::after {
    letter-spacing: -.8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.radios>div.dos {
    width: calc(100% - 123px);
    margin-left: 7px;
}

/*.item.selecter span.trigg{
    margin-top: -7px;
}*/

@media only screen and (max-width:1199px) {
    footer .bottom.fl.dost {
        margin-left: 0;
        margin-top: -12px;
    }

    footer .container .bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .container .bottom .copy>div {
        margin-right: 0;
    }

    footer .container .bottom .copy {
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
    }

    footer .container .bottom .copy .lik {
        flex-basis: auto;
    }


    .item .input,
    .item .sel,
    #completar-formulario .input.input--isao.tel,
    .provincia .select2.select2-container {
        width: 100% !important;
    }

    .cobra .select2.select2-container {
        width: 100% !important;
        margin: 0 !important;
    }

    #completar-formulario .formulario .grid>div .jojo.item:first-child {
        margin: 0;
    }


    #completar-formulario .formulario .grid>div .item.selecter.localidad {
        margin: 0 !important;
    }

    .item.selecter.anti .antiguedad {
        margin-left: 0;
    }

    #completar-formulario .formulario .grid>div .item.selecter.localidad {
        width: 45% !important;
    }

    .antiguedad .sel {
        width: 45% !important;
    }



}

@media only screen and (max-width:1080px) {

    #new-copy {
        height: auto !important;
        line-height: inherit !important;
    }

    footer .bottom.fl.dost .copy {
        margin-top: 0;
    }

    footer .container .bottom .copy>div {
        height: auto;
        margin-bottom: 20px;
    }

    footer .bottom.fl.dost {
        margin-top: 0;
    }

    footer .bottom2 {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }

    footer .bottom2 .fl.dere {
        text-align: center;
        line-height: 18px;
        margin-top: 12px;
    }

    footer .container .bottom .copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    #completar-formulario .formulario .grid>div .item {
        width: 100% !important;
        min-height: 100px !important;
        margin: 0 !important;
    }

    .item.selecter {
        height: auto;
    }

    span.trigg,
    span.trigg2,
    span.trigg3 {
        margin-left: 0;
        padding: 0 9px;
    }

    #completar-formulario .formulario .grid>div .item.selecter.localidad {
        width: 100% !important;
    }

    .item.selecter.anti .data.antiguedad {
        margin-left: 0;
    }

    .antiguedad .radios {
        width: 80px !important;
        margin-left: 20px;
        float: right;
    }

    .antiguedad .sel {
        width: calc(100% - 100px) !important;
    }

    .antiguedad span.trigg {
        margin-left: 0;
    }

    .radios>div.dos {
        width: calc(100% - 89px);
    }
}

/*
SELECT" "
*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: url(/images/magnifying-glass.png) right top no-repeat;
    background-size: 20px 20px;
    background-position: 97% 4px;
    cursor: pointer;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
   .select2-container--default .select2-search--dropdown .select2-search__field {
      background-image: url(/images/magnifying-glass.png);
      background-repeat: no-repeat;
      background-size: 60px 40px;
      background-position: 100% -21px;
   }
}*/

div.ui-state-active {
    background-color: #ebedef !important;
    font-family: "Roboto", sans-serif !important;
    color: #838e95 !important;
    font-weight: bold !important;
    border: none !important;
}

.ui-menu.ui-widget {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: 229px !important;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 350px;
    font-family: "Roboto", sans-serif;
}

.ui-menu.ui-widget li {
    display: list-item;
    color: #838e95;
    padding: 1px 8px;
    user-select: none;
    font-weight: bold !important;
    font-size: 0.8em !important;
    font-family: "Roboto", sans-serif;

}

.ui-menu.ui-widget li:hover {
    background-color: #ebedef;
}

#completar-formulario .formulario .terminos-condiciones .terminos {
    cursor: pointer;
    font-size: 18px;
    text-align: left;
}

.comerzializacion .input__label-content.input__label-content--isao {
    font-size: 15px;
}

.comerzializacion .input__label--isao::after {
    font-size: 15px;
}

.provincia span.select2-selection.select2-selection--single,
.campo-localidad .select2-selection.select2-selection--single {
    height: 34px !important;
}

.icon-whatsappp {
    height: 40px;
    width: 40px;
    border-style: none;
    margin-bottom: 0px;
    top: 5px;
    position: relative;
    margin-right: 4px;
}

.fr {
    float: right;
}

.afip {}

.eac-cval {
    left: 0px;
}

.select2-dropdown.select2-dropdown--above {
    /*   top: 30px;*/
    top: auto;
}

.ssl {
    text-align: center;
}

.ssl .center {
    text-align: center;
    display: inline-block;
}

.ssl .p {
    width: 27em;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: left;
}

.ssl .im {
    width: 11em;
}

.ssl .afip {
    width: 4em;
}

@media screen and (max-width: 1068px) {
    .ui-menu.ui-widget {
        width: calc(45%) !important;
    }
}

@media screen and (max-width: 800px) {
    .ui-menu.ui-widget {
        width: 280px !important;
    }

    .ssl .center {
        text-align: center;
        display: contents !important;
    }

    .ssl .afip {
        width: 4em;
        margin-top: 10px;
    }
}

@media screen and (max-width: 648px) {
    .ui-menu.ui-widget {
        width: 93% !important;
    }

    .comerzializacion .input__label-content.input__label-content--isao {
        font-size: 90.25%;
    }

    .comerzializacion .input__label--isao::after {
        font-size: 90.25%;
    }

}



#text-footer-entidad {
    padding: 50px 0;
    float: left;
    font-size: 14px;
    color: white;
    line-height: 12px;
    padding-left: 164px;
}

@media only screen and (max-width: 1080px) {
    #text-footer-entidad {
        padding-left: 0;
        text-align: center;
    }
}


.item.neto .sel--index {}