/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #19d2fd;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  
  width: 100%;
  padding: 20px 10px 0px 10px;
  /*height: 100vh;*/
  background-color: #19d2fd;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed, fixed,  fixed;
  
  background-position: top left,  center center, center center;
  background-size: auto,  cover,  cover;
  overflow: hidden;
  position: relative;
  
}

.header-info {
  padding-top:40px;

  /*position: absolute;
  bottom: 0;*/
  
  /*left: 0;
  right: 0;*/
  /*margin-left: 0px;*/
  /*margin-bottom: 12%;*/
}

.btn-purple{
  background-color:#5902fd;
  color:white;
}

#section2{
  background-color: #5902fd;
  padding-top:40px;
  padding-bottom:0px;
}

.signin {
  padding-top: 4px;
}



.checks p{
  color:white;
}

.btn-cyan{
  background-color:#00ffff;
  color:white;
}

.text-cyan{
  color:#00ffff;
}



.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}




.about-featured {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-image: url(../../web/images/about/about-services-bg.jpg);
}
  .about-featured h2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .about-featured h2 span {
    font-weight: 500;
  }
  .about-featured h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-featured h2, 
  .about-featured h3 {
    text-align: center;
  }
  .about-featured ul.list {
  }
    .about-featured ul.list > li {
      margin-top: 40px;
      margin-bottom: 30px;
    }
    .about-featured ul.list > li .fa {
      margin-top: 5px;
      float: left;
      font-size: 30px;
      color: #37e0ff;
    }
    .about-featured ul.list > li h4 {
      margin-top: 0;
      margin-bottom: 15px;
    }
    .about-featured ul.list > li p {
      margin-bottom: 0;
    }
    .about-featured ul.list > li h4, 
    .about-featured ul.list > li p {
      margin-left: 50px;
    }
  .about-featured .btn-transparent {
    margin-top: 20px;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: bold;
  }
    .about-featured .btn-transparent .fa {
      margin-left: 20px;
    }

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #000;
}

.pricing-container {
      padding-left: 0px;
    padding-right: 0px;
    min-height: 400px;
    
}

.pricing-table {
  background: transparent;
  margin-bottom: 25px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-free{
  background-color: #7a52ed !important;
}

.bg-personal{
  background-color: #5902fd !important;
}

.bg-consultorio{
  background-color: #4700d0 !important;
}

.bg-centro-medico{
  background-color: #280082 !important;
}

.headline {
  
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    color:#fff;
    
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}


.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control-contact {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-contact::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control-contact::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control-contact::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}


.title-login-h2{
  font-weight: 400;
  padding-bottom:25px;

}

.form-heading{
  font-size: 28px !important;
  color:#fff !important;
}


.btn-comenzar{
  background:#37e0ff !important;
  

}

.btn-comenzar a{
  color:#fff !important;
}




.area p{
  color:#fff;
}

.area h2{
  font-weight: 400;
  
}

.area .form-control{
  border-radius: 0px;
  box-shadow: none;

}


.errorMessage{
  color:red;
}

#error_content{
  color:#a94442;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.account-list{
  padding-top:15px;
  padding-bottom:15px;
}
.account-list:hover{
  cursor:pointer;
  background: rgba(255, 255, 255, 0.3) ;
}

.account-list h3{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#fff;
  font-size:22px;
  font-weight: 500;
  margin-top:0px;
}

.account-list p{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#fff;
  font-size:17px;
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}

.form-signin {
  max-width: 400px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: rgba(255, 255, 255, 0.3); 
        
}

 .form-signup {
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: rgba(255, 255, 255, 0.3);  
}


/* Landscape phone to portrait tablet */
@media (min-width: 281px) and (max-width: 767px) { 

.form-signin {
  
  padding: 5px 9px 5px;
  margin: 0 auto 5px;
  background-color: rgba(255, 255, 255, 0.3); 
        
}

 .form-signup {
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: rgba(255, 255, 255, 0.3);  
}

header {
 
  width: 100%;
  padding: 20px 0px 0px 0px;
}

.xs-no-padding{
  padding-left:5px;
  padding-right:5px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   

 @media (max-width: 768px) {
      .col-xs-12.text-right, .col-xs-12.text-left {
              text-align: center;
       } 

       .h1_info{
            font-size:40px;
       }
    }

.h1_info{
  color:#00b6e4 !important;
}


 
.video-container { position: relative; /* keeps the aspect ratio */ padding-bottom: 56.25%; /* fine tunes the video positioning */ overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.pricing-container{
  padding-top:10px;
}
.pricing-table .info{
  height:65px;
}

.pricing-container.active{
  padding-top:0px;
}

.carousel-inner .item{
  padding-top:30px;
  padding-bottom:60px;
}




.bg-purple{
  background:#694efb !important;
}
.text-purple{
 color:#694efb !important; 
}

.bg-purple2{
  background:#522c99 !important;
}

.bg-purple3{
  background:#694efd !important;
}

.bg-purple4{
  background:#3a29b6 !important;
}

.bg-purple5{
  background:#060938 !important;
}


.bg-light-gray{
  background:#f1f1f1 !important;
}

.navbar{
  background:#694efb !important;
}

.navbar-inverse .navbar-nav>li>a{
  color:#fff !important;
}

.bg-cyan{
  background:#6fddec !important;
}

.text-white{
  color:#fff !important;
}

h1{
  font-weight: 500;
  font-size:56px;
}

h2{
  font-weight: 500;
  font-size:38px;
}

h3{
  font-weight: 500;
  font-size:21px;
}

.info{
  background-color:#4700d0;
  color:white;
}

.navbar-inverse{
  border-color:#694efb !important;
}

.carousel-inner img {
  margin: auto;
  width:70%;
}

.mobilecar{
  width:auto !important;
  max-height: 450px;
  padding-top:20px;
}

.carousel-indicators .active{
  height:8px;
  width:8px;
}

.carousel-indicators li{
  height:7px;
  width:7px;
}

.carousel-indicators{
  top:150px !important;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.item-text{
  width: 60%;
    color: white !important;
    min-height: 110px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner .item{
  padding-bottom:0px !important;
}

.item-text p{
  color:white;
}


.sectionqr{
  background-image: url('/static/web2019/img/QRX2.jpg');

  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #694efb;
  height:600px;
  width:100%;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
