@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --azul: #274C92;
    --turquesa: #2FBEAD;
    --gris-oscuro: #4C4C4C;
    --gris: #7a7a7a;
    --blanco: #fff;
    --poppins: 'Poppins', sans-serif;
    --kanit: 'Kanit', sans-serif;
}

.navbar li {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: var(--gris);
    font-size: 18px;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--gris);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--turquesa);
}

.navbar li.nav-item {
    padding: 0.2rem 1rem;
}

.navbar li.nav-item.idioma {
    display: flex;
}

.navbar li.nav-item.idioma .nav-link {
    padding: 10px;
}

.navbar li.nav-item.idioma a:first-child {
    border-right: 1px solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    color: var(--gris);
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.carousel-item {
    height: 90vh;
}

.carousel-caption {
    top: 38%;
}

.btn-primary {
    background: var(--turquesa);
    border-radius: 15px;
    border: 0px;
    font-weight: 500;
}

.btn-primary:hover {
    background: var(--azul);
    border-radius: 15px;
    border: 0px;
    font-weight: 500;
}

.carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
}

section {
    padding: 4rem 0;
}

section p {
    font-size: 25px;
    font-family: var(--kanit);
    color: var(--gris);
}

section#nosotros {
    background: #EAF2FB;
}

.iconos {
    padding: 1rem;
}

.iconos p {
    font-size: 25px;
    font-weight: 300;
}

.iconos h2 {
    font-size: 30px;
    font-weight: 300;
    color: var(--gris);
}

section#soluciones h2 {
    color: var(--azul);
    font-size: 3rem;
    font-weight: 600;
}

hr.h-titulo {
    height: 3px;
    background-color: var(--azul);
    opacity: 1;
    width: 10%;
    margin: auto;
}

.nav-pills div.nav-link {
    display: grid;
    padding: 2rem 2rem;
    border: 3px solid #ccc;
    width: 200px;
    height: 200px;
}

.nav-pills div.nav-link p {
    margin: 0;
    padding-top: 5px;
    font-size: 20px;
    color: var(--azul);
}

.nav-pills div.nav-link img {
    margin: auto;
}

.nav-pills div.nav-link svg {
    fill: var(--turquesa);
}

li.nav-item {
    margin: 0 5px;
}

.nav-pills .nav-link.active p {
    color: var(--azul);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--blanco);
    border: 3px solid var(--turquesa);
}

.tab-content {
    padding: 1rem;
}

section#soluciones .tab-content h2 {
    font-family: var(--kanit);
    font-size: 20px;
    color: var(--blanco);
    background: var(--turquesa);
    width: fit-content;
    padding: 15px 20px;
    border-radius: 10px;
}

section#soluciones .tab-content h3 {
    font-family: var(--kanit);
    font-size: 25px;
    color: var(--azul);
    padding: 10px 0;
}

section#soluciones .tab-content ul {
    font-size: 20px;
    font-weight: 300;
    color: var(--gris);
    font-family: var(--kanit);
    list-style-image: url(../img/ul.svg);
}

section#servicios {
    background: url(../img/servicio.jpg);
    background-position: center;
    background-size: cover;
    padding: 3rem 1rem;
}


section#servicios h2,
section#servicios p {
    padding: 1rem 0;
    color: var(--blanco);
}

section#servicios h2 {
    font-size: 3rem;
    font-weight: 600;
}

section#servicios hr {
    height: 3px;
    background-color: var(--blanco);
    opacity: 1;
    width: 10%;
    margin: auto;
}

section#servicios h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 1rem 0;
}

section#servicios ul {
    font-family: var(--kanit);
    font-size: 18px;
    font-weight: 200;
    color: var(--blanco);
    list-style-image: url(../img/ul.svg);
}

section#clientes .nav-pills div.nav-link {
    display: grid;
    padding: 5px;
    border: 3px solid #ccc;
    max-width: 200px;
    width: 165px;
    height: auto;
}

section#clientes .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--blanco);
    border: 3px solid var(--turquesa);
}

section#clientes h2 {
    color: var(--azul);
    font-size: 3rem;
    font-weight: 600;
}


section#clientes .tab-pane ul {
    font-family: var(--kanit);
    font-size: 22px;
    font-weight: 200;
    color: var(--gris-oscuro);
    list-style-image: url(../img/ul.svg);
}

section#clientes .tab-pane div.row {
    min-height: 250px;
}

section#contacto {
    background: url(../img/backcontacto.jpg);
    background-position: center;
    background-size: cover;
    padding: 3rem 1rem;
}

section#contacto h2 {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    font-weight: 600;
    color: var(--blanco);
}

section#contacto hr {
    height: 3px;
    background-color: var(--blanco);
    opacity: 1;
    width: 100%;
}

#pills-tab{
    display: grid;
    padding-left: 80px;
  grid-template-columns: repeat(4, 6fr);
  grid-gap: 10px;
}

#pills-gobierno-tab:hover{
    background-color:rgb(236, 236, 230);
}
#pills-educacion-tab:hover{
    background-color:rgb(236, 236, 230);
}
#pills-deportes-tab:hover{
    background-color:rgb(236, 236, 230);
}
#pills-gestion-tab:hover{
    background-color:rgb(236, 236, 230);
}
#pills-prensa-tab:hover{
    background-color:rgb(236, 236, 230);
}

section#contacto ul {
    padding-top: 40px;
    font-family: var(--kanit);
    font-size: 25px;
    font-weight: 200;
    color: var(--blanco);
    list-style-type: none;
    line-height: 1.4;
}

section#contacto .glass {
    padding: 4rem 4rem;
    background: #0000005c;
    border-radius: 15px;
    margin: 1%;
}

section#contacto .form {
    padding: 4rem 2rem;
    background: #ffffff;
    border-radius: 15px;
    margin: 1%;
}

section#contacto .form-control {
    background-color: #ededed;
    border: 1px solid #ededed;
}

section#contacto .enviar {
    margin: 10px;
}

section#contacto a {
   
    font-family: var(--kanit);
    font-size: 24px;
    color: var(--blanco);
    text-decoration: none;
}

section#contacto a:hover {
    color: var(--gris);
}

section#contacto ul li {
    margin: 10px 0;
}

section#contacto ul li i {
    margin-right: 20px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;

    background: url(../img/backfoot.jpg);
    background-position: center;
    
    background-size: 100;
    padding-top: 2rem;
    height: 250px;
}

footer p {
    color: var(--blanco);
}

footer h3 {
    color: var(--blanco);
    font-family: var(--kanit);
    font-size: 26px;
}

footer ul {
    font-family: var(--kanit);
    font-size: 20px;
    font-weight: 200;
    color: var(--blanco);
    list-style-type: none;
    line-height: 1.4;
}

footer ul a {
    color: var(--blanco);
    text-decoration: none;
}



.visible {
    width: 185px;
}

.wp-call {
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    right: 0;
    border-radius: 9px 0 0 9px;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.post {
    bottom: 90px;
}

.wp-call img {
    float: left;
    width: 65px;
    padding: 9px 11px;
    background: #1ebea5;
}
#btnForm{
    margin-top:30px;
}