a {
    text-decoration: none;
}


.vh-2 {
    min-height: 2vh !important;
}

.vh-25 {
    min-height: 25vh !important;
}

.vh-30 {
    min-height: 30vh !important;
}

.vh-35 {
    min-height: 35vh !important;
}

.vh-40 {
    min-height: 40vh !important;
}

.vh-45 {
    min-height: 45vh !important;
}

.vh-50 {
    min-height: 50vh !important;
}

.vh-100 {
    min-height: 100vh !important;
}

.border-white {
    border: 1px solid #FFF !important;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url('../images/inicio.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.unete-nuestro-equipo {
    background-image: linear-gradient(rgba(0, 60, 73, 0.6909138655462185) 76%, rgba(0, 0, 0, 0.85)), url('../images/unete-nuestro-equipo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.nosotros {
    background-image: linear-gradient(4deg, rgba(2, 0, 36, 0.53125) 0%, rgba(0, 60, 73, 0.6909138655462185) 76%), url('../images/cajas_carga.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.porque-elegirnos {
    background-image: linear-gradient(4deg, rgba(2, 0, 36, 0.53125) 0%, rgba(0, 60, 73, 0.6909138655462185) 76%), url('../images/porque-elegirnos.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.soluciones-medida {
    background-image: linear-gradient(4deg, rgba(2, 0, 36, 0.53125) 0%, rgba(0, 60, 73, 0.6909138655462185) 76%), url('../images/soluciones-medida.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Media query for tablet */
@media only screen and (min-width: 0px) and (max-width: 376px) {
    .nosotros {
        height: 175vh !important;
    }
}

/* Media query for tablet */
@media only screen and (min-width: 377px) and (max-width: 394px) {
    .nosotros {
        height: 135vh !important;
    }
}

/* Media query for tablet */
@media only screen and (min-width: 395px) and (max-width: 768px) {
    .nosotros {
        height: 135vh !important;
    }
}

#img-nosotros {
    max-height: 250px;
    min-height: 250px;
}

/* Media query for tablet */
@media only screen and (min-width: 0px) and (max-width: 376px) {
    #img-nosotros {
        max-height: 150px !important;
        min-height: 150px !important;
    }
}

/* Media query for tablet */
@media only screen and (min-width: 377px) and (max-width: 394px) {
    #img-nosotros {
        max-height: 25vh;
        min-height: 20vh;
    }
}

/* Media query for tablet */
@media only screen and (min-width: 395px) and (max-width: 768px) {
    #img-nosotros {
        max-height: 20vh;
        min-height: 18vh;
    }
}

.nuestros-servicios {
    background-image: linear-gradient(4deg, rgba(2, 0, 36, 0.53125) 0%, rgba(0, 60, 73, 0.6909138655462185) 76%), url("../images/barco_carga.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.linkedin-section {
    background-image: linear-gradient(4deg, rgba(2, 0, 36, 0.53125) 0%, rgba(0, 60, 73, 0.6909138655462185) 76%), url("../images/linkedin.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

.card-servicios {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px !important;
}

.card-servicios-1 {
    background-image: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(1, 0, 9, 0.43601190476190477) 100%, rgba(0, 0, 0, 0) 100%), url('../images/carrusel1.jpeg');
}

.card-servicios-2 {
    background-image: linear-gradient(0deg, rgb(0, 36, 33) 0%, rgba(0, 8, 9, 0.436) 100%, rgba(0, 0, 0, 0) 100%), url('../images/card3.jpg');
}

.bg-ce-primary {
    background: #00bf50;
    background-image: linear-gradient(to bottom right, #0037298a, #003729), url('../images/mujer-negocios.webp');
    background-size: cover;
}

.bg-ce-secondary {
    background: #00bf50;
    background-image: linear-gradient(to bottom right, #002037a3, #002037),
        url('../images/hombre-negocios.jpg');
    background-size: cover;
}

.bg-muted {
    background: rgba(0, 0, 0, 0.02);
}

.icon {
    background-color: #fff;
    text-align: center;
    transition: all .2s;
}

.text-info {
    color: #17a2b8 !important;
}

.icons-gradient {
    font-size: 7vh;
    color: #169eff;
    background: linear-gradient(to bottom right, #169eff, #19ff79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.check-list {
    font-size: 15px;
}

ul.check-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.check-list li {
    padding-left: 1em;
    text-indent: -1em;
}

.check-list li:before {
    content: "✓";
    padding-right: 5px;
    background: linear-gradient(to bottom right, #169eff, #19ff79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border: 3px solid #FFF;
    border-radius: 50px;
}

.slider_cargaevolution img {
    width: 100vw !important;
    height: 60vh;
    object-fit: cover;
    object-position: 100% 10%;

}

.ml-0 {
    margin-left: 0px !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    width: 90%;
    padding: 30px;
    float: right;
    margin-top: -5em;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.posted_by {
    font-style: italic;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #100d3f;
    padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: rgba(0, 0, 0, 0.6);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

a.btn-social,
.btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    webkit-transition: background-color 0.3s;
    width: 54px;
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all 0.25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all 0.25s;
}

.btn-social:hover,
.btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

/*Botón de Facebook*/
.btn-facebook {
    background-color: #3b5998;
}

.btn-facebook:hover {
    background-color: #4c70ba;
}

/*Botón de Linkedin*/
.btn-linkedin {
    background-color: #0976b4;
}

.btn-linkedin:hover {
    background-color: #0b96e5;
}

/*Botón de Instagram*/
.btn-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.btn-instagram:hover {
    background: rgb(40, 90, 235);
    background: linear-gradient(34deg, rgba(40, 90, 235, 1) 0%, rgba(214, 36, 159, 1) 27%, rgba(253, 89, 73, 1) 59%, rgba(253, 244, 151, 1) 92%, rgba(253, 244, 151, 1) 98%);
}

.contact-info {
    margin: 0;
    padding: 0;
}

.contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

.contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: #2786c8;
}

.contact-info li a {
    font-weight: 400 !important;
    color: #2786c8;
}

#footer {
    background: #100d3f;
    /* padding: 60px 0 40px; */
}

.btn-block {
    width: 100%;
}

.botonF1 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: transparent;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999 !important;
    margin-right: 16px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    transition: .3s;
}

span {
    transition: .5s;
}

.botonF1:hover span {
    transform: rotate(360deg);
}

.botonF1:active {
    transform: scale(1.4);
}