﻿.indexcard {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 20px;
}
.leftcard{
    background-color: white;
    color: black;
}
.rightcard {
    background-color: #2c6387;
    color: white;
}

.listicon {
    max-width: 100%;
    max-height: 100%;
}
.listicondiv {
    width: 29px;
    height: 29px;
    margin-bottom: 16px;
    display:inline-block
}
.listtextdiv {
    width: 120px;
    width: calc(100% - 34px);
    display: inline-block
}

.listtext{
    margin-left: 7px
}
.Aimg {
    width: 87%;
    display: block;
}
.Atable {
    width: 85%
}
@media(max-width:767px){
    .listtext{
        font-size:11px
    }
    .EAimg{
        min-width:100%;
        max-width:100%
    }
    .Aimg{
        max-width:100%;
        min-width:100%
    }
    .Atable{
        width:100%;
    }
    .goldcorp{
        width:80%;
        max-width:80%
    }
    .river{
        max-height:100px
    }

}
@media(min-width:768px){
    .AMmargin{
        margin-left:8%
    }
    .EAmargin {
        margin-left: 6%
    }
    .EAimg {
        max-width: 86%;
        min-width: 86%;
        margin-left: 14%
    }
    .Tmargin {
        margin-left: 5%
    }
    .Timg{
        float:right
    }
    .goldcorp {
        width: 30%;
        height: auto;
    }
    .aguada {
        width: 35%;
        height: auto;
        margin-left: 3%
    }
    .hyundai {
        width: 23%;
        height: auto
    }
    .polooeste {
        width: 22%;
        height: auto;
        margin-right: 3%
    }
    .technip {
        height: 90px
    }
    .river {
        margin-left: 5%
    }
}


.cardtitle {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom:25px;
    font-size: 35px
}

.markImg {
    max-width: 100%;
    max-height: 150px;
    height: auto;
    width: auto\9; /* ie8 */
    padding-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-height:120px;
}

.slider a {
    padding: 0 20px
}

#carousel img {
    margin: auto
}

.clientsButton {
    background-color: white;
    border: solid 1px black;
    color: black;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    transition: background-color 0.5s ease, border 0.3s ease;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .clientsButton:hover {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
        border: solid 1px transparent;
    }

.productIconDiv{
    cursor:pointer;
    padding: 8px 25px;
    border-radius:8px;
    width: 20%;
    position:relative;
    float:left;
    text-align:center;

}
.productIconDiv:hover {
    background-color: #e0e0e0;
}
.productIconDiv > img{
    width: 86%;
}

.iconsRow {
    width: 90%;
    margin: auto;
}

@media (max-width: 767px){
    .AMIconDescription{
        font-size:25px;
    }
    .productIconDiv{
        padding: 8px 4px;
    }
    .iconsRow{
        width: 96%;
    }
    .iconsRow .cardtitle{
        padding-left: 0 !important
    }
    .productIconDiv > h2 {
        font-size: 10px !important
    }

    .productIconDiv > p {
        font-size: 10px !important
    }


    .Mimg{
        width:50%
    }
}

.musteringButton {
    background-color: transparent;
    border: solid 1px white;
    color: white;
    padding: 8px 20px;
    transition: background-color 0.5s ease;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 3px
}

    .musteringButton:hover {
        color: #2c6387;
        background-color: white;
    }

@media (max-width:767px){
    .musteringButton {
        font-size: 12px;
        padding: 5px;
    }
    .Tmargin .lead{
        margin-left: 2px !important
    }
}