@charset "UTF-8";
@import url("elegant_fonts.css");



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }
  
 

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none; }

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block; }

.container {
  max-width: 1080px;
  margin: 0px auto;
  width: 100%; }
  

@media all and (max-width: 980px) {
  .section .container {
    max-width: 86%; } }

.block_section {
  position: relative;
  background-color: #fff;
  padding: 50px 0; }

.block_row {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  overflow: hidden; }

.block_row .block_row {
  width: 100%; }

.block_column {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover; }

.block_row .block_column:last-child {
  margin-right: 0 !important; }

@media all and (max-width: 980px) {
  .block_row {
    padding: 30px 0; }
  .block_column {
    width: 100% !important;
    margin-bottom: 30px; } }

@media all and (min-width: 981px) {
  .block_row {
    padding: 25px 0; }
  .block_column_4_4 {
    width: 100%; }
  .block_column_1_2 {
    width: 47.25%; }
  .block_column_1_3 {
    width: 29.666%; }
  .block_column_1_4 {
    width: 20.875%; }
  .block_column_2_3 {
    width: 64.833%; }
  .block_column {
    margin-right: 5.5%; }
  .block_column:last-child {
    margin-right: 0 !important; } }

@media only screen and (min-width: 1350px) {
  .block_row {
    padding: 27px 0; } }

/* LAYOUT */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #454545;
  line-height: 1.5; }

body {
  font-family: 'Ubuntu', sans-serif;
  /* Por el menú a la izquierda para que sea absolute */
  overflow-x: hidden;
  font-size: 16px; }

main {
  padding-top: 75px; }
  
  
/*
 
 fix borde blanco en firefox
 
*/

main{
padding-top:74px;
}

.btn-ingresar{
    color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 15px 5px 10px;
}

.btn-ingresar:hover{
	color:#fff;
}

.btn-ingresar .icon{
	width: 13px;
    height: 13px;
    background: url(../img/person-ico.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}



.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " "; }

* html .clearfix {
  zoom: 1; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.bg-greyDark {
  background-color: #333333; }

.bg-greyLight {
  background-color: #F5F6F8; }

.section {
  padding-top: 80px;
  padding-bottom: 80px; }

.hr {
  padding: 0; }

.hr .block_row {
  padding: 0; }

hr {
  border: none;
  background-color: #F5F6F8;
  height: 1px;
  display: block; }

a {
  text-decoration: none; }

a#planes, a#tienda-virtual {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden; }

a#tienda-virtual {
  top: 1px; }

.padding-top-zero {
  padding-top: 0 !important; }

.padding-bottom-zero {
  padding-bottom: 0 !important; }

.margin-top-zero {
  margin-top: 0 !important; }

.margin-bottom-zero {
  margin-bottom: 0 !important; }
 .margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-10{
	margin-bottom:10px;
}

.margin-bottom-50 {
  padding-bottom: 50px; }

.margin-bottom-50:last-child {
  padding-bottom: 0px; }

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.box-flex.box-flex-container-h-vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.box-flex.box-flex-container-j-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media all and (max-width: 980px) {
	
.btn-ingresar{
	
	margin-right:40px;
	
}
  .empty {
    height: 0;
    margin: 0; } }

/**
 * Header Styles
 */
#main-header {
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

#main-header.invisible {
  top: -100px !important; }

#main-header.detached {
  position: fixed !important;
  top: 0; }

header {
  font-size: 14px;
  width: 100%;
  background-color: #333333;
  color: #fff;
  position: absolute;
  z-index: 9999; }

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 96%;
  padding: 12px 0px; }

header #logo img {
  max-width: 130px; }

header nav {
  margin: 0 auto; }

header nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

header nav ul li {
  margin-left: 15px;
  margin-right: 15px;
  float: left; }

header nav ul li a {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  color: #eee;
  text-decoration: none; }

header nav ul li a.active {
  color: #D25967; }

header nav ul li a:hover {
  color: #999; }

header nav ul li.download a {
  background: #D25967;
  padding: 5px 18px;
  border-radius: 5px;
  color: white; }

header nav ul li.download a:hover {
  background: #D25967;
  color: white; }

header #hamburger {
  display: none; }

header #side-menu {
  background: #fff;
  position: absolute;
  width: 0;
  top: 75px;
  right: -100%;
  min-height: 100px;
  padding: 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  z-index: 9999;
  overflow: hidden; }

header #side-menu nav > ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

header #side-menu nav > ul > li {
  margin: 0px;
  width: 100%;
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header #side-menu nav > ul > li a {
  font-weight: bold;
  display: block;
  color: #333; }

header #side-menu nav > ul > li a:hover {
  color: #D25967; }

header #side-menu nav > ul li.sm-social {
  padding: 15px 30px;
  border-bottom: 0px; }

header #side-menu nav > ul li.sm-social a {
  display: inline;
  margin-right: 15px;
  padding: 0px;
  color: #D25967;
  font-size: 1.3rem; }

header #side-menu nav > ul li.sm-social a:hover {
  color: #D25967; }

@media all and (max-width: 980px) {
  header {
    z-index: 999; }
  header .container {
    max-width: 86%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .container #logo-infosis {
    display: none; }
  header .container .main-menu {
    margin-right: 25px; }
  header .container .main-menu li {
    display: none; }
  header .container .main-menu li.download {
    display: block; }
  header #hamburger {
    display: block; }
  header #side-menu {
    width: 100%;
    z-index: 998;
    width: 0px;
    overflow: hidden; }
  header #side-menu.sm-open {
    top: 74px;
    right: 0;
    width: 100%; }
  header #side-menu.sm-open nav {
    display: block; } }

#hamburger {
  /*width: 60px;
  height: 45px;*/
  width: 26px;
  height: 19px;
  position: relative;
  /*margin: 50px auto;*/
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 3px; }

#hamburger span {
  display: block;
  position: absolute;
  /*height: 9px;*/
  height: 3px;
  width: 100%;
  background: #eee;
  /*border-radius: 9px;*/
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#hamburger span:nth-child(2) {
  /*top: 18px;*/
  top: 8px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#hamburger span:nth-child(3) {
  /*top: 36px;*/
  top: 16px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 4px; }

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 4px; }

#side-menu.sm-open {
  right: 0px;
  width: 100%; }

#product-header, #billapp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #464646;
  font-size: 14px;
  padding: 22px 0px; }

#product-header ul li, #billapp-header ul li {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  color: #fff; }

#product-header ul li a, #billapp-header ul li a {
  color: #fff; }

#product-header ul li a:hover, #billapp-header ul li a:hover {
  color: #D25967; }

#product-header ul li.zeus a:before, #product-header ul li.billapp a:before, #billapp-header ul li.zeus a:before, #billapp-header ul li.billapp a:before {
  content: url("../img/3iso-zeus.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top; }

#product-header ul li.billapp a:before, #billapp-header ul li.billapp a:before {
  content: url("../img/billapp.svg");
  margin-top: -6px;
  margin-right: 14px; }

#zeus-menu, #ba-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 67px;
  border-bottom: 2px solid #f3f3f3; }

#zeus-menu ul li, #ba-menu ul li {
  display: block;
  float: none;
  position: relative;
  padding-bottom: 1px; }

#zeus-menu ul li:before, #ba-menu ul li:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 40px;
  border-top: 1px solid #f3f3f3;
  content: ""; }

#zeus-menu ul li:last-child:before, #ba-menu ul li:last-child:before {
  border-top: 0px solid #f3f3f3; }

#zeus-menu ul li a, #ba-menu ul li a {
  height: 55px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333; }

@media all and (max-width: 980px) {
  #product-header, #billapp-header {
    width: 100%;
    position: relative; }
  #product-header .nav-top ul li, #billapp-header .nav-top ul li {
    display: none; }
  #product-header .nav-top ul li.zeus, #product-header .nav-top ul li.billapp, #billapp-header .nav-top ul li.zeus, #billapp-header .nav-top ul li.billapp {
    display: block; }
  #product-header .nav-top ul li.zeus a, #product-header .nav-top ul li.billapp a, #billapp-header .nav-top ul li.zeus a, #billapp-header .nav-top ul li.billapp a {
    font-size: 1.125em;
    font-weight: bold; }
  #product-header .nav-top ul li.zeus a:before, #product-header .nav-top ul li.billapp a:before, #billapp-header .nav-top ul li.zeus a:before, #billapp-header .nav-top ul li.billapp a:before {
    width: 22px;
    height: 22px;
    margin-top: -3px; }
  #product-header .nav-top ul li.zeus a:after, #product-header .nav-top ul li.billapp a:after, #billapp-header .nav-top ul li.zeus a:after, #billapp-header .nav-top ul li.billapp a:after {
    content: ' ';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 20px;
    margin-bottom: 2px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; }
  #product-header .nav-top ul li.zeus a:hover:after, #product-header .nav-top ul li.billapp a:hover:after, #billapp-header .nav-top ul li.zeus a:hover:after, #billapp-header .nav-top ul li.billapp a:hover:after {
    border-color: #D25967; }
  #product-header .nav-top ul li.zeus a.open:after, #product-header .nav-top ul li.billapp a.open:after, #billapp-header .nav-top ul li.zeus a.open:after, #billapp-header .nav-top ul li.billapp a.open:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: -2px; } }

footer .block_section {
  background-color: #333333;
  color: #fff;
  padding: 30px 0 3px; }

footer .block_row .block_column_1_4:last-child a {
  display: none; }

footer ul.social li {
  float: left;
  margin-right: 15px; }

footer ul.social li a {
  font-size: 1.500rem;
  color: #D25967; }

footer ul.social li a:hover {
  color: #D25967; }

footer ul.social li:last-child {
  margin-right: 0; }

footer .links .block_column:nth-child(2) {
  text-align: center; }

footer .links .block_column:nth-child(2) a {
  font-size: 0.750rem;
  color: #5E5F5F; }

footer .links .block_column:nth-child(2) a:hover {
  color: #D25967; }

footer .links .block_column:nth-child(3) {
  text-align: right; }
  
.block-slider-mobile {
	display:none;
}

body.404{
	background-color: #333333;
}

@media all and (max-width: 980px) {

  
  
  
  footer .block_row .block_column_1_4 {
    display: none; }
  
  footer .block_row .block_column_1_4:last-child {
    display: block;
    text-align: center;
    margin: 10px 0 0; }
  
  footer .block_row .block_column_1_4:last-child a {
    display: block; }
  
  footer .box-flex.box-flex-container-j-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  
  footer .box-flex.box-flex-container-j-content div:nth-child(1), footer .box-flex.box-flex-container-j-content div:nth-child(2) {
    padding: 0 15px; }
  
  footer .box-flex.box-flex-container-j-content div:nth-child(3) {
    display: none; }
  
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  
  footer .links .block_column:nth-child(1) {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 105px; }
  
  footer .links .block_column:nth-child(2) {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px; }
  
  footer .links .block_column:nth-child(3) {
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } 
	
}

.block-slider {
  padding: 0;
  height: calc(100vh - 74px); }

.block-slider .block_section {
  padding: 0; }

.block-slider .block_section .slider .slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 74px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.block-slider .block_section .slider .slide .owl-text-overlay {
	  /*padding: 0 45% 0 20%; */
	  display: inline-block;
	  /*width: 400px!important;*/
	  box-sizing: border-box;
	  margin-left:20%;
	  max-width: 600px;
  }

.block-slider .block_section .slider .slide .owl-text-overlay h2 {
  color: white;
  font-size: 3.250rem;
  line-height: 3.500rem;
  margin-bottom: 5%;
 }

 /*
.block-slider-mobile {
  display: none; }
 */

@media all and (max-width: 980px) {
	/*
  .block-slider {
    display: none; }
  .block-slider-mobile {
    display: block; }
 */

 
	 .block-slider .owl-nav{
		  display:none;
	  }
	  

  .block-slider  .block_section .slider .slide .owl-text-overlay {
	  width:90%;
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;
  }
  .block-slider-mobile .slider-mobile {
    background-image: url("../img/slider-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20% 30%; }
  .block-slider-mobile .slider-mobile h2 {
    color: white;
    font-size: 1.875em;
    line-height: 2.500rem;
    margin-bottom: 0; } }

@media all and (max-width: 425px) {
  .block-slider-mobile .slider-mobile {
    padding: 20% 10%; } }

.btn,.btn-alt {
  background: #D25967;
  border: none;
  color: #fff;
  padding: 9px 30px 10px;
  font-size: 1.125em;
  margin: 10px 0px;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  cursor: pointer; }

.btn:hover,.btn-alt:hover {
  background: #D25967;
  color: #fff; }

a {
  text-decoration: none;
  color: #D25967;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear; }
  
.white-popup .btn, .white-popup .btn-alt{
	font-size: 1em;
    padding: 4px 20px 5px;
    width: 120px;
}

a:hover {
  color: #D25967; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 1.875em; }

h2 {
  font-size: 1.375em;
  line-height: 1.500rem; }

h2 span {
  font-weight: normal; }

h3 {
  font-size: 1.124em; }

p {
  line-height: 1.500rem; }

address {
  font-style: normal; }

.text_align_center {
  text-align: center; }

.text_align_right {
  text-align: right; }

.text_align_left {
  text-align: left; }

.highlight {
  color: #D25967; }

input {
  -webkit-appearance: none; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

input[type=radio] {
  -webkit-appearance: radio; }

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
option,
textarea {
  width: 100%;
  padding: 2px;
  border: none;
  border-bottom: 1px solid #999;
  color: #333;
  background-color: #fff; }

input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #999;
  color: #333; }

input.text,
input.title,
input[type=text],
input[type=date],
input[type=email],
select,
textarea {
  margin: 0 0 30px;
  padding: 10px 0; }

textarea {
  /*height: 100px;*/
  resize: none;
  margin: 0; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

.btn-form {
  text-align: right; margin-top:30px;}

.btn-form .btn {
  margin: 5px 0; }

label {
  color: #999; }

label.file input {
  float: right; }
  
/** HERNAN G **/

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align:center;
}



.mfp-wrap{
  z-index: 99999;
}

.white-popup img{
	max-width: 120px;
}

.white-popup p{
	    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sm-ingresar{
	
	background:#eee;
	display:none;
}

.sm-ingresar .icon{
	
	width: 13px;
    height: 14px;
    background: url(../img/person-ico.svg);
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
	filter: invert(100%);
	
}

#mensaje-loading{
	display:none;

}

#mensaje-output{
	color:#D25967;
	padding-top:50px;
}

#clearForm{
	margin-top:40px;
}

.owl-nav {
    top: 50%!important;
    margin-top:-47px;
}
.owl-nav button span{
	font-size:6em!important;
}

#poder-mobile{
	display:none;
}

.terminos-y-condiciones p{
	margin-bottom:10px;
}

.contacto h2{
	margin-top:1em;
	font-weight:400;
}

.contacto form{
	margin-top:75px;
}

.contacto .btn-form{
	margin-top:30px;
}

@media all and (max-width: 980px) {
  .btn-form {
    text-align: center; } }

img {
  max-width: 100%;
  height: auto; }

#ie8 img {
  width: auto; }

.owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 999; }

.owl-nav button {
  position: absolute;
  cursor: pointer; }

.owl-nav button span {
  padding: 5px 10px;
  color: #fff;
  font-size: 3em;
  text-shadow: 0px 0px 8px #000; }

.owl-nav button.owl-prev {
  left: 15px; }

.owl-nav button.owl-next {
  right: 15px; }

.owl-nav button:hover span {
  color: #D25967; }
  
.order .order-2 iframe{
	min-height: 1128px;
}

@media all and (max-width: 980px) {
  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .order .order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } 
	.order .order-2 iframe{
		min-height: 1728px;px;
	}
}

.block-1 .block_section {
  padding: 75px 0; }

.block-1 .block_section h2 {
  margin: 30px 0; }

@media all and (max-width: 980px) {
  .block-1 .block_section .block_column {
    width: 47.25% !important;
    margin-right: 5.5% !important; }
  .block-1 .block_section .block_column.block_column:nth-child(2n) {
    margin-right: 0 !important; } }

.block-2 .block_section {
  padding: 75px 0; padding-bottom:50px; }

.block-2 .block_section h2 {
  margin: 30px 0 10px;
  position: relative;
  padding: 0 30px 0 50px; }

.block-2 .block_section h2:before {
  font-family: 'ElegantIcons';
  content: "\e052";
  position: absolute;
  left: 1px;
  font-size: 1.625rem;
  color: #D25967; }

.block-2 .block_section .box {
  background-color: #F5F6F8; }

.block-2 .block_section .box .text {
  padding: 30px 25px;
  min-height: 150px; }

@media all and (max-width: 1280px) {
	.block-3 .block_section .plan .detail ul{
	min-height:64px;
	}

}

@media all and (max-width: 980px) {
  .block-2 .block_section .block_row:nth-child(2) {
    padding: 0; }
  .block-2 .block_section .block_row:nth-child(2) .block-last-child {
    margin-bottom: 0px; } }

.block-3 {
  color: white; }

.block-3 .block_section {
  padding: 75px 0; }

.block-3 .block_section h2 span {
  font-weight: bold;
  color: #D25967; }

.block-3 .block_section .plan {
  font-size: 1rem;
  /*line-height: 1.500rem;*/
  padding-bottom: 35px; }

.block-3 .block_section .plan b {
  color: #D25967; }

.block-3 .block_section .plan h3 {
  font-size: 1.250rem;
  line-height: 1.500rem;
  margin: 20px 0; }

.block-3 .block_section .plan .circle {
  background-color: #F5F6F8;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 30px;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 700; }
  
.block-3 .block_section .plan .detail ul{
	margin-bottom:10px;
}

.block-3 .block_section .plan .type {
  min-height: 48px; }

.block-3 .block_section .plan .type.free {
  line-height: 3.000rem; }

.block-3 .block_section .plan .type.free .price {
  font-size: 1.875rem; }

.block-3 .block_section .plan .type .price {
  font-size: 1.375rem;
  color: #D25967;
  font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 5px;  }

.block-3 .block_section .plan hr {
  margin: 20px 0; }
  
 iframe#planes{
	 background-color:#333;
 }

@media all and (max-width: 980px) {
  .block-3 .block_section {
    padding: 30px 0; }
  .block-3 .block_section .block_row:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0; margin-bottom:40px;}
  .block-3 .block_section .block_row:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0; }
  .block-3 .block_section .block_column {
    margin-bottom: 25px; }
  .block-3 .block_section .block_column h2 {
    line-height: 2.188rem; }
  .block-3 .block_section .block_column .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/ }
  .block-3 .block_section .block_column .plan hr {
    display: none; }
  .block-3 .block_section .block_column .plan .blox-left {
    padding-right: 20px; }
  .block-3 .block_section .block_column .plan .blox-left h3 {
    margin: 10px 0 0; }
  .block-3 .block_section .block_column .plan .blox-right {
    text-align: left; }
  .block-3 .block_section .block_column .plan .blox-right .circle {
    margin: 0;
    text-align: center;  margin-bottom:20px;}
  .block-3 .block_section .block_column .plan .blox-right .type {
    min-height: auto; }
  .block-3 .block_section .block_column .plan .blox-right .type.free {
    line-height: 1.875rem; } 
	
	.blox-right .detail{
		line-height: 1.500rem;
		
	}
	
	.block-3 .block_section .plan .circle {
	 
	  width: 70px;
	  height: 70px;
	  line-height: 70px;
	 
	 }
	 
	 .block-3 .block_section .block_column.block-last-child{
		 margin-bottom:0px;
	 }
	 
	 .block-3 .block_section .block_column.block-last-child .plan{
		 margin-bottom:0px;
		 padding-bottom:0px;
	 }
	 
	
}

.block-4 .block_section {
  padding: 110px 0 140px; }

.block-4 .block_section .block_row:nth-child(1) h1 {
  margin-bottom: 20px; }

.block-4 .block_section .block_row:nth-child(1) p {
  margin-bottom: 60px; }

.block-4 .block_section h2 {
  margin-bottom: 10px; }

.block-4 .block_section .circle {
  background-color: #D25967;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto 25px;
  color: white;
  font-size: 2.625rem;
  font-weight: 700; }
 
#video-section{

	padding-top:0px;
	
}

.embed-container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 31.95%;
  overflow: hidden;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  overflow: hidden;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	

/* 404 */

.p-404{
	background: #333333;
}

.p-404 p{
	margin-bottom: 10px;
	line-height: 16px;
}

.p-404 .bg{
	display: flex;
	height: 100vh;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
}

.p-404 .bg > div >img{
	width: 175px;
	margin-bottom: 1rem;
}

.p-404 .bg > div .btn{
	margin-top: 1.5rem;
}

.p-404 .bg > div{
	text-align:center;
	z-index: 9999;
	font-size: 18px;
	max-width: 680px;
	padding: 0px 20px;
	padding-bottom: 5%;
}

.p-404 .bg > div h1{
	font-size: 42px;
	margin-bottom: 1rem;
}

.p-404 .bg > div hr{
	margin-top:35px;
	margin-bottom:35px;
}

.p-404 .bg > div span{
		font-size: 23px;
}

.p-404 footer{
	width: 100%;
    bottom: 0px;
    position: absolute;
}

.p-404 footer > .block_row > .block_column:first-child >div{
		display:inline-block;
}

.p-404 footer > .block_row > .block_column:first-child img{
		width: 152px;
}


.p-404 footer > .block_row > .block_column:last-child{
	text-align:right;
}

.p-404 footer > div ul.social{
	line-height: 46px;
	margin-left: 80px;
} 

.p-404 footer > div ul.social li a{
	color: #fff;
}
.p-404 footer > div ul.social li a span{
		font-size: 22px;
}

.accordion{

}

.accordion__item{

	margin-bottom: 10px;

}

.accordion__item__title{
	background: #f5f6f8;
	padding: 15px 40px;
	cursor: pointer;

}

.accordion__item__title h2{

	color: #D25967;
	font-weight: 400;
	display: flex;
	justify-content: space-between;

}

.accordion__item__content{
	padding: 20px 40px;
	display: none;
}


@media (max-width: 540px){
	
	.p-404 .bg{
		display:block;
		padding-top:30px;
	}
	
	.p-404 .bg > div {
		font-size: 16px;
	}
	
	.p-404 .bg > div h1 {
		font-size: 23px;
		line-height: 1;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.p-404 .bg > div hr{
		margin-top:30px;
		margin-bottom:30px;
	}
	
	
	.p-404 .bg > div >img{
		width: 152px;
		margin-bottom: 1rem;
	}
	
	
	.p-404 footer > div ul.social li a span{
		font-size: 16px;
	}

}




@media screen and (max-width:1440px){
	.embed-container {
    padding-bottom: 42.95%;
	}
}

@media screen and (max-width:1280px){
	
   .embed-container {
    padding-bottom: 49.25%;
	}
  
  .p-404 footer > .block_row > .block_column:first-child ul{
		display: inline-block;
		margin:auto;
	}

	
	.p-404 footer > .block_row > .block_column:first-child >div{
		display:block;
	}
	
	.p-404 footer > .block_row > .block_column:first-child img,.p-404 footer > .block_row > .block_column:last-child img{
		width: 120px;
	}
	
	.p-404 footer > .block_row > .block_column:first-child{
		padding-bottom:0px;
		margin-bottom:0px;

	}
	
	.p-404 footer > .block_row > .block_column:last-child{
		text-align:center!important;
		margin-right: auto!important;
	}
		
	.p-404 footer > .block_row{
		padding-bottom:0px;
	}
	
	.p-404 footer{
		text-align:center;
		position:relative;
	}
  
}

@media screen and (max-width:1195px){
	

.block-3 .block_section .plan h3 {
    height: 50px;
  }
  .block-3 .block_section .plan .type {
    min-height: 51px;
}

input.text, input.title, input[type=text], input[type=date], input[type=email], select, textarea {
    margin: 0 0 15px;
}
  
}
  
@media screen and (min-width:980px) and (max-width:1024px){
	/*
.block-3 .block_section .block_column:first-child .plan h3{
	 line-height:3rem;
 }*/
 
  #video-section{
	  width:80%;
	  margin:auto;
  }
  
  .embed-container {
    padding-bottom: 56.25%;
  }
  
  #video-section .block_section{
	  padding-top:0px;
  }
  
  footer .block_column_1_4{
	  display:none;

  }
  
  footer .block_column_1_2{
	  width:80%;
	  float:none;
	  margin:auto;
  }
}

@media all and (max-width: 980px) and (orientation: landscape) {
      /* css rules */
	  .p-404 .bg {
		  display:block;
		  margin-top:30px;
		  height:auto;
	  }
}

@media all and (max-width: 980px) {
	
  
	
  #video-section{
	  padding-bottom:0px;
	  padding-top:0px;
  }
  
  #video-section .block_section{
	  padding-top:25px;
	  padding-bottom:25px;
  }
  
  .block-1 .block_section {
    padding: 20px 0;
	}
  
  .embed-container {
    padding-bottom: 56.25%;
  }
  .block-4 .block_section .block_row:nth-child(2) .block_column {
    width: 100% !important;
    margin-right: 5.5% !important; }
  .block-4 .block_section .block_row:nth-child(2) .block_column.block_column:nth-child(2n) {
    margin-right: 0 !important; } 
	
}

.block-5 .block_section {
  padding: 105px 0 95px; }

.block-5 .block_section h1 {
  margin-bottom: 20px; }

.block-5 .block_section p {
  margin-bottom: 20px; }

.block-5 .block_section form {
  margin-top: 100px; }

@media all and (max-width: 980px) {
  .block-5 .block_section {
    padding: 50px 0 10px; }
  .block-5 .block_section .block_column_1_4 {
    display: none; } 

}
	
@media all and (max-width:768px){
	
	.block-1 div img{
		max-width:48%;
	}
	
	.block-3 .block_section .block_column .plan .blox-left {
		width: 50%; 
	}
	
	
}

@media all and (max-width:540px){
	
		.block-slider .block_section .slider .slide .owl-text-overlay h2{
	font-size:1.8rem;
	line-height:1;
  }

		.btn-ingresar{
			display:none;
		}
		
		.sm-ingresar{
			display:block;
		}
		
		.white-popup {
		 
		  padding: 50px 20px;

		}
	
}

@media all and (max-width:480px){
	
	.order .order-2 iframe {
		min-height: 1928px;
	}

	.block_row{
			width:90%;
	}
	
	.block-3 .block_section .block_column .plan .blox-left {
		width: 80%; 
	}
	
	.block-2 .block_section {
			padding-top:0px;
			padding-bottom:0px;
	}
	
	.block-2 .block_column_4_4{
		margin-bottom:0px;
	}
	
	.block-4 .block_section{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	#poder-desk{
		display:none;
	}
	
	#poder-mobile{
		display:block;
		padding-top:30px;
		padding-bottom:30px;
	}
	
	#poder-mobile .owl-nav{
		top: 40%!important;
	}
	
	.terminos-y-condiciones .section,.contacto .section{
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.terminos-y-condiciones .block_column:first-child{
		margin-bottom:0px;
	}
	
	.contacto form{
		margin-top:35px;
	}
	
	.contacto h2{
		font-size:15px;
	}
	
	.contacto .section .block_section{
		padding-bottom:0px;
	}
	
	.block-5 .block_section form{
		margin-top:10px;
	}
	
	#mensaje-loading{
		margin:auto;
		margin-top:10px;
		max-width:32px;
	}
	
	#mensaje-output{
		padding-top:0px;
	}
	
	.contacto #mensaje-output{
		padding-top:50px;
	}
	
	.block-5 .block_column_1_2{
		min-height:472px;
	}
	
}
	
@media all and (max-width:374px){
	
	#logo{
		overflow: hidden;
		max-width: 38px;
	}
	
	header .container .main-menu {
		margin-right:auto;
	}
	
	footer .box-flex.box-flex-container-j-content{
		flex-direction:column;
	}
	
	footer .box-flex.box-flex-container-j-content div:nth-child(2){
		margin-top:35px;
	}
	
	footer section .block_row{
		padding-bottom:15px;
	}
	
	
}

@media all and  (max-width: 320px){
	.p-404 footer > .block_row > .block_column:first-child img,.p-404 footer > .block_row > .block_column:last-child img {
		width: 80px;
	}
	
	.p-404 footer > .block_row {
		padding-top: 0px;
	}
	
	.p-404 footer > div ul.social {
		line-height: 36px;
	}
}



/* Cristian */
.probala {margin-top: 25px;}
.bloque-contacto {padding-top: 0px !important;}

