/* 	::

	:: Theme 		: Jets
	:: Theme URI	: http://labs.funcoders.com/html/Jets

	:: File 		: theme.css
	:: About 		: Theme layout styles
    :: Version      : 1.4.4

	NOTE!!! Do not edit this file. Use another stylesheet file for changing this or creating new styles. !!!

:: */

.disclaimer {
    font-size: 12.5px;
    line-height: 17px;
    font-style: italic;
}

.cajasColor {
    background-color: #e8f0fe; 
    padding: 30px; 
	color: #333333;
    /*padding-left: 40px;*/
}

.box-icon .text {
    margin-left: 60px;
}
	
#page-content #content, #page-content #sidebar-left, #page-content #sidebar-right {
    margin-top: -10px;
}
    
.minegrita{
    font-size: 18px;
    font-weight: bold;
}
	
.form-control2 {
    color: #888;
    width: 100%;
    line-height: 20px;
    border-radius: 2px;
    border: 5px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 4px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    resize: none;
    text-align: left;
}

input::placeholder {
  font-size: 14px; 
}

.placeholder {
    background-color: #e8f0fe;
    opacity: 1;
}

.placeholder h4 {
    font-weight: 700;
}

.cajasColor .form-control {
	border: 1px solid rgb(202, 216, 236);
	background-color: #FFFFFF;
	color: #555555;
}
	
#sup.cajasColor .form-control {
	border: 1px solid rgb(202, 216, 236);
	background-color: #FFFFFF;
	color: #555555;
}
	
#aber.cajasColor .form-control {
	border: 1px solid rgb(202, 216, 236);
	background-color: #FFFFFF;
	color: #555555;
}	

#tot.cajasColor .form-control {
	border: 1px solid rgb(202, 216, 236);
	background-color: #FFFFFF;
	color: #333333;
}

#sup.cajasColor .placeholder.mb10, #aber.cajasColor .placeholder.mb10 {
    margin-bottom: 10px;
}
	
/*.form-control {
    color: #888;
    width: 100%;
    line-height: 20px;
    border-radius: 2px;
    border: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 4px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    resize: none;
    text-align: right;
}*/

#sup h4, #aber h4 {
    margin: 0 0;
} 

.ninja {
    visibility: hidden;
    background: green;
    display: none;
}
	
.ninja:hover {
    background-color: black;
}
	
p {
    margin: 0 0 10px 0;
}

p.text-s {
    color: #9d9d9d;
    margin-bottom: 20px;
    line-height: 1.3em;
}
	
h3, h4 {
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px 0;
}
	
.slidecontainer {
    width: 100%;
}
.slider2 {
    -webkit-appearance: none;
    /*width: 200px;*/
    width: 95%;
    height: 3px;
    /* background: #5D9CEC; */
    /*height: 1px;*/
    background: #FFFFFF;
    outline: none;
    /* opacity: 0.7; */
    opacity: 1.0;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider2:hover {
    opacity: 1;
}
	
.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../images/contrasticon.png');
}
	
.slider2::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
/*////////////*/
.slider3 {
    -webkit-appearance: none;
    /*width: 200px;*/
    width: 95%;
    height: 3px;
    background: #5D9CEC;
    /*height: 1px;*/
    /*background: #b9b9b9;*/
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider3:hover {
    opacity: 1;
}
	
.slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../images/contrasticon.png');
}
	
.slider3::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
/*////////////*/
.slider4 {
    -webkit-appearance: none;
    /*width: 200px;*/
    width: 95%;
    height: 3px;
    background: #5D9CEC;
    /*height: 1px;*/
    /*background: #b9b9b9;*/
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider4:hover {
    opacity: 1;
}
	
.slider4::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../images/contrasticon.png');
}
	
.slider4::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
.ocultar {
    display: inline;
}
.ocultar-2 {
    display: inline;
}

.col-md-2 {
    width: 18.75%;
}
	
.h4, h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.btn-round-azul {
    min-width: 80px;
    /* min-width: 0; */
}
	

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
	
.ocultar {
    display: inline;
} 

.ocultar-2 {
    display: inline;
}
	
.cajasColor {
    background-color: #e8f0fe; 
    padding: 10px; 
    padding-left: 60px;
}
	
/*.h4, h4 {
    font-size: 14px;
    line-height: 16px;
}*/
	
}

@media screen and (min-width: 768px) {
    .box-icon {
        height: 80px;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
	
.ocultar {
    display: none;
}
.ocultar-3 {
    display: none;
}
.cajasColor {
    background-color: #e8f0fe;
    padding-top: 30px;
    padding-left: 27px;
    padding-right: 30px;
	padding-bottom: 30px;
}
.col-md-2.tab {
    width: 36.666%;
}
.placeholder {
    width: 100%;
}	
/*.h4, h4 {
    font-size: 14px;
    line-height: 16px;
}*/
	
}

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

/* .cajasColor {
    padding-top: 30px;
} */ 
#sup h4, #aber h4 {
    margin: 10px 0;
}    
.col-md-2.tab {
    width: 100%;
}    
.placeholder {
    width: 100%;
}
.ocultar-2 {
    display: none;
}
.mb-resp {
    margin-bottom: 0;
}
.mb-resp-2 {
    margin-bottom: 10px;
}
.mt-resp {
    margin-top: 20px;
}

}

