.modulo_compromiso {
  padding-bottom: 20px;
}
.modulo_compromiso h1{
text-align: center; 
color: #0c8ddf; 
font-size: 65px;
}
.modulo_compromiso h2 {
text-align: center;
font-weight: 700 !important; 
}
.custom.modulo_contactenos {
  padding-bottom: 30px;
}

.coaching {
  font-size: 60px;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}
.firstarea .module, #left .firstarea .module, .firstarea #right .module, #region4_banner {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.centerarea .module {
  margin-bottom: 0px !important;
}
h2 {
  letter-spacing: 0px !important;
}

#menuwrap {
  float: right;
  margin: 40px 16px 6px;
}
h2.article_title {	
	text-align: center !important;
	border-bottom: 1px solid #CCC !important;
	margin-bottom: .85em !important;
}

.mod_ext_random_phrases {
	margin-top: 30px;
	border-top: 1px solid #e6c412;
	border-bottom: 1px solid #e6c412;
}

.ext_random_phrases {
    font-size:2em;
    font-weight: lighter;
    text-align: center;
    padding: 30px;
    color: #666666;
}

.recuadro {
    padding: 30px;
	background-color: #ecf2da;
	}
	
.contenedor {
	overflow: hidden;
	margin-top: 15px !important;
}
.textocentral {
	margin-right: 45%;
}

.col_imagenes {
	float: right;
	width: 40%;
}
.col_imagenes img {
	margin-bottom: 30px;
}

.textocentral h2 {
	margin-top: 0px !important;
	}
h4{
	font-size: 1.6em;
	font-weight: lighter !important;
	color:#0c8ddf;
	line-height: 130% !important;
	padding-right: 20px !important;
}
.ancho70 {
width: 70%;
margin: 0 auto;
}
.mod_ala { 
display: table;
border-collapse:collapse;
widht: 95%;
margin: 0 auto;
}
.mod_betta {
display: table-cell;
padding: 30px;
}
.mod_pi {
text-align: center;
}

.fade-img  {
	margin: 0 auto;
	display: block;
	-webkit-animation: fade-bla 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fade-bla 5s; /* Firefox < 16 */
    -ms-animation: fade-bla 5s; /* Internet Explorer */
    -o-animation: fade-bla 5s; /* Opera < 12.1 */
    animation: fade-bla 5s;
}
.fade-img2  {
	margin: 0 auto;
	display: block;
	-webkit-animation: fade-bla 10s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fade-bla 10s; /* Firefox < 16 */
    -ms-animation: fade-bla 10s; /* Internet Explorer */
    -o-animation: fade-bla 10s; /* Opera < 12.1 */
    animation: fade-bla 10s;
}

@keyframes fade-bla {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade-bla {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade-bla {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade-bla {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fade-bla {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.jxtc_dnpwall_tmp25_grid {
	margin: 20px auto 20px auto;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 300px;
	height: 300px;
	cursor: pointer;
}
.jxtc_dnpwall_tmp25_grid:after, .jxtc_dnpwall_tmp25_item:before {
	content: '';
	display: table;
}
.jxtc_dnpwall_tmp25_grid:after {
	clear: both;
}
.jxtc_dnpwall_tmp25_item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.jxtc_dnpwall_tmp25_info_wrap, .jxtc_dnpwall_tmp25_info {
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
}
.jxtc_dnpwall_tmp25_info_wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9;
	box-shadow: 0 0 0 20px rgba(255,255,255,0.2), inset 0 0 3px rgba(115,114,23,0.8);
}
.jxtc_dnpwall_tmp25_info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;/*Just for webkit to have a smooth font*/
}
.jxtc_dnpwall_tmp25_info .jxtc_dnpwall_tmp25_info_front {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.jxtc_dnpwall_tmp25_info .jxtc_dnpwall_tmp25_info_back {
	opacity: 0;
	background: #000;
	pointer-events: none;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .4s ease-in-out .2s;
	-moz-transition: all .4s ease-in-out .2s;
	-o-transition: all .4s ease-in-out .2s;
	-ms-transition: all .4s ease-in-out .2s;
	transition: all .4s ease-in-out .2s;
}
.jxtc_dnpwall_tmp25_info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px !important;
	padding: 50px 0 0;
	height: 50px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}
.jxtc_dnpwall_tmp25_info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px !important;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.jxtc_dnpwall_tmp25_info p a {
	text-align: center;
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.jxtc_dnpwall_tmp25_info p a:hover {
	color: #fff222;
	color: rgba(255,252,34,0.8);
}
.jxtc_dnpwall_tmp25_item:hover .jxtc_dnpwall_tmp25_info_front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.jxtc_dnpwall_tmp25_item:hover .jxtc_dnpwall_tmp25_info_back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}


@media only screen and (max-width: 1366px) {
    /* laptops 15" */
   #logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  height: 90px;
  margin: 0;
  width: 250px;
}
.suckerfish ul.menu > li, .dualfish ul.menu > li {
  padding: 1px 0 0 14px;
}
   
   
   
   
}

@media only screen and (max-width: 1280px) {
    /* laptops 13" */
   #logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  height: 100px;
  margin: 0;
  width: 250px;
}
.suckerfish ul.menu > li, .dualfish ul.menu > li {
  padding: 1px 0 0 14px;
}
.com_content #component p {
  margin: 1.5em;
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
  font-weight: 400;
  line-height: 100%;
  margin: 0.75em;
}
.col_imagenes {
  float: right;
  width: 35%;
}
.textocentral {
  margin-right: 400px;
}
.ancho70 {
  margin: 0 auto;
  width: 70%;
}
h4 {
  color: #0c8ddf;
  font-size: 1.5em;
  font-weight: lighter;
  line-height: 130%;
  padding-right: 20px;
}
.recuadro {
  background-color: #ecf2da;
  padding: 30px;
  width: 90%;
  margin-left: 15px;
}
.com_content #component p {
  margin: 1em;
}
.fade-img {
  animation: 5s ease 0s normal none 1 running fade-bla;
  display: block;
  margin: 0 auto;
  width: 380px;
}
.fade-img2 {
  animation: 10s ease 0s normal none 1 running fade-bla;
  display: block;
  margin: 0 auto;
}
.modulo_compromiso h1 {
  color: #0c8ddf;
  font-size: 60px;
  text-align: center;
}
.modulecontent {
  padding-top: 20px;
  text-align: center;
}
.jsn-master .jsn-input-small-fluid {
  width: 43.5%;
}
.jsn-master .jsn-input-medium-fluid {
  width: 90%;
}
   
   
}

@media only screen and (max-width: 980px) {

#logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  height: 70px;
  margin: 0;
  width: 200px;
}
.col_imagenes {
  float: none;
  margin: 0 auto;
  width: 63%;
}
.textocentral {
  margin-right: 0;
  margin-top: 30px;
}
.mod_betta {
  display: table-cell;
  padding: 0px;
}
.jxtc_dnpwall_tmp25_item {
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 90%;
  position: relative;
  width: 90%;
}
.jxtc_dnpwall_tmp25_info_wrap, .jxtc_dnpwall_tmp25_info {
  border-radius: 50%;
  height: 230px;
  position: absolute;
  width: 230px;
}
.recuadro {
  background-color: #ecf2da;
  margin-left: 15px;
  padding: 30px;
  width: 90%;
}

}

@media only screen and (max-width: 800px) {
 #logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  height: 58px;
  margin: 0;
  width: 205px!important;
}

.jxtc_dnpwall_tmp25_grid {
  width: 248px;
}
.jxtc_dnpwall_tmp25_item {
  height: 245px;
  position: relative;
  width: 245px;
}
.jxtc_dnpwall_tmp25_info_wrap, .jxtc_dnpwall_tmp25_info {
  border-radius: 50%;
  height: 205px;
  position: absolute;
  width: 205px;
}
.col_imagenes {
  float: none;
  margin: 0 auto;
  width: 69%;
}
.textocentral {
  margin-right: 0;
  margin-top: 30px;
}
.mod_betta {
  display: table-cell;
  padding: 0px;
}
#component {
  margin-bottom: 40px;
  padding: 0 40px;
}
.recuadro {
  background-color: #ecf2da;
  padding: 30px;
  width: 88%;
  margin-left: 15px;
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
  font-weight: 400;
  line-height: 100%;
  margin: 0.4em;
}
h5 {
  font-size: 16px;
  font-weight: normal;
  padding: 0 5px;
}
}
@media only screen and (max-width: 768px) {
    /* Tablet vertical */
#logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  margin: 0;
  width: 200px !important;
  height: 65px;
}
.suckerfish ul.menu > li, .dualfish ul.menu > li {
  padding: 1px 0 0 14px;
}
#region1wrap > div {
  padding-top: 20px;
} 
.modulecontent {
  padding-top: 0px;
}

#region2wrap .xtc-wrapper {
  margin: 0 auto;
  max-width: 1480px;
  padding: 10px 10px;
}
#component {
  padding: 0;
}
.col_imagenes {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 550px;
}
.textocentral {
  margin-right: 0;
}
.col_imagenes img {
  margin-bottom: 30px;
}
h4 {
  color: #0c8ddf;
  font-size: 2em;
  font-weight: lighter;
  line-height: 130%;
  padding: 5px 15px 40px;
}
h2 {
  letter-spacing: 0;
  padding: 15px 5px 0;
}
.ancho70 {
  margin: 0 auto;
  width: 100%;
}
.mod_betta {
  display: table-cell;
  padding: 0 20px;
}

h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 120%;
  padding: 0 0px 0 15px ;
}
.recuadro {
  background-color: #ecf2da;
  margin: 0 30px;
  padding: 30px;
  width: 80%;
}
.fade-img2 {
  animation: 10s ease 0s normal none 1 running fade-bla;
  display: block;
  margin: 0 auto;
  width: 90%;
}
.jsn-row-container.jsn-style-light.vertical {
  margin: 0 auto;
  width: 540px;
}
.jsn-master .jsn-input-small-fluid {
  width: 46%;
}
.jsn-input-xlarge-fluid, .email, .phone {
  width: 500px !important;
}

.jxtc_dnpwall_tmp25_grid {
  height: 277px;
  width: 240px;
}
.jxtc_dnpwall_tmp25_item {
  height: 230px;
  width: 230px;
}
.jxtc_dnpwall_tmp25_info_wrap, .jxtc_dnpwall_tmp25_info {
  height: 190px !important;
  width: 190px !important;
}
.com_content #component p {
  margin: 2em;
} 
h5 {
  font-size: 16px;
  padding: 0 25px;
}
}

@media only screen and (max-width: 480px) {
    /* Celular Vetical */
   #logo a {
  background: rgba(0, 0, 0, 0) url("http://gybrand.com/templates/kronos/images/logos/logoweb8.png") no-repeat scroll 0 0 / 100% auto;
  height: 65px;
  margin: 0;
  width: 190px;
}
.suckerfish ul.menu > li, .dualfish ul.menu > li {
  padding: 1px 0 0 14px;
}
#region1wrap > div {
  padding-top: 20px;
}   

#r1separator {
  display: none;
}
#region2 {
  background: rgba(0, 0, 0, 0) url("http://gybrand.mik/templates/kronos/images/backgrounds/bg-ondas4.jpg") no-repeat scroll center top;
}
#region2wrap .xtc-wrapper {
  margin: 0 auto;
  max-width: 480px;
  padding: 0;
}
   .modulo_compromiso h1 {
  color: #0c8ddf;
  font-size: 40px;
  text-align: center;
}
span.symbol {
  color: #fff;
  padding-left: 0px;
}
.lastarea {
  margin: 0 100px;
}
#component {
  margin-bottom: 40px;
  padding: 0 10px;
}
h2.article_title a, h2.article_title {
  font-size: 50px;
}
.col_imagenes {
  float: none;
  width: 100%;
}
.textocentral {
  margin-right: 0;
}
.col_imagenes img {
  margin-bottom: 0;
}
h2 {
  font-size: 36px;
}
.ancho70 {
  width: 100%;
}
h3 {
  padding: 0 0px 10px;
}
.mod_ala {
display: table;
border-collapse: collapse;
width: 95%;
margin: 0 auto;
}
.mod_betta {
display: table-cell;
padding: 0px;
}
.mod_pi {
text-align: center;
}
h4 {
  font-size: 1.5em;
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
  font-weight: 400;
  line-height: 100%;
  margin: 0.75em 0;
}
.jsn-row-container.jsn-style-light.vertical {
  margin: 0 auto;
  width: 90%;
}
.email {
  width: 100% !important;
}
.com_content #component p {
  margin: 0em;
}
.recuadro {
  background-color: #ecf2da;
  margin: 10px 0px;
  padding: 30px;
  width: 86%;
}
h4 {
  color: #0c8ddf;
  font-size: 2em;
  font-weight: lighter;
  line-height: 130%;
  padding: 5px 0 40px;
}
h5 {
  font-size: 16px;
  padding: 0 0px;
}



}