@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	font-family: PT Sans;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: PT Sans;
	font-weight: 600;	
}

h2 {
	color: #fff;
	font-weight: normal;
	margin: 12px 0;
}

h3 {
	font-size: 20px;
}

a, a:visited {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	transition: all ease-out 0.2s; -moz-transition: all ease-out 0.2s; -webkit-transition: all ease-out 0.2s;
}

a:hover, a:focus {
	color: #007f7f;
	text-decoration: none;
	transition: all ease-in 0.16s; -moz-transition: all ease-in 0.16s; -webkit-transition: all ease-in 0.16s;
}

p {
	font-family: Droid Sans; 
	/*font-size: 22px;*/	
	margin: 20px;
}

ul {
	padding: 0;
}

.navbar-inverse {
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color: #1e3c50;
	font-family: PT Sans;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}


/* Section Main */

.section {
	display: block;
/*	min-height: 768px;*/
	width: 100%;
}

#home {
	background: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center -30px; 
	-webkit-animation-name: bodyanim; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 6s; /* Chrome, Safari, Opera */
    animation-name: bodyanim;
    animation-duration: 6s;
    min-height: 768px;
}


#logo {
    /*-webkit-animation-name: example;  Chrome, Safari, Opera */
    /*-webkit-animation-duration: 1.6s;  Chrome, Safari, Opera */
    /*animation-name: example; */
    /* animation-duration: 1.6s; */
	width: 300px; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {width: 1600px; height: 421px; opacity: 0.2;}
    to {width: 300px; height: 79px; opacity: 1;}
}
@keyframes example {
    from {width: 1600px; height: 421px; opacity: 0.2;}
    to {width: 300px; height: 79px; opacity: 1;}
}

@-webkit-keyframes bodyanim {
    from {background-position: center -120px; }
    to {background-position: 0 -30px;}
}
@keyframes bodyanim {
    from {background-position: center -120px; }
    to {background-position: 0 -30px;}
}

.container.message {
    position: absolute; top: 100px; width: 100%
}

#home .container {
	text-align: center;  
}

.container .inner {
	color: #fff;
	margin: 0 auto;
	max-width: 600px;
}

.clear {
	clear: both;
}

.phara {
	font-family: Droid Sans; font-size: 21px;	
}

#buttons {
	display: inline-block;
}

.button {			
	opacity: 1;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	transition: all ease-out 0.4s; -moz-transition: all ease-out 0.4s; -webkit-transition: all ease-out 0.4s;
}

.button.main {
	background: #00caf1;	
	border: 1px solid #00caf1;	
	float: left;
	font-size: 18px;
	padding: 12px;
	width: 212px;
	margin-top: 10px;

}

/*
.button.first, .button:first-child {
	
}*/
.button.main:hover, .button.main:focus {
	background: rgba(255, 255, 255, 1);
	transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; 
	text-decoration: none;
}

#scrolltobottom {
	margin-top: 40px;
	opacity: 0.6;
	transition: all ease-out 0.2s; -moz-transition: all ease-out 0.2s; -webkit-transition: all ease-out 0.2s;
}

#scrolltobottom:hover {
	opacity: 1;
	transition: all ease-in 0.16s; -moz-transition: all ease-in 0.16s; -webkit-transition: all ease-in 0.16s;
}

/* ---- STICKY FOOTER---- */

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -180px; 
}
.page-wrap:after {
	height: 180px;
  	content: "";
  	display: block;
}
.page-wrap:after {  
	text-align: center; 
}

/* continue on footer #height at bottom */


/*-- MODALES --*/

div#modal {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5);}
div#modal > form {display: none; width: 80%; height: auto; margin: 90px auto; background: #fff; position: relative; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.myModal.ingresar .modal-dialog {
	width: 80%;
	max-width: 800px;
}


div.myModal p, div.myModal li, div.myModal, div.myModal, div.myModal h4, div.myModal h5, div.myModal h6 {
	color: #333;
}


/* The Close Button */
/*
.close {
	background: none;
	border: none;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 6px;
}

.close:hover, .close:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}*/

.myModal.ingresar .modal-header {
    padding: 15px 32px;
    border-bottom: 0;
    /*
    background-color: #008d8d;*//*
    border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;*/
}

.myModal.ingresar .modal-body {padding: 0 40px 30px 40px;}

span.color {
	color: #008d8d;
}

div.myModal.ingresar .modal-content {background: #fff;
	margin-top: 50px;
}

div.myModal .box {
	background: #fff;
	border: 1px solid #dedede;
/*	float: left;*/ /* g.v. 21/09/2016 */
	padding: 10px;
/*	margin: 0 10px 0 0; */  /* g.v. 21/09/2016 */
	text-align: center;
/*	width: 24%;*/  /* g.v. 21/09/2016 */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}

div.myModal .box:last-child, div.myModal .box.last  {
/*	margin-right: 0;*/ /* g.v. 21/09/2016 */
}

div.myModal .box.registred {
	border: 3px solid #4897cc;
}

.box .top-box {
	min-height: 345px;
}
/*
.box.registred .top-box {
	height: 365px;
}*/ /* g.v. 21/09/2016 */

.box .bottom-box {
	padding: 10px;
}

.box .head-box {
	border-bottom: 1px solid #cfcfcf;
	margin: 10px;
}

.box a.button {
	color: #fff;
	background: #4897cc;
	border: 1px solid #fff;	
/*	float: left;*/
	padding: 8px 0;
	margin-top: 10px;
	width: 100%;
	opacity: 1;
	transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; 
}

.box h3 {
	color: #888;
	margin: 10px;
}

.box span {
	font-family: PT Sans;
	font-weight: bold;
}

.box.registred h3 {
	color: #4897cc;
}
.box a.button:hover {
	opacity: 0.6;
}

.box.free a.button {
	background: #3da395;
}

.box.free span.pricing {
	color: #3da395;
}

.box.free h3 span {
	color: #3da395;
}

.box.pro a.button {
	background: #9c5d7a;	
}

.box.pro span.pricing {
	color: #9c5d7a;
}

.box.pro h3 span {
	color: #9c5d7a;
}

.box.premium a.button {
	background: #f1b956;	
}

.box.premium span.pricing {
	color: #f1b956;
}

.box.premium h3 span {
	color: #f1b956;
}

.box p {
	color: #4897cc;
	margin: 12px;
}

.box li {
	margin: 8px;
	font-size: 14px;
	color: #444;
	display: block;
}

/* Nuevos */
.page {
    width: 490px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #008d8d;
    height: 80px;
    width: 100%;
    text-align: center;
}

.header h1  {
    margin: 0px auto;
    padding: 20px;
 
}

.header h1 img {
    -webkit-animation-name: logo; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1.0s; /* Chrome, Safari, Opera */
    animation-name: logo;
    animation-duration: 1.0s;
    width: 171px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes logo {
    from {width: 270px; height: 71px; opacity: 0.2;}
    to {width: 171px; height: 45px; opacity: 1;}
}

@keyframes logo {
    from {width: 270px; height: 71px; opacity: 0.2;}
    to {width: 171px; height: 45px; opacity: 1;}
}

.head {
    display: block;
    border-bottom: 1px solid #ddd;    
    padding-bottom: 12px;
    margin-bottom: 14px;
    text-align: center;
}

.main {
    padding: 14px 18px 18px 18px;
    margin: 50px 8px 8px 8px;
  /*  min-height: 320px;*/
}


.payButton {
	opacity: 1;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}

.payButton:hover {
	opacity: 0.8;
	transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;
}

.uno {display: none; background: green;}
.dos {display: block;}
@media only screen and (max-width: 1290px) {
	.myModal.ingresar .modal-dialog {
    	width: 96%;
    }
    
    .box .top-box {
	    min-height: 0;
    }
/*
 .dos{display: none; }
.uno {display: block;}*/
}

/*---  Confirmacion  ---*/

.info-success {
    background: #dff0d8;
    display: block;
    color: #3d864f;
    padding: 12px;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
  
.info-error {
    background: #f2dede;
    display: block;
    color: #bb5051;
    padding: 12px;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    text-align: center; 
}

.button {
	background: #4897cc;
	width: 100%;
	padding: 16px;
	text-align: center;
}

.button:hover {
	background: #61aadc;	
	transition: all ease-in 0.3s; -moz-transition: all ease-in 0.3s; -webkit-transition: all ease-in 0.3s; 
}

.success p {
	padding: 12px;
}

.success p.recordatorio {
	font-size: 14px;
}
  
/*----  HEADER ----*/



/***********************
********* Footer ******
************************/
#footer {
	height: 180px;
	color: #fff;
	background: #1e3c50;
	text-align: center;
}
/*
#footer a {
	color: #eee;
}

#footer a:hover {
	color: #72C05B;
}*/

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}

#footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
}

#footer p {
	font-family: PT Sans;
	color: #bcbcbc;
	margin: 20px 20px 15px 20px;
}

/*** bootstrap ****/

.main-menu {
	text-align: center;
}

.nav.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 auto;
}

.nav.navbar-collapse {
  text-align: center;
}

.btn-primary {
    background: #00caf1;
    border: 1px solid #00caf1;
    color:#333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.active:focus, btn-primary.focus:active {
    background: #06d6f2;
    border: 1px solid #06d6f2;
    color:#333;
    
 }

.alert {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    top: 70px;
    width: 60%;
}

.form-control {
    height: 44px;
}

/* section about */
#about, #features, #faq, #contact {
    padding: 60px 0;
}

.section-header {
    margin-bottom: 30px;
}

.section-header .section-title {
	clear: both;
    color: #262f32;
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase; 
}


#contact .section-header .section-title{
    color:#fff;
}

#about .steps img {
	display: block;	
	margin: 30px auto;
	width: 180px;
	height: 180px;
}
#about .steps img, #about .steps h4, #about .steps p {
	text-align: center;
}

#about .btn {
	font-size: 15px;
	padding: 14px 20px;
}
 /*--- #Features section---*/ 
#features .content {
	margin-top: 70px;
}
/*
#features img {
	display: block;
	text-align: right;
	margin: 0 auto;
}*/

.frame {
    height: 90px; /* equals max image height */
 /*   border: 1px solid red;*/
    white-space: nowrap;
    text-align: center; 
    margin: 14px auto 8px auto;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    vertical-align: middle;
    max-width: 50px;
    min-width: 30px;
}

#features {
    background: url(../Images/background-features.jpg) center center;
    background-attachment: fixed;
       
}
    
#features p {
	margin-top: 5px;
}

#features p, #features h2, #features h4 {
    color: #fff;
}


#contact {
    background: #172d3c;
}

#contact label {
    font-weight: 400;
    color:#fff;
}
    
#contact textarea {
    height: 216px;
}

#contact .form-control {
    border: 1px solid #bbb;
}


.p-container {
	min-height: 60px;
}

.media.service-box .pull-left > i {
    color: #d9a435;
}
.media.service-box .pull-left > i {
    box-shadow: 0 0 0 1px #d7d7d7 inset;
    color: #72c05b;
    display: block;
    font-size: 18px;
    height: 64px;
    line-height: 60px;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    transition: background-color 400ms ease 0s, background-color 400ms ease 0s;
    width: 64px;
}

.media.service-box .pull-left > i {
    color: #d9a435;
}

/* #FAQs */
#accordeon .panel-heading {
	background: #eee;
	width: 100%;
	border: none;
}

#accordeon p {
	text-align: center;
}


/*---  GENERIC CLASES ----*/
.display-none {
	display: none;
}


.ic-copy{
	float:left;
	width:25px;
	height:25px;
}

.texto-copy{
	float:left;
	margin-left:5px;
}

.texto-copy p{
	font-size:14px;
	color:#fff !important;
	margin: 0px !important;
	padding-top:4px;
}

.item-copy{
	float:left;
	margin-right:10px;
}

.power-by{
	width:300px;
	margin: 40px auto 0px;
}

.item-copy p{
	font-size:14px;
	color:#fff !important;
	margin: 0px !important;
	padding-top:4px;
}

.tabla-contrato td{
	padding:6px;
	border: 1px solid #ddd;
}

#footer.pie-gracias {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.button.main.contactanos{
        background: #1e3c50;
    border: 1px solid #1e3c50;
}