body{
    background: #D4DBE7;
    overflow-x: hidden;
}

.monserrat{
    font-family: 'Roboto', sans-serif;
}

/** CSS TOPBAR **/
#topbar{
    background: #404040;
    height: 60px;
    margin-bottom: 30px;
    position: relative;
}

#topbar .logo{
    height: 50px;
    margin-top: 5px;
}

#topbar .content-topbar{
    margin: 0px auto;
    width: 980px;
}

.nav {
    float: right;
    clear: none;
    border: 0;
    margin: 0px;
    z-index: 100;
    display: block;
}
.nav ul {
    margin-top: 0;
}
.nav li {
    float: left;
    position: relative;
}
.nav li a {
    padding: 0px 17px;
    border-bottom: 0;
    color: white;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    line-height: 58px;
}
.nav li a:hover, .nav li a:focus {
    color: #a8d164;
    background: none;
}
.nav li a:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -7px;
}
.nav li:last-child a:after {
    background-color: transparent;
}
.nav li ul.sub-menu,
.nav li ul.children {
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    margin-top: 0;
    border: 0px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    max-height: 0px;
    z-index: 8999;
    background-color: #343434;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    /* highlight sub-menu current page */
}
.nav li ul.sub-menu li,
.nav li ul.children li {
    line-height: 20px !important;
    margin: 0 20px;
    min-width: 120px;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding: 10px 10px;
    border-right: 0;
    display: block;
    width: auto;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2);
    color: #ffffff;
}
.nav li ul.sub-menu li a:after,
.nav li ul.children li a:after {
    background-color: transparent;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
}
.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
}
.nav li ul.sub-menu li:hover ul,
.nav li ul.children li:hover ul {
    display: block;
}
.nav li:hover ul {
    top: auto;
    height: auto;
    max-height: 1000px;
}

/*!---------- NAVIGATION ----------*/
/*!---------- LISTS ----------*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.nav-container,
nav {
  overflow: visible;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-container.dismiss-active {
  min-height: 80px !important;
  max-height: 80px !important;
}
.nav-container.dark {
  background: #222;
}
nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
nav a {
  color: #666;
}
nav .logo {
  max-height: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  nav {
    overflow: hidden;
  }
}
nav .callout {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
nav.fixed,
nav.overlay {
  position: fixed;
  top: 0;
  z-index: 98;
  left: 0;
  overflow: visible;
}
nav.shrink .navbar {
  height: 60px;
  max-height: 60px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
nav.shrink .btn {
  height: 45px;
  line-height: 40px;
  padding: 0 26px;
  font-size: 16px;
}
.navbar {
  border-radius: 0;
}
nav.dark .navbar {
  background: #222;
  color: #fff;
}
nav.dark a {
  color: #fff;
}
nav.dark .subnav li a {
  color: #666;
}
nav.dark .mobile-toggle .upper,
nav.dark .mobile-toggle .middle,
nav.dark .mobile-toggle .lower {
  background: #fff;
}
nav.overlay .navbar {
  background: rgba(255, 255, 255, 0.6);
}
nav.overlay.dark .navbar {
  background: rgba(35, 35, 35, 0.8);
}
nav.overlay.fixed .navbar {
  background: rgba(255, 255, 255, 0.9);
}
nav.overlay.fixed.dark .navbar {
  background: rgba(35, 35, 35, 0.95);
}
nav ul {
  display: inline-block;
}
nav ul li {
  float: left;
  margin-right: 26.66666667px;
  font-size: 14px;
}
nav ul ul {
  position: absolute;
  background: #fff;
  visibility: hidden;
  z-index: 999;
  min-width: 150px;
  padding: 0;
  border-radius: 3px;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
nav ul ul li {
  line-height: 32px;
  text-align: left;
  position: relative;
  margin-right: 0;
  width: 100%;
}
nav ul ul li a {
  display: block;
  padding: 0 20px;
  width: 100%;
}
nav ul ul li:first-child {
  padding-top: 8px;
}
nav ul ul li:last-child {
  padding-bottom: 8px;
}
nav ul li:hover ul:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
}
nav ul li:hover .subnav .subnav {
  visibility: hidden;
  opacity: 0;
}
.has-dropdown .has-dropdown:hover .subnav {
  visibility: visible;
  opacity: 1;
}
.has-dropdown .subnav .subnav {
  top: 0;
  left: 100%;
}
@media all and (max-width: 990px) {
  nav,
  nav.fixed,
  nav.overlay,
  .navbar {
    overflow: hidden;
  }
  nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    display: block;
    margin-top: 0;
  }
  nav ul ul ul {
    display: none;
    margin-left: 16px;
  }
  nav ul ul li:hover ul {
    display: block;
  }
  .has-dropdown .subnav .subnav {
    left: 0;
  }
  .has-dropdown:hover .subnav {
    max-height: 300px;
  }
  .has-dropdown:hover .subnav .subnav {
    max-height: 0;
  }
  .has-dropdown .has-dropdown:hover .subnav {
    max-height: 300px;
  }
}
.mobile-toggle {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 0.9;
  display: none;
}
.mobile-toggle .upper,
.mobile-toggle .middle,
.mobile-toggle .lower {
  width: 28px;
  height: 4px;
  position: relative;
  background: #222;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.mobile-toggle .middle {
  top: 5px;
}
.mobile-toggle .lower {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
}
.mobile-toggle:hover,
.mobile-toggle.active {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  opacity: 1;
}
.mobile-toggle:hover .lower,
.mobile-toggle.active .lower {
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  opacity: 1;
}
.mobile-toggle:hover .middle,
.mobile-toggle.active .middle {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
@media all and (max-width: 990px) {
  .mobile-toggle {
    display: inline-block;
  }
}
.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .navbar {
  height: 80px;
  max-height: 80px;
  background: #fff;
  margin: 0;
}
.nav-1 .menu:first-child li,
.nav-2 .menu:first-child li {
  position: relative;
}
.nav-1 .logo {
  margin-top: 9px;
}
.nav-1 .menu {
  margin-top: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-1 .btn {
  margin-top: 13px;
}
.nav-1.shrink .menu {
  margin-top: 17px;
}
.nav-1.shrink .logo {
  margin-top: 0px;
}
.nav-1.shrink .btn {
  margin-top: 7px;
}
@media all and (max-width: 990px) {
  .nav-1 .text-center {
    text-align: left;
  }
  .nav-1 .menu {
    margin-bottom: 8px;
  }
  .nav-1 .menu li,
  .nav-2 .menu li {
    float: none !important;
    margin: 0;
    line-height: 32px;
  }
  .nav-1 .btn {
    margin-top: 16px;
  }
  .nav-1 .mobile-toggle {
    top: 8px;
  }
}
.nav-container,nav{
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}


/**########## CC CONTENIDO ###########*/
.content-wrapper{
    max-width: 980px;
    margin: 0px auto;
}

.content-wrapper .header{
    position: relative;
}
.content-wrapper .header h2{
    color: black;
    width: 67%;
    margin-top:  65px;
    font: bold 44px/50px "Roboto";
}
.content-wrapper .header h2 span{
    border: solid 1px #333;
    text-transform: capitalize;
    padding: 1px 5px;
    cursor: pointer;
}
.content-wrapper .header h2 span:after{
    content: "CAMBIAR";
    font-size: 12px;
    color: black;
    position: absolute;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 12px;
    cursor: pointer;
}
.content-wrapper .header h2 span:hover{ color: gray; }

.content-wrapper .header h2 span{ position: relative; }
.content-wrapper .header h2 span .lista-perfiles{
    position: absolute;
    left: 0;
    background: #D4DBE7;
    top: 101%;
    height: 0px;
    overflow: hidden;
    line-height: 20px;
    box-shadow:1px 1px 3px #333;
}
.content-wrapper .header h2 span .lista-perfiles.activo{ height: auto !important; padding-bottom: 5px; }
.content-wrapper .header h2 span .lista-perfiles a{ color: #000; padding: 7px; font-size: 24px; display: block; }
.content-wrapper .header h2 span .lista-perfiles a:hover{ color: white; text-decoration: none; }

.content-wrapper .header .personaje{
    position: absolute;
}
.content-wrapper .header .personaje img{ width: 100%; }
.content-wrapper .content{
    background: white; margin-top: 62px;
    font: normal 15px/17px 'Roboto', sans-serif;
}
.content-wrapper .content .intro{
    padding: 30px;
    font: lighter 18px/20px 'Roboto', sans-serif;
}


/**##### FREELANCE STARTER AGENCIA Y MULTINACIONAL ########**/
.content-wrapper .header .personaje.starter{ top: -134px; right: -186px; }
.content-wrapper .content.starter .pago-empezar{ margin-top: 13%; }
.content-wrapper .header .personaje.freelance{ top: -134px; right: -186px; }
.content-wrapper .header .personaje.agencia{ top: -134px; right: -210px; }
.content-wrapper .header .personaje.multinacional{ top: -134px; right: -175px; }

.content-wrapper .content #div-pago{
    background: #AAD1D6;
    padding: 0px;
    font: normal 13px/17px 'Roboto', sans-serif;
}

.content-wrapper .content #div-pago .pago-tipo{
    text-align: center;
    margin: 10px 0px;
    padding: 0px;
    border-right: dotted 1px black;
}
.content-wrapper .content #div-pago .pago-tipo .valor{
    font: bold 44px/45px 'Roboto', sans-serif;
    letter-spacing: -2px;
}

/*.content-wrapper .content.multinacional #div-pago .pago-tipo .valor{
    font-size: 35px;
}*/

.content-wrapper .content .pago-empezar{
    background: #03B94B;
    padding: 10px 25px;
    margin-top: 17%;
    color: white;
    font: lighter 20px/22px 'Roboto', sans-serif;
    width: 120%;
    text-align: left;
    position: relative;
}

.content-wrapper .content .pago-empezar:after{
    content: "";
    position: absolute;
    width: 26px;
    height: 35px;
    top: 3px;
    right: 17px;
    background: url(../images/arrow-pagar.png) no-repeat center center;
}

.content-wrapper .content .info-plan{
    padding-right: 0px; margin-top: 20px;
    overflow: hidden; opacity: 1;
}
.content-wrapper .content .info-plan .div-detalles h2{
    margin: 10px 0px 25px 20px;
    font-weight: lighter;
}
.content-wrapper .content .info-plan .div-detalles ul{ margin-left: 20px; }
.content-wrapper .content .info-plan .div-detalles li{ margin-bottom: 10px; font-size:  14px; font-weight: lighter; }
.content-wrapper .content .info-plan .div-imagen{ padding: 0px; }
.content-wrapper .content .info-plan .items-approvad{ margin-bottom: 50px; }
.content-wrapper .content .info-plan .items-approvad div{
    display: inline-block;
    width: 19%;
    font: bold 19px/20px "Roboto";
    text-align: center;
}
.content-wrapper .content .info-plan .items-approvad div:before{
    display: block;
    content: "";
    margin: 0px auto;
    width: 70px;
    height: 92px;
    background: url(../images/sprite-items.jpg) no-repeat center center;
}


/*########## FORM COMPRADOR #######**/
.content-wrapper .content .info-plan.oculto{ width: 0px; opacity: 0; height: 400px; }
.content-wrapper .content #info-comprador{ margin: 50px 0px; }
.content-wrapper .content #info-comprador.oculto{ width: 0; overflow: hidden; max-height: 400px; }
.content-wrapper .content #info-comprador h2{
    text-transform: capitalize; margin-bottom: 20px;
    border-bottom: dotted 1px silver;
    padding-bottom: 5px;
}
.content-wrapper .content #info-comprador h2 span#nombre-plan{
    font-weight: bold; color: #548604;
    border: dotted 1px silver; padding: 0px 10px;
}
.content-wrapper .content #info-comprador .div-subdominio div:first-child{ padding-right: 0px; }
.content-wrapper .content #info-comprador .div-subdominio div.dominio{ padding-left: 5px; }
.content-wrapper .content #info-comprador .div-subdominio div.dominio h4{
    font-weight: bold; color: #548604;
    font-size: 17px; margin: 3px 0px;
}

.content-wrapper .content #info-comprador .proceso-subdominio{
    font-size: 15px; line-height: 45px;
    color: gray; padding-left: 30px;
}
.content-wrapper .content #info-comprador .proceso-subdominio.loading{
    background: url(../images/loading-ajax-gray.gif) no-repeat left center;
}

.content-wrapper .content #info-comprador .proceso-subdominio.disponible{
    background: url(../images/pointer-0_.png) no-repeat -7px center;
}

.content-wrapper .content #info-comprador .proceso-subdominio.nodisponible{
    background: url(../images/img-modal-clic-hover.png) no-repeat 2px center;
    background-size: 25px;
}


/** starter **/
.content-wrapper .content.starter .info-plan .items-approvad div{ width: 24%; }
.content-wrapper .content.starter .info-plan .items-approvad div.seguridad:before{ background-position: -13px top; }
.content-wrapper .content.starter .info-plan .items-approvad div.creatividad:before{ background-position: -180px top; }
.content-wrapper .content.starter .info-plan .items-approvad div.backups:before{ background-position: -345px top; }
.content-wrapper .content.starter .info-plan .items-approvad div.control:before{ background-position: -510px top; }
.content-wrapper .content.starter .info-plan .items-approvad div.rockstar:before{ background-position: -677px top; }

/** Freelance **/
.content-wrapper .content.freelance .info-plan .items-approvad div{ width: 24%; }
.content-wrapper .content.freelance .info-plan .items-approvad div.seguridad:before{ background-position: -14px -97px; }
.content-wrapper .content.freelance .info-plan .items-approvad div.creatividad:before{ background-position: -180px -97px; }
.content-wrapper .content.freelance .info-plan .items-approvad div.backups:before{ background-position: -347px -97px; }
.content-wrapper .content.freelance .info-plan .items-approvad div.control:before{ background-position: -512px -97px; }
.content-wrapper .content.freelance .info-plan .items-approvad div.rockstar:before{ background-position: -678px -97px; }

/** Agencia **/
.content-wrapper .content.agencia .info-plan .items-approvad div.seguridad:before{ background-position: -14px -190px; }
.content-wrapper .content.agencia .info-plan .items-approvad div.creatividad:before{ background-position: -180px -190px; }
.content-wrapper .content.agencia .info-plan .items-approvad div.backups:before{ background-position: -347px -190px; }
.content-wrapper .content.agencia .info-plan .items-approvad div.control:before{ background-position: -512px -190px; }
.content-wrapper .content.agencia .info-plan .items-approvad div.rockstar:before{ background-position: -678px -190px; }

/** Multincional **/
.content-wrapper .content.multinacional .info-plan .items-approvad div.seguridad:before{ background-position: -15px -287px; }
.content-wrapper .content.multinacional .info-plan .items-approvad div.creatividad:before{ background-position: -180px -287px; }
.content-wrapper .content.multinacional .info-plan .items-approvad div.backups:before{ background-position: -347px -287px; }
.content-wrapper .content.multinacional .info-plan .items-approvad div.control:before{ background-position: -512px -287px; }
.content-wrapper .content.multinacional .info-plan .items-approvad div.rockstar:before{ background-position: -678px -287px; }

.content-wrapper .content .llamada{ padding: 20px; font: lighter 22px/26px "Roboto"; }
.content-wrapper .content .llamada .hablemos{
    position: relative;
}
.content-wrapper .content .llamada .hablemos{
    background: #03B94B;
    padding: 10px 25px;
    margin-top: 9%;
    color: white;
    font: lighter 20px/22px 'Roboto', sans-serif;
    width: 93%;
    text-align: left;
    position: relative;
}

.content-wrapper .content .llamada .hablemos:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 35px;
    top: 5px;
    right: 17px;
    background: url(../images/img-hablemos.jpg) no-repeat center center;
}
.content-wrapper .content.starter .llamada{ background: #0EE4FF; }
.content-wrapper .content.freelance .llamada{ background: #FDD059; }
.content-wrapper .content.agencia .llamada{ background: #C983E5; }
.content-wrapper .content.multinacional .llamada{ background: #FF6D6D; }


/*######### CSS FOOTER ##########*/

#footer{
    background: #252525;
    position: relative;
}

#footer .content-footer{
    margin: 0px auto;
    width: 980px;
    padding: 10px 0px;
}

#footer .div-ssl{
    color: white;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}


/** MODAL CSS STYLES **/
.modal-header{
    background: #434343;
}
.modal-header .modal-title{
    font: bold 18px/18px 'Roboto', sans-serif;
    color:#E9EFEF;
}
.modal-header .close{
    background: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: black;
}
.modal-header .close:hover{
    opacity: 1;
}
.modal-body .titulo-campo{
    font: bold 13px/22px 'Roboto', sans-serif;
    color: #8B8B8B;
}

.modal-body input, .modal-body select{
    border:solid 2px #BFBFBF;
    height: 30px;
    background: #EDEDED;
    padding: 2px 5px;
    font-weight: bold;
    width: 100%;
    color: #6D6D6D;
}

.modal-footer{
    text-align: center;
}