.success{
    color:green;
    font-size:17px;
    margin-top:15px;
    margin-bottom:15px;
} 
.bg-up {
    height: auto;
}
.bg_color {
    background: #580000;
}
 
.single-testimonial {
  
    background: #580000;
}
.home-button a {
 
    background: linear-gradient(110deg, rgb(94 0 0) 0%, rgb(249 36 36) 100%);
}
.home-button a:hover {
 
    background: linear-gradient(110deg, rgb(249 36 36) 100%, rgb(94 0 0) 0%);
}
.button a {
    background: rgb(143, 0, 0) ;
}
.button a:before {
  
    background: rgb(249 36 36);
   
}
.button.two a {
    color:white;
}
.team_style_three_content:before {
    background: #580000;
}
.service-section {
    background-image: url(../imagenes/fondos/fondo1.jpg);
}
.portfolio-section {
    background-color: #580000;
}
.section_main_title h1 span {
    color: #ff0000;
}
.home-title h1 span {
    color:#ff0000;
}
.color-full {
    color: #ff0000;
}
.section_sub_title h6 {
 
    color: #ff0000;
}
li.current a {
    background: #ac0000;
}
.mission-section .accordion a.active {
 
    color: #db0c0c !important;
}
.pricing_style_four_button a {
    background: #580000;
}
.pricing_style_four_button a:before {
 
    background: #d70000;
}
.skill-section {
    background-image: url(../imagenes/fondos/habilidades.png); 
}
.call-do-section {
    background-image: url(../imagenes/fondos/comencemos.png);
}
.portfolio-section {
    background-image: url(../imagenes/fondos/portafolio.png);
    background-repeat: no-repeat;
    background-size: cover; /* Ajusta la imagen al tamaño del contenedor */
}
.mean-container .mean-bar::before {
 
	content: ""!important;

    display: block;
    width: 50px;  /* Ajusta el tamaño */
    height: 50px;
    background-image: url('https://presticorp.com/landings/presticorp.com/imagenes/logo/logo.png');
    background-size: cover;
    background-position: center;
 
 
}
.mean-container .mean-bar {
    background: #040404; 
    padding-top:10px;
    padding-bottom:10px;
}

.pricing_style_four_body ul li {
 
    color: black;
}
.botonbuscar{
    border:1px solid rgb(224, 224, 224);
    border-radius: 0px 7px 7px 0px;
}
.image img{
    width: 100%;
    margin-top:15px;
    margin-bottom:15px;
}
.verde{
    background: #00913f!important;
    color:white!important;    
}
.rojo{
    background: #AE2029!important;
    color:white!important;    
}
.azul{
    background: #0000FF!important;
    color:white!important;    
}
.amarillo{
    background: #FFFF00!important;
    color:green!important;    
}
.naranja{
    background: #FFA500!important;
    color:white!important;    
}
.negro{
    background: black!important;
    color:white!important;    
}
.gris{
    background: #2f2f2f!important;
    color:white !important;    
}

.blanco{
    background: white !important;
    color:black !important;    
}

.salmon{
    background: rgb(238,92,88) !important;
    background: -moz-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5c58",endColorstr="#f57865",GradientType=1) !important;
    color:white !important;
}
.salmon label,.salmon p,.salmon h2,.salmon h4{
    
    color:white !important;
}
.dorado{
  background: rgb(171,129,0);
background: -moz-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: -webkit-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab8100",endColorstr="#e4b845",GradientType=1)!important;
    color:white !important;
}
.dorado label,.dorado p,.salmon h2,.dorado h4,.dorado h2{
    
    color:white !important;
}
.rosa{
    background: #FFC0CB;
    color:black;    
}

.recordar{
    color:black!important;
  
}
/*CONFIGURACION*/
#txt_nuestra_historia,#txt_mision,#txt_vision,#txt_politica_privacidad,#txt_terminos_condiciones{
    width: 100%;
    padding: 20px;
}
.configuracion label,.body-inner label{
    color:black;
}
@media (max-width: 600px) {
    .home-thumb img {
        margin: 0px;
    }
    .our-contact {
        display: block;
        margin-top: 10px;
    }
    .our-contact img {
        display: none;
    }
    .our-contact p {
        margin-top: 10px;
    }
    .home-button {
        margin-bottom: 20px;
    }
    .skill-thumb img {
   
        margin: 0 auto;
    }
}