@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap");
.font-centel{
	font-family: 'Montserrat', sans-serif!important;
}
.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.bg-cabezal-centel{
	background-image: url(../../images/centel/bg-cabezal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.titulo-cabezal-centel{
	color: #fff;
	font-size: 40px;
}
.subtitulo-cabezal-centel{
	color: #fff;
	letter-spacing: 4px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 50px;
}
hr {
    border: 0;
    border-top: 1px solid #7ec13f;
    width: 100%;
}

.txt-24{
	color: #3d3d3d;
 	font-size:20px
}
.centel-fs15{
	font-size: 15px;
}
.bg-centel2{
	background-image: url(../../images/centel/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-centel2 .container{
	padding-top: 80px;
    padding-bottom: 80px;
}
.bg-centel2 .container p{
	color: #fff;
}
.bg-centel-verde{
	background: #7ec13f;
}
.centel-color-verde{
	color: #7ec13f;
}
.centel-color-blanco{
	color: #fff;
}
ul{
	list-style: none;
}
.bg-centel-gris{
	background: #7b8c82;
}
.bg-centel-gris-oscuro{
	background: #2d362e;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-] {   
    color: #7ec13f;
}
.owl-next i, .owl-prev i {
    font-size: 16px;
    font-weight: bold;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #7ec13f;
}
.legales {
    font-size: 13px;
    margin-bottom: 25px;
   
}