body{background:#bdc3c7;line-height:1.5;font-family:trebuchet ms;text-transform:;font-size:16px; border:0px; margin:0px;}
a{text-decoration:none;color:#000}
#limite {
width:90%;
max-width: 1300px;
margin:0px auto;
height:auto;
overflow:hidden;
}
#cintillo {
width:100%;
padding:5px;
font-size:18px;
color:#fff;
background-color:#6C97CB;
position:relative;
overflow:hidden;
height:auto;
}
#cintillo a {
color:#fff;
}
#cintillo a:visited {
color:#fff;
}
#cintillo #izq {
width:50%;
float:left;
position:relative;
text-align:left;
}
#cintillo #der {
width:50%;
float:right;
position:relative;
text-align:right;
}

@media only screen and (max-width: 600px) {
#cintillo {
width:100%;
padding:5px;
font-size:18px;
color:#fff;
background-color:#6C97CB;
position:relative;
overflow:hidden;
height:auto;
            transition:all 1s ease;
}
#cintillo a {
color:#fff;
}
#cintillo a:visited {
color:#fff;
}
#cintillo #izq {
width:0%;
float:left;
position:relative;
text-align:left;
display:none;
}
#cintillo #der {
width:100%;
float:right;
position:relative;
text-align:right;
}
}

#backheader{background:#fff;width:100%;height:auto;}
#header{background:#fff;width:100%;margin:0px auto;
max-width: 1300px;position:relative}
#header:after{content:"";clear:both;display:block}
.search{float:right;padding:30px;}
input{border:none;padding:10px;border-radius:20px;}
.logo{float:left;padding:26px 0 26px}
.logo a{font-size:28px;display:block;padding:0 0 0 20px}
nav{float:right;}
nav>ul{float:left;position:relative}
nav li{list-style:none;float:left}
nav .dropdown{position:relative}
nav li a{float:left;padding:35px;color:#5184C1;}
nav li a:hover{background:#5184C1;color:#fff;}
nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}
nav .dropdown ul{position:absolute;left:0;top:100%;background:#fff;padding:20px 0;border-bottom:3px solid #34495e;z-index:999999999999999999999999999;}
nav .dropdown li{white-space:nowrap}
nav .dropdown li a{padding:10px 35px;font-size:13px;min-width:200px}
nav .mega-dropdown{width:100%;position:absolute;top:100%;left:0;background:#fff;overflow:hidden;padding:20px 35px;border-bottom:3px solid #34495e;z-index:999999999999999999999999999;}
nav li li a{float:none;color:#5184C1;display:block;padding:8px 10px;border-radius:3px;font-size:13px}
nav li li a:hover{background:#5184C1;color:#fff;}
.mega-col{width:25%;float:left;z-index:999999999999999999999999999;}
#menu-icon{position:absolute;right:0;top:50%;margin-top:-12px;margin-right:30px;display:none;}
#menu-icon span{border:2px solid #fff;width:30px;margin-bottom:5px;display:block;-webkit-transition:all .2s;transition:all .1s}
@media only screen and (max-width: 1170px) {
  nav >ul>li >a{padding:35px 15px}
}
@media only screen and (min-width: 960px) {
  nav{display:block!important;}
}
@media only screen and (max-width: 959px) {
  nav{display:none;width:100%;clear:both;float:none;max-height:400px;overflow-y:scroll;
            transition:all 0.3s ease;}
  #menu-icon{display:inline;top:45px;cursor:pointer}
  #menu-icon.active .first{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:10px;}
  #menu-icon.active .second{transform:rotate(135deg);-webkit-transform:rotate(135deg);position:relative;top:-9px;}
  #menu-icon.active .third{display:none;;}
  .search{float:none;}
  .search input{width:100%;border:1px solid #5184C1; background-color:#5184C1;}
  nav{padding:10px}
  nav ul{float:none}
  nav li{float:none}
  nav ul li a{float:none;padding:8px;display:block}
  #header nav ul ul{display:block;position:static;background:none;border:none;padding:0;
            transition:all 0.3s ease;}
  #header nav a{color:#fff;padding:8px}
  #header nav a:hover{background:#fff;color:#333;border-radius:3px}
  #header nav ul li li a:before{content:"- "}
  .mega-col{width:100%;
            transition:all 0.3s ease;}
}
#myaccount {
padding:5px;
font-size:20px;
color:#4675AC;
background-color:#fff;
z-index:9999999;
position:absolute;
top:60px;
right:70px;
            transition:all 1s ease;
}
#myaccount:hover {
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
            transition:all 1s ease;
background-color:#ccc;
}
#myaccount a {
color:#4675AC;
}
#myaccount a:hover {
color:#4675AC;
}
@media only screen and (max-width: 800px) {
#myaccount {
padding:2px;
font-size:12px;
color:#4675AC;
background-color:#fff;
z-index:9999999;
position:absolute;
top:97px;
right:30px;
            transition:all 0.3s ease;
}
}












        /* jssor slider loading skin oval css */

        .jssorl-oval img {
            animation-name: jssorl-oval;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-oval {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('https://static.imegalodon.com.mx/js/full-width-slider/img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('https://static.imegalodon.com.mx/js/full-width-slider/img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }









#area1 {
width:100%;
height:65%;
padding-top:10px;
padding-bottom:10px;
            transition:all 0.3s ease;
background-color:#fff;
}
#area1 h1 {
margin-top:100px;
text-align:center;
font-size:38px;
color:#000;
font-weight: bold;
-webkit-text-stroke: 1px #fff;
text-shadow: 0px 0px 6px rgba(51,51,51,0.8);
}
#area1 h2 {
margin-top:20px;
margin-bottom:20px;
text-align:center;
font-size:29px;
color:#000;
font-weight: bold;
-webkit-text-stroke: 1px #fff;
text-shadow: 0px 0px 6px rgba(51,51,51,0.8);
}
.e1 {
background-image:url(https://static.imegalodon.com/img/thumbs/timthumb.php?src=https://static.imegalodon.com/2019/img/ai-close-up-code-160107.jpg&w=1900&h=850&zc=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: COVER;
}
.e2 {
background-image:url(https://static.imegalodon.com/img/thumbs/timthumb.php?src=https://static.imegalodon.com/2019/img/beautiful-business-businesswoman-864994.jpg&w=1900&h=850&zc=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: COVER;
}
.e3 {
background-image:url(https://static.imegalodon.com/img/thumbs/timthumb.php?src=https://static.imegalodon.com/2019/img/adult-business-businessman-1061588.jpg&w=1900&h=850&zc=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: COVER;
}
.e4 {
background-image:url(https://static.imegalodon.com/img/thumbs/timthumb.php?src=https://static.imegalodon.com/2019/img/analyst-analytics-blur-106344.jpg&w=1900&h=850&zc=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: COVER;
}
.e5 {
background-image:url(https://static.imegalodon.com/img/thumbs/timthumb.php?src=https://static.imegalodon.com/2019/img/adult-business-data-1181316.jpg&w=1900&h=850&zc=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: COVER;
}


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #12376e;
    border-radius: 8px;
    background: #569ae3;
    background: -webkit-gradient(linear, left top, left bottom, from(#569ae3), to(#2c6699));
    background: -moz-linear-gradient(top, #569ae3, #2c6699);
    background: linear-gradient(to bottom, #569ae3, #2c6699);
    text-shadow: #06142b 1px 1px 1px;
    font: normal normal bold 28px trebuchet ms;
    color: #ffffff;
    text-decoration: none;
            transition:all 0.3s ease;
}
.button:hover,
.button:focus {
    border: 1px solid #1d58b0;
    background: #67b9ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#67b9ff), to(#357ab8));
    background: -moz-linear-gradient(top, #67b9ff, #357ab8);
    background: linear-gradient(to bottom, #67b9ff, #357ab8);
    color: #ffffff;
    text-decoration: none;
            transition:all 0.3s ease;
}
.button:active {
    background: #345c88;
    background: -webkit-gradient(linear, left top, left bottom, from(#345c88), to(#2c6699));
    background: -moz-linear-gradient(top, #345c88, #2c6699);
    background: linear-gradient(to bottom, #345c88, #2c6699);
            transition:all 0.3s ease;
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADt0lEQVRIiYWWz2scdRjGP8/saNcYs9sQU0zoTnaToMYqKupJvbSIeBBtK3gogqh4qHcbVPAiRW9F6o97DkXSQP+AKnqWKBUq2HTsTIOJQbKdNE3jmu7jYSZt2uym72EY5vu8z/vj+32/z4guVq/VEe0x4DCwH9gHDBTLS8B54CwwDZ6L07Qjjzp9bNSiBnAcOCgUWiC7bVgrID1CAYDxBjBjmPwzTeIdA0w8OMH6fdeOgE5K9NleA04BpwWzhpUC2gc8CRwC3pTUa3sFOHr9v9bUwsLC9gAF+THQZ8ozmwI+jNNksWPtt6odBD4HvSWB7cm11r9fLC7mbqVN4AMDPUdAX4LbwAfl6/d//MfC3OpO5ADNLLtWHx09s762Ng+8InjpnlIYN7Ps3M0K8p7rF8l9to7ekL9KkuRu3LdZFEWUzLtC3xqvAk/FaRKX8tPibyQ9bXOKsHTs0qVLHUlGo6i8u1IJm1m2cedalmWUe3pmw1I4LulZ4KH+anVajVo0BvpdcttmPE6TjuetXot6BBeAABiP06Rj+xq1aAi4KAiBRwPgsESImelGDiBUBg2A+rHK3XBxmvwFfAcKDYcD8iHCcKabUx6g2DAZB94JCnCmOJ/7Q2AfOX72TlSjFvWaPFvjKkUmgv5GbQQDstfjy9vaNWsbYCIEBiy3ycd/C3mtDFyUKIiF4N4ixm8AyrP8p7G3NhpfTtc3fQ3LghYwGG5+6WJt8kyKigUyMkX2nV2L6Q02H0uSAmBoKyhO03XwOHhYeBjzONCyaRk/JjwMHsZ+eGv2hQ2CQmApJL8Vh4DnivetQVaB1bxlI8Umg9FynCTL3cpWzoXhfEB+5UJ+cXU12YDRZu07mOFQ0aezATBtewP0cqNWe6Srk9wyLNssY7e64Rq1kTHgVfCGYDoAzwEz+eTpRGPvSMcE4zRdAepA/WLeum1Wj6IAfEJSaDNDoLlSM8uoVqqzwNuICaBU6e394crVq9sImlm20ekeAhiNIjAfAe+T68YbcZI0SwBXsqy5u1KdF3pN8IKCYFd/pfpTM8va3VpxB3lg84ngU/KT+16cJj/CFj3YWy6fa4XhOuKApBeNnt9dqfzazLK/dyJv1KJ9wBTwTkE+2Wrf+HplJRe/2yTziT17WN1VPgKclNRn3MZ8Lzht+Flo0bkgDQmeMbwOHJAUbEpmq31jan5+/iZnR9Gv16KG4LjgoFGoXEM7T628YTMDTMZ3E/2tVmzamG/9tkwAg8Xyzd8WwXQQaO5CF5H6H4FHjGhDrQrVAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
            transition:all 0.3s ease;
}





.slidingDiv {
height:auto;
width:95%;
margin:0px auto;
background-color: #99CCFF;
padding:20px;
margin-top:10px;
border-bottom:5px solid #3399FF;
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.show_hide {
display:none;
}






.parallax { 
    /* The image used */

    /* Set a specific height */
    height: 250px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax h2 {
position:relative;
font-size: 44px;
color:#fff;
top:100px;
}

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}








#headingcontent {
width:100%;
    height: 320px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
text-align:center;

text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.95);
-webkit-box-shadow: inset 0px 0px 13px 6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 13px 6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 13px 6px rgba(0,0,0,0.75);
}
#headingcontent h2 {
font-size: 32px;
text-align:center;
margin-top:120px;
-webkit-text-stroke: 1px black;
color:#fff;
}






ul.vertical {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

ul.vertical li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

ul.vertical li a:hover:not(.active) {
    background-color: #5184C1;
    color:white;
}

ul.vertical a.active {
    background-color: #5184C1;
    color:white;
}

ul.ex {
width:90%;
}
@media screen and (max-width: 600px) {
    ul.ex {
       width:100%;
    }
}



#contentheading {
width:100%;
height:auto;
overflow:hidden;
}

#contentheading #heading2 {
width:50%;
height:400px;
padding-top:70px;
padding-bottom:70px;
margin-bottom:0px;
font-size:22px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
text-align:center;
float:left;
            transition:all 0.3s ease;
}

@media only screen and (max-width: 700px) {
#contentheading #heading2 {
width:100%;
            transition:all 0.3s ease;
}
}
#contentheading #heading2 h2 {
font-size:52px;
text-align:center;
color: #fff;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
font-weight:bold;
}




#soporteinfo {
width:100%;
padding-top:0px;
padding-bottom:25px;
align:center;
font-size: 26px;
}
#soporteinfo h2 {
font-size: 28px;
text-align:center;
-webkit-text-stroke: 1px black;
color:#fff;
text-align:center;
}
#soporteinfo h3 {
font-size: 22px;
text-align:center;
margin-top:60px;
-webkit-text-stroke: 1px black;
color:#fff;
text-align:center;
}

#soporteinfo #mediossoporte {
width:50%;
height:auto;
overflow:auto;
float:left;
border-right:1px solid #000;
            transition:all 0.3s ease;
}
#soporteinfo #paginasoporte {
width:50%;
height:auto;
overflow:auto;
float:right;
            transition:all 0.3s ease;
}

.search1{float:center;padding:30px width:100%;margin-top:40px;}
.search1 input{border:none;padding:10px;border-radius:20px;width:98%;}


@media only screen and (max-width: 700px) {
#soporteinfo #mediossoporte {
width:100%;
height:auto;
overflow:auto;
float:;
border-right:0px;
            transition:all 0.3s ease;
}
#soporteinfo #paginasoporte {
width:100%;
height:auto;
overflow:auto;
float:;
            transition:all 0.3s ease;
}
}



.footer-distributed .footer-left #paises {
position:relative;
bottom:2px;
right:2px;
width:90%;
height:34px;
text-align:left;
z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}



.scrollToTop{
	width:60px; 
	height:70px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:25px;
	right:20px;
	display:none;
	background: url('https://static.imegalodon.com.mx/img/icons/chevron-arrow-up.png') no-repeat 0px 20px;
}




.scrollToTop:hover{
	text-decoration:none;
}