.outfit-100 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}


.outfit-200 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.outfit-300 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


.outfit-400 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.outfit-500 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.outfit-600 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.outfit-700 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


.outfit-800 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}


.bg-azul {
    background-color: #003EB2;
}

.bg-amarillo {
    background-color: #fec803;
}

.bg-gris {
    background-color: #F4F4F4;
}

.text-azul {
    color: #003EB2 !important;
}

.text-amarillo {
    color: #fec803 !important;
}

.logo {
    width: 250px;
}

.bg-banner-inicio {
    background-image: url('http://172.16.21.126/multimedia/general/banner_inicio.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 18% 0;
}

.inputs {
    position: relative;
}

.form-control {
    text-indent: 25px;
    border-radius: 25px;
    background-color: #F4F4F4;
    padding: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: none;
    border: 1px solid #003EB2;
}


.form-control:focus {
    color: #003EB2;
}

.inputs i {
    position: absolute;
    top: 14px;
    left: 4px;
    color: #003EB2;
}


.carousel-control-prev {
    margin-left: -5%;
}

.carousel-control-next {
    margin-right: -5%;
}

.carousel-indicators [data-bs-target] {
    background-color: #fec803;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators [data-bs-target].active {
    background-color: #003EB2;
}

.icono-form {
    font-size: 130px;
}

.mt-negativo-iconos {
    margin-top: -40px;
}

.iconos-contacto {
    font-size: 50px;
}

.img-cover {
    object-fit: cover;
}

.img-carousel,
.img-carousel-inicio-top,
.img-articulo,
.img-perfil,
.img-carousel-perfil,
.img-articulo-listado {
    object-fit: cover;
    object-position: center;
}

.img-carousel {
    height: 450px;
}

.img-perfil,
.img-carousel-perfil {
    height: 350px;
}


.img-carousel-inicio-top,
.img-articulo {
    height: 650px;
}

.img-articulo-listado{
    height: 250px;
}

.banner-perfil-emprendedor {
    position: relative;
    z-index: -99999;
    margin-top: -45px;
    height: 350px;
    object-fit: cover;
}


.input-search {
    width: 650px;
}

.h-custom{
    height: 200px;
}

.video{
    height: 350px;
}


@media (max-width: 768px) {

    .banner-perfil-emprendedor {
        margin-top: -55px;
        height: 200px;
    }

    .img-perfil {
        height: 200px;
    }

    .menu {
        width: 200px;
    }


    .input-search {
        width: 245px;
    }
.video{
    height: 200px;
}

.logo {
    width: 150px;
}

.iconos-contacto {
    font-size: 25px;
}
.img-articulo{
    height: 250px;
    object-fit: cover;
}

}