.resulimagen {
  height: 220px;
}

.resultitulo {
  height: 100px;
}



.dropdown > .nav-link:hover {
  background: #3e3735;
  color: white;
}
.dropdown-item:active{
  background-color:#f60; !important;
   }


/******** COLORES *******/
body{
  color: #75767c !important;
}
a{
color: #5b5c61;
}
a:hover{color:#f60;}
p a:hover{color:#f60;}

.mtext-primary{
color: #f60 !important;
}
.mtext-secondary{
color: #3e3735 !important;
}
.mtext-light{
  color: #f8f5f2 !important;
  }

.link-secondary{color:#3e3735;}
.link-secondary:hover{
  color:#f60;;
}



.mbg-primary{
background-color: #f60 !important;
}
.mbg-secondary{
background-color: #3e3735 !important;
}
.mbg-light{
background-color: #f8f5f2;
}
.mbg-faded-primary{
background-color: RGBA(218, 140, 88, 0.2) ;

}


.mbg-deg{
  background-image: linear-gradient(to top,rgba(255, 102, 0, .5), rgb(255, 102, 0)); 
}

.mborder-primary{
  border-color: #0084bc  ;
}





/******** BOTONES *******/
.mbtn-outline-light{
  color: initial;

border-color: #f8f5f2;
}
.mbtn-outline-light:hover{

  background: #f8f5f2;
  }
.mbtn-outline-secondary{
color: #f60;
border-color: #f60;
}
.mbtn-outline-primary{
color: #3e3735;
border-color: #f60;
}
.mbtn-outline-primary:hover{
background: #f60;
}
.mbtn-primary{
  background-color: #f60;
  color: #ffffff;
  }
  .mbtn-primary:hover{
  background-color: #3e3735;
  color: #ffffff;
  }

.boton-primary{
  background-color: #f60;
  color: #ffffff;
  }
  .boton-primary:hover{
  background-color: #3e3735;
  color: #ffffff;
  }
  /***************/





.mtext-primary a{
color: #f60
}
.mtext-primary a:hover{
color: #3e3735;
}

.mbtn-secondary{
  background:#3e3735 ;
}
.mbtn-secondary:hover{
  background: rgba(62, 55, 53, 0.8) ;
}


/*******  FORM ********/
.form-control:focus {
  border-color: #f60;
  box-shadow: none;
}


/******** SCROLL *******/
body::-webkit-scrollbar {
width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
background:  #f5f7f9;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
background-color:  #f60;    /* color of the scroll thumb */
border-radius: 0px;       /* roundness of the scroll thumb */
border: 3px solid  #f60;  /* creates padding around scroll thumb */
}
/***************/




/******** ICONOS *******/
/*.bi{
color: #3e3735;
}*/
.bim{
font-size: 2.5rem;
color: #3e3735;
}
.big{
font-size: 5rem;
color: #3e3735;
}
/***************/

/******** PESTAÑAS *******/
.nav-tabs .nav-link.active {
  color: #3e3735;
 
  
}
/***************/

/******** MENU PIE*******/
.menupie li{
border: 0px;
}
.menupie a{
color: #f60;
text-decoration: none;
}
