/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
 

:root {  
  
--cnvs-primary-font: "Verdana", sans-serif, sans-serif;
--cnvs-secondary-font: "Arial", sans-serif, sans-serif;
--cnvs-body-font: "Arial", sans-serif, sans-serif;
}

#side-panel .side-panel-wrap{
	width: inherit;
} */

header {
    background: #0f70b7!important;
}

.text-blue{
	color: #0f70b7;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
    width: 100% !important;
    max-width: 400px;
}


.text-blue {
    color: #0f70b7;
    font-size: 40px;
}

.panel-title {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 21px;
    color: inherit;
}

@media (max-width: 576px) {

    .text-blue {
        color: #0f70b7;
        font-size: 35px;
    }
    .footer-logo {
        display: block;
        margin-bottom: 30px;
        width: 80% !important;
        max-width: 400px;
    }

    a:not(.btn-link):not(.text-decoration-underline):not(.more-link) {
        text-decoration: none !important;
        font-size: 16px;
    }

    /* Slider  */
.title_slider{
    font-size: 16px; 
    color: white; 
    font-weight: 900;
}

  }

  /* TEstimoniales  */

  .img_testimonial{
    width: 40px;
    padding: 0;
    margin: 0;
  }

  .block-testimonials-3 .testimonial-col {
    border: 1px solid #EEE;
    border-radius: 15px!important;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    background: white;
}

.btn_boogle{
    display: flex;
    align-items: center;
    background: white;
    width: 150px;
    justify-content: space-around;
    margin: auto;
    border-radius: 2px;
    margin-top: 40px;
    padding: 10px;
    border: 1px solid grey;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 7px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ffffff !important;
    border-radius: 10px;
}

  /* Slider  */
  .title_slider{
    font-size: 25px!important; 
    color: white; 
    font-weight: 900;
}

@media (max-width: 576px) {
      /* Slider  */
.title_slider{
    font-size: 20px!important; 
    color: white; 
    font-weight: 900;
}

.p-all{
    padding: 4px 4px 4px 4px!important;
    margin: 0 0 0 0!important;
}

  }


  p {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: normal;
}

.button-icon-effect i {
    --cnvs-btn-icon-margin-offset: -1rem;
}

.btn-default_top {   
    font-size: 20px;
    padding: 5px 40px;
    right: 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: fit-content;
    margin: auto;
}

  















