@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: Austin;
   src: url(../fonts/Austin-Light_0.otf);
}

@font-face {
   font-family: Austin-roman;
   src: url(../fonts/Austin-Roman.otf);
}

a {
    color: black;
}

ul{
    margin:1em;
    padding:0px;
}

li{
    font-size: 0.9em;
    padding:3px 0px 3px 0;
}

body{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.line {
    border-bottom: solid 2px #000000;
    margin-bottom:5px;
}

.austin-font-light{
    font-family: Austin; 
    font-weight: 400;
}

.austin-font-roman{
    font-family: Austin-roman;  
}

h1{
    font-size:2em;
}

h2{
    font-size:1em;
    margin:0px;
}

.row {
    
}

h3{
    font-size:1em;
    font-weight: lighter;
    color:#f48d20;
    margin:0px;
}

h6{
    margin-top:0px;
    margin-bottom:0px;
}

.video-container{
    height: 100%;
    margin-top:25px;
}

body{
    margin:0px;
}

.row {
    box-sizing: border-box;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    padding:5px;
}

.row-background{
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/row-bg-2.jpg");
}

.row-background-2{

    background-image: url("../images/bg2.jpg");
    background-size:cover;
    background-repeat: no-repeat;
}

.heroimg { 
    height: 450px;
    background-image: url("../images/RadianceC-bg-full.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.title-hero{
    width: 350px;
    right: -450px;
    text-align: center;
    font-size: 2.8em;
}

.title-row{

}

.text-row{
    text-align: center;
}

.col-flex{
    display:flex;
}

.col-2{
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    margin-right: 5px;
}
.col-1 {
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    margin-right: 5px;
    text-align: right;
}

.col-3 {
    -webkit-flex:3;
    -ms-flex:3;
    flex:3;
    margin-right: 5px;
}

.logo{
    width: 350px;
    height: auto;
    position: relative;
    text-align: right;
}

.logo-movil{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.percentage-container{
    display: flex; 
    margin-top:0px;
}

.percentage-number {
    padding: 10px;
    padding-top:15px;
    height: 40px;
    margin: 5px;
    font-family: Austin;
    font-size:2em;
    color:#f48d20;
    background-image: url("../images/circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    
}
.percentage-symbol {
    font-size: 0.5em;
}

.percentage-text {
    margin-top:auto;
    margin-bottom: auto;
    font-size: 0.9em;
    font-weight: 700;
    font-family: Austin-roman;
}

.content-right{
    float:right;
}

.orange{
    color:#ff9933;
}

.orange-2{
    color:#f48d20;
    margin:0px;
}

.error {
    color: red;
}

.orange-number{
    font-family: Austin-roman;
    font-size:28px;
    margin:0px;
    line-height: 0px;
}
.widget{
    position: relative;
    display:inline-flex;
    padding: 0px;
    margin-top:50px;
    margin-bottom:auto;
}

.button {
    margin-left: auto;
    margin-right: auto;
    background-color: #ff9933;
    box-shadow: none;
    border:none;
    color:white;
    font-family:austin-roman;
    font-size:1.2em;
    border-radius: 10px;
    padding:10px;
    margin-top:20px;
    text-decoration: none;
	cursor: pointer;
	float: left;
	
}


.orange-line{

   border-bottom: solid #ff9933;
    margin-top: 20px;
    margin-bottom:0px;
}

.divInput{
    box-sizing: border-box;
    padding: 5px; 
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

label{
    font-family: Austin-roman;
    color: #ff9933;
    font-size:1.2em;
}

input {
    background-color: rgba(0,0,0,0.00);
    /* [disabled]padding: 5px; */
    color: black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border: 1px solid #ff9933;
    /* [disabled]width: 100px; */
    float: none;
    display: inline-block;
	
}

p{
}

hr{
    margin-right: 10px;
    line-height: 0;
}

select{
    width: 200px;
	
    border:rgba(243,133,13,1.00);
    text-align: right;
}

input[type=number]{
   /* min-width: 263px;*/
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
    margin-left:auto;
    margin-right: auto;
}

.col-s-flex{
    display:flex;
}

.col-flex{
    display: block;
}

.hide-on-desktop{
    display:none;
}

@media only screen and (max-width:400px){
    .col-s-flex{
        display:block;       
    }
    .container{
        width: 100%;
    }
}

@media only screen and (min-width: 400px) {
  /* For tablets: */
    .hide-on-desktop{
        display:none;
    }
    
    .container{
        width: 300px;
    }
    .hide-on-mobile{
        display:block;
    }
    
    .col-flex{
            display:block;
    }
    .divInput{
        text-align: center;
    }
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 800px) {
  /* For desktop: */
    .col-flex{
        display:flex;
    }
        .container{
        width: 400px;
    }
    .hide-on-desktop{
        display:block;
    }
    
    .hide-on-mobile{
        display:none;
    }
    .form-control {
    box-shadow: none;
  	
    padding: 4px 3px;
    height: 20px;
    background: none;
    color: black;
    font-size: 14px;
	margin-top: 1px;
   border-radius: 5px;
		
}
	.form-control-select {
    box-shadow: none;
    border: 1px #ff9933;
		
    padding: 5px 10px;
    height: 30px;
    background: none;
    color: black;
	font-size: 14px;
	margin-top: 1px;
    border-radius: 5px;
		
		
}
    .video-frame{
        position:relative;
        top:50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 800px;}
}