@font-face {
    font-family: Poppins-Bold;
    src:url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src:url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src:url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Black;
    src:url(../fonts/Poppins-Black.ttf);
}

:root {
     --azul :#2955A2;
    --gris :#707070;
    --amarillo : #EFB500;
    --blanco : #fff;
}
    
* span {
	font-size: 17px;
}

 * h1 {
	 font-size: 60px;
}

 * h2 {
	font-size: 42px;
}

 * h3 {
	font-size: 22px;
}

* h4 {
    font-size: 18px;
	 
}

 * h5 {
    font-size: 14px;
     
}
 

.fw-200 { font-family: Poppins-Light;} 
.fw-700 { font-family: Poppins-Bold;}
.fw-400 { font-family: Poppins-Regular;} 
.fw-800 { font-family: Poppins-Black;} 

.gris {  color:var(--gris);} 
.blanco { color:var(--blanco); } 
.azul { color:var(--azul) ;}
.amarillo { color: var(--amarillo); } 

.bg_gris {  background-color:var(--gris);} 
.bg_blanco { background-color:var(--blanco); } 
.bg_azul { background-color:var(--azul) ;}
.bg_amarillo { background-color: var(--amarillo); } 


body, html {
    background-color: #F1F1F1
}
	
.fz-10 { font-size: 10px!important }
.fz-12 { font-size: 12px!important }
.fz-14 { font-size: 14px!important }
.fz-16 { font-size: 16px!important }
.fz-18 { font-size: 18px!important }
.fz-20 { font-size: 20px!important }
.fz-22 { font-size: 22px!important }
.fz-24 { font-size: 24px!important }
.fz-26 { font-size: 26px!important }
.fz-28 { font-size: 28px!important }
.fz-30 { font-size: 30px!important }
.fz-32 { font-size: 32px!important }
.fz-34 { font-size: 34px!important }
.fz-36 { font-size: 36px!important }
.fz-38 { font-size: 38px!important }
.fz-42 { font-size: 42px!important } 
.fz-45 { font-size: 45px!important } 

.border-radiu-20 { 
    z-index: 9;
    border-radius: 45px;
    position: relative;
}

.bg_azul_decoration {
    position: relative;
}

.modal-decoracion {
    border-radius: 18px;
}

.nav-link {
    color: var(--gris);
    font-size: 19px;font-family: Poppins-Black;
}

.nav-link:hover {
    background-color: var(--amarillo);
    color: var(--blanco);
    border-radius: 14px;
}

.img__mani {
    margin-left: -2rem;
    margin-bottom: -3rem;
}

.modal-decoracion .modal-body {
    border: 1px solid var(--azul);
}

.bg_azul_decoration::after {
    position: absolute;
    top: -15em;
    z-index: 0;
    border-radius: 219px 219px 0 0;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    background-color: var(--azul);
}

.img_deco {
    height: 68px;
    object-fit: contain;
    object-position: center;
    padding: 0 12px;
}

.form-control  {
    color: #3B43F2;
    font-family: Poppins-Regular;;
    font-size: 16px;
}

.btn_enviar {
    border-radius: 24px;
    border: 1px solid var(--azul);
} 

.content_tabs img {
    width: 57px!important; 
    opacity: 0.9;
} 

.content_tabs .azul {
    display: block;
    margin-bottom: -1.8rem;
    position: absolute;
    bottom: 0; 
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    word-break: break-all;
    white-space: nowrap;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    color: #D5D5CB!important;
    opacity: 0.8;
}
 
.slick-slide.slick-current.slick-active .content_tabs .azul {
    margin-bottom: -1.8rem;
    position: absolute;
    bottom: 0;
    display: block;
    color: var(--azul)!important;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    word-break: break-all;
    white-space: nowrap;
} 

.slick-slide.slick-current.slick-active .content_tabs {
    z-index: 9;
    width: 110px!important;
    height: 110px!important;
    background-color: var(--azul)!important;
}

.slick-slide.slick-current.slick-active .content_tabs img {
    width: 57px!important;
    display: block!important;
    opacity: 1
} 

.slider-nav .slick-track {
    display: flex;
    align-items: center;
}

.slick-prev:before, .slick-next:before {
    color: var(--amarillo)!important;
}

.content_tabs {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;margin: 0 auto; 
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background-color: #D5D5CB;
}
 
 
.text-olips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    -webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.card_contents:hover .text-olips {
    text-overflow: initial;
    overflow: initial;
    
    -webkit-line-clamp: 28;

    -webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}



.text-headr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    -webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.card_contents:hover .text-headr {
    text-overflow: initial;
    overflow: initial;
    
    -webkit-line-clamp: 10;

    -webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.close_modal {
    position: absolute;
    top: 7px;
    background-color: var(--azul);
    right: 10px;
    color: var(--blanco);
    border-radius: 50%;
    border: 0;outline: none!important;
}

.close_modal span {
    color: var(--blanco);
    font-size: 23px;
    height: 3px;
    line-height: 21px;
}
/* 
@media (max-width:992px) {
    .slick-next {
        right: 0!important;
    }   
    
    .slick-prev {
        left: 0!important;
    }
}

.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url(../images/chevron.png) no-repeat scroll 0 0;
    left: -33px;
  }
  .owl-carousel .next-slide{
    background: url(../images/next.png) no-repeat scroll -24px 0px;
    right: -33px;
  }
  .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }	
  .owl-next, .owl-prev{
position: relative;
  } */

.tabsgov {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.nav-tabs.tabsgov .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    border: 0;
}

.tabsgov .nav-link:hover {
    background-color: #dddddd;
    color: #000;
    border-radius: 5px;
}

.nav-tabs.tabsgov .nav-link.active{
    background-color: #dddddd;
    color: #000;
} 

.list-gov li{
    font-family: Poppins-Light;
    font-size: 18px !important;
    color: #707070;
}
div#hbspt-form-8f8ba633-a50c-4703-82c6-02a65933cdff label {
    color: #fff;
    font-size: 18px;
}

div#hubspotForm {
    background-color: #fff;
    padding: 34px 39px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px #00000085;
}