/*
Theme Name: Divi child
Description: Tema hijo
Author: Motif
Template: Divi
*/

@import url('https://www.cmp.cl/reporte-sostenibilidad/wp-content/themes/Divi/style.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*:root{
	--pacificblu_amarillo: #ECDE00;
	--pacificblu_azul: #002B5A;
	--pacificblu_gris: #002B5A;
	--pacificblu_gris_claro: #F8F4F6;
}*/

body, input, textarea, select{
	font-family: 'Roboto', sans-serif !important;
}

.flip_box_back, .flip_box_front {
	padding: 10px !important;
}

/* Main Menú */
.et_header_style_left #et-top-navigation nav>ul>li>a{

}
.et_header_style_left #et-top-navigation nav>ul>li>a:hover{
	color: var(--pacificblu_amarillo);
	opacity: 1;
}

/* Botones */
.btn-descarga-pdf{
	width: 100%;
    height: 180px;
    display: flex !important;
    justify-content: flex-start;
    /*text-transform: uppercase;*/
    font-size: 16px;
    padding-top: 20px !important;
	text-align: center;
	line-height: 20px !important;
}
.btn-descarga-pdf .label{
	position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
    color: #FFFFFF;
	opacity: 0;
	transition: .2s all ease-in-out;
	z-index: 2;
}
.btn-descarga-pdf .bg{
	position: absolute;
	z-index: 1;
	background-color: rgba(25,100,204,.8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .2s all ease-in-out;
}
.btn-descarga-pdf:hover{
	opacity: 1;
}
.btn-descarga-pdf:hover .label{
	opacity: 1 !important;
}
.btn-descarga-pdf:hover .bg{
	opacity: 1;
}
.divi-toggle-text .et_pb_text_inner {
  max-height: 210px; /*=define the height of your text module=*/
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.divi-toggle-text .et_pb_text_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  
}
.divi-toggle-text .divi-text-expand-button {
  padding: 0.5em;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
}
.divi-toggle-text .divi-text-expand-button span {
  cursor: pointer;
}
.divi-toggle-text .divi-text-expand-button .divi-text-toggle-icon {
  font-family: ETMODULES, "sans-serif";
}
.divi-toggle-text .divi-text-toggle-expanded {
  max-height: 2000px;
  transition: max-height 0.3s ease-in;
}
.divi-toggle-text .divi-text-toggle-expanded.et_pb_text_inner:after {
  background: none;
}
#footer-info
{
    float: none;
    padding-bottom: 10px;
    text-align: center;
}
.flip_box .image_wrap {
	margin-bottom: 10px !important;
}

.flip_box_back .image_wrap{
	display: none !important;
}
.flip_box_back .et_pb_button_wrapper {
   margin-top: 10px !important;
	position: absolute !important;
	bottom: 20px;
	left: 0;
    right: 0;
    margin: auto;
}
.flip_box_back h4 {
	padding-bottom: 0px !important;
}

/* buttons fixed to the bottom */

            .gq_r_fixed_buttons .et_pb_column {

                padding-bottom:30px;}

          