@import url('https://fonts.googleapis.com/css?family=Poppins:300,500');

body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1rem;
  overflow-x: hidden;
}
img{
  max-width: 80%;
}

.h100{
	min-height: 100vh;
}

.btn-rounded{
	border-radius: 25px;
}

.badge-blue{
  color: #fff;
  /* background: rgba(2,8,19,0.8); */
  background: #00acee;
}

.badge-blue-light{
  color: #fff;
  background: rgba(0, 173, 238, 0.8);
}
.bg-gradient{
  background: #00adee;
    background: -moz-linear-gradient(left, #00adee 0%, #273896 84%, #2e3192 100%, #2989d8 100%, #207cca 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #00adee 0%,#273896 84%,#2e3192 100%,#2989d8 100%,#207cca 100%,#7db9e8 100%);
    background: linear-gradient(to right, #00adee 0%,#273896 84%,#2e3192 100%,#2989d8 100%,#207cca 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#7db9e8',GradientType=1 );
}
.bg-gray{
  background: #F7F7F7;
}
.bg-univer{
  background: #273896;
}

.bg-image{
  background: url(../img/landing.jpg);
  background-size: cover;
  background-position: center;
}
.bg-image2{
  background: url(../img/pattern2.png);
}

.text-univer{
  color: #273896;
}

.overlay-dark, .overlay-dark20, .overlay-dark30, .overlay-dark40, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80, .overlay-blue {
    position: relative;
    z-index: 1;
}
.overlay-blue{
    z-index: -1;
}

    .overlay-dark:before,  .overlay-dark20:before, .overlay-dark30:before, .overlay-dark40:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before, .overlay-blue:before  {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(34,34,34,0.85);
    }
    .overlay-blue:before {
        background-color: rgba(15,107,184,0.25);
    }

    .overlay-dark20:before {
        background-color: rgba(34,34,34,0.2);
    }

    .overlay-dark30:before {
        background-color: rgba(34,34,34,0.3);
    }

    .overlay-dark40:before {
        background-color: rgba(34,34,34,0.4);
    }

    .overlay-dark60:before {
        background-color: rgba(34,34,34,0.6);
    }

    .overlay-dark80:before {
        background-color: rgba(34,34,34,0.8);
    }

    .overlay-dark90:before {
        background-color: rgba(34,34,34,0.9);
    }


    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.85);
    }

/*---------- S T Y L E S       H O M E P A G E ------------*/

.card-c{
	border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.card-c .card-header {
    padding: 20px 15px 0px;
    position: relative;
    border-radius: 3px 3px 0 0;
    z-index: 3;
}

.card-c .card-content {
    padding: 15px 15px 10px 15px;
}

output {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
    color: #2087BF; 
}



.switch-field {
  padding: 20px 0px;
	overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 20%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #79D347;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.col-int{
	position: relative;
}

.col-int i{
	position: absolute;
	right: -10px;
	top: 40px;
}

.title-card{
	font-size: 1rem;
	font-weight: 300;
}

label.text-info{
	font-size: 0.6rem;
}

#total{
  margin-top: 10px;
}

@media (max-width: 320px){
  .col-int p{
    font-size: 0.8rem;
  }
  #total{
    margin-top: 10px;
  }
}

@media (min-width: 768px){
  .col-int i{
    position: absolute;
    right: -10px;
    top: 60px;
  }
	.switch-field label{
		font-size: 14px;
	}
	.title-card{
		font-size: 1.3rem;
	}
	label.text-info{
		font-size: 1rem;
	}
  #total{
    margin-top: 22px;
  }

}
