/* 
Theme Name:      Centro de embalajes
Theme URI:       https://www.kantafio.com/
Description:     Centro de embalajes is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.0.0
Text Domain:     Centro de embalajes
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
  ## Typography
# Cross / Secciones
  ## Hero


--------------------------------------------------------------*/

@media only screen and (max-width: 1393px) {
    .cde-quienes {
        width: 100% !important;
        padding-left: 30px !important;
        padding-right: 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        overflow-x: hidden !important;
        align-self: center !important;
        max-width: none !important;
    }
}

@media only screen and (min-width: 1394px) {
    .cde-img {
        max-width: none;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .cde-quienes {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 768px) {

    .cde-quienes .offset-md-1::after {
        content: "";
        width: 1px;
        background-color: var(--azul-ceruleo, #014685);
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) {

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*
  ## Typography
*/


/*--------------------------------------------------------------
# Cross / Secciones
--------------------------------------------------------------*/

}