body {
    color: #2d2d2d;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    font-family: 'Helvetica Neue';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    background: #fff;
}

body,
html {
    overflow-x: hidden;
    max-width: 100%;
}

p b {
    font-weight: bold;
}

.clear {
    clear: both;
}

.wow {
    visibility: hidden;
}

.fadein {
    opacity: 0;
}

.hidden_a {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.wrapper {
    position: relative;
}

.wrapper.wrapper-home {
    padding-top: 148px;
}

.wrap {
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.row {
    margin-right: -6px;
    margin-left: -6px;
}

.row>[class^="col-"],
.row>[class*=" col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

figure {
    margin: 0;
}

* {
    outline: none !important;
}

a,
button {
    transition: all 0.3s ease;
}


/*--HEADER--*/

header {
    text-align: left;
    padding: 18px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
}

header .logo {
    width: 70px;
}

header .logo img {
    width: 100%;
}


/*--FIN HEADER--*/


/*--BANNER--*/

.banner {
    background: url('../images/bg-banner2.png') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: calc(100vh - 107px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
}

.texto-banner {
    max-width: 500px;
}

.texto-banner h4 {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.texto-banner p {
    font-size: 34px;
    line-height: 38px;
    font-weight: normal;
    color: #fff;
}

.texto-banner a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #0360B8;
    background: #fff;
    display: inline-block;
    padding: 6px 40px;
    border-radius: 6px;
    font-weight: bold;
}

.texto-banner a:hover {
    background: #0360B8;
    color: #fff;
    text-decoration: none;
}

.w-form {
    position: absolute;
    right: 80px;
    top: 0;
    background: #fff;
    padding: 30px 30px 50px;
    z-index: 10;
    text-align: center;
    width: 400px;
    max-width: 100%;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
}

.w-form .logo {
    width: 100px;
    margin: 0 auto 10px;
}

.w-form .logo img {
    width: 100%;
}

.w-form .unired {
    width: 140px;
    margin: 0 auto 10px;
}

.w-form .unired img {
    width: 100%;
}

.w-form p {
    color: #8D8D8D;
    font-size: 22px;
    line-height: 26px;
}

.w-form .form-group {}

.w-form .form-group input {
    width: 100%;
    border: 1px solid #8D8D8D;
    padding: 5px 15px;
    border-radius: 12px;
    height: 50px;
}

.w-form .form-group button,
.w-form .form-group input[type="submit"] {
    background: #017CE3;
    border-radius: 12px;
    padding: 8px 15px;
    color: #fff;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.w-form .form-group button:hover {
    background: #0660ab;
}


/*--FIN BANNER--*/


/*--TEXTO--*/

.s-texto {
    text-align: center;
    padding: 40px 0;
}

.s-texto figure {
    margin-bottom: 15px;
    margin-top: 30px;
}

.s-texto figure img {
    width: 85px;
}

.s-texto h2 {
    font-size: 50px;
    font-weight: bold;
    color: #5A5A5A;
    margin: 0 0 20px;
}

.s-texto h2:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 80px;
    height: 2px;
    background: #0B69D6;
}

.s-texto p {
    font-size: 26px;
    line-height: 32px;
    color: #8D8D8D;
}

.s-texto .unired {
    text-align: center;
    margin-bottom: 20px;
}


/*.s-texto .unired img {
    width: 100px;
}*/


/*--FIN TEXTO--*/


/*--ICONOS--*/

.s-iconos {
    padding: 60px 0 70px;
    background: #D7D7D7;
    text-align: center;
}

.item-ic {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}

.item-ic figure {
    text-align: center;
    margin-bottom: 30px;
}

.item-ic figure img {
    width: auto;
    height: 120px;
}

.item-ic p {
    font-size: 20px;
    line-height: 24px;
    color: #8D8D8D;
}


/*--FIN ICONOS--*/


/*--IMG IC--*/

.img-ic {
    padding: 70px 0 30px;
}

.img-ic figure {}

.img-ic figure img {
    width: 100%;
}

.iconos {
    padding: 120px 60px;
}

.i-ic {
    margin-bottom: 100px;
}

.i-ic img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin-right: 10px;
}

.i-ic p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 0;
}


/*--FIN IMG IC--*/


/*--TEXTO ABAJO--*/

.texto-abajo {}

.w-t {
    border-top: 4px solid #0360B8;
    padding: 50px 0;
}

.texto-abajo .item-t {
    padding-left: 20px;
    position: relative;
}

.texto-abajo .item-t:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #008BFB;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 10px;
}

.texto-abajo .item-t p {
    font-size: 26px;
    line-height: 30px;
    color: #8D8D8D;
}


/*--FIN TEXTO ABAJO--*/


/*--FOOTER--*/

footer {
    background: rgba(19, 96, 169, 1);
    background: -moz-linear-gradient(top, rgba(19, 96, 169, 1) 0%, rgba(10, 48, 85, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 96, 169, 1)), color-stop(100%, rgba(10, 48, 85, 1)));
    background: -webkit-linear-gradient(top, rgba(19, 96, 169, 1) 0%, rgba(10, 48, 85, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 96, 169, 1) 0%, rgba(10, 48, 85, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 96, 169, 1) 0%, rgba(10, 48, 85, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 96, 169, 1) 0%, rgba(10, 48, 85, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1360a9', endColorstr='#0a3055', GradientType=0);
    padding: 40px 0;
    font-family: 'Brandon Grotesque';
}

footer h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 3px;
}

footer ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .redes {}

footer .redes a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    transition: cubic-bezier(.77, 0, .175, 1) 0.5s;
}

footer .redes a:hover {
    transform: rotate(360deg);
}

footer .redes a:last-child {
    margin-right: 0;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {}

.footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 40px;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}


/*--FIN FOOTER--*/

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .banner {
        height: auto;
        padding: 100px 0;
    }
    .w-form {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        border-radius: 0;
    }
    .w-form .form-group {
        max-width: 450px;
        margin: 0 auto 20px;
    }
    footer ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
    .s-iconos {
        padding: 60px 0 30px;
    }
    .item-ic {
        margin-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .wrap,
    .wrap2 {
        padding: 0 20px;
    }
    .texto-banner h4 {
        font-size: 40px;
    }
    .texto-banner p {
        font-size: 30px;
        line-height: 34px;
    }
    .iconos {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .s-texto h2 {
        font-size: 40px;
    }
}

@media (max-width: 320px) {}