/*
 Theme Name:   Softbrilliance
 Theme URI:    https://http://www.sbperu.net/
 Description:  Softbrilliance Theme
 Author:       Javier Enrique León 
 Author URI:   https://jeimage.com/
 Version:      1
*/
/* Body */

html {
	margin-top : 0 !important;
}
.admin-bar {
    padding-top: 0 !important;
}
.admin-bar nav {
    top: 0 !important;
}
:focus {
  outline: none;
}
button.navbar-toggler:focus {
  outline: none;
}
:focus {
  outline: none;
}
.phone a {
	color: #fff;
	text-decoration: none;
}
b, strong {
    font-weight: bold !important;
}

.phone a:hover {
	color: #e18a01;
	text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #353535;
  font-size: 1rem !important;
  font-size: 16px !important;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.admin-bar {
  padding-top: 32px;
}
.admin-bar nav {
  top: 32px;
}
img {
  max-width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
button.navbar-toggler.collapsed .fa-bars {
  display: block;
}
button.navbar-toggler.collapsed .fa-times {
  display: none;
}
button.navbar-toggler .fa-bars {
  display: none;
}
button.navbar-toggler .fa-times {
  display: block;
}
input, a, img {
  -webkit-transition: .4s;
  transition: .4s;
}
li.nav-item.dropdown .dropdown-toggle::after {
  transition: .4s;
  transform: rotate(0deg);
}
li.nav-item.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
button.navbar-toggler {
  border: none;
  background: none;
  font-size: 20px;
  padding-top: 17px;
  color: #fff;
}
header .fa-times {
  color: #fff;
}
.color-blue {
  color: #0339a6;
}
.color-orange {
  color: #e18a01;
}
.color-grey {
  color: #353535;
}
.bg-blue {
  background-color: #0339a6;
}
.bg-orange {
  background-color: #e18a01;
}
.text-roboto {
  font-family: 'Roboto', sans-serif;
}

/* Header */
header {
  border-bottom: solid 1px #fff;
}
.lang a:hover, .lang-es .lang a:nth-child(1), .lang-en .lang a:nth-child(2) {
  color: #e18a01 !important;
}
.lang {
  border: solid 2px #fff;
  border-radius: 180px;
}
.contacto a {
  background-color: #e18a01;
  border-radius: 180px;
  border: solid 2px #e18a01;
}
header a.nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
header a.nav-link {
  color: #fff;
}
header a.nav-link:hover {
  color: #e18a01;
}
.dropdown-menu .row .col-3 {
  border-right: solid 2px #e18a01;
}
.dropdown-menu li {
  padding-left: 1.3em;
  font-size: 14px;
}
.dropdown-menu li:before {
  content: "\f061";
  font-family: "Font Awesome 5 free";
  margin-left: -1.3em;
  width: 22px !important;
  color: #0339a6;
  font-weight: bold;
  display: inline-block;
}
.dropdown-menu li:hover:before {
  color: #e18a01;
}
.dropdown-menu a {
  color: #353535;
}

/* Banner */
.carrusel-pagina .carousel-caption {
  padding-bottom: 0;
}
.carousel-caption {
  left: 0;
  top: 0;
}
.carousel-caption h2, .carousel-caption h3 {
  font-size: 24px;
}
.carousel-caption p {
  font-size: 14px;
}
.carousel-indicators li {
  background-color: #0339a6;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #e18a01;
  opacity: 1;
}

/* Banner Form */
.titulo-form {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.formulario-banner input[type=text], .formulario-banner input[type=tel], .formulario-banner input[type=email] {
  border-radius: 0;
  font-size: 12px;
  margin-bottom: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
}


/* Botones */
.boton {
  border:  solid 1px #0339a6;
  border-radius: 180px;
  background-color: #fff;
  color: #0339a6;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 30px;
  display: inline-block;
  font-weight: 400;
}
.boton:hover {
  background-color: #0339a6;
  color: #fff;
  text-decoration: none;
}
.boton2 {
  border:  solid 1px #0339a6;
  border-radius: 180px;
  background-color: #fff;
  color: #0339a6;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 30px;
  display: inline-block;
  font-weight: 400;
}
.boton2:hover {
  background-color: #e18a01;
  color: #fff;
  text-decoration: none;
}
.boton3 {
  border:  solid 1px #e18a01;
  border-radius: 180px;
  background-color: #e18a01;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 30px;
  display: inline-block;
  font-weight: 400;
}
.boton3:hover {
  background-color: #0339a6;
  border-color: #0339a6;
}


/* Pretitulo */
.bloque h4 {
  font-size: 20px;
  line-height: 18px;
}

/* Título */
.bloque h2 {
  font-size: 28px;
}
.bloque .linea {
  background-color: #f2a24f;
  width: 200px;
  max-width: 100%;
  height: 2px;
}
.bloque h3 {
  font-size: 18px;
}

/* Tarjetas */
.bloque .tarjeta {
  border-radius: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .1);
  border: solid 1px #c0c2c3;
}
.bloque .tarjeta h4 {
  min-height: 48px;
}
.bloque ul {
  list-style: none;
  padding: 0;
}
.bloque li {
  padding-left: 1.3em;
  font-size: 14px;
}
.bloque li:before {
  content: "\f061";
  font-family: "Font Awesome 5 free";
  margin-left: -1.3em;
  width: 22px !important;
  color: #e18a01;
  font-weight: bold;
  display: inline-block;
}
.bloque .sistemas {
  font-size: 18px;
}

/* Sistema */
.bloque h5 {
  font-size: 18px;
}
.bloque .tecnologias img {
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all;
    transition-duration: .3s;
}
.bloque .tecnologias:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Planillas */
.planillas {
  background-size: 50% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #0339A6;
  font-size: 14px;
}
.barra {
  background-color: #e18a01;
  height: 2px;
}
.planillas ul {
  padding: 0;
  list-style: none;
}

/* Clientes */
ul.slick-dots {
  order: -4 !important;
  position: relative;
  bottom: 25px;
}
.slick-dots li button:before {
  font-size: 15px !important;
  color: #0339a6 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0339a6 !important;
  border: solid 1px  #0339a6;
  border-radius: 180px;
}

/* Blog */
.blog h3 a:hover {
  color: #e18a01;
}
.noticias-block {
  border-bottom: solid 2px #0339A6;
}
a.page-numbers {
  padding: 5px 12px;
  display: inline-flex;
  background: #0339A6;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 5px;
}
span.page-numbers.current, a.page-numbers:hover {
  background: #e18a01;
  text-decoration: none;
  padding: 5px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 5px;
}
/* Contacto */
.contacto_bloque  {
  border: solid 1px #c0c2c3;
  box-shadow: 0 0 10px #e7f0f8;
}
.contacto_bloque .imagen {
  background-position: center right;
  background-size: cover;
}
label {
  font-size: 14px;
  width: 100%;
  color: #000;
}
input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  border: solid 1px #c0c2c3;
  box-shadow: 0 0 10px #e7f0f8;
  padding: 10px;
  border-radius: 28px;
}
textarea {
  width: 100%;
  border: solid 1px #c0c2c3;
  box-shadow: 0 0 10px #e7f0f8;
  padding: 10px;
  border-radius: 28px;
  resize: none;
  height: 100px;
}

/* Texto */
.texto h1, .texto h2 {
  color: #0339a6;
}
.texto h3, .texto h4, .texto h5, .texto h6 {
  color: #000;
}
.texto h1, .texto h2 {
  margin-bottom: 20px;
}
.texto h3 {
  margin-bottom: 16px;
}
.texto a {
  color: #0339a6;
}
.texto a:hover {
  color: #e18a01;
  text-decoration: none;
}
.texto blockquote {
  padding: 10px 0 10px 10px;
  border-left: solid 2px #e18a01
}
.texto ul {
  list-style: none;
}
.texto ul li::before {
  content: "\2022"; 
  color: #e18a01;
  font-weight: bold; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

/* Pestañas */
.pestanas i.fas {
  color: #0339A6;
}
.pestanas .nav-link {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.pestanas .nav-pills .nav-link.active, .pestanas  .nav-pills .show>.nav-link {
  color: #000;
  background: none !important;
}
.pestanas .nav-link span {
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  transition: all;
  transition-duration: .3s;
}
.pestanas .nav-link.active span {
  border-bottom: solid 2px #e18a01;
}

/* Footer */
footer {
  background-size: cover;
  background-position: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
footer .info .fas {
  font-size: 24px;
}
footer .info a {
  color: #000;
}
footer .info a:hover {
  color: #0339a6;
  text-decoration: none;
}
footer .social .fab {
  font-size: 30px;
}
footer .social i.fab.fa-facebook-square {
    color: #1565c0;
    background: #fff;
    line-height: 25px;
    border-radius: 5px;
}
footer .social i.fab.fa-twitter-square {
  color: #26c6da;
  background: #fff;
  line-height: 25px;
  border-radius: 5px;
}
footer .social i.fab.fa-linkedin {
  color: #1976d2;
  background: #fff;
  line-height: 25px;
  border-radius: 5px;
}
footer .social i.fab.fa-youtube-square {
  color: #d32f2f;
  background: #fff;
  line-height: 25px;
  border-radius: 5px;
}
footer .social i.fab.fa-linkedin-square {
    color: #1976d2;
    background: #fff;
    line-height: 25px;
    border-radius: 5px;
}
footer .social i.fab.fa-facebook-square:hover, footer .social i.fab.fa-twitter-square:hover, footer .social i.fab.fa-linkedin:hover, footer .social i.fab.fa-youtube-square:hover, footer .social i.fab.fa-linkedin-square:hover {
  color: #e18a01;
}
footer h4 {
  font-size: 16px;
}
footer .menu-footer a {
  color: #000;
  border-bottom: 1px #e18a01 solid;
}
footer .menu-footer a:hover {
  text-decoration: none;
  color: #0339a6;
}

/* Créditos */
.creditos {
  font-size: 13px;
}



/* Media Querys */
@media only screen and (min-width: 991px) {
  .dropdown-menu.show {
    left: 0 !important;
    top: 90px;
    position: fixed !important;
  }
}
@media only screen and (max-width: 991px) {
  .planillas {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
}
.planillas ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.banner-bg {
  background-color: rgba(225, 138, 1, .9);
}
}
@media only screen and (max-width: 768px) {
  .pestanas .nav-link {
    margin-bottom: 5px;
  }
  .carousel-caption {
    position: relative;
    color: #0339a6;
  }
  #carouselExampleCaptions {
    padding-bottom: 30px;
}



}
@media only screen and (max-width: 575px) {
  .contacto, .lang {
    width: 100%;
  }
  .lang a {
    width: 40%;
    display: inline-block;
}
}
.slick-track {
    display: flex !important;
    align-items: center !important;
}
.elementor-tab-content.elementor-clearfix.elementor-active {
	display: block !important;
}