*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: Roboto, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/RobotoCondensed-Light.woff2") format('woff2'), url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/RobotoCondensed-Regular.woff2") format('woff2'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/RobotoCondensed-Bold.woff2") format('woff2'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Playfair;
    src: url("../fonts/PlayfairDisplay-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/*
@font-face {
    font-family: Roboto;
    src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2'), url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
*/

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
	color:#29243C;
}

p {
	font-family: Roboto;
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00356C;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100
}

.whatsapp-icon {
    margin-top: 13px
}

#header {
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.megamenu {
    position: static
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}


code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: none;
    outline: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 20px;
	font-weight: 700;
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

section.default-padding {
	padding: 60px 0;
}

a:hover{
	color: #FEBE31;
}

.container::before {
	display: table;
	content: "";
}

/*Titles*/

/*
.title {
	font-size: 32px;
	color: #00356C;
	font-weight: 600;
}
*/

.title h1 {
	font-size: 34px;
	color: #00356C;
	font-weight: 600;
	padding-bottom: 30px;
}

.title h2 {
	font-size: 32px;
	color: #00356C;
	font-weight: 600;
	padding-bottom: 30px;
}

.title.blog h2 {
	padding-bottom: 20px;
}

.sub-title h3 {
	font-size: 20px;
	color: #00356C;
	font-weight: 600;
	padding-bottom: 20px;
}

.max-w-index {
	max-width: 525px;
	margin-right: auto;
}
.btns-index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#header-wrap .dropdown-toggle::after{
		color: #0FB7B7;
	}





/*Souciones*/

#sol-cta {
	padding: 60px 0; 
	background-color: #ECE8F4;
}

#sol-cta h2{
	max-width: 625px;
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 35px;
}
#sol-cta h2 span{
	color:  #0FB7B7;
}
#sol-cta p{
	max-width: 600px;
	margin: 0 auto 16px;
	color:  #222A68;
	font-size: 20px;
	text-align: center;
}

#sol-cta img{
	display: block;
	margin: 20px auto 0;
}

#como-hacemos {
	padding: 60px 0; 
}

#como-hacemos h2{
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}
#como-hacemos h2 span{
	color:  #0FB7B7;
}
#como-hacemos p{
	max-width: 750px;
	margin: 0 auto 16px;
	color:  #222A68;
	font-size: 20px;
	text-align: center;
}
#como-hacemos img{
	width:100%;
}

#soluciones-index {
	padding: 60px 0;
	background-color: #F9F9F8;
}

#soluciones-index h2{
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}


#soluciones-index h2 span{
	color:  #0FB7B7;
}

#soluciones-index .p-text{
	max-width: 520px;
	margin: 0 auto 30px;
	color:  #222A68;
	font-size: 20px;
	text-align: center;
}



.flex-mis-vis-index {
    display: flex;
    flex-direction: column;
    flex: 0 0 33%;
    max-width: 335px;
    margin: 15px auto;
	border: 1px solid #6848AB;
    background-color: #fff;
    
}

#soporte-tec {
	padding:60px 0;
}

#soporte-tec .flex-mis-vis-index {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 490px;
    margin: 15px auto;
	border: 2px solid #6848AB;
    background-color: #fff;
    
}

#soporte-tec  .flex-mis-vis-index h3 {
	font-weight: 700;
	font-size: 24px;
	padding: 25px 20px 0px;
	text-align: left;
	color: #222A68;
	margin-bottom: 0;
}

#soporte-tec h2 {
    font-weight: 700;
    font-size: 40px;
    max-width: 800px;
    padding: 25px 20px 40px;
    text-align: center;
    color: #29243C;
    margin: 0 auto;
}

#soporte-tec .flex-mis-vis-index p{
	padding: 15px 20px 25px;
	text-align: left;
	color: #222A68;
	margin-bottom: 0;
	font-size: 20px;
}

#soporte-tec .btns-index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: auto;
}

#soporte-tec .blue-border {
	border: 2px solid #0FB7B7!important;
}
.blue-border {
	border: 2px solid #0FB7B7;
}
.flex-mis-vis-index .btn-conoce {
	margin-top: auto;
	padding-bottom: 20px;
}
#soluciones-index .flex-mis-vis-index h3
{
	font-weight: 700;
	font-size: 24px;
	padding: 25px 20px 0px;
	text-align: left;
	color: #222A68;
	margin-bottom: 0;
}

#soluciones-index .flex-mis-vis-index p{
	padding: 15px 20px 25px;
	text-align: left;
	color: #222A68;
	margin-bottom: 0;
}



#soluciones-azure {
	padding: 60px 0;
	background-color: #F9F9F8;
}

#soluciones-azure h2{
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}

#soluciones-azure .flex-mis-vis-index {
    display: flex;
    flex-direction: column;
    flex: 0 0 33%;
    max-width: 335px;
    margin: 25px auto;
	border: 1px solid #6848AB;
    background-color: #fff;
    
}
#soluciones-azure .blue-border {
	border: 1px solid #0FB7B7;
}
#soluciones-azure .flex-mis-vis-index .btn-conoce {
	margin-top: auto;
	padding-bottom: 20px;
}
#soluciones-azure .flex-mis-vis-index h3
{
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	padding: 15px 20px 0px;
	color: #29243C;
	margin-bottom: 0;
}

#soluciones-azure .flex-mis-vis-index p{
	padding: 15px 20px 25px;
	text-align: left;
	color: #222A68;
	margin-bottom: 0;
}



#somos-expertos {
	padding: 60px 0; 
}

#somos-expertos h2{
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}




#quieres-cta {
	padding: 60px 0; 
	background-color: #ECE8F4;
}

#quieres-cta h2{
	max-width: 625px;
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 35px;
}
#quieres-cta .is-aqua{
	text-align: center;
}

#exito-cta {
	padding: 60px 0; 
	background-color: #ECE8F4;
}

#exito-cta h2{
	max-width: 925px;
	color:  #29243C;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 25px;
}
#exito-cta p{
	max-width: 800px;
	text-align: center;
	color:  #29243C;
	margin: 0 auto 35px;
}
#exito-cta .is-aqua{
	text-align: center;
}

#testi {
	padding: 60px 0; 
	background-color: #F9F9F8;
}
#testi h2{
	color:  #29243C;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}
#testi .flex-mis-vis-index img
{
	border-radius: 50%;
	max-width: 50%;
	display: block;
	margin: 25px auto 15px
}
#testi .flex-mis-vis-index h3
{
	font-size: 24px;
	padding: 25px 25px;
	text-align: center;
	color: #222A68;
	margin-bottom: 0;
	font-weight: 700;
}
#testi .flex-mis-vis-index h3 span
{
	font-size: 24px;
	font-weight: 300;
	color: #222A68;
	margin-bottom: 0;
}

#testi .flex-mis-vis-index p{
	padding: 15px 20px 25px;
	text-align: center;
	color: #222A68;
	margin-bottom: 0;
}

#car-cli h2{
	
}
#car-cli h2{
	color:  #29243C;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}

#nuestro-enfoque {
	padding: 210px 0 60px; 
	
}

#nuestro-enfoque h1{
	text-align: center;
	color:  #29243C;
	font-size: 20px;
	font-weight: 700;
	margin: 20px auto 20px;
}

#nuestro-enfoque h2{
	text-align: center;
	color:  #29243C;
	font-size: 28px;
	font-weight: 700;
	margin: 20px auto 20px;
}

#nuestro-enfoque h3{
	text-align: center;
	color:  #29243C;
	font-size: 38px;
	font-weight: 700;
	margin: 20px auto 10px;
}

#nuestro-enfoque h2 span{
	color:  #0FB7B7;
}
#nuestro-enfoque p{
	max-width: 1000px;
	margin: 0 auto 28px;
	color:  #222A68;
	font-size: 20px;
	text-align: center;
}
#nuestro-enfoque img{
	width:100%;
}
#nuestro-enfoque a{
	text-decoration: none;
}
#img-desfa .ins-item-47 {
    flex: 0 0 50%;
    
    margin: 0 auto;
}
#img-desfa .ins-item-47.left{
    padding: 30px 45px 30px 25px;
}
#img-desfa .ins-item-47.right{
    padding: 30px 25px 30px 45px;
}

#img-desfa .ins-item-53 {
    flex: 0 0 50%;
    max-width: 50%;
	background-repeat: no-repeat;
}
#img-desfa .ins-item-53 img{
    width: 100%
}

#img-desfa .sub-title {
    color: #29243C;
    font-weight: 700;
    position: relative;
    font-size: 34px;
} 

#img-desfa p b{
    font-family: Playfair;
} 

#img-desfa .ins-item-47 p{
    font-size: 20px;
	line-height: 25px;
}

#tecno .ins-text {
    flex: 0 0 45%;
    padding: 30px 20px 30px 35px;
    margin: 0 auto;
}

#tecno .ins-pic {
	align-self: center;
    flex: 0 0 55%;
    max-width: 550px;
	display: block;
	background-repeat: no-repeat;
}
#tecno .ins-pic.m-r{
    margin-right: auto;
}
#tecno .ins-pic.m-l{
    margin-left: auto;
}
#tecno .ins-pic img{
    width: auto;
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	max-width: 100%;
}

#tecno .sub-title {
    color: #29243C;
    font-weight: 700;
    position: relative;
    font-size: 34px;
} 

.btn-mar-t {
	margin-top:auto;
}

/*Main Banner Styles*/

.top-img{
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
}
.top-img.index{
	height: 750px;
	background-position: 50% 50%; 
}
.top-img.transformacion {
	background-image: url('../img/hero-trans.jpg');
}
.top-img.tecnologia {
	background-image: url('../img/hero-tecnologia.jpg');
}
.top-img.nosotros {
	height: fit-content;
}
.top-img.contacto {
	height: fit-content;
}
.text-h1-index {
    color: #29243C;
    font-size: 44px;
	font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
	max-width: 700px;
	margin-bottom: 30px;
}

.arrow-r {
	position:relative;
}
.arrow-r img{
	position:absolute;
	right: 150px;
}

 .text-h1-index span{
    color: #0FB7B7;
    font-size: 42px;

}
 .text-h3-index {
    color: #222A68;
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 15px !important;
    font-family: 'Roboto';
    line-height: 25px;
	max-width: 700px;
}

 .text-h3-index.blue-text {
    color: #222A68;
}

 #hero-dyna .text-h3-index.h3-lg {
    font-size: 28px;
	font-weight: 700;
	padding: 0 45px 25px 0; 
	color:#222A68;
   line-height: 1.2;
}

 .text-h3-index.h3-lg {
    font-size: 28px;
	font-weight: 700;

}

.contacto .img-side {
	display: block;
	margin: 0 auto;
}

.fam-play {
	font-family:Playfair;
}

#header-bottom-wrap .container.sol {
	text-align: center;
}

#header-bottom-wrap .text-h2-soluciones {
	margin: 0 auto;
    color: #fff;
    font-size: 40px;
	font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
	max-width: 800px;
	margin-bottom: 30px;
}

#header-bottom-wrap .text-h3-soluciones {
	margin: 0 auto;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px !important;
    font-family: sans-serif;
    line-height: 1.3;
	max-width: 800px;
}

#header-bottom-wrap .text-h1-blog,
#header-bottom-wrap .text-h2-blog {
	margin: 0 auto;
    color: #fff;
    font-size: 65px;
	font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
	max-width: 800px;
	margin-bottom: 30px;
}


#hero-exe {
	
}
#hero-exe .pic-expe-flex {
	margin: 122px 0 0;
   flex: 0 0 50%;
	max-width:50%;

}
#hero-exe .text-expe-flex{
	padding-top: 175px;
	flex: 0 0 50%;
	max-width:50%;
}
#hero-exe .text-expe-flex h1{
    color: #29243C;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 550px;
    margin-left: auto;
	margin-bottom: 30px;
	padding: 0 25px 0 0;
}
#hero-exe .text-expe-flex h1 span{
    color: #0FB7B7;
}
#hero-exe .text-expe-flex h3{
    color: #222A68;
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 15px !important;
    line-height: 25px;
	margin-left: auto;
    max-width: 550px;
	padding: 0 25px 69px 0;

}

#hero-exe .fluid-width{
    line-height: 25px;
	margin-left: auto;
    max-width: 550px;
	padding: 0 25px 69px 0;

}

#hero-exe .text-expe-flex img{
	position: relative;
	display: block;
	margin: 0 -100px 0 auto;
	max-width: 650px;
}

#hero-exe .pic-expe-flex {
	background-image: url('../img/hero-unifica-r.jpg');
	background-size: cover;
}

#hero-exe .pic-expe-flex.comprende {
	background-image: url('../img/hero-comprende-r.jpg');
	background-size: cover;
}

#hero-exe .pic-expe-flex.moderniza {
	background-image: url('../img/moder-hero-r.jpg');
	background-size: cover;
}
#hero-exe .pic-expe-flex.innovacion {
	background-image: url('../img/hero-innovacion-r.jpg');
	background-size: cover;
}
#hero-exe .pic-expe-flex.colaboracion {
	background-image: url('../img/hero-colabora-r.jpg');
	background-size: cover;
}

#hero-index .text-dyna-flex{
	padding-top: 210px;
	flex: 0 0 50%;
	max-width:50%;
	padding-bottom: 60px;
}

#hero-index  .pic-flex {
	margin: 210px 0 0;
    flex: 0 0 50%;
    max-width: 50%;
	padding-bottom: 30px;
	align-self: center;

}
#hero-index  .pic-flex img{
	max-width: 100%;
}
#hero-dyna .text-dyna-flex{
	padding-top: 210px;
	padding-bottom: 60px;
	flex: 0 0 50%;
	max-width:50%;
}
#hero-dyna .text-dyna-flex h1{
    color: #29243C;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 550px;
    margin-left: auto;
	margin-bottom: 30px;
	padding: 0 25px 0 0;
}
#hero-dyna .text-dyna-flex h2{
    color: #29243C;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 550px;
    margin-left: auto;
	margin-bottom: 30px;
	padding: 0 25px 0 0;
}
#hero-dyna .text-dyna-flex.sm-h1 h1{
    color: #29243C;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 550px;
    margin-left: auto;
	margin-bottom: 30px;
	padding: 0 25px 0 0;
}
#hero-dyna .text-dyna-flex h1 span{
    color: #0FB7B7;
}
#hero-dyna .text-dyna-flex h3{
    color: #222A68;
    font-size: 20px;
    letter-spacing: 0px;
    margin-top: 15px !important;
    line-height: 25px;
	margin-left: auto;
    max-width: 550px;
	padding: 0 45px 69px 0;

}

#hero-dyna .btns-index {
    display: flex;
    flex-wrap: wrap;
	margin-left: auto;
    max-width: 550px;
}

#hero-dyna .fluid-width{
    line-height: 25px;
	margin-left: auto;
    max-width: 550px;
	padding: 0 25px 69px 0;

}



#hero-dyna .pic-flex {
	margin: 122px 0 0;
    flex: 0 0 50%;
    max-width: 50%;

}
#hero-dyna .pic-flex img{
	width: 100%;

}
#hero-dyna .pic-flex.dyna {
	background-image: url('../img/hero-dynamics-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.micro-365 {
	background-image: url('../img/hero-office-365-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.azure {
	background-image: url('../img/hero-azure-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.soluciones {
	background-image: url('../img/hero-sol-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.tecnologia {
	background-image: url('../img/hero-tec-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.soporte {
	background-image: url('../img/hero-soporte-r.jpg');
	background-size: cover;
}
#hero-dyna .pic-flex.nosotros {
		background-image: url('../img/hero-nosotros-r.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}
/*
#hero-dyna .pic-dyna-flex.platform {
	background-image: url('../img/hero-platform-r.jpg');
}
*/

 #tabs-verti .tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}


#tabs-uni {
	background-color: #F9F9F8;
	padding: 60px 0;
}
#tabs-uni h2{
	font-weight: 700;
	display: block;
	max-width: 535px;
	margin: 0 auto 20px;
	font-size: 40px;
	color: #29243C;
}
#tabs-uni .item-tabs-text h2{
	font-weight: 700;
	display: block;
	max-width: 535px;
	margin: 0 auto 20px;
	font-size: 36px;
	color: #29243C;
}
#tabs-uni .item-tabs-text p a{
	color: #0FB7B7;
}
#tabs-uni .item-tabs-text p a:hover{
	color: #6848AB;
}
#tabs-uni p{
	color:#222A68; 
	
}
#tabs-uni p:first-of-type{
	font-weight: 700;
	font-family: Playfair;
}
#tabs-uni p:last-of-type{
	font-weight: 700;
	font-family: Playfair;
}

#tabs-uni .heading-h2{
	font-size: 40px;
}

#tabs-uni h2 span{
	color:  #0FB7B7;
}

#tabs-uni .tabs-list .tabs li a {
	text-align: center;
    letter-spacing: inherit;
	font-size: 28px;
	text-decoration: none;
	font-weight: 700;
}
#tabs-uni .tabs-list .tabs li a:hover {
	text-decoration: none;
}
	
#tabs-uni .tabs li.is-active a {
    border-bottom-color: #0FB7B7!important;
    color: #29243C!important;
    border-bottom-width: thick!important;
	font-weight: 700;
}
#tabs-uni .item-tabs-text{
    flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 30px;
}
#tabs-uni .item-tabs-text .purple{
 	 color:#222A68;
}
#tabs-uni .item-tabs-pics{
	 padding:22px 0 0 20px;
     flex: 0 0 50%;
	 max-width: 50%;
}
#tabs-uni .item-tabs-pics img{
	width: 100%;
}

#tabs-uni .btns-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tabs-uni .button.is-primary {
    background-color: #6848AB;
    border-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid;
}


#tabs-uni .tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #f0f0f0!important;
    border-bottom-style: solid!important;
    border-bottom-width: 5px!important;
    color: #b5b5b5!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px!important;
    padding: .8em 1.2em;
    vertical-align: top;
}

#tabs-uni .tabs li {
    display: block;
}

#tabs-uni .tab-content {
	background-color: transparent;
    padding: 30px 15px 15px;
    border-radius: 0 0 .25rem .25rem;
}

#tabs-uni .nav-tabs {
	justify-content: space-around;
}

#tabs-uni .tab-content > .active {
	text-align: left;
}
#tabs-uni .p-sub-purp{
	font-family: Playfair;
	color:#222A68;
	font-weight: 700;
}
#tabs-uni .p-purp{
	color:#222A68;
}


/*TABS DYNA */

#tabs-dyna {
	background-color: #F9F9F8;
	padding: 60px 0;
}


#tabs-dyna p{
	color:#000; 
	font-size: 20px;
	line-height: 1.1;
}


#tabs-dyna .heading-h2{
	font-size: 40px;
}



#tabs-dyna .tabs-list .tabs li a {
	text-align: center;
    letter-spacing: inherit;
	font-size: 28px;
	text-decoration: none;
	font-weight: 700;
	min-height: 133px;
}
#tabs-dyna .tabs-list .tabs li a:hover {
	text-decoration: none;
}
	
#tabs-dyna .tabs li.is-active a {
    border-bottom-color: #0FB7B7!important;
    color: #29243C!important;
    border-bottom-width: thick!important;
	font-weight: 700;
}

#tabs-dyna .item-tabs-title{
	 padding: 20px 15px 30px;
     flex: 0 0 100%;
	 max-width: 100%;
}

#tabs-dyna .item-tabs-title h2{
	 color:#000;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
#tabs-dyna .item-tabs-text{
	flex: 0 0 35%;
	max-width: 35%;
}


#tabs-dyna .item-tabs-text h3{
	font-weight: 700;
	display: block;
	margin: 0 auto 20px;
	font-size: 20px;
	color: #000;
}

#tabs-dyna .item-tabs-text h3 span{
	color:  #0FB7B7;
}
#tabs-dyna .item-tabs-text .sub{
 	 padding: 15px 0;
}
#tabs-dyna .item-tabs-text .sub:first-of-type{
 	 padding: 0px 0 15px;
}

#tabs-dyna .item-tabs-pic-100{
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

#tabs-dyna .item-tabs-pic-100 img{
	width: 100%;
	padding-bottom: 30px;
}

#tabs-dyna .item-tabs-text-33{
	display: flex;
	flex-direction: column;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
}

#tabs-dyna .item-tabs-text-33 h3{
	font-weight: 700;
	display: block;
	margin: 0 auto 20px;
	font-size: 20px;
	color: #000;
}

#tabs-dyna .item-tabs-text-pic-50{
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}
#tabs-dyna .item-tabs-text-pic-50 img{
	max-width: 100%;
	padding-bottom: 30px;
}

#tabs-dyna .item-tabs-text-pic-50 h2{
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
	font-size: 30px;
	color: #29243C;
}

#tabs-dyna .item-tabs-text-pic-50 h3{
	font-weight: 700;
	display: block;
	margin: 0 auto 20px;
	font-size: 20px;
	color: #000;
}

#tabs-dyna .item-tabs-text-pic-50 .sub{
 	 padding: 15px 0;
}
#tabs-dyna .item-tabs-text-pic-50 .sub:first-of-type{
 	 padding: 0px 0 15px;
}



#tabs-dyna .item-tabs-pics{
	 padding: 0px 60px 0 0px;
     flex: 0 0 65%;
	 max-width: 65%;
}
#tabs-dyna .item-tabs-pics img{
	width: 100%;
	padding-bottom: 30px;
}

#tabs-dyna .item-tabs-btn{
	margin-top: 30px;
	flex:0 0 100%;
	max-width: 100%;
}

#tabs-dyna .item-tabs-btn .btn{
	display: block;
	border: 1px solid #0FB7B7;
	padding: 15px 50px;
	color: #222A68;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
}

#tabs-dyna .btn{
	margin-top: auto;
	display: block;
	border: 1px solid #0FB7B7;
	padding: 15px 17px;
	color: #222A68;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
}
#tabs-dyna .btn:hover{
	display: block;
	border: 1px solid #0FB7B7;
	color: #fff;
	background-color: #222A68;
}

#tabs-dyna .btn-short{
	text-align: center;
	margin-top: auto;
	display: block;
	border: 1px solid #0FB7B7;
	padding: 15px 17px;
	color: #222A68;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
}
#tabs-dyna .btn-short:hover{

	border: 1px solid #0FB7B7;
	color: #fff;
	background-color: #222A68;
}

#tabs-dyna .item-tabs-btn .btn:hover{
	display: block;
	border: 1px solid #0FB7B7;
	color: #fff;
	background-color: #222A68;
}

#tabs-dyna .btns-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tabs-dyna .button.is-primary {
    background-color: #6848AB;
    border-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid;
}


#tabs-dyna .tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #f0f0f0!important;
    border-bottom-style: solid!important;
    border-bottom-width: 5px!important;
    color: #b5b5b5!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px!important;
    padding: .8em 1.2em;
    vertical-align: top;
}

#tabs-dyna .tabs li {
    display: block;
}

#tabs-dyna .tab-content {
	background-color: transparent;
    padding: 30px 15px 15px;
    border-radius: 0 0 .25rem .25rem;
}

#tabs-dyna .nav-tabs {
	justify-content: space-around;
}

#tabs-dyna .tab-content > .active {
	text-align: left;
}
#tabs-dyna .p-sub-purp{
	font-family: Playfair;
	color:#222A68;
	font-weight: 700;
}
#tabs-dyna .p-purp{
	color:#222A68;
}


/*Vertical tabs*/

#tabs-verti .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}

#tabs-verti {
	background-color: #F9F9F8;
	padding: 60px 0;
}
#tabs-verti h2{
	font-weight: 700;
}
#tabs-verti h2 span{
	color:  #0FB7B7;
}

#tabs-verti .tabs-list .tabs li a {
    letter-spacing: inherit;
	font-size: 28px;
	text-decoration: none;
}
#tabs-verti .tabs-list .tabs li a:hover {
	text-decoration: none;
}
	
#tabs-verti .tabs li.is-active a {
    border-bottom-color: #0FB7B7!important;
    color: #29243C!important;
    border-bottom-width: thick!important;
}
#tabs-verti .item-tabs-text{
    flex: 0 0 100%;
	max-width: 100%;
	min-height: 400px;
	padding: 40px 20px 20px 15px;
	display: flex;
	flex-direction: column;
}
#tabs-verti .item-tabs-text p{
	font-family: Playfair;
	font-size: 16px;
}
#tabs-verti .item-tabs-text .pad-b{
   position: relative;
}
#tabs-verti .item-tabs-text .pad-b p{
   display: block;
   padding-left: 45px;
}
#tabs-verti .item-tabs-text .pad-b img{
    position: absolute;
	width: 30px;
	height: auto;
	top: -3px;
}
#tabs-verti .item-tabs-text-ai{
    flex: 0 0 50%;
	max-width: 50%;
	min-height: 400px;
	padding: 40px 0px 20px 15px;
	display: flex;
	flex-direction: column;
}
#tabs-verti .item-tabs-text-ai p{
    font-family: Playfair;
	font-size: 16px;
	padding-left: 44px;
}
#tabs-verti .item-tabs-text-ai .pad-b{
   position: relative;
}

#tabs-verti .item-tabs-text-ai img{
    position: absolute;
	left: 0;
	top: 0;
}
#tabs-verti .item-tabs-pics{
	 padding:0px 0 0 15px;
     flex: 0 0 100%;
	 max-width: 100%;
}
#tabs-verti .item-tabs-pics img{
	 width: 115%;
}

#tabs-verti .item-tabs-text .pad-b{
	padding-bottom: 10px;
}




.btn-conoce {
    margin-top: auto;
    padding-bottom: 20px;
}


#tabs-verti .tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-weight: 700;
    border-bottom-color: #f0f0f0!important;
    border-bottom-style: solid!important;
    border-bottom-width: 5px!important;
    color: #b5b5b5!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px!important;
    padding: 1.2em 1em;
    vertical-align: top;
}

#tabs-verti .tabs li {
    display: block;
}

#tabs-verti .tab-content {
	background-color: transparent;
    padding: 40px 15px 15px;
    border-radius: 0 0 .25rem .25rem;
}

#tabs-verti .nav-tabs {
	justify-content: space-around;
}

#tabs-verti .tab-content > .active {
	text-align: left;
}


.flex-d-col {
    flex-direction: column;
}

/*Contacto*/

#img-cont .ins-item-50 {
    flex: 0 0 50%;
    margin: 0 auto;
}
#img-cont .ins-item-50.text {
   padding: 50px 50px 30px 35px;
}

#img-cont h2 {
	text-align:center;
	font-size: 40px;
	font-weight: 700;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #29243C;
}

#img-cont h3 {
	font-size: 40px;
	margin-bottom: 30px;
	color: #29243C;
}

#img-cont .ins-item-50 img{
    width: 100%
}

#img-cont .sub-title {
    color: #29243C;
    font-weight: 700;
    position: relative;
    font-size: 34px;
} 

/*Ofrecemos*/

#ofrecemos {
	padding:60px 0; 
}
#ofrecemos h2{
	font-size: 40px;
	padding-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
#ofrecemos h3{
	color:#222A68; 
	padding-bottom: 15px;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}
#ofrecemos p{
	color:#222A68; 
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}

/*Nosotros*/

#mis-vis {
	padding: 60px 0;
}
#mis-vis .item-m{
	flex: 0 0 50%;
	max-width: 450px;
	margin-right: auto;
}
#mis-vis .item-v{
	flex: 0 0 50%;
	max-width: 450px;
	margin-left: auto;
}

#mis-vis h3 {
	font-size: 40px;
	color:#29243C;
	font-weight: 700;
}
#mis-vis p {
	font-size: 16px;
}
#mis-vis .item-m h3 {
	text-align: right;
}
#mis-vis .item-m p {
	text-align: right;
}

#valores {
	padding: 60px 0;
	background-color: #F9F9F8;
}
#valores .col{
	display: flex;
	flex: 0 0 33%;
	max-width: 33%;
	flex-direction: column;
	justify-content: space-evenly;
}

#valores .col .item-logo img{
	width: 80%;
	display: block;
	margin: 25px auto 50px;
}
#valores .txt-right{
	text-align: right;
}


#valores h3 {
	font-size: 40px;
	color:#29243C;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#valores h4 {
	font-size: 20px;
	font-weight: 700;
}
#valores p {
	color: #222A68;
}


/*Footer*/
#footer-inner h4 {
	color:#fff;
	
}

.menu-footer {
	align-self: center
}
.menu-footer ul {
	margin-bottom: 0;
	padding-left: 0;
}

.menu-footer li{
	list-style: none;
	color: #fff;
	padding: 0 0px;
}
.menu-footer ul li a{
	color: #fff;
    line-height: 2.2;
	font-weight: 500;
}
.menu-footer ul li a:hover{
	color: #FEBE31;
}
.align-logo-footer {
	align-self: flex-end;
}

.right-footer p{
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

.social {
	margin-top: auto;
	align-self: center;
}

.social li {
	display: inline-block;
	padding: 0 8px;
	padding-left: 0;
}
.social i {
	color: #fff;
}

.social i:hover {
	color: #FEBE31;
}

#footer-bottom {
	padding: 10px 0;
	border-top: 1px #fff solid;
	background-color: #222A68;
}
#footer-bottom .dis-f-b-footer{
	
	justify-content: space-between;
}
#footer-bottom h4{
	color: #fff;
	align-self: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	
}
	#footer-bottom h4 a{
		color:#fff;
	}
	#footer-bottom h4 a:hover{
		color: #FEBE31;
		}
#footer-bottom img{
	width:250px;
	height: 80px;
}

#aviso-priv {
	padding-bottom: 60px;
}

#aviso-priv h1{
	font-size: 36px;
	color:#29243C;
	width: 100%;
}
#aviso-priv h1:after{
	display: block;
	content: '';
	margin: 15px 0;
	border-width: 100%;
	border-bottom: solid 7px #0FB7B7;
}

#aviso-priv p{
	font-size: 18px;
}

.soluciones-p {
	font-size: 14px;
}

.item-33-buscas {
	flex: 0 0 33%;
	max-width: 33%;
	height: 0%;
	margin: 0 auto;
}
.item-33-buscas .content-item {
	padding: 10px;
}

.item-33 {
	flex: 0 0 33%;
	max-width: 33%;
	height: 241px;
}

.item-50 {
	flex:50%;
	max-width: 50%;
	height: 0%;
}
.item-50 img{
	vertical-align: middle;
	height: auto;
	border-radius: 10px;
}
.item-50 img:first-child{
	margin-top: 0px;
}
.item-66 {
	flex: 0 0 66%;
	max-width: 66%;
	height: 241px;
}
.content-item.sol-page {
	padding-top: 8px;
}
.content-item.lider-cons {
	padding-right: 4px;
}

.content-item.adapta {
	padding-left: 4px;
}

.content-item .pic {
  background-color: #000;
  border-radius: 10px;
}

.content-item .w-rad.pic {
  background-color: #000;
  border-radius: 10px;
}
.content-item .w-rad.pic img {
  border-radius: 10px;
}

.content-item .pic img {
  transition: all ease 50ms;
}
.content-item .text-nuestras,
.content-item .text-nuestras-p,
.content-item .text-nuestras-sol,
.content-item .text-nuestras-p-sol{
  transition: all ease 50ms;
}


.content-item:hover .pic img {
  opacity: 0.4;
}

.text-nuestras{
    position: absolute;
    top: 45%;
    left: 50%;
    color: #000;
	font-weight: 600;
    font-size: 21px;
	white-space: nowrap;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-item:hover .text-nuestras {
     color:#FEBE31;
	text-shadow: 1px 1px #FEBE31;
}
.text-nuestras-p{
    position: absolute;
    top: 62%;
    left: 50%;
    color: #000;
	white-space: nowrap;
	font-weight: 600;
    font-size: 14px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-item:hover .text-nuestras-p {
     color:#FEBE31;
	text-shadow: 1px 1px #FEBE31;
}

.text-nuestras-sol{
    position: absolute;
    top: 45%;
    left: 50%;
    color: #000;
	font-weight: 600;
    font-size: 30px;
	white-space: nowrap;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-item:hover .text-nuestras-sol {
     color:#FEBE31;
	text-shadow: 1px 1px #FEBE31;
}
.text-nuestras-p-sol{
    position: absolute;
    top: 62%;
    left: 50%;
    color: #000;
	white-space: nowrap;
	font-weight: 600;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-item:hover .text-nuestras-p-sol {
     color:#FEBE31;
	text-shadow: 1px 1px #FEBE31;
}

.cta-descarga-pad {
	padding: 30px 0 0;
}
.pad-int {
	padding-bottom: 30px;
}

.border-r-img {
	padding-bottom: 30px; 
}
.border-r-img img {
	border-radius: 10px; 
}

.pad-row-inter {
	padding: 0px 0 10px;
}

.logo-top-color{
	background-image: url("../img/logo-top.svg");
	width: 300px;
	height: 96px;
	background-size: cover;	
}
.logo-top-scrolled{
	background-image: url("../img/logo-color.png");
	width: 200px;
	height: 78px;
	background-size: cover;
}

/*CTA mas info*/

.cta-img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.cta-img-tienes {
	width: 68%;
	margin: 0 auto;
	display: block;
}

.text-cta h2{
	color: #fff;
	line-height: 60px;
	font-size: 40px;
}

.text-cta h3{
	color: #fff;
	line-height: 40px;
	font-size: 35px;
}
.navbar {
	padding-left: 0;
	padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #212529;
	font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #222A68;
}

/*BLOG*/

.button.is-yellow-wide {
	display: block;
	line-height: 1;
	width: 100%;
	text-align: center;
    background-color: #FEBE31;
     border: #FEBE31 1px solid;
    color: #fff;
	padding: 10px 30px;
    border-radius: 0px 0px 10px 10px;
}

.button.is-yellow-wide:hover {
    background-color: rgb(255, 255, 255);
    color: #FEBE31;
    border: #FEBE31 1px solid;
}

.sol p {
	color: #fff;
	text-shadow: 1px 1px #000;
	max-width: 770px;
	margin: 0 auto;
}

.post-standard {
    margin-bottom: 30px;
	padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.outer .post-standard:last-child {
    margin-bottom: 30px;
	padding-bottom: 40px;
    border-bottom: 1px solid #fff!important;
}

.post-standard .thum-img img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
	max-width: 100%;
}
.post-standard .thum-img.post img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
	max-width: 100%;
}
.post-standard a.title {
    font-size: 35px;
    font-weight: 500;
    color: #191f25;
    letter-spacing: -3px;
    line-height: 47px;
}
.post-standard .meta-out {
    padding: 0px 0px;
    margin-bottom: 20px;
}
.post-standard .excerpt {
    color: #000000;
    margin: 10px auto;
}
.post-standard .meta-out ul.meta {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.post-standard .meta-out ul.meta li {
    margin-right: 40px;
    display: inline-block;
}
.post-standard .meta-out ul.meta li .icon {
    color: #e53935;
    margin-right: 8px;
}

.widget.sidebar-wideget {
    margin-bottom: 40px;
}
.widget.sidebar-wideget .sidebar-title h2 {
    font-size: 17px;
    color: #121111;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.widget.sidebar-wideget ul {
    padding-left: 0;
	list-style: none;
}
.widget.sidebar-wideget ul li{
    margin-bottom: 30px;
}
.widget.sidebar-wideget ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #00356C;
}

.widget.sidebar-wideget .sidebar-title h2:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #00356C;
    position: absolute;
    top: 5px;
    left: 0;
}
.widget.sidebar-wideget .last-post .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
}
.widget.sidebar-wideget .last-post .item .img {
    margin-right: 15px;
}
.widget.sidebar-wideget .last-post .item a.title {
    font-size: 14px;
    font-weight: 600;
    color: #00356C;
}
.widget.sidebar-wideget .last-post .item a.title:hover {
    color: #FEBE31;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}
.pagination li.page-item {
    margin-right: 10px;
}
.page-item.active .page-link {
	z-index: 2;
    background-color: #00356C;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00356C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.excerpt .sub-section {
    padding-bottom: 40px;
}

.excerpt h3 {
    font-size: 20px;
    color: #00356C;
    font-weight: 600;
    padding-bottom: 20px;
}

/*NOSOTROS*/

.flex-mis-vis {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 380px;
    margin: 0 auto;
    background-color: #00356C;
    border-radius: 10px;
}
.flex-mis-vis .btn-conoce {
	margin-top: auto;
	padding-bottom: 20px;
}
.flex-mis-vis h3,
.flex-mis-vis p{
	padding: 15px 20px;
	text-align: center;
	color: #fff;
}




/*Counter*/

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
	color: #00879B;
    font-size: 25px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter-row .col {
	padding: 0 10px;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.counter h2::after {
	content: '+';
	color:#00879B;
}

/*
.counter span {
	font-size: 25px;
	color: #fff;
}
*/


/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:white!important;
  box-shadow: 6px 5px 5px 0px rgba(0,0,0,0.31);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/*text change*/


.navbar-dark {
	background-color: transparent;
}
.navbar-dark .navbar-nav .active > .nav-link {
	color:#222A68;
	font-weight: 700;
}
.navbar-dark.scrolled-nav .navbar-nav .active > .nav-link {
	color: #00356c;
	font-weight: 700;
}
.navbar-dark.scrolled-nav .navbar-nav .nav-link{
	color: #212529;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #222A68;
	font-weight: 700;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: none;
    background-color: transparent;
    border: 0;
}


@media (max-width:1600px){
.top-img.index{
	background-position: 50% 50%; 
}
}
@media (max-width:1199px){
.text-nuestras-p-sol{
		position: absolute;
		top: 62%;
		left: 50%;
		color: #000;
		white-space: nowrap;
		font-weight: 600;
		font-size: 14px;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.dis-n-1199-or-less {
		display: none!important;
	}
}
@media (min-width:1200px){
	.dis-n-1200-or-more {
		display: none!important;
	}
}
@media(min-width:769px){
	#header-wrap .dropdown-toggle::after{
		color: #0FB7B7;
		font-size: 28px;
		margin-left: -14px;
		vertical-align: 0;
	}
}

@media (max-width:1200px){
	#hero-exe .pic-expe-flex {
		margin: 122px 0 0;
	   flex: 0 0 50%;
		max-width:50%;

	}
	#hero-exe .text-expe-flex{
		padding-top: 175px;
		flex: 0 0 50%;
		max-width:50%;
	}
	#hero-exe .text-expe-flex h1{
		color: #29243C;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 480px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-exe .text-expe-flex h3{
		color: #29243C;
		font-size: 20px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin-left: auto;
		max-width: 480px;
		padding: 0 25px 69px 0;

	}
	#hero-exe .text-expe-flex img{
		position: relative;
		display: block;
		margin: 0 -100px 0 auto;
		width: 100%;
	}

	#hero-exe .pic-expe-flex {
		background-image: url('../img/hero-unifica-r.jpg');
		background-size: cover;
	}
	
    #hero-dyna .pic-expe-flex {
		margin: 122px 0 0;
	   flex: 0 0 50%;
		max-width:50%;

	}
	#hero-dyna .text-dyna-flex{
		padding-top: 175px;
		flex: 0 0 50%;
		max-width:50%;
	}
	#hero-dyna .text-dyna-flex h1{
		color: #29243C;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 480px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-dyna .text-dyna-flex h2{
		color: #29243C;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 480px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-dyna .text-dyna-flex.sm-h1 h1 {
		color: #29243C;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 480px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-dyna .text-dyna-flex h3{
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin-left: auto;
		max-width: 480px;
		padding: 0 25px 69px 0;

	}
	#hero-dyna .btns-index {
		margin-left: auto;
		max-width: 480px;
	}
	#hero-dyna .text-dyna-flex img{
		position: relative;
		display: block;
		margin: 0 -100px 0 auto;
		width: 100%;
	}
	#tabs-verti .item-tabs-pics img{
		 width: 100%;
	}
	
}
	
@media (max-width:1048px){
	#soluciones-azure .flex-mis-vis-index {
		flex: 0 0 50%;
		max-width: 370px;
		margin: 25px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}
}
	
@media (max-width:1024px){
	
	 #hero-exe .text-expe-flex h1{
		color: #29243C;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 411px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-exe .text-expe-flex h3{
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin-left: auto;
		max-width: 411px;
		padding: 0 25px 69px 0;

	}
	
    #hero-dyna .text-dyna-flex h1{
		color: #29243C;
		font-size: 42px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 465px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	
	


	.flex-mis-vis-index {
		 display: flex;
		flex-direction: column;
		flex: 0 0 33%;
		max-width: 335px;
		margin: 15px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}
	
	#tabs-verti .col-sm-4{
		align-self: center;
	}
	#tabs-verti .tabs-list .tabs li a {
		font-size: 24px;
	}
}
@media (max-width:1023px){
	

	#img-desfa .ins-item-47 {
		flex: 0 0 100%;

		margin: 0 auto;
	}
	#img-desfa .ins-item-47.left{
		padding: 30px 15px;
	}
	#img-desfa .ins-item-47.right{
		padding: 30px 15px;
	}

	#img-desfa .ins-item-53 {
		flex: 0 0 100%;
		max-width: 100%;
		background-repeat: no-repeat;
	}
}
@media (max-width:992px){
	
	#tabs-verti .tabs-list .tabs li a {
		font-size: 18px;
	}
	
	.flex-mis-vis {
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 380px;
		margin: 0 auto;
		background-color: #00356C;
		border-radius: 10px;
	}
	.flex-mis-vis-index {
		 display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 90%;
		margin: 15px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}

}
@media (max-width:768px){
	
	.order-mobile-first {
		order:-1;
	}
	
	#hero-index .text-dyna-flex {
   		padding-top: 130px;
		
	}
	
	#hero-index .button.is-primary {
		padding: 10px 20px;

	}

	#hero-index  .pic-flex img{
		width: 100%;

	}
	
	#hero-dyna .button.is-primary {
		padding: 10px 20px;

	}
	
	#btns-calidad .button.is-primary {
		padding: 10px 20px;

	}
	
	#soluciones-azure .flex-mis-vis-index {
		flex: 0 0 50%;
		max-width: 330px;
		margin: 25px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}
	
	 #hero-exe .text-expe-flex h1{
		color: #29243C;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 291px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-exe .text-expe-flex h3{
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin-left: auto;
		max-width: 291px;
		padding: 0 25px 69px 0;

	}
	
    #hero-dyna .text-dyna-flex.sm-h1 h1{
		color: #29243C;
		font-size: 27px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 345px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	 #hero-dyna .text-dyna-flex h2{
		color: #29243C;
		font-size: 34px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 345px;
		margin-left: auto;
		margin-bottom: 30px;
		padding: 0 25px 0 0;
	}
	#hero-dyna .text-dyna-flex h3{
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin-left: auto;
		max-width: 345px;
		padding: 0 25px 69px 0;

	}
	
	#hero-dyna .btns-index {
		display: flex;
		flex-wrap: wrap;
		margin-left: auto;
		max-width: 345px;
	}
	
	#soporte-tec .flex-mis-vis-index {
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 90%;
		margin: 20px auto;
		border: 1px solid #6848AB;
		background-color: #fff;

	}
	
	.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
	
	.logo-top-color{
		background-image: url("../img/logo-top.svg");
		width: 200px;
		height: 64px;
		background-size: cover;	
	}
	
	.flex-mis-vis {
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 450px;
		margin: 15px auto;
		background-color: #00356C;
		border-radius: 10px;
	}
	
	#header-bottom-wrap .text-h1-blog,
	#header-bottom-wrap .text-h2-blog {
		margin: 0 auto;
		color: #fff;
		font-size: 50px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 800px;
		margin-bottom: 30px;
	}
	
	.text-cta h2 {
		color: #fff;
		line-height: 50px;
		font-size: 40px;
	}
	
	.text-cta h3 {
		color: #fff;
		line-height: 40px;
		font-size: 35px;
	}
	
	.cta-img-tienes{
		width: 100%;
	}
	
	
	.item-33-buscas {
		flex: 0 0 50%;
		max-width: 50%;
		height: 0%;
		margin: 0 auto;
	}
	
	.text-nuestras-sol{
		position: absolute;
		top: 45%;
		left: 50%;
		color: #000;
		font-weight: 600;
		font-size: 20px;
		white-space: nowrap;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.text-nuestras-p-sol{
		position: absolute;
		top: 62%;
		left: 50%;
		color: #000;
		white-space: nowrap;
		font-weight: 600;
		font-size: 12px;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.count-title{
		font-size: 20px;
	}
	.count-text {
		font-size: 10px;
		text-align: center;
	}
	#tabs-uni .btns-tabs a:first-child{
    	margin-bottom: 20px;
	}
	#tabs-dyna .btns-tabs a:first-child{
    	margin-bottom: 20px;
	}
}
@media (max-width:767px){
	
	#img-cont .ins-item-50 {
		flex: 0 0 100%;
		margin: 0 auto;
	}
	#img-cont .ins-item-50.text {
	   padding: 30px 15px 30px;
	}
	
	#tecno .ins-text {
		flex: 0 0 100%;
		padding: 30px 15px 30px;
		margin: 0 auto;
	}
	#img-cont .sub-title {
		text-align: center;
	}

	#tecno .ins-pic {
		align-self: center;
		flex: 0 0 100%;
		max-width: 340px;
		display: block;
		background-repeat: no-repeat;
	}
	
	#tecno .ins-pic.m-l {
		margin: 0 auto;
	}
	#tecno .ins-pic.m-r {
		margin: 0 auto;
	}
	
	.btn-mar-t {
		text-align: center;
	}
	
	#tecno .sub-title {
		text-align: center;
	}
	#tecno p {
		text-align: center;
	}
	
	#hero-index .text-dyna-flex{
		flex: 0 0 100%;
		max-width:100%;
		padding: 180px 15px 30px
	}

	
	#hero-index  .pic-flex {
		margin: 30px 0 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 30px;
		

	}
	
	#nuestro-enfoque {
		padding: 180px 0 60px; 

	}
	
	#soluciones-azure .flex-mis-vis-index {
		flex: 0 0 100%;
		max-width: 340px;
		margin: 25px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}
	
	.flex-mis-vis-index {
		max-width: 90%;
		margin: 15px auto;
		border: 1px solid #6848AB;
		background-color: #fff;
	}
	
	#tabs-uni .btns-tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#tabs-dyna .btns-tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#tabs-dyna .item-tabs-text h3 {
		text-align: center;
	}
	
	#tabs-dyna .item-tabs-text-33{
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	
	#tabs-dyna .item-tabs-text-33 h3 {
		margin: 25px auto 20px;
		text-align: center;
	}
	
	#tabs-dyna .btn-short{
		margin-top: auto;
		display: block;
		border: 1px solid #0FB7B7;
		padding: 15px 17px;
		color: #222A68;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 700;
	}

	#tabs-verti .tab-content {
		background-color: transparent;
		padding: 40px 0px 15px;
		border-radius: 0 0 .25rem .25rem;
	}
	
	#tabs-verti .item-tabs-pics {
		padding: 0px 15px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#hero-exe .pic-expe-flex {
		margin: 122px 0 0;
	   flex: 0 0 50%;
		max-width:50%;
		display: none;

	}
	#hero-exe .text-expe-flex{
		padding-top: 150px;
		flex: 0 0 100%;
		max-width:100%;
	}
	#hero-exe .text-expe-flex h1 {
		color: #29243C;
		text-align: center;
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 540px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	
	#hero-exe .text-expe-flex h3 {
		text-align: center;
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin:0 auto;
		max-width: 540px;
		padding: 0 15px 30px;
	}
	
	#hero-exe .text-expe-flex img {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 540px;
		padding: 0 15px 30px;
		width: 100%;
	}
	
	#hero-dyna .pic-flex {
		margin: 20px 0 0;
	   flex: 0 0 100%;
		max-width:100%;
		height: 260px;
	    background-size: contain;
        background-repeat: no-repeat;
	}
	#hero-dyna .text-dyna-flex{
		padding-top: 180px;
		flex: 0 0 100%;
		max-width:100%;
		padding-bottom: 20px;
	}
	#hero-dyna .text-dyna-flex h1 {
		color: #29243C;
		text-align: center;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 540px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	
	#hero-dyna .text-dyna-flex h2 {
		color: #29243C;
		text-align: center;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 540px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	
	#hero-dyna .text-dyna-flex.sm-h1 h1 {
		color: #29243C;
		text-align: center;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 540px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	
	#hero-dyna .text-dyna-flex h3 {
		text-align: center;
		color: #29243C;
		font-size: 16px;
		letter-spacing: 0px;
		margin-top: 15px !important;
		line-height: 25px;
		margin:0 auto;
		max-width: 540px;
		padding: 0 15px 30px;
	}
	
	#hero-dyna .btns-index {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		max-width: 345px;
	}
	
	#hero-dyna .text-dyna-flex img {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 540px;
		padding: 0 15px 30px;
		width: 100%;
	}
	
	#hero-dyna .pic-flex.soluciones {
		display: none;
		background-image: url(../img/hero-sol-r.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#hero-dyna .pic-flex.tecnologia {
		display: none;
		background-image: url('../img/hero-tec-r.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#hero-dyna .pic-flex.nosotros {
		display: none;
		background-image: url('../img/hero-nosotros-r.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	#hero-dyna .pic-flex.soporte {
		display: none;
		background-image: url('../img/hero-nosotros-r.jpg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#hero-dyna .pic-flex.micro-365 {
    background-image: url(../img/hero-office-365-r.jpg);
    background-size: contain;
}
	
	#tabs-uni .item-tabs-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 15px;
	}
	
	#tabs-uni h2 {
		text-align: center;
		font-size: 30px;
	}
	
	#tabs-uni p {
		text-align: center;
	}
	
	#tabs-uni .item-tabs-pics {
		padding: 40px 0 0 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#tabs-uni .tabs li {
		display: block;
		width: 100%;
	}
	
	#tabs-dyna .item-tabs-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 15px;
	}
	
	#tabs-dyna h2 {
		text-align: center;
		font-size: 30px;
	}
	
	#tabs-dyna p {
		text-align: center;
	}
	
	#tabs-dyna .item-tabs-pics {
		padding: 40px 0 0 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#tabs-dyna .tabs li {
		display: block;
		width: 100%;
	}
	
	#mis-vis .item-m {
		flex: 0 0 100%;
		max-width: 450px;
		margin-right: 0;
		padding: 15px;
	}
	
	#mis-vis .item-v {
		flex: 0 0 100%;
		max-width: 450px;
		margin-left: 0;
		padding: 15px;
	}
	
	#valores .col{
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	#valores .item-ino, #valores .item-sen{
		text-align: center;
	}
	#valores .txt-right{
		text-align: center;
	}
	
	#quieres-cta h2 {
		max-width: 625px;
		color: #29243C;
		font-size: 40px;
		font-weight: 700;
		text-align: center;
		margin: 0 auto 35px;
	}
	
	#footer-inner h4 {
		text-align: center;
	}
	
	#footer-bottom .dis-f-b-footer{
	flex-direction: column;
	align-content: center;
}
	#footer-bottom h4 {
		padding: 10px 0;
	}
	#footer-bottom h4 {
		padding: 10px 0;
	}

	
}
@media (max-width:450px){
	
	
	
	#tabs-verti .nav {
		 -webkit-box-align: center;
	      -ms-flex-align: center;
			align-items: center;
			border-bottom-color: #f0f0f0!important;
			border-bottom-style: solid!important;
			border-bottom-width: 1px!important;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		flex-direction:row;
	}
	
	#tabs-verti .item-tabs-text-ai{
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 400px;
		padding: 40px 15px 20px;
		display: flex;
		flex-direction: column;
	}
	
	#header-bottom-wrap .text-h1-index {
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 700px;
		margin-bottom: 30px;
	}
	
	#header-bottom-wrap .text-h2-soluciones {
		margin: 0 auto;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 800px;
		margin-bottom: 30px;
	}
	.flex-mis-vis {
		max-width: 350px;
		margin: 15px auto;

	}
	
	.title h2 {
		text-align: center;
	}
	.counter-resp {
		padding-bottom: 30px;
	}
	
	.counter-resp .is-primary{
		display: block;
		margin: 20px auto;
		line-height: 1;
		max-width: 50%;
	}
	
	
	#header-bottom-wrap .text-h1-blog,
	#header-bottom-wrap .text-h2-blog {
		margin: 0 auto;
		color: #fff;
		font-size: 45px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2;
		max-width: 800px;
		margin-bottom: 30px;
	}
	
		.social {
		padding-left: 0;
	}
		
	#header-bottom-wrap .container.sol {
		text-align:center;
	}
	
		.text-cta h2 {
			line-height: 40px;
			font-size: 35px;
			text-align: center;
		}
		
		.text-cta h3 {
			line-height: 35px;
			font-size: 25px;
			text-align: center;
		}
		.btn-ebook {
			text-align: center;
		}

		.cta-img-tienes {
			width: 60%;
			margin: 50px auto 0;
			display: block;
		}
	
	    .service-icon-box {
			width: 50%;
			display: block;
			margin: 0 auto;
		}
	
		.item-50 {
			flex: 100%;
			max-width: 100%;
			height: 0%;
		}
	
		.content-item.adapta {
			padding-left: 0px;
		}
	
		.content-item.lider-cons {
			padding-right: 0px;
		}
	
		.item-33-buscas {
		flex: 0 0 100%;
		max-width: 100%;
		height: 0%;
		margin: 0 auto;
	}
	
	.cta-descarga-pad {
		padding: 30px 0;
	}
	
	.order-sm-first-int {
		-ms-flex-order: -1;
		order: -1;
	  }


}

/*Buttons*/

.button {
    text-transform: none;
    font-family: Roboto, sans-serif;
    box-shadow: none;
    letter-spacing: 0px;
    color: white;
    background-color: rgb(235, 183, 0);
    font-weight: 600;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: all 0.5s ease 0s;
    outline: none;
    border-radius: 290486px;
}

.button, .button.is-medium, .button.is-large {
    font-size: 1.0625rem;
    height: 2.9em;
    padding-left: calc(2em - 1px);
    padding-right: calc(2em - 1px);
}
.button {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button {
    border-radius: 0;
}

.button {
    background-color: white;
    color: rgb(54, 54, 54);
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
    border-color: rgb(219, 219, 219);
    border-width: 1px;
}

.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    -webkit-appearance: none;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}

.button.is-primary {
	font-size: 20px;
    background-color: #6848AB;
    border-color: transparent;
    color: #fff;
	padding: 10px 40px;
    border-radius: 20px;
	border: 1px solid;
}

.button.is-primary:hover {
    background-color: rgb(255, 255, 255);
    color: #6848AB;
    border-color: #6848AB;
	border: 1px solid;
}
.button.is-transparent-b {
    background-color: transparent;
    color: #222A68;
	padding: 10px 40px;
    border-radius: 20px;
	border: 1px #0FB7B7 solid;
}

.button.is-transparent-b:hover {
    background-color: rgb(255, 255, 255);
    color: #6848AB;
    border-color: #0FB7B7;
	border: 1px solid;
}
.button.is-aqua {
    background-color: #0FB7B7;
    border-color: #0FB7B7;
    color: #fff;
	padding: 10px 40px;
    border-radius: 20px;
	border: 1px #0FB7B7 solid;
}

.button.aqua:hover {
    background-color: rgb(255, 255, 255);
    color: #0FB7B7;
    border-color: #0FB7B7;
	border: 1px solid;
}


/*Nav pills*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #212529;
	font-weight: 700;
    background-color: #FEBE31;
	border: #00356C 1px solid;
   
}
.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: #00356C;
	font-weight: 700;
    background-color: #EEF1F3;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
	padding: 15px;
	background-color: #EEF1F3;
	border-radius: 0 0 .25rem .25rem;
}

#tabs-uni .tab-content > .active {
   font-size: 16px;
}

#tabs-dyna .tab-content > .active {
   font-size: 16px;
}

.tab-content > .active {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

/*Como lo hacemos*/

.como-hacemos-txt {
	padding: 20px;
	background-color: #00356CD9;
	border: 1px solid #707070;
	opacity: 0.95;
	border-radius: 0 0 15px 15px;
}
.como-hacemos-txt h3 {
	color: #fff;
	font-size: 22px;
	
}
.como-hacemos-txt p{
	color: #fff;
}


@media screen and (max-width: 993px){
	
	.como-padding {
		padding-bottom: 30px;
	}
	
	.align-logo-footer {
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.menu-footer{
		padding-bottom: 20px;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.menu-footer ul {
		padding-left: 0;
	}
	
	.menu-footer li{
		display: block;
		color: #fff;
		padding: 0 10px;
	}
	.right-footer p{
		text-align: center;
	}
}

@media screen and (min-width: 769px){
	
.hero.is-medium .hero-body {
    padding-bottom: 20px;
    padding-top: 210px;
}
.hero.is-medium .hero-body.contacto {
    padding-bottom: 20px;
    padding-top: 290px;
}

}
@media screen and (max-width: 768px){
.hero.is-medium .hero-body {
    padding-bottom: 20px;
    padding-top: 275px;
}

.hero.is-medium .hero-body.tall {
    padding-bottom: 20px;
    padding-top: 200px;
}

.hero.is-medium .hero-body.contacto {
    padding-bottom: 20px;
    padding-top: 223px;
}
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {

}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:relative;}
/*.navbar .dropdown {position:static;}*/

.navbar .dropdown-menu {
  width:260px;
  left:0;
  right:0;
/*  height of nav-item  */
  top:50px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 
.navbar .dropdown .dropdown-menu {
    opacity: 0;
  transition: .1s;
  width: fit-content;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
  width: fit-content;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}




@media(max-width:991px){
	#header-wrap {
		background: #fff!important;
		width: 100%;
	}
}



/*Carousel*/
.prev-arrow-pro {
    position: absolute;
    left:45%;
    top: -35px;
    background-color: transparent;
    border: none;
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.prev-arrow-pro:before {
    content: '\f049';
}

.next-arrow-pro {
    position: absolute;
    right: 45%;
	top: -35px;
    background-color: transparent;
    border: none;
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.next-arrow-pro:before {
    content: '\f050';
}

/*Clientes*/
.clientes img {
	with:60%;
}
/*clientes end*/

.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0 !important;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-initialized .slick-slide div {
	text-align:center;
}

/*End carousel*/

/*contacto*/

.datos-contacto {
	display: flex;
	flex-wrap: wrap;
}
.datos-contacto p{
	flex: 0 0 60%;
	max-width: 60%;
	font-size: 14px;
	align-self: center;
}
.datos-contacto .img-icon{
	flex: 0 0 40%;
	max-width: 40%;
	display: flex;
	align-items: center;
}
.datos-contacto img{
	
}

@media(max-width:768px){
	.margin-resp-contact-f {
		margin-top: 60px;
}
	.datos-contacto p{
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 14px;
		align-self: center;
	}
.datos-contacto .img-icon{
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
}
}
@media(max-width:450px){
	.prev-arrow-pro,
	.next-arrow-pro{
		display: none;
	}
	
	.margin-resp-contact-f {
		margin-top: 60px;
}
.datos-contacto p{
	flex: 0 0 60%;
	max-width: 60%;
	font-size: 14px;
	align-self: center;
}
.datos-contacto .img-icon{
	flex: 0 0 40%;
	max-width: 40%;
	display: flex;
	align-items: center;
}
}
/*Fake contact form*/



input[type=text] {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin: 4px 0;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #00879B;
    box-sizing: border-box;
}

input[type=text]::placeholder{
		color: #fff;
	}
input[type=submit] {
    width: 100%;
    background-color: #FEBE31;
    color: #fff;
    padding: 14px 20px;
    margin: 4px 0;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #FEBE31;
}
input[type=submit]:hover {
    background-color: transparent;
    border: 1px solid #FEBE31;
	color: #FEBE31;
}
