/*=================================================================
	  Summary Capture
==================================================================*/
.first-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.first-paragraph {
    color: #185BA2;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.second-text {
    display: inline-block;
    color: #185BA2;
    font-family: Circular_Std_Bold;
    font-size: 1.75vw;
    text-align: center;
    width: 100%;
}

.therd-text {
    display: inline-block;
    color: #2B2450;
    font-family: Baskerville_Rugular;
    font-size: 1.75vw;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 100%;
}

.title-quality {
    color: #2B2352;
    font-family: Circular_Std_Bold;
    font-size: 60px;
    text-align: center;
    margin-bottom: 8%;
}

#processDiagram {
    width: 20vw;
    float: left;
}

.quality>div>img {
    width: 100%;
}

.quality {
    margin: 0 3%;
}

.table {
    width: 50%;
    margin-bottom: 3%;
}

.table td, .table th {
    padding: 0.75rem;
}

.table-body-process th {
    border: none;
}

.table-body-process td {
    color: #2B2450;
    border: none;
    font-family: Baskerville_Regular;
    text-align: justify;
    word-wrap: break-word;
}

.pico-01 img{
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1025px) {
    #processDiagram img {
        width: 40vw;
    }
}

@media only screen and (min-width: 1000px) {
    #processDiagram img {
        width: 40vw;
    }
}

@media only screen and (min-width: 900px) {
    #processDiagram img {
        width: 30vw;
    }
}

@media screen and (max-width:700px) {
    .first-paragraph {
        font-size: 7vw;
    }
    .second-text {
        font-size: 4.5vw;
    }
    .therd-text {
        font-size: 4.8vw;
    }
    .table {
        width: 100%;
        margin-bottom: 3%;
    }
    .table-body-process th img {
        width: 5vw;
    }
    .table-body-process td {
        font-family: Baskerville_Regular;
        font-size: 4vw;
        text-align: left;
    }
    #processDiagram {
        float: left;
        width: 100%;
    }
    #processDiagram img {
        width: 80vw;
    }
}

/*=================================================================
	  QUALITY
==================================================================*/
.title-quality-section h1 {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
}

.second-text-quality {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 2vw;
    text-align: center;
}

.therd-text-quality {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 1.9vw;
    margin-bottom: 3%;
    text-align: center;
}

.image-quality {
    float: left;
    width: 40vw;
    margin-right: 9vw;
}

.image-quality img {
    width: 100%;
}

.quality-table {
    margin: 0 3%;
}

.table {
    display: inline-block;
    vertical-align: initial;
}

.table.table-quality {
    width: 40vw;
}

.table-body-quality th {
    border: none;
}

.table-body-quality td {
    color: #ffffff;
    border: none;
    font-family: Baskerville_Regular;
    text-align: justify;
    font-size: 1.75vw;
    word-wrap: break-word;
}

.logo-quality-section {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 700px) {
    .container-quality{
        margin-top: -0.3%;
    }

    .title-quality-section h1 {
        font-size: 10vw;
    }
    .second-text-quality {
        font-size: 4vw;
    }
    .therd-text-quality {
        font-size: 4vw;
    }
    .image-quality img {
        width: 85vw;
    }
    .table.table-quality {
        width: 98%;
    }
    .table-body-quality th img {
        width: 5vw;
    }
    .table-body-quality td {
        font-size: 4.5vw;
        font-family: Baskerville_Rugular;
        text-align: left;
    }
    .logo-quality-section {
        margin: -15% 0 10% 0;
    }
}

/*=================================================================
	  HUMAN RESOURCES
==================================================================*/

.human-resources {
    background: #E0E1E3 url(../img/Capture/Patron_RH.png) bottom right no-repeat;
    width: 100%;
}

.title-human-resources {
    color: #185BA2;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    margin-top: 12%;
    margin-bottom: 2%;
    text-align: center;
}

.hr-image-blocks {
    text-align: center;
}

.first-hr-summary-blocks p {
    display: block;
    color: #ffffff;
    font-size: 1.75vw;
    font-family: Baskerville_Rugular;
    text-align: center;
    margin: -20vh 0 0 0;
}

.second-hr-summary-blocks p {
    display: block;
    color: #ffffff;
    font-size: 1.75vw;
    font-family: Baskerville_Rugular;
    text-align: center;
    margin: -20vh 0 0 0;
}

.therd-hr-summary-blocks p {
    display: block;
    color: #ffffff;
    font-size: 1.75vw;
    font-family: Baskerville_Rugular;
    text-align: center;
    margin: -20vh 0 0 0;
}

.pico-two img{
    background-color: #E0E1E3;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1450px) {
    .human-resources {
        background-size: 15%;
    }
    .hr-image-blocks img {
        margin: 0 50px;
        width: 10vw;
    }
}

@media only screen and (min-width: 1025px) {
    .human-resources {
        background-size: 15%;
    }
    .hr-image-blocks img {
        width: 23vw;
    }
}

@media only screen and (min-width: 900px) {
    .human-resources {
        background-size: 15%;
    }
    .hr-image-blocks img {
        width: 23vw;
    }
}

@media only screen and (min-width: 700px) {
    .human-resources {
        background-size: 15%;
    }
    .hr-image-blocks img {
        width: 23vw;
    }
}

@media only screen and (max-width: 500px) {
    .human-resources {
        background: #E0E1E3;
    }
    .title-human-resources p {
        font-size: 7.5vw;
    }
    .hr-image-blocks img {
        width: 70%;
    }
    .first-hr-summary-blocks p {
        margin: -100vh 0 0 0;
        font-size: 5vw;
    }
    .second-hr-summary-blocks p {
        margin: -60vh 0 0 0;
        font-size: 6.5vw;
    }
    .therd-hr-summary-blocks p {
        margin: -20vh 0 0 0;
        font-size: 6.5vw;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2) {
    .first-hr-summary-blocks p {
        margin: -101vh 0 0 0;
        font-size: 5vw;
    }
    .second-hr-summary-blocks p {
        margin: -60vh 0 0 0;
        font-size: 5vw;
    }
    .therd-hr-summary-blocks p {
        font-size: 5vw;
        margin: -20vh 0 0 0;
    }
}

@media only screen 
    and (min-device-width: 411px) 
    and (max-device-width: 823px) {
    .first-hr-summary-blocks p {
        margin: -90vh 0 0 0;
        font-size: 5vw;
    }
    .second-hr-summary-blocks p {
        margin: -52vh 0 0 0;
        font-size: 5vw;
    }
    .therd-hr-summary-blocks p {
        font-size: 5vw;
        margin: -15vh 0 0 0;
    }
}

/* ----------- iPhone X ----------- */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3) {
    .first-hr-summary-blocks p {
        margin: -84vh 0 0 0;
        font-size: 5vw;
    }
    .second-hr-summary-blocks p {
        margin: -50vh 0 0 0;
    }
    .therd-hr-summary-blocks p {
        margin: -15vh 0 0 0;
    }
}

/*=================================================================
	  SAFETY
==================================================================*/

.title-human-resources {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.title-human-resources h1 {
    color: #185BA2;
    font-family: Circular_Std_Bold;
}

.second-text-safety {
    display: inline-block;
    color: #2C2648;
    font-family: Circular_Std_Bold;
    font-size: 2vw;
    text-align: center;
    margin-top: -2%;
    margin-bottom: 5%;
}

.image-info-physic {
    text-align: center;
}

.image-info-physic>img {
    height: 35vh;
}

.image-info-digital {
    text-align: center;
}

.image-info-digital>img {
    height: 35vh;
}

.div-table-safety {
    margin: 0 3%;
}

.table-safety {
    width: 110%;
    margin-bottom: 10%;
}

.table-body-safety {
    padding: 1% 0;
}

.table-body-safety th {
    width: 7%;
    border: none;
    padding: 3% 0;
}

.table-body-safety td {
    color: #2C2648;
    border: none;
    font-family: Baskerville_Rugular;
    text-align: justify;
    font-size: 1.75vw;
    word-wrap: break-word;
    padding: 3% 0;
}

.subtitle-safety {
    color: #185BA2;
    font-family: Circular_Std_Bold;
    font-size: 30px;
    margin-top: 20px;
}

/***************************************************************************/

.div-table-physic {
    margin: 0 3%;
}

.table-pyshic {
    width: 110%;
    margin-bottom: 10%;
}

.table-body-physic {
    padding: 1% 0;
}

.table-body-physic th {
    width: 7%;
    border: none;
    padding: 3% 0;
}

.table-body-physic td {
    color: #2C2648;
    border: none;
    font-family: Baskerville_Rugular;
    text-align: justify;
    font-size: 1.75vw;
    word-wrap: break-word;
    padding: 3% 0;
}

th {
    vertical-align: top;
}

th img {
    width: 2vw;
}

.safety th {
    padding-right: 4%;
}

@media screen and (max-width: 700px) {
    .title-human-resources {
        font-size: 7vw;
    }
    .second-text-safety {
        font-size: 5vw;
    }
    .table-safety {
        width: 100%;
    }
    .table-body-safety th {
        padding: 4% 0;
    }
    .table-body-safety th img {
        width: 5vw;
    }
    .table-body-safety td {
        font-size: 5vw;
        text-align: left;
    }
    .table-physic {
        width: 100%;
        margin-bottom: 5%;
    }
    .table-body-physic th {
        padding: 4% 0;
    }
    .table-body-physic th img {
        width: 5vw;
    }
    .table-body-physic td {
        font-size: 5vw;
        text-align: left;
    }
}