
/* Titulo */
body{
  text-align: center;
  font-family: "Montserrat",sans-serif;
  font-size: 1.1rem;
}
h1{
  color: #f88b25;
}
h1,h2,h3{
  font-family: "Roboto Condensed",sans-serif;
  font-size: 2.5rem;
}
h5{
  font-family: "Roboto Condensed",sans-serif;
  font-size: 1.5rem;
}
.card{
  border-style: none;
}
.card-footer{
  background-color: #fff;
  border-style: none;

}
/* Barra de navegacion */

.barra-nav{
  background-color: #1565bf;

}
.navbar{
  background-color: #1565bf;
  color:#fff;


}
.navbar-brand{
  height: 50px;

}
.imagen-navbar{
  height: 45px;

}

/* Pagina de inicio */
.introduccion{
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.imagen-titulo{
  height: auto;
  width: 70%;
  position: relative;
  display:block;
  margin-left: auto;
  margin-right: auto;

}


/* Carousel */
#intereses{
  margin:50px 0;
}

.carousel-item{
height: 500px;
}


.sapbo{
  background-color: #025597;
}

.carousel{
  margin-bottom: 4rem;
}
.carousel-caption{
  bottom: 3rem;
}

.car-sap{
  position: absolute;
  left:50%;
  bottom: 100px;
}
.carousel-item{
  height:32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.btn-primary{
  background-color: #f88b25;
}

/* Casos */
#casos{
  margin: 100px;
}

#casos .col-lg-4{
  text-align: center;
}
.btn-secondary{
  background-color:#f88b25;
}
.imagenes-casos{
  border-radius: 50%;
  width: 80%;
  align-self: center;
}
.card-deck h5{
  color: #093186;
}
.card-deck{
  margin: 0 -15px;
  justify-content: space-evenly;
}

.card-deck .card {
  margin: 0 0 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (min-width: 992px)
{
  .card-deck .card {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}

@media (min-width:650px) and (max-width: 768px) /*Ipad*/
{
  p{
    font-size: 110%;
  }
}
@media (max:649px) /*Telefono*/
{
  p{
    font-size: 200%;
  }
  .btn-primary{
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    width: 20px;
  }
}
/* Contacto */

footer{
  background-color: #1565bf;
  padding: 4% 15%;
  text-align: center;

}
.redes-sociales{
  margin: 20px 10px;
  color: black;
}
.aviso-priv a{
  color: #fff;
}
.aviso-priv a:hover{
  color:#fff;
}


/* Preguntas y respuestas */

#faq{
  margin: 100px;
}
#faq h1{
  padding-bottom: 2%;
}
.preguntas-y-respuestas{
  text-align: justify;

}

/* Filosofia */

.contenido-fil{
  margin: 100px;

}

.biografia-contenido p{
  text-align: justify;
}

.contenido-fil h1{
  padding-bottom: 2%;
}

.box-fil-tit{
  background-color: #1565bf;
}

.fil-tit{
  color:#fff;
  text-align: left;
}

.valores-list{
  padding: 2%;
  list-style: inside;
  text-align: justify;
}
.fil-text{
  padding: 20px 0 20px 0;
  text-align: justify;
}
.contenido-fil .col-lg-2{
border-style: solid;
border-color: #fff;
border-width: thin;
}
/* Servicios */

.servicios{
  margin: 120px;
}
.tit-serv{
  padding-bottom: 2%;
}
.card-deck .col-md-6{
  padding-top: 5%;
}
.servicios p{
  text-align: justify;
}


/* Aviso de Privacidad */

.aviso-privacidad{
  margin:120px;
}
.aviso-privacidad h1{
  text-align: center;
  padding-bottom: 3%;
}
.aviso-privacidad p{
  text-align: justify;

}
.aviso-privacidad a{
  color: blue;
}
.aviso-privacidad a:hover{
  color:blue;
}

/* SAP Business One */

.sap-contenido{
  margin:120px;

}
.sap-contenido h1{
  padding-bottom: 3%;
}
.sap-contenido p{
  text-align: justify;
}
.sap-contenido li{
  text-align: justify;
}
.imagen-sapbo-container{

  margin-bottom: 50px;

}
.imagen-sapbo{
  height: auto;
  width: 30%;
  position: relative;
  display:block;
  margin-left: auto;
  margin-right: auto;
}
/* Metodología */

.metodologia{
  margin:120px;
}
.metodología h1{
  padding-bottom: 3%;
}
.metodologia p{
  text-align: justify;
}
.metodologia li{
  text-align: justify;
}


/* Pagina de contacto */

.contacto-pagina{
  margin: 80px;
}

.ubicacion{
  height: auto;
  width: 80%;

}

/* Blog */

#blog{
  margin: 100px;
}
.jumbotron-image{

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.categoria-mundo{
  color: #1565bf;
}
.categoria-negocios{
  color:#f88b25;
}

/* Complementos */
.jumbotron-complementos{

}
.titulo-complementos{
  margin-top:  100px;
}
.espacio-complementos{
  padding: 20px;
  margin-bottom: 100px;
}
.card-img-top-compl{
    width: 50%;
    height: auto;
    object-fit: cover;
    align-self: center;
}
.text-yotta{
  position: relative;
  top: 100px;
  
}
.titulo-compl{
  font-weight: bolder;
}

/* Articulos */

#articulo{
  margin: 100px;
}
.jumbotron-image-art{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 100px;
}
.credenciales-articulo{
  text-align: left;
}
.imagen-articulo1{


}
.contenido-articulo{
  margin-top: 50px;
  text-align: justify;
  padding-right: 20px;
}
.paragrafos-cont-art{
  padding-top: 20px;
}
