html, body{
	margin:0;
	padding: 0;
	height: 100%;
	width: 100%;
    font-family: 'Ubuntu', 'Roboto', sans-serif;
    /*background: #fefefe;*/
    text-align: center;
     background: url('../img/fondo6.jpg') no-repeat 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;/*
   background: #efefef;/*#007d8b;*/
/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(255,142,64,1) 100%);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.navbar{
    z-index: 999;
}

.navbar-brand {
    font-size: 1.35rem!important;
}
.background{
    background: url('../img/fondo6.jpg') no-repeat 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 55px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin:auto;
    text-align: center;
}


.line{
	width: 100%;
    height: 4px;
	background: #ff8e40;
    border: 0;
    margin-top:0;
    margin-bottom: 0;
}

.container-selectores{
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
}

.selectores{
	width: 30%;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #fff;
    margin: auto;
    vertical-align: middle;
    padding: 20px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 4px 0 rgb(26 30 41 / 20%);
}

.selector label, .selector-comparador label{
    width: 19%!important;
}

.selector select, .selector-comparador select{
    width: 80%!important;
}

.btn-auto-color{
    background: #ff8e40;
    color: #fff;
}
.btn-auto-color hover{
    color: #fff!important;
}

footer{
    background:#00111a;
    color: #fff!important;
    padding: 20px;
    width: 100%;
}

.container-calificacion, #paginacion, .informacion-container{
    width: 75%!important;
}

.search-container{
    width: 65%!important;
}



@media only screen and (max-width: 1380px) {
    
    .selectores{
        width: 50%;
    }
  }

  @media only screen and (max-width: 946px) {
    .compara1-res, .compara2-res, .container-compara-1-2-res{
        display: block!important;
    }

    .compara1-res, .compara2-res{
        width: 100%!important;
        margin: auto!important;
        margin-bottom: 20px!important;
    }

    .search-container{
        width: 85%!important;
    }

    .query-container{
        padding:15px!important;
    }

    .query-container-comparador{
        padding:0px!important;
        padding-bottom: 15px!important;
        padding-top: 15px!important;
    }
    
    .icon-info{
        margin-top: 20px;
        margin-right: 20px;
    }
    
  }
  

  @media only screen and (max-width: 815px) {
    
    .selectores{
        width: 75%;
    }


    .container-calificacion,  #paginacion, .informacion-container{
        width: 90%!important;
    }

    .informacion{
        max-width: 266px;
        max-height: 100px;
    }

    h2{
        font-size: 1.9rem;
    }

    h4{
        font-size: 1.2rem;
    }
  }

  @media only screen and (max-width: 725px) {
    
    .compara1, .compara2, .container-compara-1-2{
        display: block!important;
    }

    .compara1, .compara2{
        width: 100%!important;
        margin: auto!important;
        margin-bottom: 20px!important;
    }

    .ver-mas{
        
        width: 32px!important;
        height: 32px!important;
        font-size: 1.2rem!important;
    }

  }

  @media only screen and (max-width: 550px) {
    body, .btn {
        font-size: 0.9rem;
    }

    h1{
        font-size: 2.2rem;
    }

    .selector select{
        width: 100%!important;
        margin-bottom: 10px;
    }

    .selector{
        text-align: left;
    }

    .navbar-brand {
        font-size: 1.25rem !important;
    }
    
    .navbar-toggler {
        padding: 0;
    }  
  }
  
  @media only screen and (max-width: 420px) {
    #titulo {
        display: none;
    }
}
