@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('ARIBLK.woff') format('woff');
}

html{
    overflow-x: hidden;
}

.navbar-brand img{
    height: 50px;
}

.azul{
    color: blue !important
}
.violeta {
    color: #5d34d2 !important
}
.rosa {
    color: #d307d8 !important
}
.amarillo {
    color: #f0c75d !important
}
.verde {
    color: #4aba94 !important
}
.blanco {
    color: #ffffff !important
}

.violeta-bg {
    background-color: #5d34d2
}
.rosa-bg {
    background-color: #d307d8
}
.amarillo-bg {
    background-color: #f0c75d
}
.verde-bg {
    background-color: #4aba94
}
.blanco-bg {
    background-color: #ffffff
}

.navbar-marg{
    margin-left: 5px
}

.controls{
    margin-top: 70px;
}

.mt-10 {
    margin-top: 65px;
}

canvas {
    border: 2px solid #ffc107;
    border-radius: 10px;
    margin-top: 15px;
}

.linea {
    border-radius: 25px;
}

.can-h{
    margin-bottom: 400px
}

.navbar{
    background: url(../img/linea.png) no-repeat center bottom #1F3F92;
    background-size: 100% 9px;
}

.nav-item {
    margin-left: 5px
}

.nav-item:hover {
    font-weight: bold;
}

.remera-main{
    min-height: 82vh;
}

#color1 {
    display: flex;
}

#color2 {
    display: none;
}

@media only screen and (max-width: 350px) {
    /* For mobile phones: */
    #color1 {
        display: none;
    }
    #color2 {
        display: flex;
    }
}

.sidebar-div ul{
    list-style: none;
}

.sidebar-div li{
    margin-top: 8px;
    margin-left: -27px;
}

.sidebar-a{
    text-decoration: none;
    color: #3b3b3b
}

.sidebar-a:hover{
    color: #4aba94;
}

.sidebar-a-active{
    color: #4aba94;
}

body {
    margin-top: 50px;
}

.map-lg{
    width: 100%;
    height: 350px;
}

.img-card{
    width: 100px;
    margin: auto;
    margin-top: -50px;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #4aba94;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #4aba94;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #4aba94;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}

.icon-index{
    width: 100px;
}

.caja{
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    max-width: 900px;
    height: 300px;
}
.caja h2{
    font-size: 40px !important;
    line-height: 300px;
    color: rgb(44, 44, 44);
}

@media only screen and (max-width: 767px) {
    .caja{
        max-width: 600px;
    }
    .caja h2{
        line-height: initial;
        padding-top: 80px;
    }
    #titulo-index4{
        margin-top: -120px;
        font-size: 25px !important;
        line-height: 50px;

    }
}

.hugo-text{
    font-size: 35px !important;
}

#btn-trabajar{
    color: rgb(216, 176, 0);
    font-weight: bold;
    background-color: white;
    border: 4px solid rgb(216, 176, 0);
    border-radius: 18px;
}

#btn-trabajar i{
    margin-right: 6px;
}

#btn-faq{
    color: rgb(0, 2, 114);
    font-weight: bold;
    background-color: white;
    border: 4px solid rgb(0, 2, 114);
    border-radius: 18px;
}

#btn-faq i{
    margin-right: 6px;
}

#btn-ins{
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
    color: rgb(12, 131, 1);
    font-weight: bold;
    background-color: white;
    border: 4px solid rgb(12, 131, 1);
    border-radius: 18px;
}

#btn-ins i{
    margin-right: 6px;
}

.text-right{
    text-align: end;
}

#proyectos h2{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    display: inline;
    background-color: #d307d8;
}

.remera{
    width: 100vw;
    height: 600px;
    padding-bottom: 200px;
    background-image: url(../img/remeras_ejemplo.jpg);
    background-size: cover;
    background-position: center;
}

.parallax-cont{
    width: 100vw;
    height: 600px;
    padding-bottom: 200px;
    background-image: url(../img/children.jpg);
    background-size: cover;
    background-position: center;
}

.parallax-title{
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 60px;
    text-align: center;
    padding-top: 250px;
}

.cambio-col{
    position: absolute;    
    width: 100%;
    padding: 0;
    margin: 0;
    top: 600px;
}

.cambio-col-azul{
    background-color: #2423ac;
    height: 10px;
    z-index:7;
    padding: 0;
}
.cambio-col-rosa{
    background-color: #d307d8;
    height: 10px;
    z-index:7;
    padding: 0;
}
.cambio-col-verde{
    background-color: #4aba94;
    height: 10px;
    z-index:7;
    padding: 0;
}
.cambio-col-amarillo{
    background-color: #f0c75d;
    height: 10px;
    z-index:7;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .remera{
        height: 400px;
    }
    .parallax-cont{
        height: 400px;
    }
    .parallax-title{
        padding-top: 150px;
    }
    .cambio-col{
        top: 400px;
    }
}

.paral{
    height: 400px;
    padding-bottom: 200px;
    background-image: url(../img/index4.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.paral-title{
    position: absolute;
    text-align: center;
    font-size: 60px;
    text-align: center;
    padding-top: 140px;
    padding-right: 80px;
    font-size: 35px !important;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .paral-title{
        padding-top: 100px;
        padding-right: 0;
        font-size: 29px !important;
    }
}

.gal-img:hover{
    cursor: pointer;
}

.ins-img{
    max-width: 250px;
}

@media only screen and (max-width: 767px) {
    .ins-img{
        max-width: 150px;
    }
}

.carta-login{
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    max-width: 500px;
}