@font-face {
    font-family: "Staatliches";
    src: url("../font/Staatliches-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

a:hover, .link {
    cursor: pointer;
    text-decoration: none;
    color: #343f4e !important;
    transition-duration: .5s;
}

.stat-font {
    font-family: 'Staatliches', sans-serif !important;
}

.roboto-font, html, body {
    font-family: 'Roboto', sans-serif !important;
}

body{
    font-weight: 300;
}

b, strong {
    font-weight: 900;
}

.bg-gold {
    background-color: #c2ac83;
    color: white;
}

.bg-blue {
    background-color: #2d3d4d;
    color: white;
}

.text-gold {
    color: #c2ac83;
}

.text-blue {
    color: #343f4e;
}

hr.small {
    width: 50px;
    border-width: thick;
    border-radius: 10px;
}

hr.large {
    width: 175px;
    margin: 0;
    border-width: 22px;
    border-radius: 0;
}

hr.gold {
    border-color: #c2ac83;
}

hr.w {
    border-color: #c2ac83;
}

hr.left {
    margin: 0;
}

#servicios .static-height {
    height: 150px;
}

#servicios p {
    color: #c2ac83;
    font-weight: 400;
    line-height: 1.2;
}

#servicios strong {
    color: #343f4e;
    font-weight: 700;
    font-style: italic;
}

#servicios button {
    border-radius: 0;
}

.cop-bg {
    background-image: url('../img/index/cop-in-uniform.png');
    background-position-x: center;
    background-size: cover;
}

.nosotros-bg {
    background-image: url('../img/nosotros/header.png');
    background-position-x: 40%;
    background-size: cover;
}

.clientes-bg {
    background-image: url('../img/clientes/header.png');
    background-position-x: 40%;
    background-size: cover;
}

.contacto-bg {
    background-image: url('../img/contacto/header.png');
    background-position-y: bottom;
    background-position-x: right;
    background-size: cover;
}

.nosotros-header-bg {
    background-image: url('../img/nosotros/bg_header.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
}

#servicios {
    background-image: url('../img/index/bg_servicios.png');
    background-position-x: center;
    background-size: cover;
}

.slide {
    height: 600px;
}

.slide.one {
    background-image: url('../img/analisis/slide_one.png');
    background-position-x: center;
    background-size: cover;
}

#slider .text-area {
    width: fit-content;
}

#slider p {
    font-weight: 300;
}

#slider p strong {
    font-weight: 700;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

#slider .carousel-indicators li {
    box-sizing: border-box;
    background-color: transparent;
    border: 4px solid #c9ad82;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    opacity: 1;
}

#slider .carousel-indicators li.active {
    background-color: white !important;
    border-color: white !important;
}


.space {
    position: relative;
    width: 30px;
    height: 25%;
    z-index: 9;
    left: -30px;
}

.space.right {
    left: 30px;
}

.space.no-position {
    left: 0;
}

a.active {
    border-bottom: 5px solid white;
    padding-bottom: 2px;
    border-radius: 3px;
}

a.active {
    border-bottom: 5px solid white;
    padding-bottom: 2px;
    border-radius: 3px;
}

.space-underline {
    height: 7px;
    border-radius: 7px;
    width: 50%;
}

#cliente_logos .row .col{
    min-width: 200px;
}

form input, form textarea{
    min-width: 400px;
}