html,
body {
  height: 100%;
  width: 100%;
}

body {
    font-family: 'Gothic-Regular';
    color: black;
}

hr {
  border-color: #F1F1F2;
  border-width: 3px;
  max-width: 200px;
}

hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #2E2E2E;
}
a:hover,
a:focus {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* Font */
@font-face {
    font-family: "Gothic-Regular";
    src: url("../fonts/GothicA1-Regular.ttf");
}
@font-face {
    font-family: "Gothic-Bold";
    src: url("../fonts/GothicA1-Bold.ttf");
}
@font-face {
    font-family: "Gothic-ExtraBold";
    src: url("../fonts/GothicA1-ExtraBold.ttf");
}
@font-face {
    font-family: "Gothic-Light";
    src: url("../fonts/GothicA1-Thin.ttf");
}

.text-content-big, h1 {
    font-size: 1.8rem;
}
.text-content-medium, h2 {
    font-size: 1.2rem;
}
.text-content-medium-title {
    font-size: 1.23rem;
}
.text-content-small, p {
    font-size: 1rem;
}
.text-content-xsmall {
    font-size: 0.8rem;
}

.text-normal {
    font-family: "Gothic-Regular";
}
.text-extrabold {
    font-family: "Gothic-ExtraBold";
}
.text-bold {
    font-family: "Gothic-Bold";
}
.text-thin {
    font-family: "Gothic-Light";
}

.text-trans {
    color: #787878;
}
.text-shine {
    color: #ca7f20;
}

.text-spacing {
    letter-spacing: 2px;
}

/* Header */

.main-header {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-logo {
    height: 80px;
}

/* Body */ 

.big-separator {
    padding-top: 100px;
}
.separator {
    padding-top: 40px;
}
.small-separator {
    padding-top: 30px;
}

.section-alt {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bullet-header img {
    float: left;
    margin: 10px;
    width: 80px;
}
.bullet-header .bullet-content {
    padding-top: 30px;
    margin-left: 110px;
}

.bullet-item img {
    float: left;
    margin-left: 35px;
    width: 18px;
}
.bullet-item h2 {
    padding: 0px;
    margin: 0px;
    margin-left: 120px;
}
.bullet-item {
    margin-bottom: 30px;
}

.content {
    padding: 30px;
}

.image-general {
    display: block;
    width: 55%;
    padding: 10px;
    padding-top: 30px;
    margin: 0 auto;
}

/* Inputs */ 

.btn-custom {
    width: 75%;
    margin: 0 auto;
    display: block;
    border: none;
    padding: 8px;
    border-radius: 10px;
    color: white;
    font-family: "Gothic-Bold";
}
.btn-custom:hover {
    background-color: #ca7f20 !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/* Accessories */

.accesory-arrow {
    background-image: url('../images/Ornamento Flecha.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 100px;
}

.arrow-right {
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
}

.arrow-left {
    background-position: right;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.icon-small {
    width: 30px;
}

.icon-contact {
    width: 30px;
    padding-right: 15px;
}

.custom-button {
    background-color: #ca7f20;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 15px;
    font-size: 0.9rem;
    color: #fff;
    font-family: "Roboto-Bold";
}

/* Forms */

.label-title {
    color: #ca7f20;
    font-family: "Gothic-ExtraBold";
    font-size: 1.3rem;
}
input {
    background-color: #e6e6e6 !important;
}

/* Specific */

.section-products {
    background-image: url('../images/products_background2.png');
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 40px;
    border-radius: 0px 200px 0px;
}

.contact-bar {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

/* Timeline */

.horizontal-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-container-endpoint {
    width: 120px;
    height: 200px;
}
.endpoint {
    width: 100%;
    padding-top: 100%;
}

.timeline-container {
    height: 200px;
    width: 100%;
}

.timeline-text {
    height: 40px;
    width: 200%;
    position: relative;
    margin-left: -50%;
}
.timeline-text p {
    text-align: center;
}

.timeline-text-title {
    height: 20px;
    width: 200%;
    position: relative;
    margin-left: -50%;
    clear: both;
}
.timeline-text-title p {
    text-align: center;
}
.upper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.lower {
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    right: 0;
}

.timeline-item {
    width: 100%;
    /*height: 60px;*/
    height: 80px;
    /*padding-bottom: 40px;*/

    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.timeline-line {
    margin-top: -2px;
    border-top: solid #737373 4px;
}
.line-regular {
    width: 30%;
}
.line-small {
    width: 40%;
}
.timeline-shine {
    border-top: solid #F7941D 4px;
}
.timeline-shine-dashed {
    border-top: dashed #F7941D 4px;
}

.timeline-item-content {
    border-radius: 50%;
    color: white;
    text-align: center;
}
.regular {
    width: 40%;
    padding-top: 40%;
    position: relative;
}
.small {
    width: 20%;
    padding-top: 20%;
    position: relative;
}

.timeline-item-content h1 {
    font-size: 0.8rem;
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer_span {
    color: #555;
}

.footer_link, .footer_link:hover, .footer_link:focus {
    color: #ca7f20;
}

@media only screen and (max-width: 991px) {
    .timeline-item {
        height: 140px !important;
        /*width: 100%;*/
    }
    /*.timeline-item-content {
        color: #000 !important;
    }*/
    /*.regular {
        width: 225%;
        padding-top: 80%;
    }
    .small {
        width: 65%;
        padding-top: 45%;
    }*/
    .lower {
        top: 20px;
        position: absolute;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .horizontal-timeline {
        margin-top: -94px;
    }
    .timeline-text {
        margin-bottom: 20px;
    }

    .timeline-text-title {
        height: 65px;
        width: 200%;
        position: relative;
        margin-left: -50%;
        clear: both;
    }
    .timeline-text-title p {
        text-align: center;
    }
    .section-products {
        margin-bottom: 40px;
    }
    #demo {
        padding-top: 150px;
    }
    body{
        touch-action: manipulation;
    }
}

@media only screen and (max-width: 768px) {

    .regular {
        width: 225%;
        padding-top: 80%;
        /*position: relative;*/
    }
    .small {
        width: 65%;
        padding-top: 45%;
        /*position: relative;*/
    }
    .text-thin, .regular h1 {
        font-size: 10px;
    }
    .lower, .upper {
        font-size: 12px;
    }
    .lower {
        top: -10px;
    }
    #demo {
        padding-top: 150px;
    }
    body{
        touch-action: manipulation;
    }
    .section-products {
        background-image: url('../images/products_bg_movil.jpg');
        background-size: cover;
        background-position: center;
        /*padding-top: 70px;*/
        margin-bottom: 40px;
        border-radius: 0px 200px 0px;
    }
}

@media (max-width: 575.98px) { 
    .text-thin, .regular h1, .timeline-item-content h1 {
        font-size: 8px;
    }
    .lower, .upper {
        font-size: 10px;
    }
    .contact-bar{
        width: 100vw;
    }
}
