/*=================================================================
	  Summary Us
==================================================================*/

.summary-fluid {
    background: #ffffff url(../img/Kodak/EsquinaSolucionesVerticales.png) top right no-repeat;
    background-size: 20%;
}

.first-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.first-paragraph {
    color: #2D294F;
    font-family: Circular_Std_Bold;
    font-size: 4vw;
}

.second-paragraph {
    color: #3A59A3;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.therd-paragraph {
    color: #2B204B;
    font-family: Circular_Std_Bold;
    text-align: center;
    font-size: 3vw;
}

.second-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
}

.second-paragraph-alaris {
    color: #2D294F;
    font-family: Baskerville_Rugular;
    font-size: 2.5vw;
    text-align: center;
}

.therd-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

.therd-paragraph-alaris {
    display: inline-block;
    color: #2D294F;
    font-family: Baskerville_Rugular;
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 5%;
}

.therd-paragraph-alaris a {
    color: #3A59A3;
    display: inline-block;
    font-family: Baskerville_Rugular;
    font-size: 4vw;
    margin-top: 3%;
    text-align: center;
    text-decoration: none;
}

.contact-info-kodak {
    color: #2D294F;
    font-family: Baskerville_Rugular;
    font-size: 2.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3%;
    padding-bottom: 2%;
    text-align: center;
}

.contact-info-kodak a {
    color: #3A59A3;
    cursor: pointer;
    font-size: 2.5vw;
    font-family: Baskerville_Rugular;
    text-align: center;
}

@media (max-width: 500px) {
    .contact-info-kodak {
        font-size: 4vw;
        margin-top: 1%;
    }
    .contact-info-kodak a {
        font-size: 4vw;
    }
}

/*=================================================================
	  Section Video
==================================================================*/

.section-video {
    background: #ffffff url(../img/Kodak/EsquinaSolucionesVerticales02.png) bottom left no-repeat;
    background-size: 20%;
}

video {
    text-align: center;
    width: 100% !important;
    height: auto !important;
}

.contact-info {
    color: #2D294F;
    font-size: 2vw;
    font-family: Circular_Std_Book;
    margin-top: 20px;
    padding-bottom: 200px;
}

.contact-info a {
    color: #3A59A3;
    font-size: 2vw;
    font-family: Circular_Std_Book;
}

@media (max-width: 500px) {
    .first-paragraph {
        font-size: 6vw;
    }
    .second-paragraph {
        font-size: 4vw;
        margin-top: -4%;
    }
    .therd-paragraph {
        font-size: 4vw;
        margin-top: -4%;
    }
    .second-paragraph-alaris {
        font-size: 4.2vw;
        margin-top: -8%;
    }
    .therd-paragraph-alaris {
        font-size: 4.2vw;
        margin-top: -5%;
    }
    .contact-info {
        font-size: 4.9vw;
        padding-bottom: 25%;
    }
    .contact-info a {
        font-size: 4.9vw;
    }
}