/* Outfit Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Iconos*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

/* Variables CSS */
:root {
    --color-1: #9F48D9;
    --color-2: #0F7CBF;
    --color-3: #0B8CBF;
    --color-4: #F2CB05;
    --color-5: #F29F05;
}

/* Aplicar tipografía a todo */

* {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

body {
    background-color: #f3f4f6 !important; 
    padding: 0 !important;
}

main {
    margin-top: 100px;
}

.logo-gamasi {
    width: 160px;
    height: auto;
    max-height: 40px;
    vertical-align: middle;
    padding: 5px 0 0 0;
}
/* ++++++++++++++++++++ Menu ++++++++++++++++++++ */

a.nav-link{
    color: #131C2F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

a.nav-link:hover{
    font-weight: 700;
}

li.menu-item-type-post_type {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #f9b43400;
    transition: border-bottom 1s;
}

li.menu-item-type-post_type:hover {
    border-bottom: 4px solid #F9B434;
}

.menu-item-type-post_type .current-menu-item .active {
    border-bottom: 4px solid #F9B434;
}

.nav-item {
margin: 10px 0;
}

.navbar {
min-height: 120px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #5E6574;
}

.navbar-toggler {
    background-color: #5E6574 !important;
    border: #5E6574;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px !important;
}

.centrar {
    text-align: center;
}

.justificar {
    text-align: justify;
    text-align-last: left;
}

/* ++++++++++++++++++++ Breadcrumbs ++++++++++++++++++++ */

li.breadcrumb-item > a{
    font-size: 16px;
    color:#5E6574;
}

.breadcrumb-item.active {
    font-size: 16px;
    color: #5E6574;
}

/* ++++++++++++++++++++ Redes sociales NAV +++++++++++++++++++ */

.ico-rrss {
    height: 18px;
    width: auto;
    fill: #fff;
    padding: 0;
}

.justify-center {
    justify-content: center;
}

.rrss-box {
    width: 40px;
    height: 40px;
    padding: 0 0 2px 0;
    border-radius: 20px;
    margin: 5px;
}

/* ++++++++++++++++++++ Carrusel ++++++++++++++++++++ */
.carousel-control-next,
.carousel-control-prev {
    background: none;
    border: none;
}

/* ++++++++++++++++++++ Destacado ++++++++++++++++++++ */

.bg-destacado {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    color: #333;
}

/* ++++++++++++++++++++ Colaboradores ++++++++++++++++++++ */

.logo-colaborador {
    width: 90%;
    padding: 0 5%;
}

.bg-white {
    background-color: #fff;
    box-shadow: 1px 0px 20px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

/* ++++++++++++++++++++ Noticias ++++++++++++++++++++ */
.card {
    border-radius: 20px;
    background: none;
}
.card-body {
    background-color: #fff;
    color: #333;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.card-img, .card-img-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
}

.card-text {
    color:#525E70;
    font-size: 16px;
    font-weight: 400;
}


.br-1 {
    border-radius: 1rem;
}

img.img-destacada-noticia {
    width: 100%;
    margin: 20px 0 40px 0;
}

/* ++++++++++++++++++++ Footer ++++++++++++++++++++ */

.ufooter {
    background-color: #22262E;
    color: #525E70;
    margin-top: 30px;
}

.ufooter .container .row h5{
    font-size: 1rem;
    text-align: center;
    line-height: 200%;
    font-weight: 600;
}

.ufooter .container .row p{
    font-size: .85rem;
    text-align: center;
    line-height: 180%;
}

.ufooter-bottom {
    border-top: 1px solid #525E70;
}

.logo-footer {
    width: 200px;
    height: auto;
}

.rrss-footer {
    width: 1.7rem;
    height: 1.8rem;
    margin: 0 0.2rem;
    float: right;
}

.titulo-footer {
    font-weight: 600;
    font-size: 20px;
    color: #131C2F;
}
.parrafo-footer {
    font-weight: 400;
    font-size: 14px;
    color: #5E6574;
    line-height: 12px;
    text-decoration: none;
}
.ico-marcador-footer {
    height: 16px;
    width: auto;
    margin-top: -6px;
    margin-right: 5px;
}
.ico-sobre-footer {
    height: 12px;
    width: auto;
    margin-top: -5px;
    margin-right: 5px;
}
.ico-celular-footer {
    height: 16px;
    width: auto;
    margin-top: -6px;
    margin-right: 5px;
}
.iso-footer {
    width: 120px;
    float: right;
}
.grupo-footer {
    color:#131C2F;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.grupo-footer > li > img {
    width: 80px;
    height: auto;
}

#logo-grupo-footer {
    width: 200px;
    height: auto;
}

.grupo-footer li{
    list-style-type: none;
    margin: 0 15px;
}


.nav-rrss {
    align-items: center;

}
.nav-rrss ul {
    list-style-type: none;
    justify-content: flex-end;
}

.nav-rrss ul li a i {
    color: #525E70;
    font-size: 1.1rem;
    margin-left: 0.7rem;
    transition: all 0.2s ease-in-out;
}

.nav-rrss ul li a i:hover {
    color: #131C2F;
}

/* ++++++++++++++++++++ Botones ++++++++++++++++++++ */

.ubtn {
    color: #fff;
    background-color: #5E6574;
    border-color: #5E6574;
  }

.ubtn:hover {
    color: #fff;
    background-color: #2F3993;
    border-color: #2F3993;
  }

.ubtn-secondary {
    background: none;
    border: 1px solid #F9B434;
    color: #F9B434;
}

.ubtn-secondary:hover {
    border: 1px solid #fff;
    color: #fff;
}


/* ++++++++++++++++++++ Nosotros > Equipo ++++++++++++++++++++ */

.equipo .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

.equipo .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

.bg-banner {
    background-image: url(../images/jpg/banner.jpg);
    background-size: cover;
    background-repeat: no-reapeat;
    background-position: center;

    color: #fff;

    height: 30vh;
    display: flex;
    align-items: center;
    position: relative;
}

.bg-banner::after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;

    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(34,38,46,1) 0%, rgba(34,38,46,0) 100%);
    position: absolute;
}

/* BOTONES */

button.gamasi-boton-servicios {
    appearance: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #131C2F;
    background-color: #ffe3af;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 1px 15px 1px 1px;
    transition: background-color 1s;
    display: flex;
    align-items: center;
}

button.gamasi-boton-servicios > img {
    width: 38px;
    height: 38px;
    margin-right: 5px;
}

button.gamasi-boton-servicios:hover  {
    background-color: #F9B434;
}

button.gamasi-boton-ver-mas {
    appearance: none;
    width: 90%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #131C2F;
    background-color: #ffffff00;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 1px;
    transition: width 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.gamasi-boton-ver-mas > img {
    width: 38px;
    height: 38px;
    margin-left: 5px;
}

button.gamasi-boton-ver-mas:hover {
    width: 100%;
    font-weight: 600;
}


button.gamasi-boton-ver-mas-blanco {
    appearance: none;
    width: 90%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #ffffff00;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 1px;
    transition: width 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.gamasi-boton-ver-mas-blanco > img {
    width: 38px;
    height: 38px;
    margin-left: 5px;
}

button.gamasi-boton-ver-mas-blanco:hover {
    width: 100%;
    font-weight: 600;
}


button.gamasi-boton-ver-mas-2 {
    appearance: none;
    width: 140px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b4959500;
    background-color: #f9b43400;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 1px 1px 1px 15px;
    transition: background-color 1s, color 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.gamasi-boton-ver-mas-2 > img {
    width: 38px;
    height: 38px;
}

button.gamasi-boton-ver-mas-2:hover {
    background-color: #F9B434;
    height: 40px;
    font-weight: 600;
    color: #ffffff;
}


button.gamasi-boton-ver-mas-3 {
    appearance: none;
    width: 140px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #F9B434;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 1px 1px 1px 15px;
    transition: width 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.gamasi-boton-ver-mas-3 > img {
    width: 38px;
    height: 38px;
}

button.gamasi-boton-ver-mas-3:hover {
    background-color: #F9B434;
    width: 160px;
    height: 40px;
    font-weight: 600;
    color: #ffffff;
}

/* FORMULARIOS */

form.gamasi-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

form.gamasi-form > label {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5E6574;
    margin: 10px 0;
}

form.gamasi-form > input, textarea {
    appearance: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5E6574;
    margin: 10px 0;
    border: 1px solid #a6acb9;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
}

form.gamasi-form > textarea {
    height: 80px;
    max-height: 160px;
    padding: 15px;
}   

form.gamasi-form > input[type="submit"] {
   display: flex; 
   width: 200px;
   justify-content: center;
   background-color: #F9B434;
   border: 1px solid #F9B434;
   border-radius: 20px;
   color: #131C2F;
   font-family: 'Montserrat', Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: 500;
   transition: width 1s, border-color 1s, background-color 1s;
}

form.gamasi-form > input[type="submit"]:hover {
   display: flex; 
   width: 220px;
   justify-content: center;
   background-color: #2F3993;
   border: 1px solid #2F3993;
   border-radius: 20px;
   color: #ffffff;
   font-family: 'Montserrat', Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: 500;
}

/* FORMULARIOS EN GENERAL */

form {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

label {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5E6574 !important;
    margin: 0 !important;
    width: 100% !important;
}

input, input[type="text"], input[type="tel"], input[type="email"], textarea {
    appearance: none !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5E6574 !important;
    margin: 10px 0 !important;
    border: 1px solid #a6acb9 !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding: 0 15px !important;
    width: 100% !important;
    background-color: #ffffff !important;
}

textarea {
    height: 80px !important;
    max-height: 160px !important;
    padding: 15px !important;
    background-color: #ffffff !important;

}   

input[type="submit"] {
   appearance: none !important;
   display: flex !important; 
   width: 200px !important;
   justify-content: center !important;
   background-color: #F9B434 !important;
   border: 1px solid #F9B434 !important;
   border-radius: 20px !important;
   color: #131C2F !important;
   font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
   font-size: 14px !important;
   font-weight: 500 !important;
   transition: width 1s, border-color 1s, background-color 1s !important;
}

input[type="submit"]:hover {
   display: flex !important; 
   width: 220px !important;
   justify-content: center !important;
   background-color: #2F3993 !important;
   border: 1px solid #2F3993 !important;
   border-radius: 20px !important;
   color: #ffffff !important;
   font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
   font-size: 14px !important;
   font-weight: 500 !important;
}

/* TABLAS */

.gamasi-tabla {
    width: 100%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5E6574;
    margin: 5px 0;
    border-collapse: collapse;
    border: 0px;
}

table.gamasi-tabla > tbody > tr > td {
    padding: 8px 16px;
    border-bottom: 1px solid #a6acb9;
}

/* LISTAS */

div.gamasi-lista > ul {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5E6574;
    line-height: 22px;

}

ul.gamasi-lista {
    list-style: url("https://gamasi.crisolstudio.cl/wp-content/themes/gamasi-wp-theme/assets/images/svg/check.svg");
    padding-bottom: -1px;
}

/* TARJETAS ENTRADAS */

.card-entradas {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;  
    transition: box-shadow 1s; 
}

.card-entradas:hover {
    box-shadow: 0px 10px 15px #8181813e;
}

.card-body-entradas {
    background-color: #fff;
    padding: 25px;
}

.card-title-entradas {
    font-size: 20px;
    font-weight: 600;
}

.card-text-entradas {
    color:#73839c;
    font-size: 12px;
    font-weight: 400;
}

/* TARJETAS PROYECTOS */


.card-proyectos {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;   
    transition: box-shadow 1s; 
}

.card-proyectos:hover {
    box-shadow: 0px 10px 15px #8181813e;
}

.card-body-proyectos {
    background-color: #fff;
    color: #333; 
    padding: 25px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-img-proyectos {
    width: 40%;
    height: 170px;
    background-color: #a3a9b1;
    padding: 0;
    margin: 0;
}

.card-title-proyectos {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0%;
}

.card-text-proyectos {
    color:#73839c;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.cortar-texto {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Indicadores carrusel proyectos */

.carousel-indicators-gamasi  { 
    justify-content: center; /* Centra horizontalmente */
    bottom: -30px; /* separa los indicadores del contenido */
    margin: 0 auto; /* Centra dentro del contenedor */
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
}

ol.carousel-indicators-gamasi {
    padding-inline-start: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

.carousel-indicators-gamasi li {
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 50%;
    margin: 10px;
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s;
}

.carousel-indicators-gamasi .active {
    background-color: #F9B434;
    opacity: 1;
}


.indicador-gamasi-inactivo {
    background-color: #999;
    opacity: 1;
}

.indicador-gamasi-activo {
    background-color: #F9B434;
    opacity: 1;
}

.bg-light {
    background-color: #f3f4f6 !important;
}

.bg-blanco {
    background-color: #fff !important;
}

.carousel-indicators {
    bottom: -30px;
}
.carousel-indicators [data-bs-target] {
    background-color: #333;
}
.object-fit-cover {
    object-fit: cover;
}