/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px;
	font-family: 'Slabo 27px', serif;
font-family: 'PT Sans', sans-serif;
font-size:16px;
 /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.divAbout{
	height:450px;	
}
.period {
    display: block;
    font-style: italic;
}

.logo_soinpro{
    width: 210px;
    height: 60px;
    padding: 1px;
}
.anchor_logo {
    padding: 0px;
}
/*centrar logo*/
.navbar-inverse .navbar-brand { 
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #080808;
    min-height: 70px; /* Altura de la navbar */
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #f2df1d;
    background-color: #524f51;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #ff9500;
}
.panel-default {
    border-color: #ddd;

  }
a {
    color: #425b80;
    text-decoration: none;
}
.form-control {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #425b80;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
    color: #fff;
    background-color: #ff9500;
    border-color: #ccc;
}
.imgloging {
    color: #ff9500;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #ff9400;
    background-color: transparent;
}

.WhatsApp{
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Espacio entre el logo y el botón */
    margin-top: 20px;
    
}
.whatsapp-logo {
    width: 45px;
    height: 45px;
}
/*Boton whatsApp-contactenos*/
.whatsapp-boton {
    border: 1px solid rgb(12, 126, 40); 
    border-radius: 4px;
    font-size: 18px; 
    font-weight: bold;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background: rgb(76, 175, 80);   
    margin-top: 5px;
    padding: 8px 15px;
}
.whatsapp-boton:hover {
    background: rgb(173, 207, 144);
    color: rgb(6, 53, 4);
}

/*Boton whatsApp-sedes*/
.Wapp-Sedes {
    border: 1px solid rgb(12, 126, 40); 
    border-radius: 4px;
    font-size: 14px; 
    padding: 6px 12px;
    color: rgb(255, 255, 255);
    background: rgb(76, 175, 80);   
    padding: 8px 15px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;  
}
.Wapp-Sedes:hover {
    background: rgb(173, 207, 144);
    color: rgb(6, 53, 4);
}

/*Style Index*/
.list-group-item-action{
    border-color: #fca311;
}
.custom-listado{
    border-color: #fca311;
    background-color: #fabf60;
}


/* Footer Styles */

.footer { 
  background-color: #2b2b2b;
  color: #fff;
  padding: 30px;
  font-family: 'Arial', sans-serif;
  width: 100%;
}

.footer__container {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 0 15px;
  margin: auto;
}

.footer__logo img {
  height: 60px;
  transition: transform 0.3s;
}

.footer__logo img:hover {
  transform: scale(1.05);
}

.footer__section {
  flex: 1 1 200px;
  min-width: 00px;
}

.footer__section h4 {
  color: #fca311;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.footer__section p,
.footer__section a {
  margin: 4px 0;
  color: #ccc;
  text-decoration: none;
  font-size: 0.95em;
}

.footer__section a:hover {
  color: #fca311;
  text-decoration: underline;
}

.footer__bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 10px;
  font-size: 0.85em;
  color: #aaa;
}
.none-select {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+/Edge */
  pointer-events: none; 
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e4e4e6;
    border-radius: 4px;
}
.navbar.navbar-inverse.navbar-fixed-top .container #bs-example-navbar-collapse-1 .nav.navbar-nav.navbar-right .active a {
    color: #ff9500;
}
.imagen-about {
    height: 300px;
    width: 100%; /* ajusta el ancho */
    /*height: auto;     /* mantiene proporción */
    /*display: block;*/
    margin: 0 auto;   /* centra horizontalmente */
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

}

.box {
    height: 350px;
}
