/* Site  */

@import url('../fonts/dm/style.css');
@import url('../fonts/sarabun/style.css');
:root {
    --main-color: #017A3E;
    --second-color: #000000;
    --hover-color: #14A201;
    --inactive-color: #1676BF;
    --dark-color: #6C757D;
    --gray-color: #C6C6C6;
    --light-color: #F6F6F6;
}
html, body {
    height: 100%;
}
body {
    color: #343a40;
    font-size: 16px;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
    background-color: #ffffff;
}
loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background: url('assets/loader.svg') center no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}
a {
    color: var(--main-color);
    text-decoration: none;
}
a:hover {
    color: var(--hover-color);
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:focus, input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}
.logo {
    width: 205px;
    height: 44px;
}
.main-header {
    position: relative;
    z-index: 3;
}
.header-top {
    background: #000000;
    padding: 13px 0px;
}
.header-top ul {
    margin: 0;
    padding: 0;
}
.header-bottom {
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    position: absolute;
    z-index: 99;
}
.header-schedule ul li {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 200;
}
.header-schedule ul li i {
    margin-right: 8px;
    color: var(--hover-color);
}
.header-schedule a {
    color: #fff;
}
.section-social ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
}
header .section-social li a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 0;
    margin-left: 20px;
    transition: all 0.3s;
}
footer .section-social li a {
    argin-left: 0;
    margin-right: 20px;
}
.section-social li a:hover {
    color: var(--hover-color);
}
.bg-clear {
    background-color: rgba(255, 255, 255, 0.5);
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    animation: 300ms ease-in-out 0s normal none 1 running show-navbar;
    z-index: 9999;
}
@keyframes show-navbar {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.slider-wrap {
    width: 100%;
    height: 60vh;
    position: relative;
    background-image: url(../images/hero/tecnico-pensativo-soluciones-computo.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
button.slick-arrow {
    top: 50%;
    left: 50px;
    border: 0;
    padding: 0;
    z-index: 2;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: none;
    line-height: 50px;
    border-radius: 4px;
    position: absolute;
    visibility: visible;
    transition: all 0.3s;
    transform: translateY(-50%);
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
button.slick-next {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
button:hover {
    color: var(--hover-color);
    border: 1px solid var(--hover-color);
}
.slider-active button.slick-next {
    left: auto;
    right: 50px;
}
.testimonial-wrap button.slick-arrow {
    left: -110px;
    top: 50%;
}
.testimonial-wrap button.slick-next {
    left: auto;
    right: -110px;
}
.testimonial-top {
    padding-inline: 200px;
    margin-bottom: 30px;
}
.testimonial-top p {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5;
}
.testimonial-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.testimonial-bottom span {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 600;
}
.testimonial-bottom p {
    color: var(--main-color);
    line-height: 1;
}
.testimonial-img {
    width: 80px;
    height: 80px;
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
}
.testimonial-designation {
    text-align: center;
}
.hero-area {
    color: #fff;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-overlay {
    height: 450px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hero-overlay::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}
.slider-active .slider-wrap .hero_caption {
    overflow: hidden;
}
.hero_caption h1 {
    color: #212f3d;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Sarabun", sans-serif;
}
.slider-wrap .hero_caption p {
    font-size: 16px;
    color: #212f3d;
    margin-bottom: 39px;
    margin-bottom: 7px;
    margin-bottom: 50px;
}
.container-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.container-wrap-md {
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-wrap-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-dark {
    color: var(--gray-color);
    background-color: var(--second-color);
}
.container-dark a {
    color: var(--gray-color);
    transition: all 0.3s;
}
.container-dark a:hover {
    color: var(--hover-color);
}
.container-green {
    color: #F0F0F0;
    background-color: var(--main-color);
}
.container-light {
    background-color: var(--light-color);
}
.dash {
    font-size: 18px;
    margin-bottom: 18px;
    color: var(--main-color);
    display: inline-block;
    position: relative;
    padding-left: 100px;
}
.dash::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--main-color);
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.container-green .dash {
    color: #ffffff;
}
.container-green .dash::before {
    background: var(--light-color);
}
.section-tittle h1 {
    margin-bottom: 0px;
}
.section-tittle {
    margin-bottom: 30px;
}
.subtitle {
  display: block;
  color: var(--main-color);
}
.fa-color, .fa-section {
    color: var(--main-color);
}
.fa-section {
    display: block;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.back-top {
    color: #ffffff;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 10;
    display: none;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background: var(--main-color);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.back-top:hover {
    color: #ffffff;
}
.rounded-circle-dashed {
    padding: 10px;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
}
.map-container {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 16px;
}
/* bootstrap hack */

.form-control:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
}
.form-control:focus {
    border-color: var(--hover-color);
}
.text-main {
    color: var(--main-color);
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 1rem;
}
.h1, h1 {
   font-size: 4rem;
   margin-bottom: 1rem;
}
.h2, h2 {
   font-size: 2.5rem;
   margin-bottom: 0.625rem;
}
.h3, h3 {
   font-size: 1.875rem;
   margin-bottom: 0.625rem;
}
.h4, h4 {
   font-size: 1.625rem;
   margin-bottom: 0.5rem;
}
.h5, h5 {
   font-size: 1.375rem;
   margin-bottom: 0.5rem;
}
.h6, h6 {
   font-size: 1.125rem;
   margin-bottom: 0.375rem;
}
.nav-link {
    padding: .625rem 1rem;
}
.dropdown-menu {
    padding: 0;
    border-radius: 0.5rem;
}
.dropdown-menu li:first-child .dropdown-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}
.dropdown-menu li:last-child .dropdown-item {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
}
.list-unstyled li {
    padding-bottom: 4px;
}
/* buttons */

.btn {
    font-weight: 200;
}
/* Estilos de los botones principales */

.btn:focus, .btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn:focus, .btn:focus-visible {
    box-shadow: none;
    outline: none;
}
.btn-main, .btn-main.disabled, .btn-main:disabled {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .show>.btn-main.dropdown-toggle {
    color: #fff;
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}
/* Estilos de los botones outline */

.btn-outline-main {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-outline-main:hover, .btn-outline-main:focus, .btn-outline-main:active, .show>.btn-outline-main.dropdown-toggle {
    color: var(--main-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-outline-main.disabled, .btn-outline-main:disabled {
    color: var(--main-color);
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--main-color);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--hover-color)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: var(--hover-color)
}