/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */






 
  .wp-block-separator.is-style-bold-separator {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}
 
 
 
 

 
  .is-style-solid a.wp-block-button__link:not(.has-background) {
color: #01579b !important;
    background-color: transparent !important;
    border: 2px solid;
}








 
 .wp-block-separator.is-style-bold-separator:before {
content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 40px;
    letter-spacing: 1em;
    padding-left: 1em;
    font-family: serif;
}
 
 



 
 
.is-style-blue-paragraph {
background-color: #2485e7;
    border-left: 6px solid #215c98;
    color: #FFF;
    padding: 16px;
}

.is-style-blue-paragraph a, .is-style-blue-paragraph a:visited {
color: #ffc84c;
}


p.is-style-blue-paragraph::before {
font-family: Arial;
    content: "\201C";
    color: #ffffff;
    font-size: 6em;
    position: relative;
    left: 10px;
    height: 60px;
    top: -10px;
    display: block;
}





.is-style-ligt-blue-paragraph {
background-color: #f3f9fa;
    border-left: 3px solid #12879C;
    color: #000000;
    padding: 16px;
}

.is-style-ligt-blue-paragraph a, .is-style-ligt-blue-paragraph a:visited {
color: #12879C;
}




.is-style-green-paragraph {
	background-color: #fff9be;
	border-left: 6px solid #fdbd40;
	color: #000;
	padding: 16px;
}


.is-style-yellow-paragraph {
    background-color: rgba(46,204,113,.1);
    border-left: 8px solid #2ecc71;
    color: #000;
    padding: 25px;
    padding-bottom: 30px;
}

p.is-style-yellow-paragraph::before {
    /* font-family: Arial; */
    content: url(images/tip.svg);
    color: #8bccc2;
    stroke: #2ecc71;
    fill: #2ecc71;
    display: block;
}






.is-style-yellow-paragraphd:before {
    background-image: url(images/foco.png);
    background-size: 30px 20px;
    content: "";
    height: 74px;
    /* left: 0; */
    padding-right: 33px;
    /* position: absolute; */
    /* top: -56px; */
    width: 35px;
   
}



ul.is-style-positive-list {
    background-color: #eefbff;
    box-shadow: 1px 1px 0 0 #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

ul.is-style-negative-list {
    background-color: #f4f1f5;
box-shadow: 1px 1px 0 0 #e4e1e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


.is-style-checkbox-list li,.is-style-negative-list li,.is-style-positive-list li,.is-style-positive-list-clean li  {
list-style-type: none;
       line-height: 20px;
    position: relative;
    margin-bottom: 15px !important;
    display: block;

}







.is-style-advantages-list li  {list-style-type: none;line-height: 20px;position: relative;margin-bottom: 15px !important;display: block;/* padding-left: 20px; */}



.is-style-positive-list li:before {
background-image: url(images/ok_accept_approved.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    width: 24px;
}


.is-style-advantages-list li:before {
background-image: url(images/thumbs-up-outline.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    width: 24px;
}

.is-style-advantages-list.down li:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(-180deg);
}



.is-style-positive-list-clean li:before{
background-image: url(images/ok_accept_approved.svg);
    background-size: 30px 20px;
     background-repeat: no-repeat;
    content: "";
    height: 20px;
    width: 35px;
}


ul.is-style-checkbox-list li:before {background-image: url(images/check-white.svg);background-size: 20px 20px;background-repeat: no-repeat;content: "";height: 20px;width: 20px;}



ul.is-style-negative-list li:before {
background-image: url(images/warning.png);
    background-size: 22px 22px;
        background-repeat: no-repeat;
    content: "";
    height: 22px;
    width: 22px;
}


.wp-block-group__inner-container ul.is-style-advantages-list {

    padding: 0px 0px 0px !important;
}


ul.is-style-checkbox-list, ul.is-style-advantages-list, ul.is-style-negative-list , ul.is-style-positive-list, .is-style-positive-list-clean {
    margin: 30px 30px 30px 30px;
}

.is-style-checkbox-list li:before, .is-style-advantages-list li:before, .is-style-positive-list-clean li:before,.is-style-negative-list li:before,.is-style-positive-list li:before{
margin-left: -30px;
    position: absolute;
}







blockquote.is-style-quotes-quote{
    font-size: 1.4em;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 3px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #e5e7ea;
}

blockquote.is-style-quotes-quote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}


blockquote.is-style-yellow-quote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote.is-style-yellow-quote{
font-size: 1.4em;
    font-family: Open Sans;
    font-style: italic;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 3px solid #ffcf00;
    line-height: 1.6;
    position: relative;
    background: #fffcd6;
}

blockquote.is-style-yellow-quote::before{
    left: 10px;
    top: -10px;
}

blockquote.is-style-yellow-quote::after{
    right: 35px;
    bottom: -56px;
}
blockquote.is-style-yellow-quote::before,
blockquote.is-style-yellow-quote::after{
font-family: Arial;
    content: "\201C";
    color: #ffcf00;
      font-size: 4em;
    position: absolute;
}

blockquote.is-style-quotes-quote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

@media (max-width: 600px){
	
	
blockquote.is-style-yellow-quote {
padding: 3.2em 17px 1.2em 15px;
    font-size: 1.1em;
    font-family: inherit;
    padding-bottom: 25px !important;
}
blockquote.is-style-yellow-quote::after {
    right: 35px;
    bottom: -30px;
}

blockquote.is-style-quotes-quote {
    padding: 1.2em 17px 1.2em 15px;
    font-size: 1.1em;
    font-family: inherit;
}
}
