/************/
/* Welcome */
/************/

#bienvenido {
    height: 65px;
}

#welcome #text h1 {
    color: #343838;
    font-size: 3em;
}

#welcome #text h2 {
    color: white;
}

#banner {
    width: 85%;
    background-color: #6579b2;
}

#banner h3 {
    color: white;
    text-align: right;
    padding: 0 2% 0 2%;
}

#arrow {
    display: none;
}

/* Phones */
@media screen and (max-width: 767px) and (orientation: portrait){
    .imagen {
        width: 100%;
        height: 100%;
        background: url("../img/phone_cia.png") no-repeat top center;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .imagen {
        width: 100%;
        height: 100%;
        background: url("../img/tablet_cia.png") no-repeat top center;
        background-size: cover;
    }
}
/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .imagen {
        width: 100%;
        min-height: 100%;
        background: url("../img/tablet_cia.png") no-repeat left center;
        background-size: cover;
    }
}

/* Desktops */
@media screen and (min-width: 1025px) {
    .imagen {
        width: 100%;
        min-height: 100%;
        box-sizing: border-box;
        background: url("../img/laptop_cia.png") no-repeat center center;
        background-size: cover;
    }

    #arrow {
        display: block;
        color: white;
        background-color: #343838;
        position: absolute;
        padding: 0px 0.1em;
        margin: 20px;
    }
}

/**************/
/* Who we are */
/**************/

#who  {
    min-height: inherit;
}

#who .container {
    background: #7FB2F0;
    color: white;
}

#who .container .title {
    color: white;
}

#who .container .body {
    text-align: justify;
}

#who_cards {
    padding: 2% 10%;
    border-bottom: 1px solid #02d174;
    border-top: 1px solid #02d174;
}

.who_card {
    display: inline-block;
    text-align: center;
    padding: 0;
    min-width: 100%;
    padding-top: 5%;
}

.who_card .who_img {
    height: 80%;
    padding: 5% 0;
    padding-bottom: 0;
    color: #02d174;
}

.who_card .who_txt {
    height: 20%;
    padding: 5%;
    color: #343838;
    padding-top: 2%;
}

.who_card .who_txt p {
    margin: 0;
}

.who_card .who_hr {
    margin-bottom: 0;
    border-color:  #02d174;
}

#boton-nosotros {
    background-color: #ecf0f1;
    color: #343838;
    border-radius: 5px;
}

#boton-nosotros:active, #boton-nosotros:hover {
    background: #343838;
    color: white;
}

/**************/
/*  Products  */
/**************/

#what {
    background-color:   #ecf0f1;
    min-height: inherit;
    padding-bottom: 5%;
}

#what .container, #what .container h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #343838;
}

.product-card {
    padding: 5px;
    margin-top: 2em;
    margin-right: 10px;
    padding-bottom: 51px;
    padding-top: 1.5em;
    color: white;
}

.product-card h4 {
  color: white;
}

.product-card hr {
    border-color: white; 
    margin: 1em 10%;
}

.product-card .button {
    margin-bottom: 0;
    width: 100%;
    position:absolute;
    bottom:0;
    left: 0;
    border-radius: 0;
    background: #343838;
}

#product0{
    background-color: #35478C;
}

#product1{
    background-color: #4E7AC7;
}

#product2{
    background-color: #7FB2F0;
}

#product3 {
    background-color: #7FB2F0;
}

#product4 {
    background-color: #4E7AC7;
}

#product5 {
    background-color: #35478C;
}

/* Non-Desktops */
@media screen and (max-width: 1025px) {
    .product-card {
        padding: 5%;
        margin: 0;
    }

    .product-card .button {
        margin-bottom: 0;
        width: 50%;
        position:relative;
        bottom:0;
        left: 0;
        border-radius: 0;
    }

    .product-card h4 {
        font-size: 1.5em;
    }

    #what {
        padding-bottom: 0;
    }

    #product3 {
        background-color: #35478C;
    }

    #product5 {
        background-color: #7FB2F0;
    }
}

/***********/
/* Success */
/***********/

#success {
    min-height: inherit;
    background-color: #7FB2F0;
}

#success h1 {
    color: white;
}

.success-card {
    margin: 0;
    padding: 25px 50px;
    display: table-cell;
    background-color: #4E7AC7;
    color: white;
    cursor: pointer;
    border-radius: 10px;
}

.success-card .success-titulo {
    display: table;
    height: 80px;
    width: 100%;
}

.success-card h4 {
    margin-top: 0;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.success-card p {
    margin: 10px 0;
}

.success-card .button {
    background-color: #008C9E;
    color: white;
}

.success-card img {
    width: 60%;
}

#boton-success {
    color: white;
    background-color: #008C9E;
    border-color: white;
}

#boton-success:active, #boton-success:hover {
    background-color: white;
    color: #008C9E;
}

@media screen and (max-width: 1100px) {
    #success {
        background-color: white;
    }

    #success .title {
        color: #343838;
    }

    #success .columns {
        margin-bottom: 20px;
    }

}

/**********/
/* Hiring */
/**********/

#hiring {
    background-color: #ecf0f1;
    text-align: center;
}

#hiring .container {
    padding:  5%;
    padding-top: 75px;
}

#hiring h1 {
    color: #343838;
}

#boton-hiring {
    color: white;
    background-color: #7FB2F0;
    border-radius: 5px;
}

#boton-hiring:active, #boton-hiring:hover {
    background: #72c067;
    color: white;
}

@media screen and (max-width: 1100px) {
    #hiring {
        background-color: #4E7AC7;
    }

    #hiring h1, #hiring p {
        color: white;
    }

    #boton-hiring {
        background-color: #72c067; 
    }

}

/**********/
/* Common */
/**********/

.fa-7x {
    font-size: 7em;
}
