﻿.fondoGris {
    background-color:#222;
}
section {
  //  padding: 10px 0 10px 0;
}

.top70 {
    padding-top:95px !important;
}

.textoBlanco {
   color:white !important;
}

.btn-link {
        color: #47a6db;
    font-family: 'Raleway',Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.quitarBordeCurvo {
    border: 0px solid #ddd !important;
    border-radius: 0px 0px 0 0 !important;
}

#contact_form input[type=number], #contact_form textarea, #contact_form input[type=password] {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 20px;
    color: #333 !important;
    border: none;
    border: solid 1px #555;
    background: none;
}
/*.dark #contact_form input[type=number], .dark #contact_form textarea, .dark#contact_form input[type=password]{
color:#fff !important;
}*/
    .combo {
    margin-bottom:20px;
    border: solid 1px #555;
    background:none;
}

 a:hover feature-box-small-icon inner > i {
border:solid 2px #fff;
color:#fff;
}

/*a .feature-box-small-icon .inner .text {
color:#fff;
}*/

.select2-container--default{
font-size:15px;
margin-bottom:20px;
border:none;
background:none;
display: block;
    width: 100%;
}

.letranegra{
    color:#000000;
}

a.btn-slider {
    color:black !important;
    border-color:black !important;
}

.login {
    color:#ffffff;
    padding-top:10px;
    padding-right:10px;
    
}

.inputTabla {
    width:100%;
}

.header.clone #logo .inner img {
    height: 40px !important;
}

.fondonegro {
    background-color:#000000;
    border-color:#000000;
}

.fondoprecios {
    background-color:#222;
}


.fondonegro:hover, .fondonegro:focus, .fondonegro:active, .fondonegro.active, .open .dropdown-toggle.fondonegro {
    background-color:#000000;
    border-color:#000000;
}

.my-group .form-control{
    width:30%;
}

body.wait, body.wait *{
    cursor: wait !important;   
}

body.default, body.default *{
    cursor: default !important;   
}

.ancho95 {
    width:95%;
    margin-bottom:2px;
}

.marginIzq {
    margin-left:2px;
}

#contact_form input[placeholder], #contact_form textarea[placeholder] {
    background-color:white;
}

.marginTop{
    margin-top:6px;
}

.minWidth400 {
    min-width:300px;
}

.ck-editor__editable {
    min-height:250px !important;
}

.padding0 {
    padding: 0px !important;
}

/* -------------------------------------------------- */
/* R E S P O N S I V E */
/* -------------------------------------------------- */
@media(min-width:980px) and (max-width: 1160px) {

}

/* -------------------------------------------------- 
design for 768px
/* -------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  .top70 {
           padding-top:10px !important;
         }

  h1 {
        font-size:30px;
     }


}


@media only screen and (max-width: 992px) {
  .top70 {
            padding-top:10px !important;
         }

  h1 {
        font-size:30px;
     }


}

