/*==========================================================================================================================================
GENERALES
==========================================================================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400;500;600;700;800;900&display=swap');
*,
input,
button,
select,
select option,
p,
label {
    font-family: 'Kanit', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, #000000a3 100%, #000000bd 50%, #000000bd 50%, #000000e0 100%), url(../img/insight2.jpg);
    ;
}

body.preparing {
    overflow: hidden;
    height: 100vh;
}

a {
    color: #dcdcdc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.loadingOverlay {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: url('../img/logow.svg'), url('../img/loading.gif');
    background-color: #2b2a29;
    background-size: 450px, 60px;
    background-position: top 45% center, top 70% center;
    background-repeat: no-repeat;
}

.wrapper {
    width: 100%;
    max-width: 1240px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}

.wrapperMini {
    width: 100%;
    max-width: 680px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}

.wrapperBig {
    width: 100%;
    max-width: 1500px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}

.col100 {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.col80 {
    width: 80%;
    padding: 0 15px;
    position: relative;
}

.col50 {
    width: 50%;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: left;
}

.col25 {
    width: 25%;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: left;
}

.col30 {
    width: 30.33%;
    padding: 0 15px;
    position: relative;
    float: left;
    margin: 0 15px;
}

.col33 {
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: left;
}

.col66 {
    width: 66.66%;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: left;
}

.col75 {
    width: 75%;
    padding: 0 15px;
    position: relative;
    float: left;
    text-align: left;
}

.colCenter {
    float: none;
    margin: 0 auto;
}

.colRight {
    float: right;
    right: 0;
}

.colAbsolute {
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.colAbsolute.colRight .wrapper,
.colAbsolute.colRight .wrapper .col100 {
    padding-left: 0;
}

.mtb-3 {
    margin: 3rem 0;
}

.p-0 {
    padding: 0;
}

img {
    max-width: 100%;
}

header {
    margin: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

header.scrolled {
    background: #fff;
}

header.scrolled nav ul {
    margin: 0em 0;
    transition: all .7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

a.burger {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

header .wrapper {
    max-width: 100%;
    padding: 0 30px;
}

header nav {
    float: right;
}

header nav li {
    float: left;
    padding: 1rem 0;
}

header nav a {
    padding: 7px;
    margin: 0 15px;
    font-weight: 600;
    color: #454547;
    font-size: 16px;
    text-decoration: none;
}

header nav a.active,
header nav a:hover {
    color: #52658c;
    text-decoration: none;
}

header.scrolled nav a {
    color: #454547;
}

header nav a.acceso {
    background: #52658c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.logo {
    float: left;
    width: 300px;
    margin: auto 0;
    margin-left: 6%;
}

.videoHolder {
    height: 60vh;
    max-height: 100%;
    position: relative;
    overflow: hidden !important;
    display: block;
    /* background: #fff; */
}

iframe#myVideo {
    padding: 2rem 0;
    margin-top: 2rem;
}


/* .videoHolder:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/videoHome.gif') center center no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: .7;
	-webkit-filter: blur(15px);
	-o-filter: blur(15px);
	filter: blur(15px);
} */

.videoHolder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 110%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .7;
}

.videoHolder .wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.imgLogo {
    background: url(../img/sg-velox.png);
    height: 6rem;
    background-size: cover;
    width: 100%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 250px;
    max-height: 250px;
    margin-top: 0;
    display: block;
}

.imgLogoVer {
    background: url(../img/sg-velox.png);
    height: 6vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 80%;
    display: block;
    margin: 5px auto;
    background-position: center;
}

nav ul {
    transition: all .7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    margin: 1em 0;
}


/*==========================================================================================================================================
CONTENIDO
==========================================================================================================================================*/

article {
    position: relative;
    z-index: 1;
}

.text-center {
    text-align: center;
}

.titleIcon {
    width: 100%;
}

.titleIcon img {
    width: 180px;
    margin-bottom: 30px;
}

.displaynone {
    display: none;
}

article.main:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

img.laptop {
    position: relative;
    top: 5rem;
}

.normalSlideshow.mac .flex-control-nav {
    display: none;
}

.normalSlideshow.mac {
    position: relative;
    top: 6rem;
}

.col30.square {
    padding: 4rem 2rem;
    height: 280px;
    line-height: 1px;
    margin-bottom: 3rem;
}


/* div.col30.square:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
	background-image: linear-gradient(to bottom, #67308f9c 5%, #67308f 34%, #67308f 35%, #005289 100%) !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} */

.col30.square h3 {
    color: #fff;
    text-transform: initial;
    letter-spacing: 0px;
    font-weight: 700;
}

.ph-66 {
    padding: 0 175px;
}

.col30.square img,
.col30.square h3 {
    vertical-align: middle;
}

.col30.square h3:after {
    display: none;
}

.col30#square1 {
    background-image: linear-gradient(to bottom, #0000007a 5%, #0000008a 34%, #0000008f 35%, #ED1C24 100%), url(../img/img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.col30#square2 {
    background-image: linear-gradient(to bottom, #0000007a 5%, #0000008a 34%, #0000008f 35%, #ED1C24 100%), url(../img/img2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.col30#square3 {
    background-image: linear-gradient(to bottom, #0000007a 5%, #0000008a 34%, #0000008f 35%, #ED1C24 100%), url(../img/img3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

article.main .wrapper {
    height: 100%;
    display: block;
    align-items: center;
    padding: 180px 0 210px;
}


/* article.main h1, article.main h2, article.main .fakeH2, article.main .fakeH1 {
	text-align: center;
	color: #2b2a29;
}

article.main .fakeH2 {
	text-align: left;
	background: #fff;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	margin: 0;
	padding: 0;
	display: block;
} */

h3 {
    margin: 24px 0 30px 0;
    padding-bottom: 15px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
}

article.main .fakeH1 {
    font-size: 145px;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 1.2em;
    text-align: center;
    margin-left: -30px;
    margin-top: -15px;
    margin-bottom: 80px;
    display: inline-block;
    white-space: nowrap;
}

article.main h1 {
    font-weight: 800;
    font-family: 'Kanit', sans-serif;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1.2em;
    color: #fff;
}

article.main h2,
article.main .fakeH2 {
    font-weight: 600;
    text-transform: initial;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 1.1em;
}


/* article.main p {
	max-width: 690px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	letter-spacing: .2px;
	font-size: 18px;
	line-height: 24px;
	margin: 60px auto 0;
	padding: 30px 0;
	position: relative;
	text-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

article.main p.destacado {
	width: 85%;
	color: #fff;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 22px;
	line-height: 1.5em;
	margin: 20px 0;
	padding: 30px 0;
	position: relative;
	text-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

article.main p:before, article.main p:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	max-width: 1240px;
	left: 0;
	width: 180px;
	height: 3px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	transition-delay: 1s;
}

article.main p.destacado:after {
	display: none;
}

article.main p:after {
	top: auto;
	bottom: 0;
} */

article.main p.ready:before,
article.main p.ready:after {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
}

a.down {
    width: 44px;
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
    z-index: 20;
}

.content-description {
    padding: 0;
    position: relative;
    padding: 2rem 0px;
}

article.content h1.title {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: #454547;
}

article.content h2,
article.content h1#sameH2 {
    color: #635769;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0 45px 0;
    padding: 0 0 30px 0;
    position: relative;
}

article.content h2:after,
article.content h1#sameH2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 180px;
    background: #635769;
}

#caracteristica .card {
    width: 95%;
    margin: 1rem auto;
    height: 24rem;
}

#caracteristica .card-body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 8rem;
    top: 0rem;
    padding: 0;
}

#caracteristica .card-body p {
    margin: 0;
}

#caracteristica .card-title {
    margin-bottom: 0.2rem;
    margin-top: 1rem;
    color: #A91314;
    font-weight: 600;
}

#caracteristica .card-cont {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    padding: 0 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

ul.slides h2 {
    color: #454547;
    font-size: 34px;
    line-height: 45px;
    text-transform: initial;
    font-weight: 600;
    margin: 30px 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
    letter-spacing: 0px;
}

ul.slides h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 180px;
    background: #52658c;
}

article.content h2 strong,
article.content h1#sameH2 strong {
    font-size: 60px;
    letter-spacing: 6px;
    font-weight: 400;
    display: block;
    line-height: 57px;
}

article.content p {
    color: #666;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 300;
}

article.content p strong {
    font-weight: 600;
}

p.centered {
    text-align: center;
}

p.destacado:before {
    bottom: auto;
    top: 0;
}

.content-features {
    padding: 30px 0 0;
    margin: 180px 0 0;
    position: relative;
    background: #f6f6f2;
}

a.btn-primary {
    display: inline-block;
    margin: 2rem 0 auto;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    float: none;
    font-weight: 600;
    text-decoration: none;
    background: #52658c;
    border: none;
    color: #fff;
}


/* .main a.btn-primary {
	display: inline-block;
	margin: 1rem 0 auto;
	text-align: center;
	padding: 10px 30px;
	text-transform: uppercase;
	border: none;
	float: none;
	font-weight: 600;
	text-decoration: none;
	background: #52658c;
	border: none;
	color: #fff;
} */

.btn-primary:hover,
form input[type=submit]:hover {
    color: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    background-color: #454547 !important;
    border-color: #454547;
}

.content-features:before {
    content: '';
    display: block;
    position: absolute;
    top: -210px;
    left: 0;
    height: 210px;
    width: 100%;
    background: url('../img/overlay-cream-top.svg') bottom center no-repeat;
    background-size: 1920px;
    z-index: 3;
}

.content-features:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 260px;
    width: 100%;
    background: #fff url('../img/overlay-cream-bottom.svg') top center no-repeat;
    background-size: 1920px;
    z-index: 3;
}

.content-features .wrapper {
    margin-top: -90px;
}

article.content .content-features h2 {
    text-align: center;
    margin: 0 0 90px 0;
    padding-bottom: 15px;
}

article.content .content-features h2:after {
    width: 2px;
    height: 150px;
    left: 50%;
    margin-left: -1px;
    top: 100%;
    z-index: -1;
}

h4.withIcon {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-bottom: 0;
    margin: 45px 0 15px;
}

h4 img {
    float: left;
    width: 60px;
    margin: 0 15px 0 0;
}

h4,
h5 {
    font-size: 27px;
    letter-spacing: 1px;
    color: #8c3fb0;
    margin: 24px 0 30px 0;
    padding-bottom: 15px;
    line-height: 0.8em;
    position: relative;
    font-weight: 500;
}

h5 {
    margin: 0 0 -21px;
    padding: 0;
    font-size: 27px;
    color: #666;
    font-weight: 600;
}

h5+ul.list {
    margin-top: 30px;
}

.content-parallax {
    background-image: linear-gradient(to bottom, #000000a3 5%, #000000bd 34%, #000000bd 35%, #000000e0 100%), url(../img/insight1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3rem 0 0 0;
    position: relative;
    padding: 120px 0;
}

#parallax2.content-parallax {
    background-image: linear-gradient(to bottom, #000000a3 5%, #000000bd 34%, #000000bd 35%, #000000e0 100%), url(../img/insight3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3rem 0 0 0;
    position: relative;
    padding: 120px 0;
}

article.content .content-parallax h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 0 0 20px 0;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-transform: initial;
}

article.content .content-parallax p {
    color: #fff;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    text-transform: initial;
}

article.content .content-parallax h2::after {
    display: none;
}

.content-description .sectwo {
    padding: 100px 0 100px 0;
}

.content-description .sectwo p b {
    color: #52658c;
}

.content-description .sectwo h2 {
    color: #454547;
    font-size: 30px;
    line-height: 30px;
    text-transform: initial;
    font-weight: 600;
    padding: 0 0 30px 0;
    width: 75%;
    margin: auto;
    position: relative;
    letter-spacing: 0px;
}

.content-description .sectwo h2:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 180px;
    margin: auto;
    margin-top: 1rem;
    background: #52658c;
}

.carousel {
    margin-bottom: 90px;
    padding: 0 60px;
    position: relative;
}

.carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel ul.slides li {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0;
}

.carousel li img {
    width: 120px;
    margin: 0 auto;
}

.carousel .flex-control-nav {
    margin: 15px -60px;
}

.flex-control-paging li a {
    opacity: .3;
}

.flex-control-paging li a:hover {
    opacity: .7;
    background: #fff;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    box-shadow: none;
    opacity: 1;
}

.flex-direction-nav a,
.flex-direction-nav a:hover {
    background: none;
}

.flex-control-paging li a,
.flex-control-paging li a:hover {
    box-shadow: none;
}

.flex-direction-nav a.flex-next:before {
    background: url(../img/icon-arrownav-next.svg) center center no-repeat;
}

.flex-direction-nav a.flex-prev:before {
    background: url(../img/icon-arrownav-prev.svg) center center no-repeat;
}

.flex-direction-nav .flex-next:hover {
    -webkit-transform: translateX(9px);
    -moz-transform: translateX(9px);
    -ms-transform: translateX(9px);
    -o-transform: translateX(9px);
    transform: translateX(9px);
}

.flex-direction-nav .flex-prev:hover {
    -webkit-transform: translateX(-9px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    -o-transform: translateX(-9px);
    transform: translateX(-9px);
}

img.cert {
    width: 300px;
    margin: 0 30px 90px;
}

.normalSlideshow {
    position: relative;
}

.normalSlideshow .flex-direction-nav .flex-next {
    right: -30px;
    display: none;
}

.normalSlideshow .flex-direction-nav .flex-prev {
    left: -30px;
    display: none;
}

.normalSlideshow .flex-control-nav {
    margin: 0;
}

.normalSlideshow .flex-control-paging li a {
    background: #2b2a29;
}

.normalSlideshow .flex-control-paging li a.flex-active {
    background: #52658c;
}


/*==========================================================================================================================================
pricing
==========================================================================================================================================*/

section.pricing {
    background: #fff;
    margin-top: 4rem;
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
    height: auto;
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 2.5rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 0.5rem;
    color: #666;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 1.5rem;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 0.5rem;
    opacity: 0.7;
    transition: all 0.2s;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        /* margin-top: -.25rem; */
        /* margin-bottom: .25rem; */
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}


/*==========================================================================================================================================
Form
==========================================================================================================================================*/

.content-parallax.contacto {
    background-image: linear-gradient(to bottom, #00000038 5%, #000000a8 34%, #000000ab 35%, #000000e0 100%), url(../img/contacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3rem 0 0 0;
    position: relative;
    padding: 50px 0;
}


/* 
.content-parallax.contacto .col50.bg-cont {
	border-left: 2px solid #fff;
} */

article.content .content-parallax.contacto h2 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    padding: 0 0 20px 0;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-transform: initial;
}

article.content .content-parallax p {
    color: #fff;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    text-transform: initial;
}


/* .bg-cont p{
	text-align: left !important;
} */

.content-description .form-contacto {
    padding: 0;
}

.content-description .men-contacto img {
    float: right;
    margin-top: -10rem;
    margin-right: -8rem;
}

.content-description .form-contacto form {
    margin: 0;
}


/* form {
    background: #fff;
    border-radius: 12px;
    padding: 30px 0;
    text-align: center;
} */

form.newsletter {
    padding: 0;
    background: none;
    border-radius: 12px;
    text-align: center;
}

form h2 {
    background: #2b2a29;
    margin: -30px -30px 30px -30px !important;
    width: auto;
    padding: 15px 30px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
    font-size: 24px !important;
}

form h2:after {
    display: none !important;
}

form.formToTop {
    margin-top: -240px;
}

form label {
    color: #666;
    display: block;
    font-size: 15px;
    text-align: center;
}

form input,
form textarea {
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 12px 0 18px;
    padding: 0 9px;
    font-size: 15px;
    color: #666;
}

form textarea {
    height: 120px;
}

form input[type=submit] {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 45px;
    text-transform: uppercase;
    border: none;
    height: 35px;
    float: none;
    background: #52658c;
    border: none;
    border-radius: 5px;
    color: #fff;
}

img.partner {
    width: 40%;
}

ul.list li {
    list-style: disc;
    color: #52658c;
    margin-left: 15px;
    margin-top: 5px;
}

ul.list li ol {
    margin: 10px 0;
}

ul.list li ol li {
    list-style: circle;
    color: #454547;
}


/*==========================================================================================================================================
FOOTER
==========================================================================================================================================*/

footer {
    background-size: cover;
    padding: 3rem 0 0 0;
    background: #454547;
}

footer .top {
    background: linear-gradient(90deg, #dd0c3d, #8c3fb0);
    margin-bottom: 30px;
    padding: 15px 0;
}

footer .top .col100 {
    text-align: center;
}

footer .top img {
    width: 150px;
}

footer img.logo-footer {
    width: 100%;
}

footer h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    padding-bottom: 7px;
    margin: 0 0 30px 0;
}

footer h5:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
}

footer ul.data {
    margin: 30px 0;
    padding: 0 0 0 42px;
    list-style: none;
}

footer ul.follow {
    padding: 0.7rem;
    background: #52658c;
    border-radius: 50%;
    float: left;
    margin: 5px;
}

footer ul.data.dir {
    background: url('../img/icon-pin.svg') left top 2px no-repeat;
    background-size: 18px;
}

footer ul.data.tel {
    background: url('../img/icon-phone.svg') left top 2px no-repeat;
    background-size: 18px;
}

footer ul.data.mail {
    background: url('../img/icon-email.svg') left top 2px no-repeat;
    background-size: 18px;
}

footer ul.follow.facebook img,
footer ul.follow.instagram img {
    width: 1.8rem;
}

footer ul.follow.facebook img:hover,
footer ul.follow.instagram img:hover {
    opacity: 0.7;
}

footer ul.data li {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

footer ul.data li strong {
    font-weight: 500;
}

footer ul.links {
    margin: 30px 0;
    padding: 0;
}

footer ul.links li a {
    padding: 0 0 0 30px;
    background: url('../img/icon-arrow-right-01.svg') left top 2px no-repeat;
    background-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    display: block;
}

footer ul.links li a.super {
    background: url('../img/icon-arrow-right-02.svg') left top 2px no-repeat;
    background-size: 18px;
}

footer .bottom {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 30px 0;
}

footer .cert {
    float: left;
}

footer .cert img {
    float: left;
    height: 73px;
}

footer .cert p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    float: left;
    margin: 42px 30px 0 9px;
    opacity: .5;
    font-weight: 300;
}

footer p.pie {
    float: right;
    color: #fff;
    margin: 45px 0 0;
    font-weight: 300;
}

footer p.pie a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

ul.social {
    position: relative;
    right: 10px;
    padding: 5px;
    margin: 0;
    border-radius: 12px 12px 0 0;
}

ul.social li {
    float: left;
}

ul.social a {
    padding: 5px;
    display: inline-block;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.social a:hover {
    opacity: 1;
}

ul.social img {
    width: 30px;
    margin: 0;
}


/*=====================================================================================================================
CONTACTO GRACIAS
=====================================================================================================================*/

article.popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

article.popUp .wrapper {
    max-width: 720px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.message {
    background: #fff;
    padding: 30px 45px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: var(--transition1);
    -moz-transition: var(--transition1);
    -ms-transition: var(--transition1);
    -o-transition: var(--transition1);
    transition: var(--transition1);
}

.message.fading {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
}

.message h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #666;
    margin: 15px 0;
    text-transform: uppercase;
}

.message a {
    display: inline-block;
    width: auto;
    margin: 15px auto;
    text-align: center;
    padding: 9px 45px;
    text-transform: uppercase;
    border: none;
    height: 42px;
    float: none;
    background: linear-gradient(-45deg, #8d3eaf, #dd0c3e);
    border: none;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.politicas {
    font-size: 28px !important;
}


/*=====================================================================================================================
RESPONSIVE
=====================================================================================================================*/

@media(max-height: 800px) {
    article.main p {
        line-height: 24px;
        font-size: 17px;
        margin: 45px auto 0;
        padding: 24px 0;
    }
    article.main h1 {
        font-family: 'Kanit', sans-serif;
    }
    article.main h2,
    article.main h1,
    article.main .fakeH2 {
        font-size: 36px;
        line-height: 1.6;
        width: 74%;
        margin: auto;
        font-weight: 600;
    }
}

@media(max-width: 1200px) {
    article.main h2,
    article.main h1,
    article.main .fakeH2 {
        font-size: 32px;
    }
    .logo {
        margin: 0 0 0 -3rem;
    }
    .content-description .men-contacto img {
        margin-right: 0 !important;
    }
}

@media(min-width: 1210px) and (max-width: 1280px) {
    .logo {
        float: left;
        width: 230px;
        margin: 0 0 0 -54px;
    }
}

@media (min-width: 1800px) {
    article.main {
        background-size: cover;
    }
    .logo {
        margin: 0 0 0 -2.5rem;
    }
    article.main .wrapper {
        padding: 250px 0 210px;
    }
    img.laptop {
        margin-top: 0;
    }
}

@media(min-width: 1280px) and (max-width: 1399px) {
    .logo {
        margin: 0 0 0 -3rem;
    }
    .col50 {
        padding: 0;
    }
}

@media(max-width: 1280px) {
    .normalSlideshow {
        padding: 0 60px;
    }
    .normalSlideshow .flex-direction-nav .flex-prev {
        left: 0;
    }
    .normalSlideshow .flex-direction-nav .flex-next {
        right: 0;
    }
    .graph {
        margin: 45px 0;
    }
    .wrapper {
        padding: 0 15px;
    }
    ul.featuresCards.featuresCards-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.featuresCards.featuresCards-flex li .card {
        height: 100%;
    }
    .content-description .men-contacto img {
        margin-right: 0 !important;
    }
}

@media(max-width: 956px) {
    .content-description .men-contacto img {
        margin-right: 0 !important;
    }
    .col30 {
        width: 29.33%;
    }
    .logo {
        margin: 0 0 0-3rem;
    }
    article.main h2,
    article.main h1,
    article.main .fakeH2 {
        font-size: 30px;
    }
    article.main .wrapper {
        display: block;
    }
    article.main .fakeH2 {
        width: 100%;
        margin-top: 3rem;
    }
    article.main p.destacado {
        width: 100%;
    }
    article.main p {
        line-height: 24px;
    }
    .divisionl {
        border-right: 0;
        padding-right: 0;
    }
    .divisionr {
        padding-left: 0;
    }
    .normalSlideshow {
        margin: -60px 0 30px 0;
    }
    .mtb-3 {
        margin: 6rem 0 0;
    }
    a.btn-primary {
        width: 100%
    }
    .contacto .col50 {
        width: 100%;
    }
    article.content h2 {
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 15px 0;
        margin: 30px 0;
    }
    article.content h2 strong,
    article.content h1#sameH2 strong {
        font-size: 45px;
    }
    .graph {
        margin: 0;
    }
    .colAbsolute {
        position: relative;
    }
    .col25 {
        width: 50%;
    }
    ul.featuresCards li,
    ul.featuresCards.featuresCards-flex li {
        width: 50%;
    }
    ul.featuresCards li .card {
        height: 100%;
    }
    ul.servicios li {
        width: 33.33%;
        margin: 15px 0;
    }
    ul.servicios {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.logos li {
        width: 33.33%;
    }
    .logo {
        margin: 0;
    }
    a.burger {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 45px;
        height: 45px;
        display: block;
        border-radius: 50%;
        border: 2px solid #454547;
        margin: 7px 0 0 0;
    }
    a.burger.open {
        border: 2px solid #fff;
    }
    a.burger span {
        position: absolute;
        width: 21px;
        height: 2px;
        background: #454547;
        top: 12px;
        left: 50%;
        margin-left: -11px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    a.burger.open span {
        background: #fff;
    }
    a.burger span:nth-child(2) {
        top: 19px;
    }
    a.burger span:nth-child(3) {
        top: 26px;
    }
    a.burger.open span:nth-child(1) {
        top: 19px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    a.burger.open span:nth-child(2) {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    a.burger.open span:nth-child(3) {
        top: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header nav {
        position: fixed;
        background: #454547;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        display: none;
    }
    header nav>div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
    }
    header nav ul {
        margin: 0 auto;
        padding: 0;
    }
    header nav a {
        color: #fff;
        letter-spacing: 2px;
        font-size: 21px;
        font-weight: 100;
        text-decoration: none;
        padding: 15px;
        display: inline-block;
        text-align: center;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition: all .3s cubic-bezier(0, .67, .8, 1);
        -moz-transition: all .3s cubic-bezier(0, .67, .8, 1);
        -ms-transition: all .3s cubic-bezier(0, .67, .8, 1);
        -o-transition: all .3s cubic-bezier(0, .67, .8, 1);
        transition: all .3s cubic-bezier(0, .67, .8, 1);
    }
    nav li:nth-child(1) a {
        transition-delay: .4s;
    }
    nav li:nth-child(2) a {
        transition-delay: .5s;
    }
    nav li:nth-child(3) a {
        transition-delay: .6s;
    }
    nav li:nth-child(4) a {
        transition-delay: .7s;
    }
    nav li:nth-child(5) a {
        transition-delay: .8s;
    }
    nav li:nth-child(6) a {
        transition-delay: .9s;
    }
    nav li:nth-child(7) a {
        transition-delay: 1s;
    }
    nav.open a {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    nav a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 5px;
        background: #52658c;
        left: 0;
        top: 45px;
        z-index: -1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    nav a:hover:after,
    nav a.active:after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    header nav li {
        float: initial;
    }
}

@media(max-width: 795px) {
    .col30 {
        width: 28%;
    }
    .logo {
        margin: 0 0 0 -54px;
    }
}

@media(max-width: 680px) {
    .logo {
        width: 250px;
        margin: 0 0 0 -2.5rem;
    }
    .col30 {
        width: 100%;
    }
    .mtb-3 {
        margin: 2rem 0 0rem 0;
    }
    header .wrapper {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    header.scrolled nav a {
        color: #ffffff;
    }
    header.scrolled nav ul {
        margin: auto !important;
    }
    .videoHolder {
        height: 72vh;
        z-index: -1;
    }
    article.main .wrapper {
        display: block;
    }
    header.scrolled {
        height: 5rem;
    }
    .col50 {
        width: 100%;
    }
    .imgLogo {
        background-position: left;
        margin-left: 0px;
        background-size: contain;
    }
    .imgLogoVer {
        height: 75px;
        width: 180px;
    }
    article.main h2,
    article.main h1,
    article.main .fakeH2 {
        font-size: 32px;
    }
    img.laptop {
        position: relative;
        top: -2rem;
    }
    article.main .fakeH2 {
        width: 100%;
        margin-top: 7rem;
    }
    a.burger {
        margin: 0;
        top: 1em;
        width: 40px;
        height: 40px;
    }
    a.burger span:nth-child(1) {
        top: 9px;
    }
    a.burger span:nth-child(2) {
        top: 17px;
    }
    a.burger span:nth-child(3) {
        top: 25px;
    }
    article.main .wrapper {
        max-width: none;
    }
    article.main .fakeH1 {
        letter-spacing: -3px;
        margin-top: 0;
        line-height: 50px;
        padding: 0 0 80px 0;
        margin: 0 0 -30px 0;
        font-size: 60px !important;
        white-space: normal !important;
        display: block !important;
    }
    article.main .fakeH1 span:first-child,
    article.main .fakeH1 span:last-child {
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
    article.main h2,
    article.main h1 {
        font-size: 20px;
        font-weight: 700;
    }
    article.main p {
        letter-spacing: 0;
        font-size: 15px;
        padding: 0;
        line-height: 21px;
    }
    article.main .fakeH2 {
        width: 100%;
    }
    article.main p.destacado {
        width: 100%;
    }
    .normalSlideshow {
        padding: 0;
    }
    .normalSlideshow .flex-direction-nav {
        display: none;
    }
    article.content h2,
    article.content h1#sameH2 {
        font-weight: 600;
    }
    article.content h2 strong,
    article.content h1#sameH2 strong {
        font-size: 30px;
        line-height: 24px;
        letter-spacing: 4px;
    }
    article.content h2:after,
    article.content h1#sameH2:after {
        width: 90px;
    }
    article.content .content-parallax h2 {
        font-size: 24px;
    }
    article.content .content-parallax p {
        text-align: center;
    }
    article.content p {
        font-size: 14px;
        line-height: normal;
    }
    .content-parallax {
        margin: 3rem 0;
        padding: 60px 0;
    }
    img.cert {
        width: 100%;
        margin: 0 0 90px;
        padding: 0 15px;
    }
    .normalSlideshow ul.slides img {
        padding: 0;
        margin: 40px 80px 0px 0px;
    }
    a.down {
        width: 30px;
        margin-left: -15px;
        bottom: 120px;
    }
    .content-description .sectwo {
        padding: 0rem 1rem;
    }
    .content-description .sectwo h2 {
        font-size: 22px;
        line-height: normal;
    }
    .carousel {
        margin: 0 -15px 90px;
    }
    .carousel li img {
        width: 90px;
    }
    nav a {
        margin: 0 15px;
    }
    article.content .content-parallax.contacto h2 {
        font-size: 46px;
    }
    article.content .content-parallax p {
        text-align: center;
    }
    .content-description .form-contacto form {
        margin: auto;
    }
    .content-description .men-contacto img {
        display: none;
    }
    #parral2.content-parallax {
        margin: 3rem 0;
        padding: 60px 0;
    }
    .loadingOverlay {
        background-size: 300px, 60px;
    }
    ul.featuresCards li,
    ul.featuresCards.featuresCards-flex li {
        width: 100%;
    }
    article.content .content-cream h2:after {
        margin-left: -45px;
    }
    ul.logos li {
        width: 50%;
    }
    a.burger.open span:nth-child(1),
    a.burger.open span:nth-child(3) {
        top: 17px;
    }
    section.internal article.main h2,
    section.internal article.main h1 {
        font-size: 45px;
        letter-spacing: 2px;
    }
    footer .col25 {
        width: 100%;
        padding: 10px;
    }
    footer h5 {
        margin: 0 0 15px 0;
    }
    footer ul.links {
        margin-top: 12px;
    }
    .linkMore {
        padding: 30px;
        text-align: center;
        background: #fff;
    }
    footer ul.data {
        text-align: left;
    }
    footer h5 {
        text-align: left;
    }
    footer .cert p {
        margin: 0;
    }
    footer .bottom {
        padding: 20px 0;
    }
    .ph-66 {
        padding: 0 10px;
    }
    .col30.square {
        width: 92%;
        position: relative;
        float: left;
    }
    .col66.colCenter {
        width: 100%;
        padding: 0 15px;
        position: relative;
        float: left;
        text-align: left;
    }
    .col33 {
        width: 100%;
        float: left;
        text-align: center;
    }
    .col66 {
        width: 100%;
        padding: 0 15px;
        position: relative;
        float: left;
        text-align: left;
    }
}


/*NEW PAGO STYLE*/

.change-pago {
    margin: 15px;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.change-pago span {
    margin: 0 1.5rem;
}


/*/////////////switch style///////////////*/

.switch {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #52658c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #52658c;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.old-price {
    font-size: 1.2rem !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.old-price.hide-price {
    opacity: 0;
}

.fa-ul {
    text-align: left;
}

.fa-li .fa-check {
    color: #3d5477;
}

.header-new-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #27436a;
    color: white;
    padding: 1.2rem;
    font-weight: bold;
    font-size: 21px !important;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.module-price {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.module-price .el1 {
    width: 50%;
    text-align: left;
    font-size: 0.8rem;
}

.module-price .el2 {
    width: 20%;
}

.module-price .elbox {
    width: 10%;
    border: 1px solid #ccc;
    margin-left: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contenido-nuevo-sg {
    margin-top: 8rem;
}

.card-body {
    padding-bottom: 2rem;
}

.aling {
    display: inline-block;
    margin: 4rem 0 auto;
    text-align: center;
}

.icon-plus {
    width: 35px;
    height: 35px;
    background-color: white;
    color: #27436a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.center-element {
    display: flex;
    justify-content: center;
    align-items: center;
}

.raya {
    width: 145px;
    border-bottom: 1px solid white;
    margin: 0 10px;
}

.elbox.minus,
.elbox.plus {
    cursor: pointer;
    border-radius: 50%;
    background-color: #f7f7f7;
    width: 9%;
    height: 9%;
}

.elbox.minus:active,
.elbox.plus:active {
    opacity: 0.5;
}

.pricing .card-body {
    color: #666;
}

.wp-call {
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    right: 0;
    border-radius: 9px 0 0 9px;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wp-call img {
    float: left;
    width: 65px;
    padding: 9px 11px;
    background: #1ebea5;
}

.wp-call span {
    color: #888;
    font-size: 16px;
    padding: 0px 15px 0 15px;
    text-align: left;
    line-height: 1em;
}

@media(min-width: 800px) {
    .wp-call span {
        min-width: 120px;
    }
    .wp-call {
        bottom: 85px;
    }
}

.wp-call span strong {
    font-size: 20px;
    font-weight: bold;
}

html,
body {
    margin: 0px;
}

.bgn-wf-wrapper * {
    box-sizing: border-box;
}

.bgn-wf-wrapper {
    width: 100%;
    max-width: 900px;
    margin: auto;
    border: none;
    padding: 15px;
    background-color: #fff;
    color: #333;
}

.bgn-wf-row {
    padding: 5px 0 15px 0;
    display: flex;
}

.bgn-wf-label {
    padding: 7px 20px 5px 0px;
    width: 26%;
    border: 0;
    align-self: center;
    word-break: break-word;
    position: relative;
}

.bgn-wf-field {
    vertical-align: top;
    text-align: left;
    word-break: break-word;
    border: 0;
    flex: 1;
}

.bgn-star {
    color: #bb0707;
    width: 10px;
    height: 10px;
    z-index: 1;
    font-size: 14px;
    text-transform: inherit;
    position: absolute;
}

@media screen and (max-width: 590px) {
    .bgn-wf-wrapper {
        max-width: 100% !important;
        border: 0;
    }
    .bgn-wf-row,
    .bgn-wf-label,
    .bgn-wf-field {
        display: block;
        width: 100%;
    }
    .bgn-wf-field input[type=text],
    .bgn-wf-field select,
    .bgn-wf-field textarea {
        width: 100% !important;
    }
    .bgn-wf-field div>select {
        width: auto !important;
    }
    .bgn-wf-label:empty {
        display: none;
    }
}